1
0
Fork 0
alistair23-linux/drivers/mtd
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
..
chips [MTD] Make functions static, include header files with prototypes 2005-11-29 19:54:58 +01:00
devices [PATCH] blkmtd: use clear_page_dirty() 2005-12-12 08:57:41 -08:00
maps [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback 2006-01-06 00:03:24 +01:00
nand [MTD] Make functions static, include header files with prototypes 2005-11-29 19:54:58 +01:00
onenand [PATCH] mtd onenand driver: use platform_device.h instead device.h 2005-12-18 16:29:11 -08:00
Kconfig [MTD] core: Clean up trailing white spaces 2005-11-07 13:37:38 +01:00
Makefile [MTD] Add initial support for OneNAND flash chips 2005-11-06 21:17:24 +01:00
afs.c [MTD] core: Clean up trailing white spaces 2005-11-07 13:37:38 +01:00
cmdlinepart.c [MTD] core: Clean up trailing white spaces 2005-11-07 13:37:38 +01:00
ftl.c [MTD] Make functions static, include header files with prototypes 2005-11-29 19:54:58 +01:00
inftlcore.c Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6 2005-11-07 10:24:08 -08:00
inftlmount.c Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6 2005-11-07 10:24:08 -08:00
mtd_blkdevs.c [MTD] core: Clean up trailing white spaces 2005-11-07 13:37:38 +01:00
mtdblock.c [MTD] core: Clean up trailing white spaces 2005-11-07 13:37:38 +01:00
mtdblock_ro.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mtdchar.c [MTD] core: Clean up trailing white spaces 2005-11-07 13:37:38 +01:00
mtdconcat.c [MTD] core: Clean up trailing white spaces 2005-11-07 13:37:38 +01:00
mtdcore.c [MTD] core: Clean up trailing white spaces 2005-11-07 13:37:38 +01:00
mtdpart.c [MTD] core: Clean up trailing white spaces 2005-11-07 13:37:38 +01:00
nftlcore.c Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6 2005-11-07 10:24:08 -08:00
nftlmount.c [MTD] core: Clean up trailing white spaces 2005-11-07 13:37:38 +01:00
redboot.c [MTD] core: Clean up trailing white spaces 2005-11-07 13:37:38 +01:00
rfd_ftl.c [MTD] RFD_FTL: Use lanana assigned major device number 2005-11-29 16:52:26 +01:00