summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-11-03ahci: Expand HDD Logical Block addressability up to 32 bitsWalter Murphy1-4/+8
2012-11-03ahci: Perform SATA flush after disk write.Marc Jones1-1/+51
2012-11-03ahci: Support spin-up and link-up separatelyMarc Jones1-6/+39
2012-11-03ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout)Walter Murphy1-4/+10
2012-11-03ahci: flush / invalidate dcache around SATA commandsTaylor Hutt1-0/+39
2012-11-03ahci: Use virt_to_phys() to denote physical addresses for DMATaylor Hutt1-4/+6
2012-11-03ahci: Fix 'Invaild' typoTaylor Hutt1-1/+1
2012-11-03ahci: Use sizeof(fis) instead of hardcoding '20'Taylor Hutt1-5/+5
2012-11-03ahci: Make the AHCI code find the capacity of disks > 128 GB properlyGabe Black1-5/+50
2012-11-03ahci: support scsi writing in AHCI driverHung-Te Lin1-24/+30
2012-11-03ahci: Make sending the SETFEATURES_XFER command optionalGabe Black1-0/+6
2012-11-03ahci: cosmetics and cleanupStefan Reinauer1-7/+18
2012-11-03ahci: Improve AHCI debuggingStefan Reinauer1-1/+2
2012-11-03ahci: Optimise AHCI controller reset and start-upStefan Reinauer1-9/+15
2012-11-03ahci: Support splitting of read transactions into multiple chunksVadim Bendebury1-29/+69
2012-10-30FPGA: Cyclon II: Correctly reset the FPGA before configurationStephan Gatzka1-0/+2
2012-10-27Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini14-1212/+28
2012-10-27stdio: Remove the CLPS7111 serial driverMarek Vasut2-135/+0
2012-10-27arm: Remove support for NETARMMarek Vasut6-602/+0
2012-10-27arm: Remove support for s3c4510Marek Vasut4-343/+0
2012-10-27arm: Remove support for lpc2292Marek Vasut4-123/+0
2012-10-26Merge remote-tracking branch 'u-boot-atmel/master'Albert ARIBAUD1-2/+13
2012-10-26Merge remote-tracking branch 'u-boot-ti/master'Albert ARIBAUD2-7/+15
2012-10-25drivers/serial/serial_ns16550.c: sparse fixesKim Phillips1-6/+6
2012-10-25drivers/i2c/fsl_i2c.c: sparse fixKim Phillips1-1/+1
2012-10-25omap3_spi: introduce CONFIG_OMAP3_SPI_D0_D1_SWAPPEDPeter Korsgaard1-6/+5
2012-10-24mpc83xx: add support for mpc8309Gerlando Falauto1-9/+12
2012-10-23USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDYPankaj Bharadiya1-1/+10
2012-10-23Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxTom Rini8-28/+516
2012-10-23Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini8-753/+424
2012-10-23powerpc/boot: Change the compile macro for SRIO & PCIE boot master moduleLiu Gang1-3/+3
2012-10-23powerpc/espi: remove write command length checkShaohui Xie1-4/+2
2012-10-23powerpc/fm: fix TBI PHY address settingsshaohui xie1-2/+2
2012-10-22fm/mEMAC: add mEMAC frame workRoy Zang4-2/+323
2012-10-22powerpc/mpc85xx: Add B4860 and variant SoCsYork Sun1-0/+1
2012-10-22powerpc/mpc85xx: Add T4240 SoCYork Sun4-5/+167
2012-10-22driver/pci: Fix compiling errorYork Sun1-0/+4
2012-10-22fsl_pci: use 'Header Type' field to judge PCIE modeMinghuan Lian1-14/+16
2012-10-22mmc: dw-mmc: support DesignWare MMC ControllerJaehoon Chung2-0/+386
2012-10-22mmc: pxa: Remove the old non-generic PXA MMC driverMarek Vasut2-644/+0
2012-10-22mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmdTushar Behera2-1/+5
2012-10-22mmc: sdhci: add the DMA select for SDMAJaehoon Chung1-0/+7
2012-10-22mmc: sdhci: increase the timeout value for data transferJaehoon Chung1-1/+1
2012-10-22mmc: Fix mmc_spi error on cmd->flags fieldMarek Vasut1-2/+2
2012-10-22MMC: Remove the MMC bounce bufferMarek Vasut1-92/+0
2012-10-22MMC: MXS: Convert MXS MMC driver to generic bounce bufferMarek Vasut1-13/+23
2012-10-22powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu1-6/+16
2012-10-20Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini8-219/+2405
2012-10-20input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin1-15/+87
2012-10-20input: Fix i8042 keyboard resetMarc Jones1-5/+27