summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Improved gpmc_nand driver to show the current eccmode.Juergen Kilb2011-06-101-3/+5
* Merge branch 'next'Sascha Hauer2011-06-063-0/+443
|\
| * Add support for Samsung S3C24x0 framebuffer.Alexey Galakhov2011-05-193-0/+443
* | mci-core: add missing newline in debug messageHubert Feurstein2011-06-011-1/+1
* | Always initialize oob_poi before writing OOB dataJuergen Beisert2011-05-251-3/+3
* | usb: make locally used functions staticSascha Hauer2011-05-181-17/+10
* | usb ehci: fix wrong argument order for memsetSascha Hauer2011-05-181-3/+3
* | 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