summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* atmel_mci: check for device id we use to address the right slotMichael Grzeschik2011-12-071-0/+2
* storage/usb.c: fix test_unit_readyMichael Grzeschik2011-12-071-2/+2
* mci: add the probe parameter if any error happened during the probeJean-Christophe PLAGNIOL-VILLARD2011-12-051-1/+1
* usb/gadget: make serial gadget resistant to cable unplugRobert Jarzmik2011-12-051-6/+18
* usb/gadget: add USB serial connect and disconnectRobert Jarzmik2011-12-051-1/+4
* usb/gadget: use generic usb_gadget_poll() in u_serialRobert Jarzmik2011-12-051-3/+2
* usb/gadget: add pxa27x_udc driverRobert Jarzmik2011-12-054-0/+1925
* imx-esdhc: add support of card detectJean-Christophe PLAGNIOL-VILLARD2011-12-051-0/+37
* Merge branch 'pu/resources' into nextSascha Hauer2011-12-051-2/+27
|\
| * implement resource management for platform devicesSascha Hauer2011-12-041-2/+27
* | mci imx-esdhc: do not overwrite probed host capsSascha Hauer2011-12-051-1/+0
* | mci imx esdhc: enable i.MX53 fix for i.MX51 aswellSascha Hauer2011-12-051-1/+2
* | arm/mach-pxa: Initial Intel/Marvell PXA supportMarc Kleine-Budde2011-12-053-0/+206
|/
* nand: base: Improve error reporting if reading NAND-ID failsWolfram Sang2011-11-291-3/+5
* Merge branch 'master' into nextSascha Hauer2011-11-296-5/+15
|\
| * S3C24XX: Fix wrong RTS behaviourJuergen Beisert2011-11-271-0/+2
| * m25p80: set the correct erasesize when we use OPCODE_BE_4KMichael Grzeschik2011-11-251-2/+4
| * atmel_spi: add mesg->actual_length, so devices can use it for read/writeMichael Grzeschik2011-11-251-0/+2
| * ata: Add dev ref to blockdevice during probeFranck Jullien2011-11-111-0/+1
| * at91: add config option for ohci driverHubert Feurstein2011-11-102-1/+5
| * Merge branch 'next'Sascha Hauer2011-11-094-132/+282
| |\
| * | usb: ehci-hcd.c: fix 'value computed is not used' warningAntony Pavlov2011-10-261-2/+2
* | | Merge branch 'pu/mmc-spi' into nextSascha Hauer2011-11-282-17/+13
|\ \ \
| * | | mmc spi: compile fixSascha Hauer2011-11-281-17/+12
| * | | mmc spi: add missing dependency on SPISascha Hauer2011-11-281-0/+1
* | | | remove irq support fragmentsSascha Hauer2011-11-281-13/+0
|/ / /
* | | Add driver for IDE like interfacesJuergen Beisert2011-11-283-0/+138
* | | ATA Disk Support: Add support for native ATA type drivesJuergen Beisert2011-11-283-0/+625
* | | Remove 'disk_drive.c' as it is now replaced by generic partition handlingJuergen Beisert2011-11-283-256/+0
* | | Use generic block layer to access the drives and do partition parsingJuergen Beisert2011-11-287-156/+217
* | | ATA/DISK: The BIOS based disk driver is not an interfaceJuergen Beisert2011-11-284-9/+9
* | | ATA/DISK: Reorganize file structure and names for future updatesJuergen Beisert2011-11-285-16/+19
* | | ATA/DISK: Enabling write support does not belong to 'drive types'Juergen Beisert2011-11-281-2/+2
* | | ATA/DISK: Add generic disk support when enabling the BIOS disk driverJuergen Beisert2011-11-281-0/+1
* | | USB Mass Storage driver: Fix compile time warningJuergen Beisert2011-11-281-1/+1
* | | spi/altera_spi: Add cs_change supportFranck Jullien2011-11-251-1/+26
* | | mci: Add MCI over SPI supportFranck Jullien2011-11-254-16/+506
* | | commands/cp: add verbose mode which displays progress barHubert Feurstein2011-11-221-1/+1
* | | Merge branch 'pu/mci/multiblock-write' into nextSascha Hauer2011-11-111-34/+46
|\ \ \ | |_|/ |/| |
| * | mci: remove unnecessary loopsSascha Hauer2011-11-111-30/+21
| * | mci: implement multi block writeSascha Hauer2011-11-111-4/+25
* | | mtd nand omap: use NAND_OWN_BUFFERS optionSascha Hauer2011-11-081-3/+3
* | | mtd nand omap: add read function for the OMAP4 romcode ecc modeSascha Hauer2011-11-081-8/+91
* | | mtd nand omap: factor out an internal __omap_calculate_ecc functionSascha Hauer2011-11-081-4/+10
* | | mtd nand omap: make debugging output more usefulSascha Hauer2011-11-081-17/+10
* | | mtd nand omap: use register defines for ecc registersSascha Hauer2011-11-081-11/+40
* | | mtd nand omap: fail on bch decode failureSascha Hauer2011-11-081-1/+4
* | | mtd nand omap: call ecc calculate function outside omap_correct_bchSascha Hauer2011-11-081-2/+6
* | | mtd nand omap: factor out hamming correct functionSascha Hauer2011-11-081-35/+45
* | | mtd nand omap: factor out bch correct functionSascha Hauer2011-11-081-52/+62