[PATCH V2] ipwireless_cs driver for 4G PC Card

Andrew Morton akpm at linux-foundation.org
Mon Dec 17 06:22:22 EST 2007


On Mon, 17 Dec 2007 11:57:46 +0100 (CET) Jiri Kosina <jkosina at suse.cz> wrote:

> [ CC list trimmed ] 

often a bad idea...

> On Wed, 12 Dec 2007, David Sterba wrote:
> 
> > Changelog:
> > * files moved to ipwireless/, ipwireless_cs_ stripped from filenames
> > * _cs stripped from driver name
> > * kmalloc checks
> > * sync irq during shutdown
> > * removed /proc code, converted to module params
> > 
> > When merged, please drop ipwireless_cs.git tree from -mm and
> > include the patch instead.
> > 
> > Regards,
> > David Sterba
> > 
> > Rewieved-by: Jiri Slaby <jslaby at suse.cz>
> > Signed-off-by: Ben Martel <benm at symmetric.co.nz>
> > Signed-off-by: Stephen Blackheath <stephen at symmetric.co.nz>
> > Signed-off-by: David Sterba <dsterba at suse.cz>
> > Signed-off-by: Jiri Kosina <jkosina at suse.cz>
> > ---
> >  MAINTAINERS                                     |    8 
> >  drivers/char/pcmcia/Kconfig                     |    9 
> >  drivers/char/pcmcia/Makefile                    |    2 
> >  drivers/char/pcmcia/ipwireless/Makefile         |   10 
> >  drivers/char/pcmcia/ipwireless/hardware.c       | 1784 ++++++++++++++++++++++++
> >  drivers/char/pcmcia/ipwireless/hardware.h       |   63 
> >  drivers/char/pcmcia/ipwireless/main.c           |  496 ++++++
> >  drivers/char/pcmcia/ipwireless/main.h           |   70 
> >  drivers/char/pcmcia/ipwireless/network.c        |  513 ++++++
> >  drivers/char/pcmcia/ipwireless/network.h        |   54 
> >  drivers/char/pcmcia/ipwireless/setup_protocol.h |  108 +
> >  drivers/char/pcmcia/ipwireless/tty.c            |  687 +++++++++
> >  drivers/char/pcmcia/ipwireless/tty.h            |   48 
> >  13 files changed, 3852 insertions(+)
> 
> Andrew, what is your position on merging this into your 2.6.25 queue 
> please? David has fixed all the issues that came up during review, so it 
> seems to be that it's time for the driver to be merged during the upcoming 
> merge window.
> 
> If you take it, I am perfectly fine with you dropping the 
> ipwireless_cs git tree from -mm lineup.
> 

I'd have thought that you'd merge it into git-ipwireless_cs.patch and that
you would then take care of merging it into mainline at an appropriate
time?




More information about the linux-pcmcia mailing list