From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] driver core and documentation fixes for 2.6.24-rc5
Date: Mon, 17 Dec 2007 10:56:54 -0800 [thread overview]
Message-ID: <20071217185654.GC4330@kroah.com> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 1932 bytes --]
Here are some driver core documentation and translation updates for
2.6.24-rc5. We also delete the whole tipar.c driver as the driver
author wants it removed because it is no longer needed anymore at all
(userspace programs work just fine without it.)
Most 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/ABI/testing/sysfs-kernel-uids | 14 +
Documentation/ja_JP/HOWTO | 8 +-
Documentation/ko_KR/HOWTO | 144 ++++----
Documentation/ko_KR/stable_api_nonsense.txt | 195 ++++++++++
Documentation/tipar.txt | 93 -----
MAINTAINERS | 5 -
drivers/char/Kconfig | 22 -
drivers/char/tipar.c | 557 ---------------------------
include/linux/ticable.h | 44 ---
lib/kobject.c | 12 +-
10 files changed, 292 insertions(+), 802 deletions(-)
create mode 100644 Documentation/ABI/testing/sysfs-kernel-uids
create mode 100644 Documentation/ko_KR/stable_api_nonsense.txt
delete mode 100644 Documentation/tipar.txt
delete mode 100644 drivers/char/tipar.c
delete mode 100644 include/linux/ticable.h
---------------
Dhaval Giani (1):
Add Documentation for FAIR_USER_SCHED sysfs files
Greg Kroah-Hartman (1):
kobject: fix the documentation of how kobject_set_name works
Romain Liévin (1):
tipar: remove obsolete module
Tsugikazu Shibata (1):
HOWTO: Change man-page maintainer address for Japanese HOWTO
barrios (2):
add stable_api_nonsense.txt in korean
HOWTO: update misspelling and word incorrected
minchan kim (1):
HOWTO: change addresses of maintainer and lxr url for Korean HOWTO
next reply other threads:[~2007-12-17 18:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-17 18:56 Greg KH [this message]
2007-12-17 20:33 ` [PATCH 1/7] kobject: fix the documentation of how kobject_set_name works Greg Kroah-Hartman
2007-12-17 20:33 ` [PATCH 2/7] tipar: remove obsolete module Greg Kroah-Hartman
2007-12-17 20:33 ` [PATCH 4/7] Add Documentation for FAIR_USER_SCHED sysfs files Greg Kroah-Hartman
2007-12-17 20:33 ` [PATCH 5/7] HOWTO: change addresses of maintainer and lxr url for Korean HOWTO Greg Kroah-Hartman
2007-12-17 20:33 ` [PATCH 6/7] add stable_api_nonsense.txt in korean Greg Kroah-Hartman
2007-12-17 20:33 ` [PATCH 7/7] HOWTO: update misspelling and word incorrected Greg Kroah-Hartman
2007-12-18 0:15 ` [GIT PATCH] driver core and documentation fixes for 2.6.24-rc5 Andrew Morton
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=20071217185654.GC4330@kroah.com \
--to=gregkh@suse.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/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