summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* PowerPC: drop some 74xx_7xx boards and related codeWolfgang Denk2014-10-271-1/+1
* Merge http://git.denx.de/u-boot-sunxiTom Rini2014-10-261-9/+33
|\
| * mmc: sunxi: Add support for sun8i (A23)Chen-Yu Tsai2014-10-241-1/+1
| * sunxi: When we've both mmc0 and mmc2, detect from which one we're bootingHans de Goede2014-10-241-5/+2
| * sunxi: Add mmc card-detect functionalityHans de Goede2014-10-241-0/+21
| * ARM: sunxi-mmc: Add mmc support for sun6i / A31Hans de Goede2014-10-241-4/+7
| * mmc: sunxi: add SDHC support for sun6i/sun7i/sun8iWills Wang2014-10-241-0/+3
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-10-264-0/+1839
|\ \
| * | usb: dwc2: Add driver for Synopsis DWC2 USB IP blockOleksandr Tymoshenko2014-10-223-0/+1838
| * | net: asix: Add support for AX88772BAlexandre Courbot2014-10-221-0/+1
* | | Merge git://git.denx.de/u-boot-dmTom Rini2014-10-2624-895/+770
|\ \ \
| * | | serial: remove uniphier_serial_initialize() callMasahiro Yamada2014-10-231-2/+0
| * | | serial: uniphier: move CONFIG_UNIPHIER_SERIAL to KconfigMasahiro Yamada2014-10-231-0/+6
| * | | dm: serial: use Driver Model for UniPhier serial driverMasahiro Yamada2014-10-231-126/+73
| * | | dm: add entries to KconfigMasahiro Yamada2014-10-234-0/+24
| * | | dm: serial: consolidate common code moreMasahiro Yamada2014-10-231-38/+41
| * | | dm: serial: remove unnecessary castingMasahiro Yamada2014-10-231-6/+2
| * | | dm: serial: fix console putcMasahiro Yamada2014-10-231-3/+3
| * | | serial: add static directive to local functionsMasahiro Yamada2014-10-232-19/+12
| * | | dm: move platform data headers to include/dm/platform_dataMasahiro Yamada2014-10-232-2/+2
| * | | dm: x86: Convert coreboot serial to use driver modelSimon Glass2014-10-232-0/+39
| * | | dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass2014-10-231-130/+120
| * | | dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass2014-10-231-2/+2
| * | | dm: gpio: imx: Drop request()/free() in the driverSimon Glass2014-10-231-116/+0
| * | | dm: gpio: exynos: Drop request()/free() in the driverSimon Glass2014-10-231-101/+0
| * | | dm: gpio: rpi_b: Drop request()/free() in the driverSimon Glass2014-10-231-89/+0
| * | | dm: gpio: omap3: Drop request()/free() in the driverSimon Glass2014-10-231-115/+1
| * | | dm: gpio: tegra: Drop request()/free() in the driverSimon Glass2014-10-231-113/+0
| * | | dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-231-0/+21
| * | | dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass2014-10-231-82/+0
| * | | dm: gpio: sandbox: Implement the remove() methodSimon Glass2014-10-231-0/+8
| * | | dm: gpio: sandbox: Implement the get_function() methodSimon Glass2014-10-231-1/+8
| * | | dm: Move the function for getting GPIO status into the uclassSimon Glass2014-10-231-0/+39
| * | | dm: gpio: Add gpio_get_function() and friendsSimon Glass2014-10-231-0/+47
| * | | dm: gpio: Implement GPIO reservation in the uclassSimon Glass2014-10-231-14/+78
| * | | dm: omap: serial: Add driver model supportSimon Glass2014-10-232-0/+48
| * | | dm: omap: gpio: Support driver modelSimon Glass2014-10-232-5/+231
| * | | dm: omap: gpio: Put _get_gpio_value() logic into its own functionSimon Glass2014-10-231-36/+42
| * | | dm: serial: Support CONFIG_CONS_INDEX if availableSimon Glass2014-10-231-1/+10
| * | | dm: ns16550: Correct the probe logic for platform dataSimon Glass2014-10-231-2/+3
| * | | dm: ns16550: Use an address instead of a pointer for the uart baseSimon Glass2014-10-231-3/+3
| * | | dm: serial: ns16550: Correct logic for checking for characterSimon Glass2014-10-231-1/+1
| * | | dm: serial: Reset the watchdog while waiting in getc()Simon Glass2014-10-231-0/+5
| * | | dm: gpio: Support numbered GPIOsSimon Glass2014-10-231-12/+25
| | |/ | |/|
* | | i2c: designware: add an implement i2c protosJeroen Hofstee2014-10-251-7/+12
* | | net: davince: add missing includeJeroen Hofstee2014-10-251-0/+1
* | | mmc: bcm2835_sdhci: add missing includeJeroen Hofstee2014-10-251-0/+1
* | | video: ipu: prevent warnings with W=1Jeroen Hofstee2014-10-253-15/+4
* | | tegra: make local functions staticJeroen Hofstee2014-10-253-5/+7
* | | serial: make local functions staticJeroen Hofstee2014-10-253-8/+8
OpenPOWER on IntegriCloud