public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] driver core patches for 2.6.31-rc2-git
Date: Sun, 12 Jul 2009 15:37:18 -0700	[thread overview]
Message-ID: <20090712223717.GB16600@kroah.com> (raw)

Here are some driver core patches for your tree.

All tiny stuff, fixing bugs, and finally removing the BUS_ID_SIZE define
that no longer is in use.

All of the non-driver-core touching patches have been sent to the
various subsystem maintainers and gotten acks for them with the
exception of the sparc change, which for some reason did not get an ack,
but was ignored.  As the patch is only hard coding the BUS_ID_SIZE
value, no functionalty is changed in the code at all.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git/

All of these patches have been in the linux-next and mm trees for a
while.

The patches will be sent as a follow-on to this message to lkml for people
to see.

thanks,

greg k-h

------------

 Documentation/driver-model/driver.txt |    4 ++--
 arch/sparc/kernel/vio.c               |    7 ++++++-
 drivers/base/devres.c                 |    3 +++
 drivers/base/firmware_class.c         |    6 ++++--
 drivers/power/wm97xx_battery.c        |    4 ++--
 drivers/video/omap/omapfb_main.c      |   14 +++++++-------
 fs/partitions/check.c                 |    2 +-
 include/linux/device.h                |    2 --
 sound/soc/codecs/wm8988.c             |    4 ++--
 9 files changed, 27 insertions(+), 19 deletions(-)

---------------

Alexander Beregalov (1):
      wm97xx_batery: replace driver_data with dev_get_drvdata()

Benjamin Herrenschmidt (1):
      devres: WARN() and return, don't crash on device_del() of uninitialized device

Greg Kroah-Hartman (2):
      Sound: remove direct access of driver_data
      omap: video: remove direct access of driver_data

Heiko Carstens (1):
      partitions: fix broken uevent_suppress conversion

Jiri Slaby (1):
      Firmware: firmware_class, fix lock imbalance

Kay Sievers (2):
      sparc: remove driver-core BUS_ID_SIZE
      Driver Core: remove BUS_ID_SIZE

vibi sreenivasan (1):
      driver model: fix show/store prototypes in doc.


             reply	other threads:[~2009-07-12 22:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-12 22:37 Greg KH [this message]
2009-07-12 22:45 ` [PATCH 1/9] devres: WARN() and return, don't crash on device_del() of uninitialized device Greg Kroah-Hartman
2009-07-15  4:16   ` Tejun Heo
2009-07-12 22:45 ` [PATCH 2/9] partitions: fix broken uevent_suppress conversion Greg Kroah-Hartman
2009-07-12 22:46 ` [PATCH 3/9] sparc: remove driver-core BUS_ID_SIZE Greg Kroah-Hartman
2009-07-13  1:20   ` David Miller
2009-07-12 22:46 ` [PATCH 4/9] Driver Core: remove BUS_ID_SIZE Greg Kroah-Hartman
2009-07-12 22:46 ` [PATCH 5/9] Firmware: firmware_class, fix lock imbalance Greg Kroah-Hartman
2009-07-12 22:46 ` [PATCH 6/9] driver model: fix show/store prototypes in doc Greg Kroah-Hartman
2009-07-12 22:46 ` [PATCH 7/9] Sound: remove direct access of driver_data Greg Kroah-Hartman
2009-07-13  9:44   ` Mark Brown
2009-07-14  3:59     ` Greg KH
2009-07-12 22:46 ` [PATCH 8/9] omap: video: " Greg Kroah-Hartman
2009-07-12 22:46 ` [PATCH 9/9] wm97xx_batery: replace driver_data with dev_get_drvdata() Greg Kroah-Hartman

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=20090712223717.GB16600@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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