public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, Paul Mundt <lethal@linux-sh.org>,
	Frank Seidel <fseidel@suse.de>,
	Dave Young <hidave.darkstar@gmail.com>,
	Tsugikazu Shibata <tshibata@ab.jp.nec.com>,
	Jan Engelhardt <jengelh@computergmbh.de>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Cornelia Huck <cornelia.huck@de.ibm.com>
Subject: [GIT PATCH] driver core fixes against 2.6.24-git
Date: Sat, 2 Feb 2008 15:43:57 -0800	[thread overview]
Message-ID: <20080202234357.GA21721@suse.de> (raw)

Here's 10 patches against your current git tree that fix some more build
issues (with CONFIG_SYSFS=n), update some documentation, and refresh the
nozomi driver with some fixes.

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/driver-model/platform.txt     |    6 +-
 Documentation/ja_JP/stable_kernel_rules.txt |   79 ++++++++++++
 drivers/base/core.c                         |   40 ++----
 drivers/base/driver.c                       |    9 +-
 drivers/base/power/main.c                   |    1 +
 drivers/base/power/power.h                  |    1 -
 drivers/char/nozomi.c                       |  172 +++++++++-----------------
 include/linux/device.h                      |    6 +
 kernel/Makefile                             |    3 +-
 lib/kobject.c                               |    2 +-
 10 files changed, 167 insertions(+), 152 deletions(-)
 create mode 100644 Documentation/ja_JP/stable_kernel_rules.txt

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

Cornelia Huck (1):
      Driver core: Remove unneeded get_{device,driver}() calls.

Dave Young (2):
      kobject: kerneldoc comment fix
      driver core: convert to use class_find_device api

Frank Seidel (2):
      nozomi driver update
      nozomi: finish constification

Jan Engelhardt (1):
      nozomi: constify driver

Paul Mundt (1):
      kobject: Always build in kernel/ksysfs.o.

Rafael J. Wysocki (1):
      PM: Export device_pm_schedule_removal

Stephen Rothwell (1):
      Driver core: Update some prototypes in platform.txt

Tsugikazu Shibata (1):
      Add ja_JP translation of stable_kernel_rules.txt


             reply	other threads:[~2008-02-02 23:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-02 23:43 Greg KH [this message]
2008-02-02 23:55 ` [PATCH 01/10] kobject: Always build in kernel/ksysfs.o Greg Kroah-Hartman
2008-02-02 23:55 ` [PATCH 02/10] kobject: kerneldoc comment fix Greg Kroah-Hartman
2008-02-02 23:55 ` [PATCH 03/10] Add ja_JP translation of stable_kernel_rules.txt Greg Kroah-Hartman
2008-02-02 23:55 ` [PATCH 04/10] nozomi driver update Greg Kroah-Hartman
2008-02-02 23:55 ` [PATCH 05/10] nozomi: constify driver Greg Kroah-Hartman
2008-02-02 23:56 ` [PATCH 06/10] nozomi: finish constification Greg Kroah-Hartman
2008-02-02 23:56 ` [PATCH 07/10] PM: Export device_pm_schedule_removal Greg Kroah-Hartman
2008-02-02 23:56 ` [PATCH 08/10] driver core: convert to use class_find_device api Greg Kroah-Hartman
2008-02-02 23:56 ` [PATCH 09/10] Driver core: Update some prototypes in platform.txt Greg Kroah-Hartman
2008-02-02 23:56 ` [PATCH 10/10] Driver core: Remove unneeded get_{device,driver}() calls Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2008-02-07 20:01 [GIT PATCH] driver core fixes against 2.6.24-git Greg KH

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=20080202234357.GA21721@suse.de \
    --to=gregkh@suse.de \
    --cc=akpm@osdl.org \
    --cc=cornelia.huck@de.ibm.com \
    --cc=fseidel@suse.de \
    --cc=hidave.darkstar@gmail.com \
    --cc=jengelh@computergmbh.de \
    --cc=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rjw@sisk.pl \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@osdl.org \
    --cc=tshibata@ab.jp.nec.com \
    /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