summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | mtd nand omap: use blocknum calculation to where it's usedSascha Hauer2011-11-081-7/+7
|/ /
* | nand: export some useful information about flashes to device variablesSascha Hauer2011-10-181-0/+6
* | Merge branch 'master' into nextSascha Hauer2011-10-145-8/+23
|\|
| * mci omap: do not fail on nonexistent pdataSascha Hauer2011-10-131-1/+1
| * mci-core: fix typo for pr_warnRobert Schwebel2011-10-121-1/+1
| * Fixed unaligned accessFabian van der Werf2011-10-091-5/+10
| * Merge branch 'next'Sascha Hauer2011-10-0974-233/+4342
| |\
| * | mci: mxs: fix 'use resources' conversionWolfram Sang2011-09-141-1/+1
| * | usb.c: warning on USB_MAXINTERFACES overflowAntony Pavlov2011-09-131-0/+10
* | | mtd nand i.MX: depend on ARCH_IMX instead of individual SoCsSascha Hauer2011-10-131-1/+1
* | | mtd nand i.MX: Add i.MX53 supportSascha Hauer2011-10-131-2/+8
| |/ |/|
* | Allow data-only i2c transfersRosen Kolev2011-10-071-24/+28
* | spi: enfore default bits_per_word valuePaul Fertser2011-09-291-1/+1
* | spi: let master a chance to setup device before registering itPaul Fertser2011-09-291-3/+2