All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] more sysfs and driver core patches for 2.6.22
@ 2007-07-18 23:24 Greg KH
  2007-07-18 23:25 ` [PATCH 01/14] debugfs: remove rmdir() non-empty complaint Greg Kroah-Hartman
  0 siblings, 1 reply; 15+ messages in thread
From: Greg KH @ 2007-07-18 23:24 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Here are some more driver core and sysfs patches against your 2.6.22 git
tree.

They fix some bugs in the last big sysfs merge (thanks to Tejun for
finding and fixing them so quickly) and some other minor stuff all over
the place.

Some of these have been in the -mm tree 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

 Documentation/CodingStyle                  |   20 +++-
 Documentation/HOWTO                        |    3 +
 Documentation/driver-model/devres.txt      |    2 +-
 Documentation/feature-removal-schedule.txt |    4 +-
 drivers/base/core.c                        |  168 +++++++++++++++++++++-------
 drivers/base/power/Makefile                |    2 +-
 drivers/base/power/power.h                 |    5 -
 drivers/base/power/runtime.c               |   85 --------------
 drivers/base/power/sysfs.c                 |   66 -----------
 drivers/pcmcia/ds.c                        |   40 ++++++-
 drivers/usb/core/driver.c                  |    7 -
 fs/debugfs/inode.c                         |    5 -
 fs/sysfs/dir.c                             |   25 +++--
 fs/sysfs/file.c                            |    9 +-
 fs/sysfs/inode.c                           |    2 +-
 fs/sysfs/mount.c                           |   10 +-
 fs/sysfs/symlink.c                         |   12 ++-
 fs/sysfs/sysfs.h                           |    1 -
 include/linux/device.h                     |   10 ++
 include/linux/kobject.h                    |   25 +++--
 include/linux/pm.h                         |   11 --
 kernel/power/Kconfig                       |   12 --
 lib/kobject_uevent.c                       |   30 ++----
 23 files changed, 253 insertions(+), 301 deletions(-)
 delete mode 100644 drivers/base/power/runtime.c

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

Akinobu Mita (1):
      sysfs: avoid kmem_cache_free(NULL)

Alan Stern (2):
      PM: Remove deprecated sysfs files
      PM: remove deprecated dpm_runtime_* routines

Brandon Philips (1):
      Documentation fix devres.txt: lib/iomap.c -> lib/devres.c

Cornelia Huck (1):
      Driver core: check return code of sysfs_create_link()

David Brownell (2):
      dev_vdbg(), available with -DVERBOSE_DEBUG
      dev_vdbg() documentation

Jens Axboe (1):
      debugfs: remove rmdir() non-empty complaint

Kay Sievers (1):
      Driver core: accept all valid action-strings in uevent-trigger

Paolo Ciarrocchi (1):
      HOWTO: Add the knwon_regression URI to the documentation

Tejun Heo (4):
      sysfs: fix sysfs root inode nlink accounting
      sysfs: make sysfs_init_inode() static
      sysfs: kill an extra put in sysfs_create_link() failure path
      sysfs: cosmetic clean up on node creation failure paths


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

end of thread, other threads:[~2007-07-18 23:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-18 23:24 [GIT PATCH] more sysfs and driver core patches for 2.6.22 Greg KH
2007-07-18 23:25 ` [PATCH 01/14] debugfs: remove rmdir() non-empty complaint Greg Kroah-Hartman
2007-07-18 23:25   ` [PATCH 02/14] Driver core: accept all valid action-strings in uevent-trigger Greg Kroah-Hartman
2007-07-18 23:25     ` [PATCH 03/14] PM: Remove deprecated sysfs files Greg Kroah-Hartman
2007-07-18 23:25       ` [PATCH 04/14] PM: remove deprecated dpm_runtime_* routines Greg Kroah-Hartman
2007-07-18 23:25         ` [PATCH 05/14] sysfs: avoid kmem_cache_free(NULL) Greg Kroah-Hartman
2007-07-18 23:25           ` [PATCH 06/14] Documentation fix devres.txt: lib/iomap.c -> lib/devres.c Greg Kroah-Hartman
2007-07-18 23:25             ` [PATCH 07/14] sysfs: fix sysfs root inode nlink accounting Greg Kroah-Hartman
2007-07-18 23:25               ` [PATCH 08/14] sysfs: make sysfs_init_inode() static Greg Kroah-Hartman
2007-07-18 23:25                 ` [PATCH 09/14] dev_vdbg(), available with -DVERBOSE_DEBUG Greg Kroah-Hartman
2007-07-18 23:25                   ` [PATCH 10/14] dev_vdbg() documentation Greg Kroah-Hartman
2007-07-18 23:25                     ` [PATCH 11/14] HOWTO: Add the knwon_regression URI to the documentation Greg Kroah-Hartman
2007-07-18 23:25                       ` [PATCH 12/14] Driver core: check return code of sysfs_create_link() Greg Kroah-Hartman
2007-07-18 23:25                         ` [PATCH 13/14] sysfs: kill an extra put in sysfs_create_link() failure path Greg Kroah-Hartman
2007-07-18 23:25                           ` [PATCH 14/14] sysfs: cosmetic clean up on node creation failure paths Greg Kroah-Hartman

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.