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-11-21 06:53:16 -08:00
2005-12-29 13:01:54 -08:00
2005-11-08 16:50:38 +01:00
2006-01-04 13:55:35 -08:00
2005-12-15 14:22:45 -08:00
2005-12-15 10:04:31 -08:00
2006-01-06 00:03:24 +01:00
2005-07-27 16:26:08 -07:00
2005-11-18 07:49:46 -08:00
2006-01-04 16:47:42 -08:00
2006-01-01 22:21:50 +01:00
2005-09-13 08:22:29 -07:00
2005-09-10 10:06:25 -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-11-07 07:54:02 -08:00
2005-04-16 15:20:36 -07:00
2005-10-30 17:37:20 -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-09-07 16:57:20 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:20 -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:24:57 -07:00
2005-10-28 09:52:52 -07:00
2005-05-01 08:59:08 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-11-10 16:09:17 -08:00
2005-09-16 10:38:10 -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-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-10-30 17:37:10 -08:00
2005-10-30 17:37:31 -08:00
2005-09-14 14:34:17 -07:00
2005-10-24 15:42:12 +10:00
2005-10-24 16:59:13 +10:00
2005-07-07 18:23:40 -07:00
2005-09-10 10:06:38 -07:00
2005-11-12 11:42:32 -08:00
2005-11-09 07:55:57 -08:00
2005-10-28 09:52:52 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:25:00 -07:00
2005-11-07 07:54:02 -08:00
2005-04-16 15:20:36 -07:00
2005-12-22 23:09:54 -08:00
2005-12-22 23:09:54 -08:00
2005-10-29 19:30:42 +01:00
2005-10-29 19:30:42 +01:00
2005-10-28 09:52:52 -07:00
2005-10-30 17:37:25 -08:00
2005-10-04 09:39:18 -07:00
2005-05-04 07:33:13 -07:00
2005-11-28 14:34:23 -08:00
2005-10-28 09:52:52 -07:00
2005-09-15 17:00:10 -07:00
2005-09-03 16:26:49 +01:00
2005-11-09 07:55:57 -08:00
2005-04-16 15:20:36 -07:00
2006-01-03 13:27:11 +01:00
2005-10-17 17:03:57 -07:00
2005-10-28 08:16:51 -07:00
2005-11-04 17:26:57 +00: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-10-28 09:52:52 -07:00
2005-09-09 13:57:31 -07:00
2005-10-29 19:30:55 +01:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-01-03 13:10:56 -08:00
2005-10-28 09:52:52 -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:04 -07:00
2005-11-07 07:54:02 -08:00
2005-04-16 15:20:36 -07:00
2005-11-07 11:14:57 +01:00
2005-11-09 22:32:44 +00: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-11-07 07:54:02 -08:00
2005-10-30 17:37:20 -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-08-15 14:17:49 -07:00
2005-10-28 21:09:26 -07:00
2005-04-25 13:28:52 -07:00
2005-11-09 22:32:44 +00:00
2005-04-16 15:20:36 -07:00
2005-11-09 07:55:57 -08: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-04-16 15:20:36 -07:00
2005-11-13 18:14:15 -08:00
2005-11-10 16:09:17 -08:00
2005-11-09 07:56:40 -08:00
2005-11-09 22:32:44 +00:00
2005-10-28 09:52:52 -07:00
2005-11-01 21:44:46 -08:00
2005-06-25 16:24:24 -07:00
2005-11-07 07:54:02 -08:00
2005-06-28 21:20:34 -07:00
2005-12-29 10:19:21 -08:00
2005-11-09 07:55:57 -08:00
2005-11-09 07:55:57 -08:00
2005-04-16 15:20:36 -07:00
2005-11-09 22:32:44 +00:00
2005-11-09 22:32:44 +00:00
2005-11-07 07:53:39 -08:00
2005-09-15 08:24:09 -07:00