summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-10-25net: fec_mxc: make local functions staticJeroen Hofstee
2014-10-25gpio: make local functions staticJeroen Hofstee
2014-10-25ehci-hcd.c: make local functions staticJeroen Hofstee
2014-10-25video: use __weakJeroen Hofstee
2014-10-25usb: use __weakJeroen Hofstee
2014-10-25pci: use __weakJeroen Hofstee
2014-10-25net: phy: fix warnings with W=1Jeroen Hofstee
2014-10-25cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64}Jeroen Hofstee
2014-10-24mmc: sunxi: Add support for sun8i (A23)Chen-Yu Tsai
2014-10-24sunxi: When we've both mmc0 and mmc2, detect from which one we're bootingHans de Goede
2014-10-24sunxi: Add mmc card-detect functionalityHans de Goede
2014-10-24ARM: sunxi-mmc: Add mmc support for sun6i / A31Hans de Goede
2014-10-24mmc: sunxi: add SDHC support for sun6i/sun7i/sun8iWills Wang
2014-10-24serial: remove uniphier_serial_initialize() callMasahiro Yamada
2014-10-24serial: uniphier: move CONFIG_UNIPHIER_SERIAL to KconfigMasahiro Yamada
2014-10-24dm: serial: use Driver Model for UniPhier serial driverMasahiro Yamada
2014-10-24dm: add entries to KconfigMasahiro Yamada
2014-10-24dm: serial: consolidate common code moreMasahiro Yamada
2014-10-24dm: serial: remove unnecessary castingMasahiro Yamada
2014-10-24dm: serial: fix console putcMasahiro Yamada
2014-10-24serial: add static directive to local functionsMasahiro Yamada
2014-10-24dm: move platform data headers to include/dm/platform_dataMasahiro Yamada
2014-10-24dm: x86: Convert coreboot serial to use driver modelSimon Glass
2014-10-24dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass
2014-10-24dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass
2014-10-24dm: gpio: imx: Drop request()/free() in the driverSimon Glass
2014-10-24dm: gpio: exynos: Drop request()/free() in the driverSimon Glass
2014-10-24dm: gpio: rpi_b: Drop request()/free() in the driverSimon Glass
2014-10-24dm: gpio: omap3: Drop request()/free() in the driverSimon Glass
2014-10-24dm: gpio: tegra: Drop request()/free() in the driverSimon Glass
2014-10-24dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass
2014-10-24dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass
2014-10-24dm: gpio: sandbox: Implement the remove() methodSimon Glass
2014-10-24dm: gpio: sandbox: Implement the get_function() methodSimon Glass
2014-10-24dm: Move the function for getting GPIO status into the uclassSimon Glass
2014-10-24dm: gpio: Add gpio_get_function() and friendsSimon Glass
2014-10-24dm: gpio: Implement GPIO reservation in the uclassSimon Glass
2014-10-24dm: omap: serial: Add driver model supportSimon Glass
2014-10-24dm: omap: gpio: Support driver modelSimon Glass
2014-10-24dm: omap: gpio: Put _get_gpio_value() logic into its own functionSimon Glass
2014-10-24dm: serial: Support CONFIG_CONS_INDEX if availableSimon Glass
2014-10-24dm: ns16550: Correct the probe logic for platform dataSimon Glass
2014-10-24dm: ns16550: Use an address instead of a pointer for the uart baseSimon Glass
2014-10-24dm: serial: ns16550: Correct logic for checking for characterSimon Glass
2014-10-24dm: serial: Reset the watchdog while waiting in getc()Simon Glass
2014-10-24dm: gpio: Support numbered GPIOsSimon Glass
2014-10-23Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2014-10-23dma: ti-edma3: introduce edma3 driverKhoronzhuk, Ivan
2014-10-23net: keystone_net: increase PHY auto negotiate timeKhoronzhuk, Ivan
2014-10-23net: keystone_net: add Keystone2 K2E SoC supportKhoronzhuk, Ivan