Re: [PATCH] pcmcia: Remove bulkmem.h and ioctl warning messages

2006-12-13 Thread Russell King
On Wed, Dec 13, 2006 at 03:38:50PM +0900, Magnus Damm wrote: This warning has been in place since 2.6.11 so people should be aware about other preferred interfaces by now. We keep going through this one. I would be a good idea if the janitors could pool together so we don't have to keep

Re: [PATCH] pcmcia: Remove bulkmem.h and ioctl warning messages

2006-12-13 Thread Magnus Damm
On 12/13/06, Russell King [EMAIL PROTECTED] wrote: On Wed, Dec 13, 2006 at 03:38:50PM +0900, Magnus Damm wrote: This warning has been in place since 2.6.11 so people should be aware about other preferred interfaces by now. We keep going through this one. I would be a good idea if the

[PATCH 00/04] pcmcia: Convert window_handle_t to unsigned long

2006-12-13 Thread Magnus Damm
pcmcia: Convert window_handle_t to unsigned long This set of patches change window_handle_t from being a pointer to an unsigned long. The unsigned long is now a simple index into socket-win[]. Going from a pointer to unsigned long should leave the user space interface unchanged unless I'm

[PATCH 03/04] pcmcia: Pass struct pcmcia_socket to pcmcia_get_mem_page()

2006-12-13 Thread Magnus Damm
pcmcia: Pass struct pcmcia_socket to pcmcia_get_mem_page() No logic changes, just pass struct pcmcia_socket to pcmcia_get_mem_page() Signed-off-by: Magnus Damm [EMAIL PROTECTED] --- Applies to 2.6.19-git19 drivers/pcmcia/cs_internal.h |1 + drivers/pcmcia/pcmcia_ioctl.c|2 +-

[PATCH 04/04] pcmcia: Change window_handle_t logic to unsigned long

2006-12-13 Thread Magnus Damm
pcmcia: Change window_handle_t logic to unsigned long Logic changes based on top of the other patches. Signed-off-by: Magnus Damm [EMAIL PROTECTED] --- Applies to 2.6.19-git19 drivers/pcmcia/cs_internal.h |2 - drivers/pcmcia/pcmcia_ioctl.c|2 -

[PATCH 02/04] pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()

2006-12-13 Thread Magnus Damm
pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page() No logic changes, just pass struct pcmcia_device to pcmcia_map_mem_page() Signed-off-by: Magnus Damm [EMAIL PROTECTED] --- Applies to 2.6.19-git19 drivers/isdn/hisax/sedlbauer_cs.c |2 +- drivers/mtd/maps/pcmciamtd.c |2