aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-22Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini
2012-10-22ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96Ashok
2012-10-22omap2424:Rename CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96 as CONFIG_DRIVER_LA...Ashok
2012-10-22README : Rename CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111, CONFIG_DRIVER_LAN9...Ashok
2012-10-22config: Enable CBFS, ext4 for corebootSimon Glass
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black
2012-10-22disk: Address cast and format errorsTaylor Hutt
2012-10-22disk: Make the disk partition code work with no specific partition typesGabe Black
2012-10-22ide: Add printf format string for CONFIG_SYS_64BIT_LBA optionGabe Black
2012-10-22kerneldoc: tmpl: Implement template for LG-arraysMarek Vasut
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut
2012-10-22common: Implement support for linker-generated arraysMarek Vasut
2012-10-22common: Add symbol handling for generic lists into MakefileMarek Vasut
2012-10-22mmc: dw-mmc: support DesignWare MMC ControllerJaehoon Chung
2012-10-22mmc: pxa: Remove the old non-generic PXA MMC driverMarek Vasut
2012-10-22mmc: pxa: Flip over the remaining boards to pxa_mmc_genericMarek Vasut
2012-10-22mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmdTushar Behera
2012-10-22mmc: sdhci: add the DMA select for SDMAJaehoon Chung
2012-10-22mmc: sdhci: increase the timeout value for data transferJaehoon Chung
2012-10-22mmc: Fix mmc_spi error on cmd->flags fieldMarek Vasut
2012-10-22MMC: Remove the MMC bounce bufferMarek Vasut
2012-10-22MMC: MXS: Toggle the generic bounce buffer on the boardsMarek Vasut
2012-10-22MMC: MXS: Convert MXS MMC driver to generic bounce bufferMarek Vasut
2012-10-22COMMON: Implement common bounce bufferMarek Vasut
2012-10-22powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu
2012-10-22usb: fallback safely when a configuration descriptor is too largeVincent Palatin
2012-10-22usb: Support the CONFIG_SYS_64BIT_LBA optionGabe Black
2012-10-19Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-10-19patman: force git log commands to not use colorAlbert ARIBAUD
2012-10-19sandbox: Change global data baudrate to intSimon Glass
2012-10-19x86: Change global data baudrate to intSimon Glass
2012-10-19nds32: Change global data baudrate to intSimon Glass
2012-10-19mips: Change global data baudrate to intSimon Glass
2012-10-19blackfin: Change global data baudrate to intSimon Glass
2012-10-19arm: Change global data baudrate to intSimon Glass
2012-10-19sparc: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19powerpc: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19openrisc: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19nios2: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19microblaze: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19m68k: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19avr32: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19sh: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin
2012-10-19input: Fix i8042 keyboard resetMarc Jones
2012-10-19input: i8042: Provide feature to disable keyboard before booting kernelLouis Yung-Chieh Lo
2012-10-19input: Provide a board specific mechanism to decide whether to skip i8042 initGabe Black
2012-10-19input: Use finer grain udelays while waitng for the i8042 keyboard buffer to ...Gabe Black