summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/pxa2xx-flash.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-24mtd: maps: pxa2xx-flash: fix memory leak in probeZheng Yongjun1-0/+2
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann1-2/+0
2019-09-15mtd: pxa2xx: Use ioremap_cache insted of ioremap_cachedChristoph Hellwig1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2016-04-04mtd: pxa2xx-flash: switch back from memremap to ioremap_cachedArd Biesheuvel1-3/+3
2015-10-13mtd: maps: pxa2xx-flash: show parent device in sysfsFrans Klaver1-1/+1
2015-10-12mtd: pxa2xx-flash: switch from ioremap_cache to memremapDan Williams1-3/+3
2014-10-20mtd: maps: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-28Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2014-01-05ARM: 7933/1: rename ioremap_cached to ioremap_cacheRob Herring1-1/+1
2014-01-03mtd: remove superfluous name castsGeert Uytterhoeven1-1/+1
2013-08-30mtd: maps: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-05mtd: maps: pxa2xx-flash: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-05mtd: maps: add const qualifiersArtem Bityutskiy1-3/+1
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-1/+2
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-12/+1
2011-12-07mtd: pxa2xx-flash.c: It used to fall back to provided table.Jonathan Cameron1-1/+1
2011-09-11mtd: pxa2xx-flash.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-19/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-25mtd: pxa: convert to mtd_device_register()Jamie Iles1-14/+4
2010-11-30ARM: pxa: fix pxa2xx-flash section mismatchMarek Vasut1-1/+1
2010-05-13drivers/mtd: Use kzallocJulia Lawall1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-14ARM: 5848/1: kill flush_ioremap_region()Nicolas Pitre1-2/+11
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2009-05-26[MTD] Remove mtd->{suspend,resume} calls from board driversDavid Woodhouse1-22/+0
2009-04-02[ARM] fix build-breaking 7a192ec commitRussell King1-1/+1
2009-03-24platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...Ming Lei1-18/+19
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2007-10-15Reinstate lost flush_ioremap_region() fix to pxa2xx-flash driverLinus Torvalds1-2/+2
2007-09-23[MTD] MAPS: Merge Lubbock and Mainstone drivers into common PXA2xx driverTodd Poynor1-0/+200