aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-04-21GCC4.6: Squash warnings in onenand_base.cWolfgang Denk1-3/+2
2012-04-16Prepare v2012.04-rc2; minor Coding Style cleanupv2012.04-rc2Wolfgang Denk1-1/+0
2012-04-16Merge 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-14drivers/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-30net/altera_tse: use flush_dcache_range instead of flush_dcacheStefan Kristiansson1-3/+6
2012-03-30net/ethoc: use flush_dcache_range instead of flush_dcacheStefan Kristiansson1-3/+3
2012-03-30Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk4-6/+72
2012-03-30pci: declare pciauto functions in headerLinus Walleij1-5/+0
2012-03-30drivers/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
2012-03-29i.MX28: Add cache support into the APBH DMA driverMarek Vasut1-1/+22
2012-03-28net: calxedaxgmac: fix build due to missing __aligned definitionRob Herring1-0/+1
2012-03-28Enable high speed support for USB device framework and usbttyVipin KUMAR4-6/+72
2012-03-27omap3_spi: receive transmit modejacopo mondi2-3/+65
2012-03-27twl4030: fix potential power supply handling issuesGrazvydas Ignotas1-4/+14
2012-03-27NAND: TI: fix warnings in omap_gpmc.cStefano Babic1-6/+8
2012-03-27net: smc91111: use mdelay()Mike Frysinger1-13/+2
2012-03-27USB: ehci-mx6: Add proper IO accessorsFabio Estevam1-9/+4
2012-03-27mxs_spi: Return proper timeout errorFabio Estevam1-3/+3
2012-03-27pmic_i2c: Return error in case of invalid pmic_i2c_tx_numFabio Estevam1-0/+6
2012-03-26Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8Robert Delien2-12/+12
2012-03-26usb/ehci: Add USB support for the MX6QWolfgang Grandegger2-0/+206
2012-03-26PXA: Remove PXA PCMCIA supportMarek Vasut2-94/+0