android_kernel_xiaomi_sm7250/drivers/mtd/maps
Dominik Brodowski f8cfa618dc [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback
Unify the EVENT_CARD_INSERTION and "attach" callbacks to one unified
probe() callback. As all in-kernel drivers are changed to this new
callback, there will be no temporary backwards-compatibility. Inside a
probe() function, each driver _must_ set struct pcmcia_device
*p_dev->instance and instance->handle correctly.

With these patches, the basic driver interface for 16-bit PCMCIA drivers
now has the classic four callbacks known also from other buses:

        int (*probe)            (struct pcmcia_device *dev);
        void (*remove)          (struct pcmcia_device *dev);

        int (*suspend)          (struct pcmcia_device *dev);
        int (*resume)           (struct pcmcia_device *dev);

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2006-01-06 00:03:24 +01:00
..
alchemy-flash.c
amd76xrom.c
arctic-mtd.c
autcpu12-nvram.c
bast-flash.c
beech-mtd.c
cdb89712.c
ceiva.c
cfi_flagadm.c
cstm_mips_ixx.c
dbox2-flash.c
dc21285.c
dilnetpc.c
dmv182.c
ebony.c
edb7312.c
epxa10db-flash.c
fortunet.c
h720x-flash.c
ichxrom.c
impa7.c
integrator-flash.c
ipaq-flash.c
iq80310.c
ixp4xx.c
ixp2000.c
Kconfig [SPARC]: introduce a SPARC Kconfig symbol 2005-12-22 23:09:54 -08:00
l440gx.c
lasat.c
lubbock-flash.c
mainstone-flash.c
Makefile [MTD] Remove bogus PQ2FADS driver 2005-11-29 19:46:16 +01:00
map_funcs.c
mbx860.c
mpc1211.c
mtx-1_flash.c
netsc520.c
nettel.c
ocelot.c
ocotea.c
octagon-5066.c
omap_nor.c
omap-toto-flash.c
pci.c
pcmciamtd.c [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback 2006-01-06 00:03:24 +01:00
physmap.c [MTD] Make functions static, include header files with prototypes 2005-11-29 19:54:58 +01:00
plat-ram.c
pnc2000.c
pq2fads.c
redwood.c
rpxlite.c
sa1100-flash.c
sbc8240.c
sbc_gxx.c
sc520cdp.c
scb2_flash.c
scx200_docflash.c
sharpsl-flash.c
solutionengine.c
sun_uflash.c
tqm8xxl.c
tqm834x.c
ts5500_flash.c
tsunami_flash.c
uclinux.c
vmax301.c
walnut.c
wr_sbc82xx_flash.c