mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RESEND][PATCH 00/12] ipwireless: driver updates
@ 2008-07-28 14:52 David Sterba
  2008-07-28 14:52 ` [PATCH 01/12] ipwireless: Misc cleanups David Sterba
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: David Sterba @ 2008-07-28 14:52 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel, jkosina, dsterba

Hi,

series contains code cleanups and a few improvements.
Please apply for 2.6.27.

Thanks,
David Sterba

---

David Sterba (12):
      ipwireless: Preallocate received packet buffers with MRU size
      ipwireless: Put packets to pool start
      ipwireless: Increase PPP outgoing queue size
      ipwireless: Explicitly request io and mem regions
      ipwireless: Constify buffer variables
      ipwireless: Do not return value from sending funcs
      ipwireless: Remove endian-dependent bitfields
      ipwireless: Glue splitted printk strings back
      ipwireless: Remove pt_regs from interrupt handler
      ipwireless: Rename spinlock variables to lock
      ipwireless: Remove unused defines
      ipwireless: Misc cleanups


 drivers/char/pcmcia/ipwireless/hardware.c |  275 ++++++++++++++---------------
 drivers/char/pcmcia/ipwireless/hardware.h |    4
 drivers/char/pcmcia/ipwireless/main.c     |   86 +++++----
 drivers/char/pcmcia/ipwireless/main.h     |    5 +
 drivers/char/pcmcia/ipwireless/network.c  |   58 +++---
 drivers/char/pcmcia/ipwireless/network.h  |    1
 drivers/char/pcmcia/ipwireless/tty.c      |    2
 7 files changed, 225 insertions(+), 206 deletions(-)


^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH 00/12] ipwireless: driver updates
@ 2008-07-18 22:10 David Sterba
  2008-07-18 22:11 ` [PATCH 03/12] ipwireless: Rename spinlock variables to lock David Sterba
  0 siblings, 1 reply; 16+ messages in thread
From: David Sterba @ 2008-07-18 22:10 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, dsterba, jkosina

Hi,

series contains code cleanups and a few improvements.
Please apply for 2.6.27.

Thanks,
David Sterba

---

David Sterba (12):
      ipwireless: Preallocate received packet buffers with MRU size
      ipwireless: Put packets to pool start
      ipwireless: Increase PPP outgoing queue size
      ipwireless: Explicitly request io and mem regions
      ipwireless: Constify buffer variables
      ipwireless: Do not return value from sending funcs
      ipwireless: Remove endian-dependent bitfields
      ipwireless: Glue splitted printk strings back
      ipwireless: Remove pt_regs from interrupt handler
      ipwireless: Rename spinlock variables to lock
      ipwireless: Remove unused defines
      ipwireless: Misc cleanups


 drivers/char/pcmcia/ipwireless/hardware.c |  275 ++++++++++++++---------------
 drivers/char/pcmcia/ipwireless/hardware.h |    4
 drivers/char/pcmcia/ipwireless/main.c     |   86 +++++----
 drivers/char/pcmcia/ipwireless/main.h     |    5 +
 drivers/char/pcmcia/ipwireless/network.c  |   58 +++---
 drivers/char/pcmcia/ipwireless/network.h  |    1
 drivers/char/pcmcia/ipwireless/tty.c      |    2
 7 files changed, 225 insertions(+), 206 deletions(-)

--


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2008-07-28 16:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-28 14:52 [RESEND][PATCH 00/12] ipwireless: driver updates David Sterba
2008-07-28 14:52 ` [PATCH 01/12] ipwireless: Misc cleanups David Sterba
2008-07-28 14:52 ` [PATCH 02/12] ipwireless: Remove unused defines David Sterba
2008-07-28 14:52 ` [PATCH 03/12] ipwireless: Rename spinlock variables to lock David Sterba
2008-07-28 14:52 ` [PATCH 04/12] ipwireless: Remove pt_regs from interrupt handler David Sterba
2008-07-28 14:52 ` [PATCH 05/12] ipwireless: Glue splitted printk strings back David Sterba
2008-07-28 14:53 ` [PATCH 06/12] ipwireless: Remove endian-dependent bitfields David Sterba
2008-07-28 16:41   ` Petr Tesarik
2008-07-28 14:53 ` [PATCH 07/12] ipwireless: Do not return value from sending funcs David Sterba
2008-07-28 14:53 ` [PATCH 08/12] ipwireless: Constify buffer variables David Sterba
2008-07-28 14:53 ` [PATCH 09/12] ipwireless: Explicitly request io and mem regions David Sterba
2008-07-28 14:53 ` [PATCH 10/12] ipwireless: Increase PPP outgoing queue size David Sterba
2008-07-28 14:53 ` [PATCH 11/12] ipwireless: Put packets to pool start David Sterba
2008-07-28 14:53 ` [PATCH 12/12] ipwireless: Preallocate received packet buffers with MRU size David Sterba
2008-07-28 16:42 ` [RESEND][PATCH 00/12] ipwireless: driver updates Stefan Schmidt
  -- strict thread matches above, loose matches on Subject: below --
2008-07-18 22:10 [PATCH " David Sterba
2008-07-18 22:11 ` [PATCH 03/12] ipwireless: Rename spinlock variables to lock David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome