summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* serial: lpc32xx: send CR before LFVladimir Zapolskiy2013-12-131-0/+3
* net/fman: add ft_fixup_xgec to support 3rd and 4th 10GECShengzhou Liu2013-12-111-1/+52
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-12-1015-72/+193
|\
| * Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-12-1073-1240/+10471
| |\
| * | serial: zynq: Remove unused #definesSoren Brinkmann2013-12-101-4/+0
| * | at91: nand: switch atmel_nand to generic GPIO APIAndreas Bießmann2013-12-091-5/+3
| * | at91: add new gpio pin definitionsAndreas Bießmann2013-12-091-3/+1
| * | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-12-062-2/+12
| |\ \
| | * | driver:usb:s3c_udc: add support for Exynos4x12Piotr Wilczek2013-12-022-2/+12
| * | | usb: ehci-omap: Reset the USB Host OMAP moduleRoger Quadros2013-12-061-15/+42
| * | | am335x: cpsw: optimize cpsw_recv to increase network performanceVladimir Koutny2013-12-041-1/+1
| * | | ahci: Fix cache align error messagesRoger Quadros2013-12-041-7/+1
| * | | ahci: Error out with message on malloc() failureRoger Quadros2013-12-041-2/+14
| * | | ARMV7: OMAP4: Add twl6032 supportOleg Kosheliev2013-12-041-6/+48
| * | | ARMV7: OMAP4: Add struct for twl603x dataOleg Kosheliev2013-12-041-5/+20
| * | | net: remove unused CONFIG_AT91_LEGACYAndreas Bießmann2013-11-131-9/+0
| * | | i2c: switch from AT91 legacy to ATMEL legacyAndreas Bießmann2013-11-131-1/+1
| * | | video: remove AT91 legacy API from bus_vcxkAndreas Bießmann2013-11-131-15/+0
| |/ /
| * | usb, g_dnl: make bcdDevice value configurableHeiko Schocher2013-11-121-4/+19
| * | am33xx: Make SoC bootcount driver have its own symbolTom Rini2013-11-112-1/+5
| * | bootcount: store bootcount var in environmentHeiko Schocher2013-11-112-0/+30
* | | Merge branch 'spi' of git://git.denx.de/u-boot-x86Tom Rini2013-12-109-12/+738
|\ \ \
| * | | sandbox: spi: Add new SPI flash driverMike Frysinger2013-12-094-1/+487
| * | | sandbox: spi: Add SPI emulation busMike Frysinger2013-12-092-0/+205
| * | | 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
OpenPOWER on IntegriCloud