summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
...
* | | Merge git://git.denx.de/u-boot-tiTom Rini2014-11-07-16/+60
|\ \ \ | |/ / |/| |
| * | omap: hsmmc: assume cd gpio is active lowIgor Grinberg2014-11-06-1/+3
| * | dma: keystone_nav: remove spurious qm_cfg verificationKhoronzhuk, Ivan2014-11-06-12/+0
| * | net: phy: marvell: add errata w/a for 88E151* chipsHao Zhang2014-11-06-1/+52
| * | net: keystone_net: add Keystone2 K2L SoC supportKhoronzhuk, Ivan2014-11-05-1/+4
| * | net: keystone_serdes: add keystone K2L SoC supportKhoronzhuk, Ivan2014-11-05-1/+1
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-11-05-2/+7
|\ \ \ | |/ / |/| |
| * | mtd: nand: mxs: Add ECC geometry for 2048b/112b NANDMarek Vasut2014-10-30-2/+7
* | | Merge git://www.denx.de/git/u-boot-sunxiTom Rini2014-11-05-13/+245
|\ \ \
| * | | dm: sunxi: Request USB vbus gpioHans de Goede2014-11-05-0/+10
| * | | dm: sunxi: Request card detect gpioHans de Goede2014-11-05-10/+22
| * | | dm: sunxi: Add support for serial using driver modelSimon Glass2014-11-05-0/+40
| * | | dm: sunxi: Modify the GPIO driver to support driver modelSimon Glass2014-11-05-0/+170
| * | | sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?IIan Campbell2014-11-05-3/+3
* | | | Merge git://git.denx.de/u-boot-shTom Rini2014-11-04-62/+64
|\ \ \ \ | |/ / / |/| | |
| * | | net: sh-eth: Add cache writeback control after setting bit of DMA descriptorNobuhiro Iwamatsu2014-11-04-2/+8
| * | | net: sh-eth: Use memalign instead of orignal memroy alignment functionNobuhiro Iwamatsu2014-11-04-48/+41
| * | | net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZENobuhiro Iwamatsu2014-11-04-12/+12
| * | | serial: sh: r8a7794: Add support external clockNobuhiro Iwamatsu2014-11-04-2/+2
| * | | net: sh-eth: Add support R8A7793Nobuhiro Iwamatsu2014-11-04-4/+5
| * | | serial: sh: Add support R8A7793Nobuhiro Iwamatsu2014-11-04-4/+6
| | |/ | |/|
* | | serial: add prototypes for init functionsJeroen Hofstee2014-11-04-70/+70
* | | i2c: use __weakJeroen Hofstee2014-11-04-6/+2
* | | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2014-11-04-0/+6
|\ \ \
| * | | twl4030: VMMC2 3.2V enable on MMC initPaul Kocialkowski2014-10-31-0/+6
| |/ /
* | | usb: ehci: rmobile: Collect up address dataNobuhiro Iwamatsu2014-11-04-11/+2
* | | usb: ehci: rmobile: Add support R8A7793Nobuhiro Iwamatsu2014-11-04-0/+5
* | | usb: Make pollable int support available outside of ehci-hcd.cHans de Goede2014-11-04-1/+1
* | | usb: ehci: Move cache invalidation to poll_int_queueHans de Goede2014-11-04-3/+7
* | | usb: ehci: Move interrupt packet length check to create_int_queueHans de Goede2014-11-04-17/+19
* | | usb: ehci: Do not disable an already disabled periodic scheduleHans de Goede2014-11-04-3/+5
* | | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2014-11-03-3/+14
|\ \ \
| * | | serial: UniPhier: add static to locally used functionsMasahiro Yamada2014-10-29-3/+3
| * | | serial: UniPhier: add .pending handlerMasahiro Yamada2014-10-29-0/+11
* | | | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2014-11-03-77/+95
|\ \ \ \ | |_|/ / |/| | |
| * | | SPI: mxc_spi: delay initialisation until claim busMarkus Niebel2014-10-27-16/+21
| * | | SPI: mxc_spi: remove second reset from ECSPI config handlerMarkus Niebel2014-10-27-3/+0
| * | | spi: altera: Move the config options to the topMarek Vasut2014-10-27-8/+8
| * | | spi: altera: Clean up the use of variable dMarek Vasut2014-10-27-10/+13
| * | | spi: altera: Zap endless loopMarek Vasut2014-10-27-2/+11
| * | | spi: altera: Clean up most checkpatch issuesMarek Vasut2014-10-27-10/+13
| * | | spi: altera: Clean up bit definitionsMarek Vasut2014-10-27-13/+13
| * | | spi: altera: Use struct-based register accessMarek Vasut2014-10-27-24/+25
* | | | i2c: designware: Convert driver to multibus/multiadapter frameworkStefan Roese2014-10-29-167/+128
* | | | i2c: mxs: Add support for I2C 1 on i.MX28Marek Vasut2014-10-29-1/+8
* | | | i2c: mxs: Pass the i2c_adapter aroundMarek Vasut2014-10-29-67/+67
* | | | i2c: mxs: Add basic support for i2c frameworkMarek Vasut2014-10-29-21/+30
* | | | i2c: mxs: Consolidate hard-coded bus addressMarek Vasut2014-10-29-7/+12
| |/ / |/| |
* | | dwc_ahsata: use bitwise operator in sata_port_statusNikita Kiryanov2014-10-28-1/+1
* | | Merge git://git.denx.de/u-boot-dmTom Rini2014-10-28-1/+1
|\ \ \