public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] PNP driver changes for 2.5.47
@ 2002-11-12 19:16 Greg KH
  2002-11-12 19:19 ` [PATCH] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2002-11-12 19:16 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, ambx1

Here's a set of updated PNP driver patches from Adam Belay.  These fix a
oops that the current kernel causes on a laptop of mine.

Please pull from:  bk://linuxusb.bkbits.net/pnp-2.5

thanks,

greg k-h


 drivers/input/gameport/ns558.c |  129 +++++++++++++++++------------------------
 drivers/net/e100/e100_main.c   |    4 -
 drivers/pnp/driver.c           |    5 -
 drivers/pnp/pnpbios/core.c     |   36 +++++++----
 drivers/serial/8250_pnp.c      |   12 +--
 include/linux/pnp.h            |   91 +++++++++++++++++++++++-----
 include/linux/pnpbios.h        |   13 ++++
 include/linux/sunrpc/stats.h   |   18 +++--
 sound/oss/opl3sa2.c            |    2 
 9 files changed, 186 insertions(+), 124 deletions(-)
-----

ChangeSet@1.853.1.7, 2002-11-11 17:59:12-08:00, ambx1@neo.rr.com
  [PATCH] PnP MODULE_DEVICE_TABLE Update - 2.5.46 (3/6)
  
  Here's a patch from Jaroslav Kysela.  It was sent in previously but doesn't
  appear to be included.  Here it is again only now against 2.5.46.

 drivers/net/e100/e100_main.c |    4 ++--
 include/linux/pnp.h          |    3 +++
 include/linux/sunrpc/stats.h |   18 ++++++++++--------
 sound/oss/opl3sa2.c          |    2 +-
 4 files changed, 16 insertions(+), 11 deletions(-)
------

ChangeSet@1.853.1.6, 2002-11-11 17:49:02-08:00, ambx1@neo.rr.com
  [PATCH] Update serial PnP driver - 2.5.46 (6/6)
  
  This patch updates the serial PnP driver to the changes.

 drivers/serial/8250_pnp.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
------

ChangeSet@1.853.1.5, 2002-11-11 17:48:47-08:00, ambx1@neo.rr.com
  [PATCH] Convert Gameport Driver - 2.5.46 (5/6)
  
  This patch converts the gameport driver to the pnp changes.  It has been tested.

 drivers/input/gameport/ns558.c |  129 +++++++++++++++++------------------------
 1 files changed, 54 insertions(+), 75 deletions(-)
------

ChangeSet@1.853.1.4, 2002-11-11 17:48:30-08:00, ambx1@neo.rr.com
  [PATCH] Re: [PATCH] pnp.h changes - 2.5.46 (4/6)
  
  > Any reason for not just using dev_get_drvdata() and dev_set_drvdata() in
  > the drivers?  Or at the least, use them within these functions, that's
  > what they are there for :)
  
  
  Sure, here's a patch.  I think I'll use them within these functions.

 include/linux/pnp.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
------

ChangeSet@1.853.1.3, 2002-11-11 17:48:15-08:00, ambx1@neo.rr.com
  [PATCH] pnp.h changes - 2.5.46 (4/6)
  
  This patch cleans up pnp.h.  It adds new resource macros.  Also it uses
  driver_data from the driver model instead of a local one.  Please everyone use
  the new macros instead of directly reading the structure.

 include/linux/pnp.h |   81 +++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 67 insertions(+), 14 deletions(-)
------

ChangeSet@1.853.1.2, 2002-11-11 17:47:57-08:00, ambx1@neo.rr.com
  [PATCH] Improved Debug Message Placement - 2.5.46 (2/6)
  
  Pointed out by Joe Perches.

 drivers/pnp/driver.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
------

ChangeSet@1.853.1.1, 2002-11-11 17:47:38-08:00, ambx1@neo.rr.com
  [PATCH] PnP BIOS fixes - 2.5.46 (1/6)
  
  This Patch should at least partially fix the problems caused by broken PnP
  BIOSes.  More fixes will come later but this should boot.  Please report general
  protection faults.  The PnP BIOS proc interface may still not work if you have a
  broken PnP BIOS.  Also adds basic support for PnP BIOS flags and removes some
  currently unused stuff.

 drivers/pnp/pnpbios/core.c |   36 ++++++++++++++++++++++++------------
 include/linux/pnp.h        |    3 ++-
 include/linux/pnpbios.h    |   13 +++++++++++++
 3 files changed, 39 insertions(+), 13 deletions(-)
------


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

end of thread, other threads:[~2002-11-12 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-12 19:16 [BK PATCH] PNP driver changes for 2.5.47 Greg KH
2002-11-12 19:19 ` [PATCH] " Greg KH

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