summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-01-0910-45/+354
|\
| * [MTD] CFI: remove major/minor version check for command set 0x0002Wolfgang Grandegger2009-01-091-0/+1
| * [MTD] LPDDR extended physmap driver to support LPDDR flashAlexey Korolev2009-01-051-0/+1
| * [MTD] LPDDR added new pfow_base parameterAlexey Korolev2009-01-051-0/+1
| * [MTD] LPDDR PFOW definitionAlexey Korolev2009-01-051-0/+159
| * [MTD] LPDDR QINFO records definitionsAlexey Korolev2009-01-051-0/+91
| * [MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-231-1/+1
| * [MTD] [NAND] remove excess kernel-doc notationRandy Dunlap2008-12-101-5/+0
| * Merge branch 'misc/mtd/sharpsl-nand' of git://git.kernel.org/pub/scm/linux/ke...David Woodhouse2008-12-101-0/+20
| |\
| | * [MTD] sharpsl-nand: use platform_data for model-specific valuesDmitry Baryshkov2008-10-291-0/+20
| * | [MTD] Remove more strange u_intxx_t typesDavid Woodhouse2008-12-102-14/+14
| * | [MTD] Remove strange u_int32_t types from FTLDavid Woodhouse2008-12-101-19/+19
| * | [MTD] update internal API to support 64-bit device sizeAdrian Hunter2008-12-103-11/+52
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
|\ \ \
| * | | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
| |/ /
* | | mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
|/ /
* | [MTD] [NOR] Fix cfi_send_gen_cmd handling of x16 devices in x8 mode (v4)Eric W. Biederman2008-11-051-3/+19
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-10-208-3/+162
|\
| * [MTD] [NAND] GPIO NAND flash driverMike Rapoport2008-10-181-0/+19
| * [MTD] [NAND] sh_flctl: add support for Renesas SuperH FLCTLYoshihiro Shimoda2008-10-141-0/+125
| * [MTD] remove unused mtd parameter in of_mtd_parse_partitions()Sebastian Andrzej Siewior2008-10-131-1/+0
| * [MTD] [NAND] Fix missing kernel-docAlexey Korolev2008-08-201-0/+1
| * [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffAdrian Hunter2008-08-121-1/+3
| * [MTD] [NOR] Rename and export new cfi_qry_*() functionsDavid Woodhouse2008-08-071-6/+6
| * [MTD] [NOR] cfi_cmdset_0001: Timeouts for erase, write and unlock operationsAnders Grafström2008-08-061-0/+4
| * [MTD] [NOR] Add qry_mode_on()/qry_omde_off() to deal with odd chipsAlexey Korolev2008-08-061-1/+8
| * [MTD] [OneNAND] Add defines for HF and sync writeAdrian Hunter2008-08-011-0/+2
* | Support 'discard sectors' operation in translation layer support coreDavid Woodhouse2008-10-091-0/+2
|/
* [MTD] MTD_DEBUG always does compile-time typechecksDavid Brownell2008-07-301-1/+5
* [MTD] [NAND] fix subpage read for small page NANDAlexey Korolev2008-07-301-1/+3
* [MTD] [NAND] subpage read feature as a way to increase performance. Alexey Korolev2008-07-251-0/+5
* Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-07-253-4/+5
|\
| * UBI: amend commentariesArtem Bityutskiy2008-07-241-2/+2
| * UBI: add ubi_sync() interfaceArtem Bityutskiy2008-07-241-0/+1
| * MTD: handle pci_name() being constGreg Kroah-Hartman2008-07-212-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-07-111-1/+1
|\ \ | |/
| * Fix various old email addresses for dwmw2David Woodhouse2008-06-061-1/+1
* | MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-0419-42/+1
|/
* [MTD][NOR] Add physical address to point() methodJared Hulbert2008-05-012-4/+7
* [MTD] Delete long-unused jedec.h header file.Robert P. J. Day2008-04-261-66/+0
* [MTD] [MAPS] Extend plat-ram to support a supplied probe typeFlorian Fainelli2008-04-221-2/+3
* [MTD] [OneNAND] proper onenand_bbt_read_oob() prototypeAdrian Bunk2008-04-221-0/+3
* [MTD] proper prototypes for nftl_{read,write}_oob()Adrian Bunk2008-04-221-0/+5
* [MTD] proper prototypes for inftl_{read,write}_oob()Adrian Bunk2008-04-221-0/+5
* [MTD] Add mtd panic_write function pointerRichard Purdie2008-02-071-0/+9
* Merge git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-02-031-17/+0
|\
| * UBI: introduce atomic LEB change ioctlArtem Bityutskiy2008-01-251-17/+0
* | Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse2008-02-031-0/+1
|\ \
| * | [MTD] [OneNAND] Get correct density from device IDKyungmin Park2008-01-291-0/+1
| |/
* | [MTD] Factor out OF partition support from the NOR driver.Scott Wood2008-02-031-1/+8
|/
OpenPOWER on IntegriCloud