aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-08-09vitesse: remove duplicated argument to ||maxin.john@enea.com1-1/+0
2014-08-09serial: sh: Add support External Clock modeNobuhiro Iwamatsu2-3/+9
2014-08-09serial: sh: Add support DL and CKS register for R8A7794Nobuhiro Iwamatsu1-1/+2
2014-08-09usb: ehci: rmobile: Remove xHCI addressNobuhiro Iwamatsu1-3/+0
2014-08-09usb: ehci: rmobile: Add support R8A7794Nobuhiro Iwamatsu1-0/+6
2014-08-09dfu: fix readback buffer overflow testStephen Warren1-1/+1
2014-08-09dfu: add SF backendStephen Warren3-0/+143
2014-08-09dfu: add free_entity() to struct dfu_entityStephen Warren1-0/+3
2014-08-09dfu: allow backend to specify a maximum buffer sizeStephen Warren2-7/+11
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren4-21/+24
2014-08-09dfu: add write error handlingStephen Warren2-22/+44
2014-08-09dfu: fix some issues with reads/uploadsStephen Warren4-21/+76
2014-08-06Change Andy Fleming's email addressAndy Fleming2-2/+2
2014-08-06Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini5-8/+25
2014-08-06spi, spi_mxc: do not hang in spi_xchg_singleHeiko Schocher1-2/+15
2014-08-06spi: Support half-duplex mode in FDT decodeSimon Glass1-0/+2
2014-08-06exynos: spi: Fix calculation of SPI transaction start timeSimon Glass1-4/+5
2014-08-06cros_ec: Fix two bugs in the SPI implementationSimon Glass1-2/+2
2014-08-06sf: sf_ops: Stop leaking memoryMarek Vasut1-0/+1
2014-08-01MMC: atmel_mci: enable high speed mode supportBo Shen1-1/+6
2014-08-01MMC: atmel_mci: refactor setting the mode registerBo Shen1-14/+42
2014-08-01mmc/dw_mmc: Fix clock divider calculation error for bypass modeChin Liang See1-1/+4
2014-08-01mmc: s3c: Add SD driverMarek Vasut2-0/+322
2014-08-01bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flagLubomir Rintel1-1/+1
2014-08-01ARM: kirkwood: add mvsdio driverDrEagle2-0/+362
2014-07-29Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini17-256/+730
2014-07-28Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini13-18/+74
2014-07-28Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD4-5/+225
2014-07-28Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD3-5/+9
2014-07-28Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD10-246/+496
2014-07-25keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan1-2/+2
2014-07-25mtd: nand: davinci: add opportunity to write keystone U-boot imageKhoronzhuk, Ivan1-0/+196
2014-07-25tps65218/am43xx_evm: Add power framework support to TPS65218Tom Rini1-0/+22
2014-07-25drivers: net: cpsw: add support for using second port as ethernetMugunthan V N1-3/+5
2014-07-24serial: sh: Add support R8A7794Nobuhiro Iwamatsu1-1/+2
2014-07-24net: sh-eth: Add support R8A7794Nobuhiro Iwamatsu2-4/+7
2014-07-23dm: Give the demo uclass a nameSimon Glass1-0/+1
2014-07-23dm: Add dm_scan_other() to locate board-specific devicesSimon Glass1-0/+8
2014-07-23dm: Improve errors and warnings in lists_bind_fdt()Simon Glass1-3/+13
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass1-1/+15
2014-07-23dm: Introduce per-child data for devicesSimon Glass1-0/+26
2014-07-23dm: Add functions to access a device's childrenSimon Glass1-0/+93
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass1-15/+18
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass1-0/+2
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass1-0/+35
2014-07-23dm: Introduce device sequence numberingSimon Glass2-0/+106
2014-07-23dm: Move uclass error checking/probing into a functionSimon Glass1-6/+22
2014-07-23Add a flag indicating when the serial console is readySimon Glass1-0/+1
2014-07-23dm: Support driver model prior to relocationSimon Glass1-0/+25
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass3-9/+14