summaryrefslogtreecommitdiff
path: root/drivers/mtd/maps/sun_uflash.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27mtd: maps: sun_uflash: Declare uflash_devinit staticSam Ravnborg1-1/+1
2023-10-16mtd: maps: sun_uflash: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-07-27mtd: Explicitly include correct DT includesRob Herring1-1/+1
2023-03-22mtd: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2021-06-11mtd: sun_uflash: remove unnecessary oom messageZhen Lei1-3/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2017-08-15mtd: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-10-20mtd: maps: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-11mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03mtd: remove superfluous name castsGeert Uytterhoeven1-1/+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-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-12/+1
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles1-2/+2
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-4/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-3/+3
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-2/+2
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-19of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller1-1/+1
2008-08-30sun_uflash: Convert to pure OF driver.David S. Miller1-38/+35
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-1/+1
2007-04-26[SPARC/64] constify of_get_property return: driversStephen Rothwell1-2/+2
2006-06-27[PATCH] 64bit resource: fix up printks for resources in mtd driversGreg Kroah-Hartman1-2/+3
2006-06-26[MTD] sun_uflash: Port to new EBUS device layer.David S. Miller1-100/+95
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds1-6/+6
2005-11-07[PATCH] kfree cleanup: drivers/mtdJesper Juhl1-3/+1
2005-11-07[MTD] maps: Clean up trailing white spacesThomas Gleixner1-6/+6
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+177