[GIT PATCH] driver core patches for 2.6.31-rc2-git

From: Greg KH
Date: Sun Jul 12 2009 - 18:40:40 EST


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.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/