summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix some obvious typos across multiple subsystems.Robert P. J. Day2013-09-201-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2013-09-161-9/+3
|\
| * spi: mxs_spi: Configure chipselect after block resetMarek Vasut2013-08-271-9/+3
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-09-121-0/+192
|\ \
| * \ Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-111-0/+192
| |\ \
| | * | drivers:power:max77686: add function to set voltage and modePiotr Wilczek2013-08-301-0/+192
* | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-09-0613-144/+1173
|\ \ \ \ | |/ / /
| * | | Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-051-1/+2
| |\ \ \
| | * | | mtd: atmel_nand: pmecc: fix bug fail to correct bit error in 1024-bytes sectorWu, Josh2013-09-041-1/+2
| * | | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-055-1/+158
| |\ \ \ \
| | * | | | mmc: mxsmmc: Enable MMC HC supportAmaury Pouly2013-08-231-1/+2
| | * | | | fec_mxc: set ethaddr if fuses burned and not previously setEric Nelson2013-08-211-0/+2
| | * | | | ARM: mxs: Added application UART driverAndreas Wass2013-08-213-0/+154
| * | | | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-044-0/+634
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | video: add formike lcd panel initHeiko Schocher2013-08-282-0/+512
| | * | | | arm, am335x: add watchdog supportHeiko Schocher2013-08-282-0/+122
| | | |/ / | | |/| |
| * | | | Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-044-142/+379
| |\ \ \ \
| | * | | | gpio: atmel: add copyright and remove error header infoBo Shen2013-08-221-1/+1
| | * | | | gpio: atmel: add gpio common API supportBo Shen2013-08-221-0/+43
| | * | | | gpio: atmel: fix code to use pointer for pio portBo Shen2013-08-221-112/+138
| | * | | | ARM: at91: atmel_nand: add code to check the ONFI parameter ECC requirementWu, Josh2013-08-221-2/+128
| | * | | | mtd: atmel_nand: alloc memory instead of use static array for pmecc dataWu, Josh2013-08-221-7/+56
| | * | | | linux/compat.h: move dev_err, dev_info and dev_dbg from usb driver to compat.hWu, Josh2013-08-221-16/+0
| | * | | | ARM: at91: atmel_nand: pmecc driver will select the galois table by sector sizeWu, Josh2013-08-221-1/+4
| | * | | | net: macb: fix the following building warningBo Shen2013-08-221-3/+9
| | |/ / /
* | | | | ahci: convert to use libata functions and definitionsRob Herring2013-09-061-56/+24
* | | | | ahci: increase spin-up timeout to 20 secRob Herring2013-09-061-1/+1
* | | | | ahci: handle COMINIT received during spin-upRob Herring2013-09-061-0/+12
* | | | | ahci: move link bring-up handling to separate functionRob Herring2013-09-061-15/+25
* | | | | ahci: add defines for PORT_SCR_STAT register bitsRob Herring2013-09-061-2/+3
* | | | | ahci: fix memory leak in ata_scsiop_inquiryRob Herring2013-09-061-0/+1
* | | | | ahci: fix unaligned accessRob Herring2013-09-061-1/+1
* | | | | ahci: use ports implemented map instead of num_portsRichard Gibbs2013-09-061-0/+4
|/ / / /
* | | | usb: ehci-mx5: Use 'bool' instead of 'unsigned char'Fabio Estevam2013-08-261-3/+3
* | | | usb: ehci-mx5: Remove unneeded write to cscmr1 registerFabio Estevam2013-08-261-9/+0
* | | | usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driverLukasz Majewski2013-08-261-4/+7
* | | | usb:dfu:g_dnl: Change number of exported configurations at composite gadgetLukasz Majewski2013-08-261-2/+4
* | | | dfu, nand, ubi: add partubi alt settings for updating ubi partitionHeiko Schocher2013-08-261-2/+36
* | | | ARM: OMAP: USB: Fix linker error when ULPI is not definedDan Murphy2013-08-261-0/+7
* | | | ARM: OMAP5: USB: Add OMAP5 common USB EHCI informationDan Murphy2013-08-261-2/+24
| |_|/ |/| |
* | | nand_util: delete a useless variableMasahiro Yamada2013-08-221-2/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2013-08-2112-10/+250
|\ \ \
| * | | powerpc/t4240: add QSGMII interface supportShaohui Xie2013-08-203-2/+43
| * | | SPDX-License-Identifier: clean up license headerYork Sun2013-08-202-32/+2
| * | | powerpc: Fix CamelCase checkpatch warningsPrabhakar Kushwaha2013-08-201-1/+1
| * | | powerpc: p1022ds: add TPL for p1022ds nand bootYing Zhang2013-08-202-7/+21
| * | | powerpc : spi flash : Support to start from eSPI with SPLYing Zhang2013-08-203-0/+80
| * | | powerpc: mpc85xx: Support booting from SD Card with SPLYing Zhang2013-08-203-0/+135
* | | | pmic:i2c: Replace legacy I2C_SET_BUS macro with i2c_set_bus_num()Łukasz Majewski2013-08-201-1/+1
* | | | fsl_i2c: add workaround for the erratum I2C A004447Chunhe Lan2013-08-201-3/+11
OpenPOWER on IntegriCloud