mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PATCH] driver core patches against 2.6.25-git
@ 2008-04-30 23:57 Greg KH
  2008-04-30 23:57 ` [PATCH 01/11] sysfs: Disallow truncation of files in sysfs Greg Kroah-Hartman
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Greg KH @ 2008-04-30 23:57 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are a few remaining patches against your 2.6.25-git tree.

They provide a few apis that Tejun needs for other trees, and the
biggest of all is the removal of 'struct class_device' now that it is
purged from your tree through all of the different subsytem merges.

There's also a build fix in there from Randy and a few other minor
things that people have posted problems with.

All of these patches have been in -next for a while.

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

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

thanks,

greg k-h

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

 drivers/base/base.h           |   11 -
 drivers/base/class.c          |  638 +----------------------------------------
 drivers/base/driver.c         |   10 +
 drivers/pcmcia/cs.c           |   13 +-
 drivers/pcmcia/cs_internal.h  |    3 +-
 drivers/pcmcia/socket_sysfs.c |   52 ++--
 fs/debugfs/file.c             |    2 +-
 fs/sysfs/inode.c              |    2 +
 include/linux/device.h        |   97 -------
 include/linux/io.h            |    4 +-
 include/linux/klist.h         |   40 ++-
 include/linux/sysfs.h         |    6 +
 lib/devres.c                  |    4 +-
 lib/klist.c                   |  235 ++++++++--------
 lib/kobject.c                 |   28 +--
 15 files changed, 201 insertions(+), 944 deletions(-)

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

Ben Hutchings (1):
      sysfs: Disallow truncation of files in sysfs

David Brownell (1):
      pcmcia: remove pccard_sysfs_interface warnings

Greg Kroah-Hartman (1):
      klist: fix coding style errors in klist.h and klist.c

Kay Sievers (2):
      kobject: do not copy vargs, just pass them around
      driver core: remove no longer used "struct class_device"

Kumar Gala (1):
      devres: support addresses greater than an unsigned long via dev_ioremap

Randy Dunlap (1):
      sysfs: sysfs_update_group stub for CONFIG_SYSFS=n

Robert P. J. Day (1):
      DEBUGFS: Correct location of debugfs API documentation.

Stas Sergeev (1):
      driver core: warn about duplicate driver names on the same bus

Tejun Heo (2):
      klist: implement KLIST_INIT() and DEFINE_KLIST()
      klist: implement klist_add_{after|before}()


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

end of thread, other threads:[~2008-05-02  7:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-30 23:57 [GIT PATCH] driver core patches against 2.6.25-git Greg KH
2008-04-30 23:57 ` [PATCH 01/11] sysfs: Disallow truncation of files in sysfs Greg Kroah-Hartman
2008-04-30 23:57 ` [PATCH 02/11] klist: implement KLIST_INIT() and DEFINE_KLIST() Greg Kroah-Hartman
2008-04-30 23:57 ` [PATCH 03/11] klist: implement klist_add_{after|before}() Greg Kroah-Hartman
2008-04-30 23:57 ` [PATCH 04/11] driver core: warn about duplicate driver names on the same bus Greg Kroah-Hartman
2008-04-30 23:57 ` [PATCH 05/11] DEBUGFS: Correct location of debugfs API documentation Greg Kroah-Hartman
2008-04-30 23:57 ` [PATCH 06/11] sysfs: sysfs_update_group stub for CONFIG_SYSFS=n Greg Kroah-Hartman
2008-04-30 23:57 ` [PATCH 07/11] kobject: do not copy vargs, just pass them around Greg Kroah-Hartman
2008-05-02  7:07   ` SL Baur
2008-04-30 23:57 ` [PATCH 08/11] devres: support addresses greater than an unsigned long via dev_ioremap Greg Kroah-Hartman
2008-04-30 23:57 ` [PATCH 09/11] pcmcia: remove pccard_sysfs_interface warnings Greg Kroah-Hartman
2008-04-30 23:57 ` [PATCH 10/11] driver core: remove no longer used "struct class_device" Greg Kroah-Hartman
2008-04-30 23:57 ` [PATCH 11/11] klist: fix coding style errors in klist.h and klist.c 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

all inboxes | Powered by JetHome®