| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2011-06-10 | 3 | -7/+8 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-05-27 | 52 | -405/+208 |
|\ |
|
| * | mtd: kill CONFIG_MTD_PARTITIONS | Jamie Iles | 2011-05-25 | 1 | -9/+5 |
| * | mtd: convert remaining users to mtd_device_register() | Jamie Iles | 2011-05-25 | 33 | -93/+98 |
| * | mtd: uclinux: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 2 | -11/+3 |
| * | mtd: tqm8xll: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -15/+5 |
| * | mtd: scx200_docflash: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 2 | -14/+4 |
| * | mtd: sa1100-flash: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 2 | -16/+7 |
| * | mtd: rbtx4939-flash: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -19/+5 |
| * | mtd: plat-ram: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -15/+9 |
| * | mtd: latch-addr-flash: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -28/+17 |
| * | mtd: intel_vr_nor: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -17/+2 |
| * | mtd: impa7: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -19/+3 |
| * | mtd: h720x-flash: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -4/+2 |
| * | mtd: gpio-addr-flash: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 2 | -18/+10 |
| * | mtd: edb7312: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -18/+8 |
| * | mtd: dc21285: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -17/+3 |
| * | mtd: bfin: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 2 | -17/+5 |
| * | mtd: pxa: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 2 | -15/+4 |
| * | mtd: ixp: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 2 | -12/+8 |
| * | mtd: physmap: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 2 | -51/+13 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2011-05-24 | 1 | -1/+1 |
|\ \ |
|
| * | | pcmcia: Convert pcmcia_device_id declarations to const | Joe Perches | 2011-05-06 | 1 | -1/+1 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. \ \ | Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi... | Russell King | 2011-05-23 | 4 | -349/+29 |
|\ \ \ \ \
| | | |/ / |
|
| * | | | | ARM: 6910/1: MTD: physmap: let set_vpp() pass a platform_device instead of a ... | Marc Zyngier | 2011-05-20 | 2 | -42/+18 |
| * | | | | ARM: 6906/1: MTD: Remove integrator-flash | Marc Zyngier | 2011-05-20 | 2 | -310/+0 |
| * | | | | ARM: 6904/1: MTD: Add integrator-flash feature to physmap | Marc Zyngier | 2011-05-20 | 1 | -1/+15 |
| | |/ /
| |/| | |
|
* | | | | MIPS: Lantiq: Add NOR flash support | John Crispin | 2011-05-19 | 3 | -0/+259 |
| |_|/
|/| | |
|
* | | | drivercore: revert addition of of_match to struct device | Grant Likely | 2011-05-18 | 1 | -2/+5 |
|/ / |
|
* | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 6 | -7/+7 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Artem Bityutskiy | 2011-03-25 | 2 | -10/+13 |
|\ |
|
| * | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-03-16 | 2 | -10/+13 |
| |\ |
|
| | * | dt: Eliminate of_platform_{,un}register_driver | Grant Likely | 2011-02-28 | 2 | -10/+13 |
* | | | mtd: NOR flash driver for OMAP-L137/AM17x | David Griego | 2011-03-11 | 3 | -0/+282 |
* | | | mtd: ts5500_flash: avoid calling map_destroy on NULL | Julia Lawall | 2011-03-11 | 1 | -1/+0 |
* | | | mtd: drop CONFIG_MTD_CONCAT ifdefs | Dmitry Eremin-Solenikov | 2011-03-11 | 5 | -40/+0 |
* | | | mtd: drop MTD_CONCAT dependencies from Kconfig | Dmitry Eremin-Solenikov | 2011-03-11 | 1 | -2/+2 |
|/ / |
|
* | | mtd: amd76xrom: fix oops at boot when resources are not available | Stanislaw Gruszka | 2011-03-11 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-01-17 | 8 | -29/+19 |
|\ |
|
| * | mtd: maps: Use printf extension %pR for struct resource | Joe Perches | 2010-12-03 | 6 | -28/+13 |
| * | mtd: remove unnecessary casts of void ptr returning alloc function return values | Jesper Juhl | 2010-12-03 | 1 | -1/+1 |
| * | mtd: bcm963xx-flash: try JEDEC probe if CFI fails | Guillaume LECERF | 2010-12-03 | 1 | -0/+5 |
* | | of: make drivers depend on CONFIG_OF instead of CONFIG_PPC_OF | Rob Herring | 2011-01-03 | 1 | -1/+1 |
* | | ARM: pxa: fix pxa2xx-flash section mismatch | Marek Vasut | 2010-11-30 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2010-10-30 | 2 | -69/+37 |
|\ |
|
| * | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-10-25 | 1 | -1/+1 |
| |\ |
|
| | * | of: MTD: Fix OF probing on little-endian systems | Michal Simek | 2010-09-29 | 1 | -1/+1 |
| * | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Update broken web addresses in the kernel. | Justin P. Mattock | 2010-10-18 | 1 | -2/+2 |
| * | | | pcmcia: remove obsolete and wrong comments | Dominik Brodowski | 2010-09-29 | 1 | -21/+0 |