aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2-69/+37
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2010-10-25mtd: maps: gpio-addr-flash: fix warnings and make more portableMike Frysinger1-3/+7
2010-10-25mtd: physmap_of: Loop through all "reg" tuples for mappingStefan Roese1-3/+5
2010-10-25mtd: Fix endianness issues from device treeIan Munsie1-7/+7
2010-10-25mtd: add Broadcom BCM63xx image tag partition parserFlorian Fainelli3-0/+281
2010-10-24mtd: pcmciamtd: remove dead codeDan Carpenter1-4/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-2/+2
2010-09-29pcmcia: remove obsolete and wrong commentsDominik Brodowski1-21/+0
2010-09-29pcmcia: avoid messages on module (un)loadingDominik Brodowski1-2/+0
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski1-3/+1
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-5/+1
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski1-1/+1
2010-09-29pcmcia: simplify IntTypeDominik Brodowski1-2/+0
2010-09-29pcmcia: move Vpp setup to struct pcmcia_deviceDominik Brodowski1-2/+2
2010-09-29pcmcia: split up modify_configuration() into two fixup functionsDominik Brodowski1-7/+1
2010-09-29pcmcia: do not use win_req_t when calling pcmcia_request_window()Dominik Brodowski1-24/+29
2010-09-29of: MTD: Fix OF probing on little-endian systemsMichal Simek1-1/+1
2010-08-17of: fix missing headers for of_address_to_resource() in MTD and SysACE driversGraeme Smecher1-0/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-7/+7
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds6-156/+39
2010-08-08mtd-physmap: add support users can assign the probe type in board filesBarry Song1-2/+6
2010-08-06mtd: remove redwood map driverChristian Dietrich3-183/+0
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-9/+6
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely2-7/+7
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2010-08-04mtd: ixp4xx: add support for static flash partitionsRichard Cochran1-8/+27
2010-08-03pcmcia: use struct resource for PCMCIA devices, part 2Dominik Brodowski1-1/+0
2010-08-03pcmcia: remove memreq_tDominik Brodowski1-7/+6
2010-08-02mtd: physmap: use resource_size()H Hartley Sweeten1-3/+3
2010-07-30pcmcia: remove cs_types.hDominik Brodowski1-1/+0
2010-07-26Remove REDWOOD_[456] config options and conditional codeChristian Dietrich2-44/+1
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-2/+2
2010-06-03drivers/mtd/maps: introduce missing kfreeJulia Lawall1-3/+3
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely10-68/+126
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely2-4/+10
2010-05-21Merge git://git.infradead.org/mtd-2.6Linus Torvalds10-65/+126
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2-4/+4
2010-05-17mtd/maps/pcmciamtd: Fix printk format for ssize_t in debug messagesDavid Woodhouse1-4/+4
2010-05-14pcmciamtd: add another IDDominik Brodowski1-0/+1
2010-05-14pcmciamtd: coding style cleanupsAlexander Kurz1-22/+33
2010-05-14pcmciamtd: fixing obvious errorsAlexander Kurz2-17/+17
2010-05-14mtd: extend physmap_of to let the device tree specify the parition probeJason Gunthorpe1-5/+48
2010-05-13drivers/mtd: Use kzallocJulia Lawall3-6/+3
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse16-3/+13
2010-05-10mtd: maps: Eliminate use after freeJulia Lawall1-1/+1
2010-05-10pcmcia: dev_node removal (write-only drivers)Dominik Brodowski1-3/+0
2010-04-20mtd/maps/physmap: catch failure to register MTD_PHYSMAP_COMPAT deviceH Hartley Sweeten1-2/+5