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
..
2005-06-25 16:25:07 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:25:07 -07:00
2005-07-27 16:26:20 -07:00
2005-04-16 15:20:36 -07:00
2005-11-07 07:54:02 -08:00
2006-01-06 00:03:24 +01:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:25:07 -07:00
2005-11-07 07:54:02 -08:00
2005-06-25 16:25:07 -07:00
2006-01-06 00:03:24 +01:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-07-27 16:25:51 -07:00
2005-10-30 17:37:29 -08:00
2005-04-16 15:20:36 -07:00
2005-11-07 07:54:02 -08:00
2005-04-16 15:20:36 -07:00
2005-11-07 07:54:02 -08:00
2005-04-16 15:20:36 -07:00
2005-09-16 10:46:28 -07:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2006-01-04 13:48:34 -08:00
2005-11-07 07:53:47 -08:00
2005-06-25 16:25:07 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-11-09 07:55:57 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 17:17:33 -07:00
2005-04-16 15:20:36 -07:00
2005-11-07 07:54:02 -08:00
2005-04-16 15:20:36 -07:00
2005-11-07 07:54:02 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-11-07 07:54:02 -08:00
2005-04-16 15:20:36 -07:00
2005-11-07 07:54:02 -08:00
2005-04-16 15:20:36 -07:00
2005-11-07 07:54:02 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-07-08 14:57:23 -07:00
2005-04-16 15:20:36 -07:00
2005-07-27 16:26:20 -07:00
2005-04-16 15:20:36 -07:00
2005-07-08 14:57:23 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2005-04-16 15:20:36 -07:00
2005-11-07 07:54:02 -08:00
2005-06-25 16:25:07 -07:00
2005-11-18 16:20:10 -05:00
2005-06-25 16:25:07 -07:00
2005-04-16 15:20:36 -07:00
2005-07-27 16:26:08 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:25:07 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2005-11-07 07:54:02 -08:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2006-01-06 00:03:24 +01:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2005-09-23 13:35:36 -07:00
2005-09-17 15:34:30 -07:00
2006-01-04 13:48:34 -08:00
2005-11-07 07:54:02 -08:00
2005-09-17 15:34:30 -07:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2005-06-25 16:25:07 -07:00
2005-07-27 16:26:20 -07:00
2006-01-06 00:03:24 +01:00
2005-06-25 16:25:07 -07:00
2005-11-07 07:54:02 -08:00
2005-04-16 15:20:36 -07:00