Age | Commit message (Expand) | Author |
2014-10-23 | dm: x86: Convert Intel ICH6 GPIO driver to use driver model | Simon Glass |
2014-10-23 | dm: serial: ns16550: Add a cast to the I/O operations | Simon Glass |
2014-10-23 | dm: gpio: imx: Drop request()/free() in the driver | Simon Glass |
2014-10-23 | dm: gpio: exynos: Drop request()/free() in the driver | Simon Glass |
2014-10-23 | dm: gpio: rpi_b: Drop request()/free() in the driver | Simon Glass |
2014-10-23 | dm: gpio: omap3: Drop request()/free() in the driver | Simon Glass |
2014-10-23 | dm: gpio: tegra: Drop request()/free() in the driver | Simon Glass |
2014-10-23 | dm: gpio: Add gpio_requestf() helper for printf() strings | Simon Glass |
2014-10-23 | dm: gpio: sandbox: Drop request()/free() in the driver | Simon Glass |
2014-10-23 | dm: gpio: sandbox: Implement the remove() method | Simon Glass |
2014-10-23 | dm: gpio: sandbox: Implement the get_function() method | Simon Glass |
2014-10-23 | dm: Move the function for getting GPIO status into the uclass | Simon Glass |
2014-10-23 | dm: gpio: Add gpio_get_function() and friends | Simon Glass |
2014-10-23 | dm: gpio: Implement GPIO reservation in the uclass | Simon Glass |
2014-10-23 | dm: omap: serial: Add driver model support | Simon Glass |
2014-10-23 | dm: omap: gpio: Support driver model | Simon Glass |
2014-10-23 | dm: omap: gpio: Put _get_gpio_value() logic into its own function | Simon Glass |
2014-10-23 | dm: serial: Support CONFIG_CONS_INDEX if available | Simon Glass |
2014-10-23 | dm: ns16550: Correct the probe logic for platform data | Simon Glass |
2014-10-23 | dm: ns16550: Use an address instead of a pointer for the uart base | Simon Glass |
2014-10-23 | dm: serial: ns16550: Correct logic for checking for character | Simon Glass |
2014-10-23 | dm: serial: Reset the watchdog while waiting in getc() | Simon Glass |
2014-10-23 | dm: gpio: Support numbered GPIOs | Simon Glass |
2014-10-23 | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini |
2014-10-23 | dma: ti-edma3: introduce edma3 driver | Khoronzhuk, Ivan |
2014-10-23 | net: keystone_net: increase PHY auto negotiate time | Khoronzhuk, Ivan |
2014-10-23 | net: keystone_net: add Keystone2 K2E SoC support | Khoronzhuk, Ivan |
2014-10-23 | net: keystone_serdes: add keystone K2E SoC support | Khoronzhuk, Ivan |
2014-10-23 | net: keystone_net: use general get link function | Khoronzhuk, Ivan |
2014-10-23 | net: keystone_net: register eth PHYs on MDIO bus | Khoronzhuk, Ivan |
2014-10-23 | net: keystone_net: register MDIO bus | Khoronzhuk, Ivan |
2014-10-23 | net: keystone_net: use mdio_reset function | Khoronzhuk, Ivan |
2014-10-23 | net: phy: print a number of phy that is not found | Khoronzhuk, Ivan |
2014-10-23 | soc: keystone_serdes: generalize configuration mechanism | Khoronzhuk, Ivan |
2014-10-23 | soc: keystone_serdes: generalize to be used by other sub systems | Hao Zhang |
2014-10-23 | soc: keystone_serdes: enhance to use cmu/comlane/lane specific configurations | Hao Zhang |
2014-10-23 | soc: keystone_serdes: create a separate SGMII SerDes driver | Khoronzhuk, Ivan |
2014-10-23 | net: keystone_net: remove redundant code from keystone_net.c | Khoronzhuk, Ivan |
2014-10-23 | net: keystone_net: move header file from arch to ti-common | Khoronzhuk, Ivan |
2014-10-23 | net: keystone_net: remove SoC specific emac_regs structure | Hao Zhang |
2014-10-23 | keystone: usb: add support of usb xhci | WingMan Kwok |
2014-10-23 | dma: keystone_nav: generalize driver usage | Khoronzhuk, Ivan |
2014-10-23 | dma: keystone_nav: move keystone_nav driver to driver/dma/ | Khoronzhuk, Ivan |
2014-10-23 | i2c: mvtwsi: Add support for Marvell Armada XP | Stefan Roese |
2014-10-23 | net: mvneta.c: Add support for the ethernet controller of the Marvell Armada ... | Stefan Roese |
2014-10-23 | spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE | Stefan Roese |
2014-10-23 | spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's | Stefan Roese |
2014-10-23 | arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h | Stefan Roese |
2014-10-23 | arm: marvell: Move arch/kirkwood.h to arch/soc.h | Stefan Roese |
2014-10-23 | Merge git://git.denx.de/u-boot-x86 | Tom Rini |