aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-05-15SATA: add driver for MX5 / MX6 SOCsStefano Babic3-0/+1305
2012-05-15NET: fec_mxc.c: Add a way to disable auto negotiationStefano Babic1-1/+3
2012-05-15EXYNOS: Change bits per pixel value proper for u-boot.Donghwa Lee2-4/+4
2012-05-15LCD: support S6E8AX0 amoled driver based on EXYNOS MIPI DSIDonghwa Lee2-0/+257
2012-05-15EXYNOS: support EXYNOS MIPI DSI interface driver.Donghwa Lee6-0/+1703
2012-05-15EXYNOS: support EXYNOS framebuffer and FIMD display drivers.Donghwa Lee4-0/+544
2012-05-15misc:pmic:max8997 MAX8997 support for PMIC driverƁukasz Majewski2-0/+44
2012-05-15omap5: pbias ldo9 turn onBalaji T K2-0/+58
2012-05-15power: twl6035: add palmas PMIC supportSRICHARAN R2-0/+41
2012-05-15OMAP4/5: Make the sysctrl structure commonSRICHARAN R1-2/+2
2012-05-15ARM:OMAP+:MMC: Add parameters to MMC initJonathan Solnit1-4/+20
2012-05-15serial: add LPC32X0 high-speed UART devices supportVladimir Zapolskiy2-0/+113
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-24powerpc/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-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