summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* 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
* kbuild: clear VENDOR variable to fix build error on tcshMasahiro Yamada2014-10-23-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2014-10-23-63/+1014
|\
| * tegra: apalis_t30: master revampMarcel Ziswiler2014-10-22-4/+4
| * tegra: dts: colibri_t30 add serial port detailsMarcel Ziswiler2014-10-22-0/+4
| * tegra: colibri_t30: clean-up spurious new lineMarcel Ziswiler2014-10-22-1/+0
| * ARM: tegra: Use mem size from MC in combination with get_ram_size()Marcel Ziswiler2014-10-22-51/+127
| * tegra: clean-up useless defineMarcel Ziswiler2014-10-22-4/+0
| * gpio: header file comment spelling fixesMarcel Ziswiler2014-10-22-5/+5
| * tegra: colibri_t30: asix usb ethernet reset regressionMarcel Ziswiler2014-10-22-1/+1
| * tegra: gpio: fix null label regressionMarcel Ziswiler2014-10-22-0/+3
| * mmc: Tegra: Fix timeout issue seen on certain eMMC partsMarcel Ziswiler2014-10-22-1/+1
| * arm: tegra: use architecture specific memcpyMarcel Ziswiler2014-10-22-0/+2