summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-122-7/+7
|\
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-062-7/+7
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-106-156/+39Star
|\ \
| * | mtd-physmap: add support users can assign the probe type in board filesBarry Song2010-08-081-2/+6
| * | mtd: remove redwood map driverChristian Dietrich2010-08-063-183/+0Star
| * | mtd: ixp4xx: add support for static flash partitionsRichard Cochran2010-08-041-8/+27
| * | mtd: physmap: use resource_size()H Hartley Sweeten2010-08-021-3/+3
| * | drivers/mtd/maps: introduce missing kfreeJulia Lawall2010-06-031-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-08-061-9/+6Star
|\ \ \ | |_|/ |/| |
| * | pcmcia: use struct resource for PCMCIA devices, part 2Dominik Brodowski2010-08-031-1/+0Star
| * | pcmcia: remove memreq_tDominik Brodowski2010-08-031-7/+6Star
| * | pcmcia: remove cs_types.hDominik Brodowski2010-07-301-1/+0Star
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-061-2/+2
|\ \ \
| * | | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-2/+2
| |/ /
* / / Remove REDWOOD_[456] config options and conditional codeChristian Dietrich2010-07-262-44/+1Star
|/ /
* | i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0Star
* | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-2210-68/+126
|\|
| * Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-05-2110-65/+126
| |\
| | * mtd/maps/pcmciamtd: Fix printk format for ssize_t in debug messagesDavid Woodhouse2010-05-171-4/+4
| | * pcmciamtd: add another IDDominik Brodowski2010-05-141-0/+1
| | * pcmciamtd: coding style cleanupsAlexander Kurz2010-05-141-22/+33
| | * pcmciamtd: fixing obvious errorsAlexander Kurz2010-05-142-17/+17
| | * mtd: extend physmap_of to let the device tree specify the parition probeJason Gunthorpe2010-05-141-5/+48
| | * drivers/mtd: Use kzallocJulia Lawall2010-05-133-6/+3Star
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-1016-3/+13
| | |\
| | * | mtd: maps: Eliminate use after freeJulia Lawall2010-05-101-1/+1
| | * | mtd/maps/physmap: catch failure to register MTD_PHYSMAP_COMPAT deviceH Hartley Sweeten2010-04-201-2/+5
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-03-266-373/+2Star
| | |\ \
| | * | | mtd/maps/pismo: remove dangling pointer and a leakWolfram Sang2010-03-211-1/+7
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-02-263-2/+348
| | |\ \ \
| | * | | | mtd: maps: ceiva: do not return random numbersArtem Bityutskiy2010-02-251-1/+1
| | * | | | mtd: maps: Blackfin async: rename local funcs to avoid common clashesMike Frysinger2010-02-251-8/+8
| | * | | | mtd: ixp4xx: fix reading from half-word boundaryJon Ringle2010-02-251-2/+2
| | * | | | mtd: physmap_of: Correct the size argument to kzallocJulia Lawall2010-01-021-1/+1
| * | | | | pcmcia: dev_node removal (write-only drivers)Dominik Brodowski2010-05-101-3/+0Star
| | |_|_|/ | |/| | |
* | | | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-222-4/+10
* | | | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-192-4/+4
|/ / / /
* | | / include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3016-3/+13
| |_|/ |/| |
* | | Delete zero-length file drivers/mtd/maps/omap_nor.cJeff Garzik2010-03-191-0/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-131-1/+1
|\ \ \
| * \ \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\ \ \
| | * | | Fix spelling of 'platform' in comments and docStefan Weil2010-02-051-1/+1
| | | |/ | | |/|
* | | | Merge branch 'master' into for-linusRussell King2010-03-081-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | MTD: fix pismo build errorRussell King2010-03-011-1/+1
| |/ /
* | | Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren2010-03-013-173/+0Star
|\ \ \
| * | | MIPS: Alchemy: physmap-flash for all devboardsManuel Lauss2010-02-273-173/+0Star
| |/ /
* / / MTD: remove no longer used OMAP flash mapLadislav Michl2010-02-153-198/+0Star
|/ /
* | Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds2010-01-242-0/+337
|\ \
| * | mtd: Really add ARM pismo supportRussell King - ARM Linux2010-01-132-0/+337
| |/
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-12-181-2/+11
|\ \ | |/ |/|