From: Adam Belay <ambx1@neo.rr.com>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org
Subject: [BK PATCH] PnP Changes for 2.5.64
Date: Mon, 10 Mar 2003 00:05:14 +0000 [thread overview]
Message-ID: <20030310000514.GC574@neo.rr.com> (raw)
Hi,
This set of changes prepares the pnp layer to support ALSA. it also converts the
ALSA ALS100 driver as a sample. More driver conversions are comming soon.
Please Pull from: bk://linux-pnp.bkbits.net/linux-pnp
drivers/pnp/Kconfig | 11 -
drivers/pnp/Makefile | 4
drivers/pnp/card.c | 383 ++++++++++++++++++----------------------------
drivers/pnp/driver.c | 25 +--
drivers/pnp/interface.c | 11 +
drivers/pnp/isapnp/core.c | 10 -
drivers/pnp/manager.c | 37 ++++
drivers/pnp/resource.c | 8
drivers/pnp/system.c | 4
include/linux/pnp.h | 120 ++++++--------
sound/isa/als100.c | 283 ++++++++++++++-------------------
sound/oss/sb_card.c | 32 +--
sound/oss/sb_card.h | 2
13 files changed, 420 insertions(+), 510 deletions(-)
through these ChangeSets:
ChangeSet@1.1084, 2003-03-09 23:44:44+00:00, ambx1@neo.rr.com
Aditional Card Service Changes
Fixes many issues that were discovered after testing. Also cleans up the
card service code and fixes the card_drvdata bug in which only one driver
at a time could have driver data.
drivers/pnp/card.c | 88 ++++++++++++++++++++++++++++++++++-----------------
drivers/pnp/driver.c | 3 +
drivers/pnp/system.c | 2 -
include/linux/pnp.h | 32 +++++++++++-------
sound/isa/als100.c | 16 ++++-----
sound/oss/sb_card.c | 22 ++++++------
sound/oss/sb_card.h | 2 -
7 files changed, 100 insertions(+), 65 deletions(-)
ChangeSet@1.1083, 2003-03-09 23:41:56+00:00, ambx1@neo.rr.com
OSS SB driver Updates
Compatibility update for the latest changes.
sound/oss/sb_card.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
ChangeSet@1.1082, 2003-03-09 23:39:45+00:00, ambx1@neo.rr.com
ALS100 Updates
Updates the als100 driver to use the pnp apis. Includes resource config
templates.
sound/isa/als100.c | 267 +++++++++++++++++++++--------------------------------
1 files changed, 110 insertions(+), 157 deletions(-)
ChangeSet@1.1081, 2003-03-09 23:38:08+00:00, ambx1@neo.rr.com
PnP Card Serivice Revisions
This set of changes addresses the following issues with the existing card
service implementation:
1.) Only one driver can be bound to a card.
2.) repetive code is required for pnp_request_card_device and other
functions
This patch will make the card services usable by ALSA.
drivers/pnp/Kconfig | 11 -
drivers/pnp/Makefile | 4
drivers/pnp/card.c | 295 +++++++++++++++-------------------------------
drivers/pnp/driver.c | 22 +--
drivers/pnp/isapnp/core.c | 10 -
drivers/pnp/system.c | 2
include/linux/pnp.h | 88 +++++--------
7 files changed, 157 insertions(+), 275 deletions(-)
ChangeSet@1.1079, 2003-03-09 23:18:13+00:00, ambx1@neo.rr.com
Interface Changes
A few minor revisions. Simpifies a few commands and adds config mode
information.
drivers/pnp/interface.c | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
ChangeSet@1.1078, 2003-03-06 21:50:43+00:00, ambx1@neo.rr.com
Manual Resource Setting Update
This patch allows for partial setting of manual resources as needed by ALSA.
It does not change any existing APIs.
drivers/pnp/manager.c | 37 +++++++++++++++++++++++++++++++++++--
drivers/pnp/resource.c | 8 ++++----
2 files changed, 39 insertions(+), 6 deletions(-)
reply other threads:[~2003-03-10 4:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20030310000514.GC574@neo.rr.com \
--to=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.