summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warningFranck JULLIEN2011-05-161-1/+1
* ata: guessing disk sizes is only needed on X86Sascha Hauer2011-05-061-1/+4
* mci: turn several pr_* statements into debugSascha Hauer2011-05-061-12/+12
* mci: shrink string footprintSascha Hauer2011-05-061-6/+8
* Nios2: Add Altera TSE driverFranck JULLIEN2011-05-024-0/+899
* Fix coding style in driver/net/MakefileFranck JULLIEN2011-05-021-2/+2
* ARM: omap4: fix dev_width for omap_enable_hweccJan Weitzel2011-04-201-1/+1
* mci-core: fix debug statementsSascha Hauer2011-04-121-4/+4
* mci omap: make write support optionalSascha Hauer2011-04-121-1/+4
* mci omap: rename functions from mxc to omapSascha Hauer2011-04-121-6/+6
* mci omap: hsmmc is also found on the omap3Sascha Hauer2011-04-121-1/+1
* nand omap: handle erased pages correctly in hamming ecc modeSascha Hauer2011-04-121-0/+5
* nand omap: use xzalloc instead of callocSascha Hauer2011-04-121-5/+1
* nand omap: use standard debug functionsSascha Hauer2011-04-121-19/+8
* nand bb: add proper bb remove functionSascha Hauer2011-04-121-0/+22
* nand bb: switch to cdev operationsSascha Hauer2011-04-121-39/+26
* nand: move bb handling code to drivers/mtd/nandSascha Hauer2011-04-122-1/+283
* nand: nand_block_markbad is only used with nand write supportSascha Hauer2011-04-123-21/+5
* nand omap: turn debug messages into dev_dbgSascha Hauer2011-04-121-8/+8
* nand omap: fix hamming romcode ecc codeSascha Hauer2011-04-121-4/+14
* nand: make reading oob optionalSascha Hauer2011-04-114-9/+49
* mci: make write support optionalSascha Hauer2011-04-112-0/+11
* ata: make write support optionalSascha Hauer2011-04-112-0/+8
* ata: use block supportSascha Hauer2011-04-112-158/+35
* commands: seperate usb command from usb coreSascha Hauer2011-04-111-20/+1
* serial 16550: use xzallocSascha Hauer2011-04-111-3/+1
* nand: remove unused nand_util fileSascha Hauer2011-04-112-859/+0
* devfs: remove unused struct filep* argument from open/closeSascha Hauer2011-04-111-2/+2
* ubi: do not use filepSascha Hauer2011-04-111-7/+1
* mci: make it compile without info supportSascha Hauer2011-04-111-0/+2
* Nios2: Add Altera UART driverFranck JULLIEN2011-04-083-1/+102
* Merge branch 'nand-pu' into nextSascha Hauer2011-04-0611-1300/+1398
|\
| * nand: make bbt support optionalSascha Hauer2011-04-043-4/+20
| * nand: make vendor/type printout optionalSascha Hauer2011-04-042-69/+84
| * nand: Make different ecc modes optionalSascha Hauer2011-04-043-5/+32
| * nand: Make write support optionalSascha Hauer2011-04-046-9/+39
| * nand: factor out nand write supportSascha Hauer2011-04-044-717/+766
| * nand: factor out syndrome support to seperate fileSascha Hauer2011-04-044-207/+228
| * nand: factor out software ecc support to seperate fileSascha Hauer2011-04-044-75/+97
| * nand: Factor out hw ecc support to seperate fileSascha Hauer2011-04-044-85/+120
| * nand: do not fall through in nand_scan_tail()Sascha Hauer2011-04-041-16/+22
| * nand: remove unneeded nand_[get|release]_device functionsSascha Hauer2011-04-041-95/+0
| * nand: remove unused suspend/resume functionsSascha Hauer2011-04-041-28/+0
* | Merge branch 'omap-drivers' into nextSascha Hauer2011-04-0611-107/+2529
|\ \
| * | mtd nand omap: Add BCH ecc supportSascha Hauer2011-04-043-38/+576
| * | mtd nand omap: make ecc mode runtime configurableSascha Hauer2011-04-041-88/+181
| * | mtd nand omap: Pass ecc mode from platformSascha Hauer2011-04-041-1/+1
| * | mci: Add omap hsmmc driverSascha Hauer2011-04-043-0/+590
| * | net smc911x: Add LAN9221 supportSascha Hauer2011-03-301-0/+2
| * | usb net: Add SMSC95xx supportSascha Hauer2011-03-304-0/+1199