aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-12-08Merge branch 'master' of git://git.denx.de/u-boot into masterStefano Babic81-716/+15186
2012-12-07Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini3-0/+293
2012-12-07serial_pl011: Set RTS during initializationJoshua Housh1-2/+2
2012-12-06video: Check for valid FB pointer before clearingDuncan Laurie1-0/+2
2012-12-06x86: gpio: Add additional GPIO banks to the ICH6 driverBill Richardson1-62/+110
2012-12-06x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson2-0/+243
2012-12-03Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini4-0/+170
2012-11-30x86: video: Add coreboot framebuffer supportStefan Reinauer2-0/+102
2012-11-30x86: Add console command to display CBMEM console bufferVadim Bendebury1-0/+67
2012-11-30x86: Add CBMEM console driver for corebootVadim Bendebury1-0/+1
2012-11-30serial: serial_sh: bugfix: autoboot fails if serial console is not connectedTetsuyuki Kobayashi1-7/+13
2012-11-28Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxTom Rini3-0/+136
2012-11-27powerpc/p4080ds: fix PCI-e x8 link training down failureYuanquan Chen1-0/+22
2012-11-27powerpc/85xx: add support for the Freescale P5040DS Superhydra reference boardTimur Tabi2-0/+114
2012-11-27mmc: Properly determine maximum supported bus widthAndy Fleming1-12/+35
2012-11-27mmc: tegra: use bounce buffer APIsStephen Warren1-23/+41
2012-11-27common: rework bouncebuf implementationStephen Warren1-23/+7
2012-11-27mmc: add no simultaenous power and vddMela Custodio1-0/+3
2012-11-27mmc: Fix interpretation of MMC_CMD_ALL_SEND_CIDTaylor Hutt1-7/+9
2012-11-27EXYNOS: mmc: support DesignWare Controller for Samsung-SoCJaehoon Chung2-0/+58
2012-11-27Remove obsolete header filePantelis Antoniou1-1/+0
2012-11-26Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini10-380/+426
2012-11-26nand: Add torture featureBenoît Thébaudeau1-0/+122
2012-11-26nand: Fix nand_erase_opts() offset checkBenoît Thébaudeau1-2/+2
2012-11-26nand: Clean up nand_utilBenoît Thébaudeau1-32/+32
2012-11-26nand: Move the sub-page read support enable to a flagJoe Hershberger1-2/+7
2012-11-26driver/mtd:IFC NAND:Initialise internal SRAM before any writePrabhakar Kushwaha1-1/+61
2012-11-26nand/fsl: add NAND_NO_SUBPAGE_WRITE to eLBC and IFC driversScott Wood2-2/+2
2012-11-26spl/nand: config symbol documentationScott Wood2-0/+172
2012-11-26spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC.Scott Wood1-8/+22
2012-11-26powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxxScott Wood2-334/+0
2012-11-26serial/ns16550: wait for TEMT before initializingScott Wood1-0/+3
2012-11-26serial/ns16550: don't build serial_ns16550 with MIN_FUNCTIONSScott Wood1-0/+4
2012-11-20usb: r8a6659: Fix build by missing of parenthesisNobuhiro Iwamatsu1-1/+1
2012-11-20usb: r8a66597: Switched from variable to only macroNobuhiro Iwamatsu1-10/+5
2012-11-20musb-new: omap2plus backend driverIlya Yanok4-0/+692
2012-11-20musb-new: am35x backend driverIlya Yanok3-0/+711
2012-11-20musb-new: dsps backend driverIlya Yanok2-0/+772
2012-11-20musb-new: port of Linux musb driverIlya Yanok16-2/+10690
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok7-10/+22
2012-11-20linux/usb/ch9.h: update with the version from Linux treeIlya Yanok5-5/+0
2012-11-19Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini4-1/+72
2012-11-19ehci-mxc: Fix host power mask bit for i.MX25Benoît Thébaudeau1-1/+1
2012-11-19ehci-mxc: Fix host power mask bit for i.MX35Benoît Thébaudeau1-1/+1
2012-11-19spi: mxc_spi: Fix spi clock glitch durant resetFabio Estevam1-2/+2
2012-11-19spi: mxc_spi: Fix handling of chip selectFabio Estevam1-2/+3
2012-11-16ehci-mx5/6: Make board_ehci_hcd_init() optionalBenoît Thébaudeau2-3/+10
2012-11-16ehci-mxc: Add support for i.MX35Benoît Thébaudeau1-0/+69
2012-11-16ehci-mxc: Define host offsetsBenoît Thébaudeau1-1/+1
2012-11-16ehci-mxc: Make i.MX25 EHCI configurableBenoît Thébaudeau1-8/+64