Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
[platform/kernel/u-boot.git] / drivers /
2014-10-29 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
2014-10-29 Stefan Roesei2c: designware: Convert driver to multibus/multiadapte...
2014-10-29 Marek Vasuti2c: mxs: Add support for I2C 1 on i.MX28
2014-10-29 Marek Vasuti2c: mxs: Pass the i2c_adapter around
2014-10-29 Marek Vasuti2c: mxs: Add basic support for i2c framework
2014-10-29 Marek Vasuti2c: mxs: Consolidate hard-coded bus address
2014-10-28 Nikita Kiryanovdwc_ahsata: use bitwise operator in sata_port_status
2014-10-28 Tom RiniMerge git://git.denx.de/u-boot-dm
2014-10-28 Marcel Ziswilere1000: add i211 and unprogrammed i210/i211 support
2014-10-28 Przemyslaw Marczakmmc: s5p: set SD detection pin as input
2014-10-27 Marcel Ziswilere1000: fix sw fw sync on igb i210/i211
2014-10-27 York Sunnet/e1000: Fix EEPROM access error
2014-10-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
2014-10-27 Wolfgang DenkPowerPC: drop some 74xx_7xx boards and related code
2014-10-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-imx
2014-10-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-ti
2014-10-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2014-10-26 Tom RiniMerge http://git.denx.de/u-boot-sunxi
2014-10-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2014-10-26 Tom RiniMerge git://git.denx.de/u-boot-dm
2014-10-25 Jeroen Hofsteei2c: designware: add an implement i2c protos
2014-10-25 Jeroen Hofsteenet: davince: add missing include
2014-10-25 Jeroen Hofsteemmc: bcm2835_sdhci: add missing include
2014-10-25 Jeroen Hofsteevideo: ipu: prevent warnings with W=1
2014-10-25 Jeroen Hofsteetegra: make local functions static
2014-10-25 Jeroen Hofsteeserial: make local functions static
2014-10-25 Jeroen Hofsteesdhci: make local functions static
2014-10-25 Jeroen Hofsteeomap_gpmc: fix warnigs with W=1
2014-10-25 Jeroen Hofsteenet: fec_mxc: make local functions static
2014-10-25 Jeroen Hofsteegpio: make local functions static
2014-10-25 Jeroen Hofsteeehci-hcd.c: make local functions static
2014-10-25 Jeroen Hofsteevideo: use __weak
2014-10-25 Jeroen Hofsteeusb: use __weak
2014-10-25 Jeroen Hofsteepci: use __weak
2014-10-25 Jeroen Hofsteenet: phy: fix warnings with W=1
2014-10-25 Jeroen Hofsteecti_flash.c: use __weak when requested for flash_(read...
2014-10-24 Chen-Yu Tsaimmc: sunxi: Add support for sun8i (A23)
2014-10-24 Hans de Goedesunxi: When we've both mmc0 and mmc2, detect from which...
2014-10-24 Hans de Goedesunxi: Add mmc card-detect functionality
2014-10-24 Hans de GoedeARM: sunxi-mmc: Add mmc support for sun6i / A31
2014-10-24 Wills Wangmmc: sunxi: add SDHC support for sun6i/sun7i/sun8i
2014-10-24 Masahiro Yamadaserial: remove uniphier_serial_initialize() call
2014-10-24 Masahiro Yamadaserial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig
2014-10-24 Masahiro Yamadadm: serial: use Driver Model for UniPhier serial driver
2014-10-24 Masahiro Yamadadm: add entries to Kconfig
2014-10-24 Masahiro Yamadadm: serial: consolidate common code more
2014-10-24 Masahiro Yamadadm: serial: remove unnecessary casting
2014-10-24 Masahiro Yamadadm: serial: fix console putc
2014-10-24 Masahiro Yamadaserial: add static directive to local functions
2014-10-24 Masahiro Yamadadm: move platform data headers to include/dm/platform_data
2014-10-24 Simon Glassdm: x86: Convert coreboot serial to use driver model
2014-10-24 Simon Glassdm: x86: Convert Intel ICH6 GPIO driver to use driver...
2014-10-24 Simon Glassdm: serial: ns16550: Add a cast to the I/O operations
2014-10-24 Simon Glassdm: gpio: imx: Drop request()/free() in the driver
2014-10-24 Simon Glassdm: gpio: exynos: Drop request()/free() in the driver
2014-10-24 Simon Glassdm: gpio: rpi_b: Drop request()/free() in the driver
2014-10-24 Simon Glassdm: gpio: omap3: Drop request()/free() in the driver
2014-10-24 Simon Glassdm: gpio: tegra: Drop request()/free() in the driver
2014-10-24 Simon Glassdm: gpio: Add gpio_requestf() helper for printf() strings
2014-10-24 Simon Glassdm: gpio: sandbox: Drop request()/free() in the driver
2014-10-24 Simon Glassdm: gpio: sandbox: Implement the remove() method
2014-10-24 Simon Glassdm: gpio: sandbox: Implement the get_function() method
2014-10-24 Simon Glassdm: Move the function for getting GPIO status into...
2014-10-24 Simon Glassdm: gpio: Add gpio_get_function() and friends
2014-10-24 Simon Glassdm: gpio: Implement GPIO reservation in the uclass
2014-10-24 Simon Glassdm: omap: serial: Add driver model support
2014-10-24 Simon Glassdm: omap: gpio: Support driver model
2014-10-24 Simon Glassdm: omap: gpio: Put _get_gpio_value() logic into its...
2014-10-24 Simon Glassdm: serial: Support CONFIG_CONS_INDEX if available
2014-10-24 Simon Glassdm: ns16550: Correct the probe logic for platform data
2014-10-24 Simon Glassdm: ns16550: Use an address instead of a pointer for...
2014-10-24 Simon Glassdm: serial: ns16550: Correct logic for checking for...
2014-10-24 Simon Glassdm: serial: Reset the watchdog while waiting in getc()
2014-10-24 Simon Glassdm: gpio: Support numbered GPIOs
2014-10-23 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-tegra
2014-10-23 Khoronzhuk, Ivandma: ti-edma3: introduce edma3 driver
2014-10-23 Khoronzhuk, Ivannet: keystone_net: increase PHY auto negotiate time
2014-10-23 Khoronzhuk, Ivannet: keystone_net: add Keystone2 K2E SoC support
2014-10-23 Khoronzhuk, Ivannet: keystone_serdes: add keystone K2E SoC support
2014-10-23 Khoronzhuk, Ivannet: keystone_net: use general get link function
2014-10-23 Khoronzhuk, Ivannet: keystone_net: register eth PHYs on MDIO bus
2014-10-23 Khoronzhuk, Ivannet: keystone_net: register MDIO bus
2014-10-23 Khoronzhuk, Ivannet: keystone_net: use mdio_reset function
2014-10-23 Khoronzhuk, Ivannet: phy: print a number of phy that is not found
2014-10-23 Khoronzhuk, Ivansoc: keystone_serdes: generalize configuration mechanism
2014-10-23 Hao Zhangsoc: keystone_serdes: generalize to be used by other...
2014-10-23 Hao Zhangsoc: keystone_serdes: enhance to use cmu/comlane/lane...
2014-10-23 Khoronzhuk, Ivansoc: keystone_serdes: create a separate SGMII SerDes...
2014-10-23 Khoronzhuk, Ivannet: keystone_net: remove redundant code from keystone_...
2014-10-23 Khoronzhuk, Ivannet: keystone_net: move header file from arch to ti...
2014-10-23 Hao Zhangnet: keystone_net: remove SoC specific emac_regs structure
2014-10-23 WingMan Kwokkeystone: usb: add support of usb xhci
2014-10-23 Khoronzhuk, Ivandma: keystone_nav: generalize driver usage
2014-10-23 Khoronzhuk, Ivandma: keystone_nav: move keystone_nav driver to driver...
2014-10-23 Stefan Roesei2c: mvtwsi: Add support for Marvell Armada XP
2014-10-23 Stefan Roesenet: mvneta.c: Add support for the ethernet controller...
2014-10-23 Stefan Roesespi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE
2014-10-23 Stefan Roesespi: kirkwood_spi.c: Compile MPP (pin-mux) only for...
2014-10-23 Stefan Roesearm: marvell: Move arch-kirkwood/spi.h to arch-mvebu...
2014-10-23 Stefan Roesearm: marvell: Move arch/kirkwood.h to arch/soc.h
next