summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT nodeSimon Glass2013-12-094-11/+46
| | |/ | |/|
* | | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2013-12-105-18/+58
|\ \ \
| * | | mmc: add Faraday FTSDC021 SDHCI controller supportKuo-Jung Su2013-12-082-0/+34
| * | | powerpc: mmc: Add corenet devices support in esdhc splPriyanka Jain2013-12-081-0/+5
| * | | mmc/dwmmc: modify FIFO threshold only if value explicitly setAlexey Brodkin2013-12-081-7/+2
| * | | mmc: dw_mmc: remove the exynos specific code in dw-mmc.cJaehoon Chung2013-12-082-10/+16
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-12-104-251/+393
|\ \ \
| * | | i2c: samsung: register i2c busses for Exynso5420 and Exynos5250Naveen Krishna Ch2013-12-061-48/+176
| * | | arm: omap: i2c: don't zero cnt in i2c_writeNikita Kiryanov2013-12-051-6/+0
| * | | i2c: fti2c010: serial out r/w address in MSB orderKuo-Jung Su2013-12-051-8/+18
| * | | i2c: fti2c010: migrate to new i2c modelKuo-Jung Su2013-12-051-166/+133
| * | | i2c: fti2c010: cosmetic: coding style cleanupKuo-Jung Su2013-12-051-15/+16
| * | | driver:i2c:s3c24x0: fix clock init for hsi2cPiotr Wilczek2013-12-051-1/+3
| * | | driver:i2c:s3c24x0: adapt driver to new i2cPiotr Wilczek2013-12-052-57/+97
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini2013-12-062-12/+10
|\ \ \
| * | | spi: bfin_spi6xx: Remove unnecessary test for bus and pins[bus]Axel Lin2013-12-061-4/+1
| * | | spi: bfin_spi: Remove unnecessary test for bus and pins[bus]Axel Lin2013-12-061-8/+9
| |/ /
* | | powerpc: spiflash:Add corenet devices support in eSPI SPLPriyanka Jain2013-12-041-0/+5
|/ /
* | Merge branch 'serial' of git://git.denx.de/u-boot-microblazeTom Rini2013-12-021-4/+0
|\ \
| * | serial: zynq: Remove unused #definesSoren Brinkmann2013-12-021-4/+0
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2013-12-0224-8/+8496
|\ \ \ | |/ / |/| |
| * | powerpc/mpc85xx: Add T2080/T2081 SoC supportShengzhou Liu2013-11-252-0/+93
| * | net/fman: Add support for 10GEC3 and 10GEC4Shengzhou Liu2013-11-253-6/+26
| * | Driver/IFC: Move Freescale IFC driver to a common driverYork Sun2013-11-254-2/+143
| * | Driver/DDR: Update DDR driver to allow non-zero base addressYork Sun2013-11-251-3/+3
| * | powerpc/mpc8xxx: Extend DDR registers' fieldsYork Sun2013-11-251-8/+12
| * | Driver/DDR: Add Freescale DDR driver for ARMYork Sun2013-11-254-4/+227
| * | Driver/DDR: combine ccsr_ddr for 83xx, 85xx and 86xxYork Sun2013-11-256-8/+14
| * | Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun2013-11-2514-0/+7977
* | | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2013-11-2519-193/+473
|\ \ \
| * | | net: rtl8169: Add support for RTL8168d/8111dThierry Reding2013-11-221-1/+17
| * | | net: rtl8169: Improve cache maintenanceThierry Reding2013-11-221-8/+53
| * | | net: zynq_gem: Add d-cache supportSrikanth Thokala2013-11-221-29/+53
| * | | phy: Use general phy code for smsc lan8720aDavid Dueck2013-11-221-1/+2
| * | | phy: Use supported field during autonegotiationDavid Dueck2013-11-221-2/+3
| * | | net: dm9000: random mac address supportAndrew Ruder2013-11-221-0/+9
| * | | drivers/net/e1000: Introduce CONFIG_E1000_NO_NVMRojhalat Ibrahim2013-11-222-5/+38
| * | | net: phy: atheros: Fix masks for AR8035 and AR8021Fabio Estevam2013-11-221-1/+1
| * | | net/phy: Fix the phy id mask of AR8031Chunhe Lan2013-11-221-1/+1
| * | | net: tsec: Fix mac addr setup portability, cleanupClaudiu Manoil2013-11-221-10/+8
| * | | net: tsec: Use portable regs type (uint->u32)Claudiu Manoil2013-11-221-1/+1
| * | | net: tsec: Use portable types and accessors for BDsClaudiu Manoil2013-11-221-42/+46
| * | | net: tsec: Fix CamelCase issues around BD codeClaudiu Manoil2013-11-221-30/+30
| * | | net: fsl_mdio: Fix warnings for __iomem pointersClaudiu Manoil2013-11-221-7/+10
| * | | net: tsec: Cleanup tsec regs init and fix __iomem warnsClaudiu Manoil2013-11-221-13/+13
| * | | net: tsec: Fix priv pointer in tsec_mcast_addr()Claudiu Manoil2013-11-221-7/+1
| * | | net: tsec: Fix and cleanup tsec_mcast_addr()Claudiu Manoil2013-11-221-16/+15
| * | | net: Fix mcast function pointer prototypeClaudiu Manoil2013-11-222-3/+3
| * | | net: designware: Fix alignment of buffer descriptorsAlexey Brodkin2013-11-221-4/+3
| * | | net: designware: Respect "bus mode" register contents on SW resetAlexey Brodkin2013-11-221-1/+1
OpenPOWER on IntegriCloud