mirror of https://github.com/torvalds/linux.git
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>
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| 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 | ||
| l440gx.c | ||
| lasat.c | ||
| lubbock-flash.c | ||
| mainstone-flash.c | ||
| map_funcs.c | ||
| mbx860.c | ||
| mpc1211.c | ||
| mtx-1_flash.c | ||
| netsc520.c | ||
| nettel.c | ||
| ocelot.c | ||
| ocotea.c | ||
| octagon-5066.c | ||
| omap-toto-flash.c | ||
| omap_nor.c | ||
| pci.c | ||
| pcmciamtd.c | ||
| physmap.c | ||
| 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 | ||