public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] driver core and documentation fixes for 2.6.24-rc5
@ 2007-12-17 18:56 Greg KH
  2007-12-17 20:33 ` [PATCH 1/7] kobject: fix the documentation of how kobject_set_name works Greg Kroah-Hartman
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Greg KH @ 2007-12-17 18:56 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

[-- 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


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

end of thread, other threads:[~2007-12-18  0:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-17 18:56 [GIT PATCH] driver core and documentation fixes for 2.6.24-rc5 Greg KH
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox