public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] driver core patches for 2.6.31-rc2-git
@ 2009-07-12 22:37 Greg KH
  2009-07-12 22:45 ` [PATCH 1/9] devres: WARN() and return, don't crash on device_del() of uninitialized device Greg Kroah-Hartman
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Greg KH @ 2009-07-12 22:37 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

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.


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

end of thread, other threads:[~2009-07-15  4:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-12 22:37 [GIT PATCH] driver core patches for 2.6.31-rc2-git Greg KH
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

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