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
--
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Vladislav Bolkhovitin | Re: Integration of SCST in the mainstream Linux kernel |
| Alistair John Strachan | cpu time oddity (was Re: Linux 2.6.27-rc5) |
| Linus Torvalds | Linux 2.6.27 |
git: | |
| Jakub Narebski | Git User's Survey 2007 unfinished summary continued |
| Johannes Sixt | [PATCH 02/40] Compile some programs only conditionally. |
| Linus Torvalds | [PATCH 0/6] Initial subproject support (RFC?) |
| Linus Torvalds | I'm a total push-over.. |
| Andrew Morton | Re: [BUG] New Kernel Bugs |
| Jeff Garzik | Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Steve French | Fwd: [PATCH] Fix CIFS compilation with CONFIG_KEYS unset |
| Simon Horman | Possible regression in HTB |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Doug Fordham | Re: Real men don't attack straw men |
| Jerome Santos | sshd.config and AllowUsers |
| Marcos Laufer | dmesg IBM x3650 OpenBSD 4.3 |
| Treason Uncloaked | 4 hours ago | Linux kernel |
| Shared swap partition | 15 hours ago | Linux general |
| high memory | 2 days ago | Linux kernel |
| semaphore access speed | 2 days ago | Applications and Utilities |
| the kernel how to power off the machine | 2 days ago | Linux kernel |
| Easter Eggs in windows XP | 2 days ago | Windows |
| Root password | 2 days ago | Linux general |
| Where/when DNOTIFY is used? | 2 days ago | Linux kernel |
| How to convert Linux Kernel built-in module into a loadable module | 2 days ago | Linux kernel |
| Linux 2.6.24 and I/O schedulers | 3 days ago | Linux kernel |
