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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/