aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxTom Rini1-1/+1
2014-10-27PowerPC: drop some 74xx_7xx boards and related codeWolfgang Denk1-1/+1
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini1-0/+1
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini12-268/+1443
2014-10-26Merge http://git.denx.de/u-boot-sunxiTom Rini1-9/+33
2014-10-26Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini4-0/+1839
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini24-895/+770
2014-10-25i2c: designware: add an implement i2c protosJeroen Hofstee1-7/+12
2014-10-25net: davince: add missing includeJeroen Hofstee1-0/+1
2014-10-25mmc: bcm2835_sdhci: add missing includeJeroen Hofstee1-0/+1
2014-10-25video: ipu: prevent warnings with W=1Jeroen Hofstee3-15/+4
2014-10-25tegra: make local functions staticJeroen Hofstee3-5/+7
2014-10-25serial: make local functions staticJeroen Hofstee3-8/+8
2014-10-25sdhci: make local functions staticJeroen Hofstee1-3/+3
2014-10-25omap_gpmc: fix warnigs with W=1Jeroen Hofstee1-18/+18
2014-10-25net: fec_mxc: make local functions staticJeroen Hofstee1-3/+5
2014-10-25gpio: make local functions staticJeroen Hofstee1-2/+2
2014-10-25ehci-hcd.c: make local functions staticJeroen Hofstee1-1/+1
2014-10-25video: use __weakJeroen Hofstee2-32/+10
2014-10-25usb: use __weakJeroen Hofstee1-12/+3
2014-10-25pci: use __weakJeroen Hofstee1-6/+2
2014-10-25net: phy: fix warnings with W=1Jeroen Hofstee1-5/+2
2014-10-25cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64}Jeroen Hofstee1-34/+16
2014-10-24mmc: sunxi: Add support for sun8i (A23)Chen-Yu Tsai1-1/+1
2014-10-24sunxi: When we've both mmc0 and mmc2, detect from which one we're bootingHans de Goede1-5/+2
2014-10-24sunxi: Add mmc card-detect functionalityHans de Goede1-0/+21
2014-10-24ARM: sunxi-mmc: Add mmc support for sun6i / A31Hans de Goede1-4/+7
2014-10-24mmc: sunxi: add SDHC support for sun6i/sun7i/sun8iWills Wang1-0/+3
2014-10-23serial: remove uniphier_serial_initialize() callMasahiro Yamada1-2/+0
2014-10-23serial: uniphier: move CONFIG_UNIPHIER_SERIAL to KconfigMasahiro Yamada1-0/+6
2014-10-23dm: serial: use Driver Model for UniPhier serial driverMasahiro Yamada1-126/+73
2014-10-23dm: add entries to KconfigMasahiro Yamada4-0/+24
2014-10-23dm: serial: consolidate common code moreMasahiro Yamada1-38/+41
2014-10-23dm: serial: remove unnecessary castingMasahiro Yamada1-6/+2
2014-10-23dm: serial: fix console putcMasahiro Yamada1-3/+3
2014-10-23serial: add static directive to local functionsMasahiro Yamada2-19/+12
2014-10-23dm: move platform data headers to include/dm/platform_dataMasahiro Yamada2-2/+2
2014-10-23dm: x86: Convert coreboot serial to use driver modelSimon Glass2-0/+39
2014-10-23dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass1-130/+120
2014-10-23dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass1-2/+2
2014-10-23dm: gpio: imx: Drop request()/free() in the driverSimon Glass1-116/+0
2014-10-23dm: gpio: exynos: Drop request()/free() in the driverSimon Glass1-101/+0
2014-10-23dm: gpio: rpi_b: Drop request()/free() in the driverSimon Glass1-89/+0
2014-10-23dm: gpio: omap3: Drop request()/free() in the driverSimon Glass1-115/+1
2014-10-23dm: gpio: tegra: Drop request()/free() in the driverSimon Glass1-113/+0
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass1-0/+21
2014-10-23dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass1-82/+0
2014-10-23dm: gpio: sandbox: Implement the remove() methodSimon Glass1-0/+8
2014-10-23dm: gpio: sandbox: Implement the get_function() methodSimon Glass1-1/+8
2014-10-23dm: Move the function for getting GPIO status into the uclassSimon Glass1-0/+39