summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-10-23spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASEStefan Roese1-1/+2
2014-10-23spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC'sStefan Roese1-0/+10
2014-10-23arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.hStefan Roese1-1/+1
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese9-9/+9
2014-10-23Merge git://git.denx.de/u-boot-x86Tom Rini1-2/+2
2014-10-23x86: cros_ec: Update LPC driver for new cros_ec headerSimon Glass1-2/+2
2014-10-22dm: serial: Support driver model in pl01x driverSimon Glass1-0/+73
2014-10-22dm: serial: Tidy up the pl01x driverSimon Glass3-140/+165
2014-10-22dm: rpi: Convert GPIO driver to driver modelSimon Glass1-23/+157
2014-10-22dm: core: Add support for simple-busSimon Glass2-0/+34
2014-10-22dm: imx: serial: Support driver model in the MXC serial driverSimon Glass1-25/+145
2014-10-22dm: imx: gpio: Support driver model in MXC gpio driverSimon Glass1-1/+303
2014-10-22dm: serial: Put common code into separate functionsSimon Glass1-15/+17
2014-10-22dm: exynos: cros_ec: Move cros_ec_spi to driver modelSimon Glass1-9/+78
2014-10-22dm: sandbox: cros_ec: Move sandbox cros_ec to driver moduleSimon Glass1-5/+85
2014-10-22dm: cros_ec: Add support for driver modelSimon Glass2-14/+117
2014-10-22dm: tegra: spi: Convert to driver modelSimon Glass6-534/+392
2014-10-22dm: sf: sandbox: Convert SPI flash driver to driver modelSimon Glass1-47/+291
2014-10-22dm: Convert spi_flash_probe() and 'sf probe' to use driver modelSimon Glass1-2/+64
2014-10-22dm: sf: Add a uclass for SPI flashSimon Glass2-1/+69
2014-10-22spi: Use error return value in sf_opsSimon Glass1-33/+57
2014-10-22sf: Tidy up public and private header filesSimon Glass3-7/+62
2014-10-22dm: exynos: Convert SPI to driver modelSimon Glass1-333/+180
2014-10-22dm: spi: Add soft_spi implementationSimon Glass2-0/+253
2014-10-22dm: spi: Remove SPI_INIT featureSimon Glass1-5/+0
2014-10-22dm: spi: Rename soft_spi.c to soft_spi_legacy.cSimon Glass2-1/+1
2014-10-22dm: sandbox: spi: Move to driver modelSimon Glass1-126/+74
2014-10-22dm: Add spi.h header to a few filesSimon Glass2-0/+2
2014-10-22dm: sandbox: Add a SPI emulation uclassSimon Glass2-0/+16
2014-10-22dm: spi: Add a uclass for SPISimon Glass2-0/+394
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass1-1/+8
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass1-0/+27
2014-10-22dm: exynos: Move serial to driver modelSimon Glass1-183/+72
2014-10-22dm: exynos: gpio: Convert to driver modelSimon Glass1-136/+288
2014-10-22dm: exynos: Make sure that GPIOs are requestedSimon Glass1-1/+6
2014-10-22dm: exynos: Tidy up GPIO definesSimon Glass1-10/+11
2014-10-22dm: exynos: Tidy up GPIO headersSimon Glass1-2/+1
2014-10-22dm: simplify the loop in lists_driver_lookup_name()Masahiro Yamada1-8/+1
2014-10-22dm: do not check the existence of uclass operationMasahiro Yamada1-4/+0
2014-10-21Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini11-0/+2051
2014-10-17crypto/fsl: Add command for encapsulating/decapsulating blobsRuchika Gupta5-1/+279
2014-10-17fsl_sec: Add hardware accelerated SHA256 and SHA1Ruchika Gupta10-0/+1773
2014-10-16video: ipu_disp: remove pixclk fixupJeroen Hofstee1-25/+6
2014-10-16video: ipu: fix debug and commentJeroen Hofstee2-5/+4
2014-10-13sunxi: axp152: dcdc3 scale is 50mV / step not 25mV / stepHans de Goede1-1/+1
2014-10-11Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini8-22/+971
2014-10-11Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD23-289/+654
2014-10-10macb: simplify gmac initialisationAndreas Bießmann1-17/+8
2014-10-10serial-uclass: Fix compilation errorHans de Goede1-1/+1
2014-10-10Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini1-2/+10