summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | dm: serial: remove unnecessary castingMasahiro Yamada2014-10-23-6/+2
| * | | dm: serial: fix console putcMasahiro Yamada2014-10-23-3/+3
| * | | serial: add static directive to local functionsMasahiro Yamada2014-10-23-26/+12
| * | | dm: move platform data headers to include/dm/platform_dataMasahiro Yamada2014-10-23-3/+3
| * | | dm: x86: Convert coreboot serial to use driver modelSimon Glass2014-10-23-23/+48
| * | | dm: x86: dts: Add additional info to the serial port nodeSimon Glass2014-10-23-3/+20
| * | | dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass2014-10-23-130/+124
| * | | dm: x86: Add a gpio header for corebootSimon Glass2014-10-23-0/+16
| * | | dm: x86: Support pre-reloc malloc()Simon Glass2014-10-23-0/+7
| * | | dm: x86: Zero global data before board_init_f()Simon Glass2014-10-23-0/+6
| * | | dm: x86: Remove ebp assembler warning in zimage.cSimon Glass2014-10-23-1/+0
| * | | dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass2014-10-23-2/+2
| * | | dm: gpio: Remove unused get_state() uclass methodSimon Glass2014-10-23-2/+0
| * | | dm: dts: Move omap device tree includes to correct placeSimon Glass2014-10-23-15/+0
| * | | dm: gpio: imx: Drop request()/free() in the driverSimon Glass2014-10-23-116/+0
| * | | dm: gpio: exynos: Drop request()/free() in the driverSimon Glass2014-10-23-101/+0
| * | | dm: gpio: rpi_b: Drop request()/free() in the driverSimon Glass2014-10-23-89/+0
| * | | dm: gpio: omap3: Drop request()/free() in the driverSimon Glass2014-10-23-115/+1
| * | | dm: gpio: tegra: Drop request()/free() in the driverSimon Glass2014-10-23-113/+0
| * | | test: dm: Add additional GPIO testsSimon Glass2014-10-23-1/+42
| * | | test: dm: Support memory leak checking as a core featureSimon Glass2014-10-23-16/+55
| * | | dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-23-1/+51
| * | | test: dm: Update GPIO tests for new gpio_request() methodSimon Glass2014-10-23-24/+56
| * | | dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass2014-10-23-82/+0
| * | | dm: gpio: sandbox: Implement the remove() methodSimon Glass2014-10-23-0/+8
| * | | dm: gpio: sandbox: Implement the get_function() methodSimon Glass2014-10-23-1/+8
| * | | dm: Move the function for getting GPIO status into the uclassSimon Glass2014-10-23-36/+78
| * | | dm: gpio: Add gpio_get_function() and friendsSimon Glass2014-10-23-1/+80
| * | | dm: gpio: Implement GPIO reservation in the uclassSimon Glass2014-10-23-14/+84
| * | | dm: omap3: Move to driver model for GPIO and serialSimon Glass2014-10-23-52/+140
| * | | dm: am33xx: Move to driver model for GPIO and serialSimon Glass2014-10-23-0/+11
| * | | dm: am335x: Remove serial options from CONFIG_SYS_EXTRA_OPTIONSSimon Glass2014-10-23-2/+2
| * | | dm: omap: serial: Add driver model supportSimon Glass2014-10-23-0/+48
| * | | dm: am33xx: Provide platform data for serialSimon Glass2014-10-23-0/+33
| * | | dm: am33xx: Provide platform data for GPIOsSimon Glass2014-10-23-0/+28
| * | | dm: omap: gpio: Support driver modelSimon Glass2014-10-23-7/+248
| * | | dm: omap: gpio: Put _get_gpio_value() logic into its own functionSimon Glass2014-10-23-36/+42
| * | | dm: dts: omap: Select correct console for beagleboneSimon Glass2014-10-23-0/+4
| * | | dm: serial: Support CONFIG_CONS_INDEX if availableSimon Glass2014-10-23-1/+10
| * | | dm: ns16550: Correct the probe logic for platform dataSimon Glass2014-10-23-2/+3
| * | | dm: ns16550: Use an address instead of a pointer for the uart baseSimon Glass2014-10-23-4/+4
| * | | dm: serial: ns16550: Correct logic for checking for characterSimon Glass2014-10-23-1/+1
| * | | dm: serial: Reset the watchdog while waiting in getc()Simon Glass2014-10-23-0/+5
| * | | dm: gpio: Support numbered GPIOsSimon Glass2014-10-23-12/+25
| | |/ | |/|
* | | i2c: designware: add an implement i2c protosJeroen Hofstee2014-10-25-7/+12
* | | tegra: add proto for pin_mux_mmcJeroen Hofstee2014-10-25-5/+6
* | | spl: add prototype for jump_to_image_no_argsJeroen Hofstee2014-10-25-0/+2
* | | mmc: add prototype for mmc_get_env_addrJeroen Hofstee2014-10-25-0/+1
* | | ide: add missing prototypeJeroen Hofstee2014-10-25-0/+1
* | | gpio: add protype for name_to_gpioJeroen Hofstee2014-10-25-1/+3