summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sdhci: make local functions staticJeroen Hofstee2014-10-251-3/+3
* | omap_gpmc: fix warnigs with W=1Jeroen Hofstee2014-10-251-18/+18
* | net: fec_mxc: make local functions staticJeroen Hofstee2014-10-251-3/+5
* | gpio: make local functions staticJeroen Hofstee2014-10-251-2/+2
* | ehci-hcd.c: make local functions staticJeroen Hofstee2014-10-251-1/+1
* | video: use __weakJeroen Hofstee2014-10-252-32/+10
* | usb: use __weakJeroen Hofstee2014-10-251-12/+3
* | pci: use __weakJeroen Hofstee2014-10-251-6/+2
* | net: phy: fix warnings with W=1Jeroen Hofstee2014-10-251-5/+2
* | cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64}Jeroen Hofstee2014-10-251-34/+16
|/
OpenPOWER on IntegriCloud