summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/core.c
Commit message (Expand)AuthorAgeFilesLines
* mtd core: call driver write function with complete bufferSascha Hauer2012-12-071-53/+3
* mtd: introduce mtd_block_isbadJean-Christophe PLAGNIOL-VILLARD2012-11-031-2/+11
* mtd: add parent supportJean-Christophe PLAGNIOL-VILLARD2012-10-171-0/+4
* mtd: register device a pure deviceJean-Christophe PLAGNIOL-VILLARD2012-10-161-1/+1
* mtd-core: add writesize in MEMGETINFO ioctlAlexander Aring2012-10-131-0/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* mtd: use correct format specifierJan Luebbe2012-09-071-2/+2
* mtd: add private data to mtddev-hookAlexander Aring2012-09-031-2/+4
* mtd: fix compiler warningsAlexander Aring2012-09-031-3/+3
* use loff_t for file offsetsSascha Hauer2012-06-301-7/+10
* mtd: fix arguments to bad block ioctlsSascha Hauer2012-06-301-2/+3
* Use DEVICE_ID_DYNAMIC where applicableSascha Hauer2012-04-161-1/+1
* mtd: fix compiler warningSascha Hauer2012-04-051-0/+2
* Merge branch 'pu/jean-codesize' into nextSascha Hauer2012-01-131-8/+10
|\
| * param: add config to disable itJean-Christophe PLAGNIOL-VILLARD2012-01-111-8/+10
* | ioctl: add support for ECCGETSTATS and MEMGETREGIONINFOAlexander Aring2012-01-061-4/+27
|/
* mtd/core.c: fix MTDPGALGJean-Christophe PLAGNIOL-VILLARD2012-01-021-1/+1
* drivers/mtd: split mtd mtdoob devicesRobert Jarzmik2011-12-221-64/+1
* drivers/mtd: add mtd core hooksRobert Jarzmik2011-12-221-0/+17
* drivers/mtd: fix core multiple MTD registrationsRobert Jarzmik2011-12-221-0/+1
* drivers/mtd: transfer NAND notions to MTD coreRobert Jarzmik2011-12-221-74/+73
* drivers/mtd: cosmetic changesRobert Jarzmik2011-12-221-25/+22
* drivers/mtd: move nand.c into core.cRobert Jarzmik2011-12-221-0/+290