aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps
Commit message (Expand)AuthorAgeFilesLines
* mtd: autcpu12-nvram: Fix compile breakageAlexander Shiyan2012-10-131-8/+11
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-05-2752-405/+208
|\
| * mtd: kill CONFIG_MTD_PARTITIONSJamie Iles2011-05-251-9/+5
| * mtd: convert remaining users to mtd_device_register()Jamie Iles2011-05-2533-93/+98
| * mtd: uclinux: convert to mtd_device_register()Jamie Iles2011-05-252-11/+3
| * mtd: tqm8xll: convert to mtd_device_register()Jamie Iles2011-05-251-15/+5
| * mtd: scx200_docflash: convert to mtd_device_register()Jamie Iles2011-05-252-14/+4
| * mtd: sa1100-flash: convert to mtd_device_register()Jamie Iles2011-05-252-16/+7
| * mtd: rbtx4939-flash: convert to mtd_device_register()Jamie Iles2011-05-251-19/+5
| * mtd: plat-ram: convert to mtd_device_register()Jamie Iles2011-05-251-15/+9
| * mtd: latch-addr-flash: convert to mtd_device_register()Jamie Iles2011-05-251-28/+17
| * mtd: intel_vr_nor: convert to mtd_device_register()Jamie Iles2011-05-251-17/+2
| * mtd: impa7: convert to mtd_device_register()Jamie Iles2011-05-251-19/+3
| * mtd: h720x-flash: convert to mtd_device_register()Jamie Iles2011-05-251-4/+2
| * mtd: gpio-addr-flash: convert to mtd_device_register()Jamie Iles2011-05-252-18/+10
| * mtd: edb7312: convert to mtd_device_register()Jamie Iles2011-05-251-18/+8
| * mtd: dc21285: convert to mtd_device_register()Jamie Iles2011-05-251-17/+3
| * mtd: bfin: convert to mtd_device_register()Jamie Iles2011-05-252-17/+5
| * mtd: pxa: convert to mtd_device_register()Jamie Iles2011-05-252-15/+4
| * mtd: ixp: convert to mtd_device_register()Jamie Iles2011-05-252-12/+8
| * mtd: physmap: convert to mtd_device_register()Jamie Iles2011-05-252-51/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-05-241-1/+1
|\ \
| * | pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-061-1/+1
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King2011-05-234-349/+29
|\ \ \ \ \ | | | |/ /
| * | | | ARM: 6910/1: MTD: physmap: let set_vpp() pass a platform_device instead of a ...Marc Zyngier2011-05-202-42/+18
| * | | | ARM: 6906/1: MTD: Remove integrator-flashMarc Zyngier2011-05-202-310/+0
| * | | | ARM: 6904/1: MTD: Add integrator-flash feature to physmapMarc Zyngier2011-05-201-1/+15
| | |/ / | |/| |
* | | | MIPS: Lantiq: Add NOR flash supportJohn Crispin2011-05-193-0/+259
| |_|/ |/| |
* | | drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
|/ /
* | Fix common misspellingsLucas De Marchi2011-03-316-7/+7
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy2011-03-252-10/+13
|\
| * Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-162-10/+13
| |\
| | * dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-282-10/+13
* | | mtd: NOR flash driver for OMAP-L137/AM17xDavid Griego2011-03-113-0/+282
* | | mtd: ts5500_flash: avoid calling map_destroy on NULLJulia Lawall2011-03-111-1/+0
* | | mtd: drop CONFIG_MTD_CONCAT ifdefsDmitry Eremin-Solenikov2011-03-115-40/+0
* | | mtd: drop MTD_CONCAT dependencies from KconfigDmitry Eremin-Solenikov2011-03-111-2/+2
|/ /
* | mtd: amd76xrom: fix oops at boot when resources are not availableStanislaw Gruszka2011-03-111-0/+1
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-01-178-29/+19
|\
| * mtd: maps: Use printf extension %pR for struct resourceJoe Perches2010-12-036-28/+13
| * mtd: remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl2010-12-031-1/+1
| * mtd: bcm963xx-flash: try JEDEC probe if CFI failsGuillaume LECERF2010-12-031-0/+5
* | of: make drivers depend on CONFIG_OF instead of CONFIG_PPC_OFRob Herring2011-01-031-1/+1
* | ARM: pxa: fix pxa2xx-flash section mismatchMarek Vasut2010-11-301-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-10-302-69/+37
|\
| * Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-251-1/+1
| |\
| | * of: MTD: Fix OF probing on little-endian systemsMichal Simek2010-09-291-1/+1
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+2
| |\ \
| | * | Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-2/+2
| * | | pcmcia: remove obsolete and wrong commentsDominik Brodowski2010-09-291-21/+0