aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-11-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini5-16/+395
2012-11-04usb gadget ether: Fix warning in is_eth_addr_valid()Tom Rini1-2/+2
2012-11-04drivers/serial/serial_ns16550.c: sparse fixesKim Phillips1-15/+27
2012-11-04drivers/mtd/nand: sparse fixesKim Phillips2-6/+8
2012-11-04drivers/mtd/cfi_flash.c: sparse fixesKim Phillips1-9/+13
2012-11-04drivers/mmc/fsl_esdhc.c: sparse fixesKim Phillips1-2/+2
2012-11-04drivers/mmc/mmc.c: sparse fixesKim Phillips1-18/+19
2012-11-04drivers/input/input.c: sparse fixKim Phillips1-1/+1
2012-11-04drivers/gpio/mpc83xx_gpio.c: sparse fixesKim Phillips1-2/+2
2012-11-04drivers/block/: sparse fixesKim Phillips3-82/+25
2012-11-04drivers/net/: sparse fixesKim Phillips8-19/+21
2012-11-04net/: sparse fixesKim Phillips1-1/+1
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips4-16/+2
2012-11-03Merge remote-tracking branch 'u-boot-ti/master'Albert ARIBAUD2-12/+352
2012-11-02ahci: Expand HDD Logical Block addressability up to 32 bitsWalter Murphy1-4/+8
2012-11-02ahci: Perform SATA flush after disk write.Marc Jones1-1/+51
2012-11-02ahci: Support spin-up and link-up separatelyMarc Jones1-6/+39
2012-11-02ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout)Walter Murphy1-4/+10
2012-11-02ahci: flush / invalidate dcache around SATA commandsTaylor Hutt1-0/+39
2012-11-02ahci: Use virt_to_phys() to denote physical addresses for DMATaylor Hutt1-4/+6
2012-11-02ahci: Fix 'Invaild' typoTaylor Hutt1-1/+1
2012-11-02ahci: Use sizeof(fis) instead of hardcoding '20'Taylor Hutt1-5/+5
2012-11-02ahci: Make the AHCI code find the capacity of disks > 128 GB properlyGabe Black1-5/+50
2012-11-02ahci: support scsi writing in AHCI driverHung-Te Lin1-24/+30
2012-11-02ahci: Make sending the SETFEATURES_XFER command optionalGabe Black1-0/+6
2012-11-02ahci: cosmetics and cleanupStefan Reinauer1-7/+18
2012-11-02ahci: Improve AHCI debuggingStefan Reinauer1-1/+2
2012-11-02ahci: Optimise AHCI controller reset and start-upStefan Reinauer1-9/+15
2012-11-02ahci: Support splitting of read transactions into multiple chunksVadim Bendebury1-29/+69
2012-10-30cfb_console: Add support for some ANSI terminal escape codesPali Rohár1-9/+319
2012-10-29FPGA: Cyclon II: Correctly reset the FPGA before configurationStephan Gatzka1-0/+2
2012-10-29tegra: nand: make ONFI detection workLucas Stach1-0/+36
2012-10-27Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD2-5/+8
2012-10-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini14-1212/+28
2012-10-26stdio: Remove the CLPS7111 serial driverMarek Vasut2-135/+0
2012-10-26arm: Remove support for NETARMMarek Vasut6-602/+0
2012-10-26arm: Remove support for s3c4510Marek Vasut4-343/+0
2012-10-26arm: 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-25serial: ns16550: Enable COM5 and COM6Andrew Bradford1-3/+33
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-23mpc83xx: 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-22Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxTom Rini8-28/+516
2012-10-22Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini8-753/+424
2012-10-22powerpc/boot: Change the compile macro for SRIO & PCIE boot master moduleLiu Gang1-3/+3
2012-10-22powerpc/espi: remove write command length checkShaohui Xie1-4/+2