summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-04-30Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk12-13/+14
2012-04-30lin_gadget: use common linux/compat.hMike Frysinger2-3/+4
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger10-10/+10
2012-04-30Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk1-0/+2
2012-04-30Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk4-3/+548
2012-04-25powerpc/corenet_ds: Slave module for boot from SRIOLiu Gang1-0/+2
2012-04-24i2c:designware Turn off the ctrl when setting the speedArmando Visconti1-0/+11
2012-04-24i2c: Add support for designware i2c controllerVipin KUMAR3-3/+149
2012-04-24sh: i2c: Add support I2C controller of SH7734Nobuhiro Iwamatsu2-0/+388
2012-04-22Blackfin: bfin_sdh: drop dos part hardcodeMike Frysinger1-1/+0
2012-04-21net: ll_temac: drop obsolete "NAMESIZE" defineStephan Linz1-2/+2
2012-04-21mmc: Fix warning if CONFIG_MMC_TRACE is enabledDirk Behme1-1/+1
2012-04-21ehci-omap: fix for enabling the correct usb portJeroen Hofstee1-2/+2
2012-04-21GCC4.6: Squash warnings in onenand_base.cWolfgang Denk1-3/+2
2012-04-17Prepare v2012.04-rc2; minor Coding Style cleanupWolfgang Denk1-1/+0
2012-04-17Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk4-30/+84
2012-04-16DMA: Split the APBH DMA init into block and channel initMarek Vasut3-23/+31
2012-04-16imx: Return gpio_set_value in gpio_direction_outputVikram Narayanan1-2/+1
2012-04-16imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio >> 5)Vikram Narayanan1-4/+4
2012-04-16imx: Add GPIO_TO_PORT macro in the mxc_gpio driverVikram Narayanan1-0/+1
2012-04-16i.MX28: Allow coexistence of PIO and DMA mode for SD/MMCMarek Vasut1-1/+47
2012-04-15drivers/mtd/spr_smi.c: Fix build warningAnatolij Gustschin1-5/+0
2012-04-09Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk12-39/+1954
2012-04-04net/designware: Change timeout loop implementationAmit Virdi1-16/+38
2012-04-04net/designware: Set ANAR to 0x1e1Armando Visconti1-0/+3
2012-04-04net/designware: Program phy registers when auto-negotiation is ONVikas Manocha1-14/+29
2012-04-04net/designware: Try configuring phy on each dw_eth_initVipin Kumar2-21/+30
2012-04-04net/designware: Consecutive writes must have delayArmando Visconti1-2/+1
2012-04-04net/designware: Phy address fixVipin KUMAR1-1/+1
2012-04-04net/designware: Fix the max frame length sizeVipin KUMAR1-1/+1
2012-04-04net/designware: Fix to restore hw mac addressVipin KUMAR1-1/+6
2012-04-04onenand: Replace ONENAND_IS_MLC() with ONENAND_HAS_4KB()Lukasz Majewski1-16/+29
2012-04-04net: ll_temac: Add LL TEMAC driver to u-bootStephan Linz9-0/+1860
2012-04-04onenand:samsung Target dependent OneNAND chip probe functionLukasz Majewski2-7/+46
2012-04-03mvgbe: remove warning for unused methodsStefan Bigler1-0/+2
2012-03-31net/altera_tse: use flush_dcache_range instead of flush_dcacheStefan Kristiansson1-3/+6
2012-03-31net/ethoc: use flush_dcache_range instead of flush_dcacheStefan Kristiansson1-3/+3
2012-03-31Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk4-6/+72
2012-03-31pci: declare pciauto functions in headerLinus Walleij1-5/+0
2012-03-31drivers/mmc/mmc.c: Fix build warningAnatolij Gustschin1-1/+1
2012-03-30drivers/mmc/tegra2_mmc.c: fix GCC 4.6 warningAnatolij Gustschin1-1/+1
2012-03-30Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk1-13/+2
2012-03-30Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk24-264/+1358
2012-03-29tegra: i2c: Add I2C driverYen Lin2-0/+570
2012-03-29tegra: usb: Add support for Tegra USB peripheralSimon Glass2-0/+63
2012-03-29usb: Add support for txfifo thresholdSimon Glass2-1/+12
2012-03-29net: fec_mxc: allow use with cache enabledEric Nelson2-104/+192
2012-03-29i.MX28: Do data transfers via DMA in MMC driverMarek Vasut1-30/+40
2012-03-29MMC: Implement generic bounce bufferMarek Vasut1-3/+99
2012-03-29i.MX28: Add cache support to MXS NAND driverMarek Vasut1-3/+50