public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org, ambx1@neo.rr.com
Subject: [BK PATCH] PNP driver changes for 2.5.47
Date: Tue, 12 Nov 2002 11:16:30 -0800	[thread overview]
Message-ID: <20021112191629.GA31530@kroah.com> (raw)

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(-)
------


             reply	other threads:[~2002-11-12 19:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-12 19:16 Greg KH [this message]
2002-11-12 19:19 ` [PATCH] PNP driver changes for 2.5.47 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021112191629.GA31530@kroah.com \
    --to=greg@kroah.com \
    --cc=ambx1@neo.rr.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox