summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-10-06fpga: altera: Clean up altera_validate functionMarek Vasut1-22/+21
2014-10-06fpga: altera: Clean up the printing and debugMarek Vasut1-59/+58
2014-09-27Merge branch 'for-tom' of git://git.denx.de/u-boot-dmTom Rini1-76/+38
2014-09-27sandbox: Convert SPI flash emulation to use sf_paramsSimon Glass1-76/+38
2014-09-26Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini9-131/+249
2014-09-26Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-2/+0
2014-09-25nand/denali: Adding Denali NAND driver supportChin Liang See3-0/+1673
2014-09-25mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep()Stefan Roese1-3/+1
2014-09-25mtd: nand: am335x: Fix 'bit-flip' errors in SPLRostislav Lisovy1-4/+8
2014-09-25driver/ddr/fsl: Fix DDR4 driverYork Sun2-4/+8
2014-09-25driver/ddr/fsl: Fix tXP and tCKEYork Sun3-12/+22
2014-09-25driver/ddr: Restruct driver to allow standalone memory spaceYork Sun4-100/+205
2014-09-25driver/mtd: Use generic timer API for FSL IFC, eLBCPrabhakar Kushwaha2-15/+14
2014-09-25kbuild: refactor some makefilesMasahiro Yamada3-2/+5
2014-09-25cosmetic: replace MIN, MAX with min, maxMasahiro Yamada8-12/+12
2014-09-25kconfig: add blank Kconfig filesMasahiro Yamada25-0/+51
2014-09-25e1000: fix no nvm buildMarcel Ziswiler1-0/+2
2014-09-25usb/gadget: fastboot: minor cleanupSteve Rae1-5/+10
2014-09-25usb/gadget: fastboot: add support for flash commandSteve Rae1-0/+31
2014-09-25board/t1040qds: Add sgmii ports support in 0xA7 protocolPriyanka Jain1-2/+0
2014-09-24spi: kirkwood_spi.c: cosmetic: Fix minor coding style issuesStefan Roese1-8/+6
2014-09-24spi: kirkwood_spi.c: Make global variable staticStefan Roese1-1/+1
2014-09-24spi: kirkwood_spi.c: Some fixes and cleanupStefan Roese1-6/+5
2014-09-24sf: Add M25PX64 SPI NOR flash IDStefan Roese1-0/+1
2014-09-24spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*Nikita Kiryanov1-2/+4
2014-09-24spi: mxc: fix sf probe when using mxc_spiNikita Kiryanov1-23/+25
2014-09-24mtd: spi: add support for M25PE16 and M25PX16Nikita Kiryanov1-0/+2
2014-09-23dm: avoid dev->req_seq overflowRobert Baldyga1-0/+2
2014-09-23dm: serial: Don't require device tree to configure a consoleSimon Glass1-1/+2
2014-09-23dm: core: Allow device_bind() to used without CONFIG_OF_CONTROLSimon Glass1-2/+5
2014-09-23sf: Add an empty entry to the parameter listSimon Glass1-0/+1
2014-09-19mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCBoris BREZILLON1-0/+1
2014-09-19USB: ehci-atmel: use pcr to enable or disable clockBo Shen1-0/+8
2014-09-19USB: ohci-at91: use pcr to enable or disable clockBo Shen1-4/+4
2014-09-19mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc registerWu, Josh2-10/+14
2014-09-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini5-15/+107
2014-09-16net: usb: Add SMSC copyright to smsc95xx driverSimon Glass1-0/+1
2014-09-16mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREADmaxin.john@enea.com1-2/+2
2014-09-16mtd: nand: davinci_nand: update write_page function for keystone RBLKhoronzhuk, Ivan1-0/+1
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada28-28/+0
2014-09-16rtl8169: Defer network packet processingThierry Reding1-1/+2
2014-09-15openrisc: Fix a few type cast related warningsVasili Galka1-4/+4
2014-09-14Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini10-117/+838
2014-09-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini7-57/+308
2014-09-10dm: tegra: Enable driver model for serialSimon Glass2-0/+39
2014-09-10dm: serial: Add driver model support for ns16550Simon Glass2-3/+155
2014-09-10dm: serial: Collect common baud rate code in ns16550Simon Glass1-20/+13
2014-09-10dm: serial: Move baud rate calculation to ns16550.cSimon Glass2-11/+21
2014-09-10sandbox: serial: Support a coloured consoleSimon Glass1-0/+83
2014-09-10sandbox: Convert serial driver to use driver modelSimon Glass1-31/+36