| Commit message (Expand) | Author | Age | Lines |
* | dm: x86: Convert Intel ICH6 GPIO driver to use driver model | Simon Glass | 2014-10-23 | -130/+120 |
* | dm: serial: ns16550: Add a cast to the I/O operations | Simon Glass | 2014-10-23 | -2/+2 |
* | dm: gpio: imx: Drop request()/free() in the driver | Simon Glass | 2014-10-23 | -116/+0 |
* | dm: gpio: exynos: Drop request()/free() in the driver | Simon Glass | 2014-10-23 | -101/+0 |
* | dm: gpio: rpi_b: Drop request()/free() in the driver | Simon Glass | 2014-10-23 | -89/+0 |
* | dm: gpio: omap3: Drop request()/free() in the driver | Simon Glass | 2014-10-23 | -115/+1 |
* | dm: gpio: tegra: Drop request()/free() in the driver | Simon Glass | 2014-10-23 | -113/+0 |
* | dm: gpio: Add gpio_requestf() helper for printf() strings | Simon Glass | 2014-10-23 | -0/+21 |
* | dm: gpio: sandbox: Drop request()/free() in the driver | Simon Glass | 2014-10-23 | -82/+0 |
* | dm: gpio: sandbox: Implement the remove() method | Simon Glass | 2014-10-23 | -0/+8 |
* | dm: gpio: sandbox: Implement the get_function() method | Simon Glass | 2014-10-23 | -1/+8 |
* | dm: Move the function for getting GPIO status into the uclass | Simon Glass | 2014-10-23 | -0/+39 |
* | dm: gpio: Add gpio_get_function() and friends | Simon Glass | 2014-10-23 | -0/+47 |
* | dm: gpio: Implement GPIO reservation in the uclass | Simon Glass | 2014-10-23 | -14/+78 |
* | dm: omap: serial: Add driver model support | Simon Glass | 2014-10-23 | -0/+48 |
* | dm: omap: gpio: Support driver model | Simon Glass | 2014-10-23 | -5/+231 |
* | dm: omap: gpio: Put _get_gpio_value() logic into its own function | Simon Glass | 2014-10-23 | -36/+42 |
* | dm: serial: Support CONFIG_CONS_INDEX if available | Simon Glass | 2014-10-23 | -1/+10 |
* | dm: ns16550: Correct the probe logic for platform data | Simon Glass | 2014-10-23 | -2/+3 |
* | dm: ns16550: Use an address instead of a pointer for the uart base | Simon Glass | 2014-10-23 | -3/+3 |
* | dm: serial: ns16550: Correct logic for checking for character | Simon Glass | 2014-10-23 | -1/+1 |
* | dm: serial: Reset the watchdog while waiting in getc() | Simon Glass | 2014-10-23 | -0/+5 |
* | dm: gpio: Support numbered GPIOs | Simon Glass | 2014-10-23 | -12/+25 |
* | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini | 2014-10-23 | -1/+4 |
|\ |
|
| * | tegra: gpio: fix null label regression | Marcel Ziswiler | 2014-10-22 | -0/+3 |
| * | mmc: Tegra: Fix timeout issue seen on certain eMMC parts | Marcel Ziswiler | 2014-10-22 | -1/+1 |
* | | i2c: mvtwsi: Add support for Marvell Armada XP | Stefan Roese | 2014-10-23 | -1/+1 |
* | | net: mvneta.c: Add support for the ethernet controller of the Marvell Armada ... | Stefan Roese | 2014-10-23 | -0/+1654 |
* | | spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE | Stefan Roese | 2014-10-23 | -1/+2 |
* | | spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's | Stefan Roese | 2014-10-23 | -0/+10 |
* | | arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h | Stefan Roese | 2014-10-23 | -1/+1 |
* | | arm: marvell: Move arch/kirkwood.h to arch/soc.h | Stefan Roese | 2014-10-23 | -9/+9 |
* | | Merge git://git.denx.de/u-boot-x86 | Tom Rini | 2014-10-23 | -2/+2 |
|\ \ |
|
| * | | x86: cros_ec: Update LPC driver for new cros_ec header | Simon Glass | 2014-10-22 | -2/+2 |
* | | | dm: serial: Support driver model in pl01x driver | Simon Glass | 2014-10-22 | -0/+73 |
* | | | dm: serial: Tidy up the pl01x driver | Simon Glass | 2014-10-22 | -140/+165 |
* | | | dm: rpi: Convert GPIO driver to driver model | Simon Glass | 2014-10-22 | -23/+157 |
* | | | dm: core: Add support for simple-bus | Simon Glass | 2014-10-22 | -0/+34 |
* | | | dm: imx: serial: Support driver model in the MXC serial driver | Simon Glass | 2014-10-22 | -25/+145 |
* | | | dm: imx: gpio: Support driver model in MXC gpio driver | Simon Glass | 2014-10-22 | -1/+303 |
* | | | dm: serial: Put common code into separate functions | Simon Glass | 2014-10-22 | -15/+17 |
* | | | dm: exynos: cros_ec: Move cros_ec_spi to driver model | Simon Glass | 2014-10-22 | -9/+78 |
* | | | dm: sandbox: cros_ec: Move sandbox cros_ec to driver module | Simon Glass | 2014-10-22 | -5/+85 |
* | | | dm: cros_ec: Add support for driver model | Simon Glass | 2014-10-22 | -14/+117 |
* | | | dm: tegra: spi: Convert to driver model | Simon Glass | 2014-10-22 | -534/+392 |
* | | | dm: sf: sandbox: Convert SPI flash driver to driver model | Simon Glass | 2014-10-22 | -47/+291 |
* | | | dm: Convert spi_flash_probe() and 'sf probe' to use driver model | Simon Glass | 2014-10-22 | -2/+64 |
* | | | dm: sf: Add a uclass for SPI flash | Simon Glass | 2014-10-22 | -1/+69 |
* | | | spi: Use error return value in sf_ops | Simon Glass | 2014-10-22 | -33/+57 |
* | | | sf: Tidy up public and private header files | Simon Glass | 2014-10-22 | -7/+62 |