aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-05-10palmas: use palmas_i2c_[read|write]_u8Nishanth Menon1-24/+2
2013-05-10palmas: rename twl6035_mmc1_poweron_ldo with an palmas generic functionNishanth Menon2-2/+2
2013-05-10palmas: rename init_settings to an generic palmas initNishanth Menon1-1/+1
2013-05-10twl6035: rename to palmasNishanth Menon3-6/+6
2013-05-10twl6030: move twl6030 register access functions to common header fileNishanth Menon1-11/+0
2013-05-10twl6030: twl6030_i2c_[read|write]_u8 prototype consistentNishanth Menon1-34/+34
2013-05-10twl4030: make twl4030_i2c_read_u8 prototype consistentNishanth Menon2-3/+3
2013-05-10twl4030: make twl4030_i2c_write_u8 prototype consistentNishanth Menon3-31/+31
2013-05-10phy: add support for ET1011C physMatt Porter3-0/+114
2013-05-10cpsw: add support for TI814x slave_regs differencesMatt Porter1-0/+6
2013-04-30i2c: zynq: Add support for Xilinx ZynqMichal Simek2-0/+307
2013-04-30mmc: Add support for Xilinx Zynq sdhci controllerMichal Simek2-0/+41
2013-04-30net: gem: Add support for phy autodetectionMichal Simek1-0/+51
2013-04-30net: gem: Preserve clk on emio interfaceDavid Andrey1-3/+9
2013-04-30net: gem: Pass phy address to initDavid Andrey1-6/+2
2013-04-30net: gem: Fix gem driver on 1Gbps LANMichal Simek1-15/+38
2013-04-30net: gem: Do not initialize BDs againMichal Simek1-39/+47
2013-04-30net: gem: Simplify return path in zynq_gem_recvMichal Simek1-3/+1
2013-04-30net: gem: Remove WRAP bit from TX buffer descriptionMichal Simek1-2/+1
2013-04-30net: phy: Define Marvell 88e1518 phyMichal Simek1-0/+11
2013-04-17mmc: check the revision for sd3.0Jaehoon Chung1-0/+2
2013-04-17mmc: support the correct card version for eMMCJaehoon Chung1-0/+18
2013-04-15Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini31-915/+1948
2013-04-15Merge branch 'tpm' of git://git.denx.de/u-boot-x86Tom Rini7-5/+1416
2013-04-14Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-5/+3
2013-04-14fsl_esdhc: Fix DMA transfer completion waiting loopAndrew Gabbasov1-2/+1
2013-04-14fsl_esdhc: flush cache after IO completionEric Nelson1-3/+2
2013-04-14Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-8/+9
2013-04-13spi: mxc_spi: Set master mode for all channelsFabio Estevam1-8/+9
2013-04-12tpm: Add Infineon slb9635_i2c TPM driverRong Chang6-0/+1411
2013-04-12tpm: Add casts for proper compilationTaylor Hutt1-5/+5
2013-04-12Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD96-977/+2396
2013-04-12Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support"Stefan Roese1-55/+23
2013-04-12Revert "cfi_flash: Use uintptr_t for casts from u32 to void *"Stefan Roese1-1/+1
2013-04-12kirkwood_nand: allow usage of NAND_ECC_SOFT_BCHGerlando Falauto1-0/+4
2013-04-12arm: Remove support for unused s3c64xxBenoît Thébaudeau10-593/+4
2013-04-12nand: mxc: Switch NAND SPL to generic SPLBenoît Thébaudeau4-5/+597
2013-04-12nand: mxc: Use appropriate page number in syndrome functionsBenoît Thébaudeau1-3/+3
2013-04-12nand: mxc: Fix debug trace in mxc_nand_read_oob_syndrome()Benoît Thébaudeau1-1/+1
2013-04-12nand: mxc: Add support for i.MX5Benoît Thébaudeau1-11/+108
2013-04-12nand: mxc: Prepare to add support for i.MX5Benoît Thébaudeau1-46/+46
2013-04-12mtd: nand: mxc_nand: Fix is_16bit_nand()Fabio Estevam1-34/+3
2013-04-12mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BITFabio Estevam1-2/+2
2013-04-11ubi: ubifs: Turn off verbose printsJoe Hershberger2-6/+12
2013-04-11ubi: Fix broken cleanup code in attach_by_scanningJoe Hershberger2-4/+5
2013-04-10dfu: NAND specific routines for DFU operationPantelis Antoniou3-0/+196
2013-04-10nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini1-8/+60
2013-04-10dfu: Support larger than memory transfers.Pantelis Antoniou2-89/+262
2013-04-08dfu:ext4:fix: Change ext4write command order of parametersŁukasz Majewski1-2/+2
2013-04-08omap_gpmc: add support for hw assisted BCH8Andreas Bießmann1-91/+276