alistair23-linux/drivers/mtd/maps
Artem Bityutskiy 3c3c10bba1 mtd: add leading underscore to all mtd functions
This patch renames all MTD functions by adding a "_" prefix:

mtd->erase -> mtd->_erase
mtd->read_oob -> mtd->_read_oob
...

The reason is that we are re-working the MTD API and from now on it is
an error to use MTD function pointers directly - we have a corresponding
API call for every pointer. By adding a leading "_" we achieve the following:

1. Make sure we convert every direct pointer users
2. A leading "_" suggests that this interface is internal and it becomes
   less likely that people will use them directly
3. Make sure all the out-of-tree modules stop compiling and the owners
   spot the big API change and amend them.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2012-03-27 00:20:01 +01:00
..
amd76xrom.c
autcpu12-nvram.c
bfin-async-flash.c mtd: convert drivers/mtd/* to use module_platform_driver() 2012-01-09 18:12:35 +00:00
cdb89712.c
cfi_flagadm.c
ck804xrom.c
dbox2-flash.c
dc21285.c
dilnetpc.c
dmv182.c
esb2rom.c
fortunet.c
gpio-addr-flash.c mtd: convert drivers/mtd/* to use module_platform_driver() 2012-01-09 18:12:35 +00:00
h720x-flash.c
ichxrom.c
impa7.c
intel_vr_nor.c
ixp4xx.c mtd: convert drivers/mtd/* to use module_platform_driver() 2012-01-09 18:12:35 +00:00
ixp2000.c mtd: convert drivers/mtd/* to use module_platform_driver() 2012-01-09 18:12:35 +00:00
Kconfig mtd: maps: remove the now unused bcm963xx-flash 2012-01-09 18:16:39 +00:00
l440gx.c
lantiq-flash.c mtd: lantiq-flash: drop iounmap for devm_ allocated data 2012-01-09 18:24:05 +00:00
latch-addr-flash.c mtd: convert drivers/mtd/* to use module_platform_driver() 2012-01-09 18:12:35 +00:00
Makefile mtd: maps: remove the now unused bcm963xx-flash 2012-01-09 18:16:39 +00:00
map_funcs.c
mbx860.c
netsc520.c
nettel.c
octagon-5066.c
pci.c
pcmciamtd.c
physmap.c mtd: do not use mtd->suspend and mtd->resume directly 2012-01-09 18:26:23 +00:00
physmap_of.c mtd: convert drivers/mtd/* to use module_platform_driver() 2012-01-09 18:12:35 +00:00
pismo.c
plat-ram.c mtd: plat_ram: call mtd_device_register only if partition data exists 2011-12-19 11:13:52 +00:00
pmcmsp-flash.c
pxa2xx-flash.c mtd: introduce mtd_resume interface 2012-01-09 18:25:46 +00:00
rbtx4939-flash.c mtd: do not use mtd->suspend and mtd->resume directly 2012-01-09 18:26:23 +00:00
rpxlite.c
sa1100-flash.c mtd: sa11x0: remove definitions and code left for documentation purposes 2012-03-27 00:15:20 +01:00
sbc_gxx.c
sc520cdp.c
scb2_flash.c mtd: do not use mtd->lock, unlock and is_locked directly 2012-01-09 18:26:22 +00:00
scx200_docflash.c
solutionengine.c
sun_uflash.c mtd: convert drivers/mtd/* to use module_platform_driver() 2012-01-09 18:12:35 +00:00
tqm8xxl.c
ts5500_flash.c
tsunami_flash.c
uclinux.c mtd: add leading underscore to all mtd functions 2012-03-27 00:20:01 +01:00
vmax301.c
vmu-flash.c mtd: add leading underscore to all mtd functions 2012-03-27 00:20:01 +01:00
wr_sbc82xx_flash.c