summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
...
| | * | powerpc/corenet_ds: Master module for boot from PCIELiu Gang2012-08-23-0/+116
| | * | powerpc/corenet_ds: Get rid of the CONFIG_SRIOBOOT_SLAVE_PORTx macroLiu Gang2012-08-23-0/+27
| * | | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2012-09-21-4/+4
| |\ \ \
| | * | | pci: fix some warnings related to assumptions aboutKumar Gala2012-09-22-4/+4
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-09-21-193/+1359
| |\ \ \ \
| * | | | | usb: do explicit unaligned accessesLucas Stach2012-09-21-2/+5
| * | | | | dfu:usb:fix: Read the "filesize" environment variable only when file readŁukasz Majewski2012-09-21-1/+1
| * | | | | dfu:usb: Support for ext4Łukasz Majewski2012-09-21-6/+26
| | |/ / / | |/| | |
| * | | | ColdFire: Queued SPI driverRichard Retanubun2012-09-20-0/+374
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxTom Rini2012-09-18-0/+4
| |\ \ \ \
| | * | | | mpc8xxx_spi: fix SPI support on MPC8308RDBIra W. Snyder2012-09-18-0/+4
| * | | | | dm: sparc: net: Fixup greth compile warningsMarek Vasut2012-09-18-5/+5
| * | | | | mxc nand: Fix warning on !MXC_NFC_V2_1Tom Rini2012-09-18-0/+2
| * | | | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2012-09-18-264/+107
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | mxc nand: Homogenize IP revisions with LinuxBenoît Thébaudeau2012-09-17-8/+8
| | * | | | mtd mxc nand: Merge init functionsBenoît Thébaudeau2012-09-17-30/+23
| | * | | | mtd mxc nand: Fix ECC state after read_page_raw_syndrome()Benoît Thébaudeau2012-09-17-1/+1
| | * | | | mtd mxc nand: Use _mxc_nand_enable_hwecc()Benoît Thébaudeau2012-09-17-16/+12
| | * | | | mxc nand: Access all ecc_status_result fieldsBenoît Thébaudeau2012-09-17-1/+1
| | * | | | mxc nand: cosmectic: Light cleanupBenoît Thébaudeau2012-09-17-6/+3
| | * | | | mxc nand: Merge mtd and spl register definitionsBenoît Thébaudeau2012-09-17-196/+51
| | * | | | mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverMarek Vasut2012-09-17-5/+2
| | * | | | nand: Make NAND lock status compatible with MicronJoe Hershberger2012-09-17-2/+0
| | * | | | nand: consolidate duplicated constantsJoe Hershberger2012-09-17-6/+0
| | * | | | nand: Change ulong to loff_t and size_tJoe Hershberger2012-09-17-2/+3
| | * | | | nand: Add support for unlock.invertJoe Hershberger2012-09-17-3/+14
| | * | | | mtd: support ONFI multi lun NANDMatthieu CASTET2012-09-17-1/+2
| | | |_|/ | | |/| |
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2012-09-17-0/+8
| |\ \ \ \
| | * | | | omap4 i2c: add support for i2c bus 4Koen Kooi2012-09-06-0/+8
| | |/ / /
| * | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini2012-09-12-30/+50
| |\ \ \ \
| | * | | | mmc: Remove incorrect cmd->flags usageAndy Fleming2012-09-06-4/+6
| | * | | | mmc: s5p_sdhci: add the set_mmc_clk for cmu controlJaehoon Chung2012-09-05-0/+6
| | * | | | mmc: s5p_sdhci: fixed wrong function argumentJaehoon Chung2012-09-05-3/+2
| | * | | | mmc: s5p_sdhci: set the SDHCI_QUIRK_BROKEN_R1BJaehoon Chung2012-09-05-6/+4
| | * | | | mmc: Add a SDHCI quirk for boards that have no CDJoe Hershberger2012-09-05-2/+15
| | * | | | mmc: Fix version check for clock API in sdhci driverJoe Hershberger2012-09-05-5/+5
| | * | | | mmc_get_dev: Return error if mmc_init failsBenoît Thébaudeau2012-09-05-2/+1
| | * | | | mmc: detect boot sectors using EXT_CSD_BOOT_MULT tooStephen Warren2012-09-05-1/+2
| | * | | | MMC: u-boot-spl may be compiled without partition supportMikhail Kshevetskiy2012-09-05-0/+2
| | * | | | mmc: fix capacity calculation when EXT_CSD_SEC_CNT is usedYoshihiro Shimoda2012-09-05-5/+5
| | * | | | mmc: sh_mmcif: enable MMC_MODE_HCYoshihiro Shimoda2012-09-05-1/+1
| | * | | | mmc: fix wrong timeout check in mmc_send_status()Jongman Heo2012-09-05-1/+1
| | |/ / /
| * | | | spi: xilinx: Remove unused variableStephan Linz2012-09-11-1/+0
| * | | | serial: uartlite: Init all uartlites for serial multiMichal Simek2012-09-11-15/+19
| * | | | block: systemace: Simplify base and width initializationMichal Simek2012-09-11-13/+25
| |/ / /
| * | | Merge branch 'master' of git://git.denx.de/u-boot-avr32Wolfgang Denk2012-09-04-1/+1
| |\ \ \
| | * | | net:macb: add line breakAndreas Bießmann2012-09-03-1/+1
| * | | | cfi: Make the flash erase and write operations abortableJoe Hershberger2012-09-03-0/+11
| * | | | cfi: Check for blank before eraseJoe Hershberger2012-09-03-0/+26
| * | | | input: key_matrix: fix header inclusionStephan Linz2012-09-02-0/+1