summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* mtd: nand: create bb devices automaticallySascha Hauer2014-04-281-0/+3
* mtd: Update internal API to support 64-bit device sizeDmitry Lavnikevich2014-03-121-1/+1
* mtd: register mtd partitions as real mtd devicesSascha Hauer2014-02-261-1/+1
* mtd: Only call of_parse_partitions when the mtd has a parentSascha Hauer2014-02-261-1/+3
* mtd: erase_info may be modified in mtd_eraseSascha Hauer2014-02-261-5/+9
* mtd: Add subpagesize to mtd_info_userSascha Hauer2013-12-201-0/+1
* mtd: fix mtd_read return valueSascha Hauer2013-12-201-1/+14
* mtd: fix wrong return values in cdev readSascha Hauer2013-12-201-5/+4
* treewide: Add missing includesSascha Hauer2013-11-081-0/+1
* mtd: Pass device_id to add_mtd_deviceSascha Hauer2013-10-291-3/+7
* Merge branch 'for-next/of'Sascha Hauer2013-08-051-0/+1
|\
| * mtd: Add devicetree partition parsingSascha Hauer2013-07-181-0/+1
* | mtd: introduce mtd_read_oob and mtd_write_oobSascha Hauer2013-07-221-0/+21
|/
* Merge branch 'for-next/mtd'Sascha Hauer2013-07-011-0/+48
|\
| * mtd: Align erase_op to eraseblock boundariesSascha Hauer2013-06-061-0/+48
* | mtd: Fix size_t printf format specifierSascha Hauer2013-06-211-1/+1
|/
* mtd: call mtd_erase with complete area if possibleSascha Hauer2013-05-271-0/+6
* treewide: Use dev_add_param_int_ro where possibleSascha Hauer2013-04-111-9/+4
* mtd: Add parameter to allow erasing bad blocksSascha Hauer2013-03-041-1/+5
* Merge branch 'for-next/mtd'Sascha Hauer2013-03-041-21/+90
|\
| * mtd: implement mtd_lock and mtd_unlockSascha Hauer2013-02-141-0/+37
| * mtd: Use mtd_* functions where appropriateSascha Hauer2013-02-141-4/+4
| * mtd: Add mtd_* functionsSascha Hauer2013-02-141-9/+40
| * mtd: rename mtd file operations callback functionsSascha Hauer2013-02-141-8/+9
* | mtd: nand: do not write empty pagesSascha Hauer2013-02-211-0/+32
|/
* mtd-core: fix compiler warningAlexander Aring2013-01-171-0/+2
* devfs & mtd: add MEMERASE ioctl supportWolfram Sang2012-12-191-33/+35
* drivers/base: fix corrupt device treeSascha Hauer2012-12-121-3/+1
* 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