]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 10 May 2007 21:33:03 +0000 (14:33 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 10 May 2007 21:33:03 +0000 (14:33 -0700)
* master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
  [WATCHDOG] MTX-1 Watchdog driver
  [WATCHDOG] s3c2410_wdt - initialize watchdog irq resource
  [WATCHDOG] Kconfig menuconfig patch
  [WATCHDOG] pcwd.c: Port to the new device driver model
  [WATCHDOG] use mutex instead of semaphore in Berkshire USB-PC Watchdog driver
  [WATCHDOG] the scheduled removal of the i8xx_tco watchdog driver
  [WATCHDOG] Semi-typical watchdog bug re early misc_register()
  [WATCHDOG] add support for the w83627thf chipset.

1  2 
Documentation/feature-removal-schedule.txt
MAINTAINERS

index 676b7981adb771d5185c5bedd4c286ebc81d66f3,d6d183f24cc98c4650122164d02b2720c2678bd5..c6322c760348f243a30c61ffc22bd63259c3116a
@@@ -6,14 -6,6 +6,14 @@@ be removed from this file
  
  ---------------------------
  
 +What: MXSER
 +When: December 2007
 +Why:  Old mxser driver is obsoleted by the mxser_new. Give it some time yet
 +      and remove it.
 +Who:  Jiri Slaby <jirislaby@gmail.com>
 +
 +---------------------------
 +
  What: V4L2 VIDIOC_G_MPEGCOMP and VIDIOC_S_MPEGCOMP
  When: October 2007
  Why:  Broken attempt to set MPEG compression parameters. These ioctls are
@@@ -59,15 -51,6 +59,15 @@@ Who:        Dan Dennedy <dan@dennedy.org>, Ste
  
  ---------------------------
  
 +What: old NCR53C9x driver
 +When: October 2007
 +Why:  Replaced by the much better esp_scsi driver.  Actual low-level
 +      driver can ported over almost trivially.
 +Who:  David Miller <davem@davemloft.net>
 +      Christoph Hellwig <hch@lst.de>
 +
 +---------------------------
 +
  What: Video4Linux API 1 ioctls and video_decoder.h from Video devices.
  When: December 2006
  Why:  V4L1 AP1 was replaced by V4L2 API. during migration from 2.4 to 2.6
@@@ -134,6 -117,25 +134,6 @@@ Who:   Adrian Bunk <bunk@stusta.de
  
  ---------------------------
  
 -What: pci_module_init(driver)
 -When: January 2007
 -Why:  Is replaced by pci_register_driver(pci_driver).
 -Who:  Richard Knutsson <ricknu-0@student.ltu.se> and Greg Kroah-Hartman <gregkh@suse.de>
 -
 ----------------------------
 -
 -What: Usage of invalid timevals in setitimer
 -When: March 2007
 -Why:  POSIX requires to validate timevals in the setitimer call. This
 -      was never done by Linux. The invalid (e.g. negative timevals) were
 -      silently converted to more or less random timeouts and intervals.
 -      Until the removal a per boot limited number of warnings is printed
 -      and the timevals are sanitized.
 -
 -Who:  Thomas Gleixner <tglx@linutronix.de>
 -
 ----------------------------
 -
  What: Unused EXPORT_SYMBOL/EXPORT_SYMBOL_GPL exports
        (temporary transition config option provided until then)
        The transition config option will also be removed at the same time.
@@@ -161,7 -163,7 +161,7 @@@ Who:       Greg Kroah-Hartman <gregkh@suse.de
  ---------------------------
  
  What: Interrupt only SA_* flags
 -When: Januar 2007
 +When: September 2007
  Why:  The interrupt related SA_* flags are replaced by IRQF_* to move them
        out of the signal namespace.
  
@@@ -188,10 -190,18 +188,10 @@@ Who:    Jean Delvare <khali@linux-fr.org
  
  ---------------------------
  
 -What: i2c_adapter.dev
 -      i2c_adapter.list
 +What: i2c_adapter.list
  When: July 2007
 -Why:  Superfluous, given i2c_adapter.class_dev:
 -        * The "dev" was a stand-in for the physical device node that legacy
 -          drivers would not have; but now it's almost always present.  Any
 -          remaining legacy drivers must upgrade (they now trigger warnings).
 -        * The "list" duplicates class device children.
 -      The delay in removing this is so upgraded lm_sensors and libsensors
 -      can get deployed.  (Removal causes minor changes in the sysfs layout,
 -      notably the location of the adapter type name and parenting the i2c
 -      client hardware directly from their controller.)
 +Why:  Superfluous, this list duplicates the one maintained by the driver
 +      core.
  Who:  Jean Delvare <khali@linux-fr.org>,
        David Brownell <dbrownell@users.sourceforge.net>
  
@@@ -278,14 -288,6 +278,6 @@@ Who:      Richard Purdie <rpurdie@rpsys.net
  
  ---------------------------
  
- What: i8xx_tco watchdog driver
- When: in 2.6.22
- Why:  the i8xx_tco watchdog driver has been replaced by the iTCO_wdt
-       watchdog driver.
- Who:  Wim Van Sebroeck <wim@iguana.be>
- ---------------------------
  What: Multipath cached routing support in ipv4
  When: in 2.6.23
  Why:  Code was merged, then submitter immediately disappeared leaving
  Who:  David S. Miller <davem@davemloft.net>
  
  ---------------------------
 +
 +What: read_dev_chars(), read_conf_data{,_lpm}() (s390 common I/O layer)
 +When: December 2007
 +Why:  These functions are a leftover from 2.4 times. They have several
 +      problems:
 +      - Duplication of checks that are done in the device driver's
 +        interrupt handler
 +      - common I/O layer can't do device specific error recovery
 +      - device driver can't be notified for conditions happening during
 +        execution of the function
 +      Device drivers should issue the read device characteristics and read
 +      configuration data ccws and do the appropriate error handling
 +      themselves.
 +Who:  Cornelia Huck <cornelia.huck@de.ibm.com>
 +
 +---------------------------
 +
 +What: i2c-ixp2000, i2c-ixp4xx and scx200_i2c drivers
 +When: September 2007
 +Why:  Obsolete. The new i2c-gpio driver replaces all hardware-specific
 +      I2C-over-GPIO drivers.
 +Who:  Jean Delvare <khali@linux-fr.org>
 +
 +---------------------------
 +
 +What:  drivers depending on OSS_OBSOLETE
 +When:  options in 2.6.23, code in 2.6.25
 +Why:   obsolete OSS drivers
 +Who:   Adrian Bunk <bunk@stusta.de>
 +
 +---------------------------
 +
diff --combined MAINTAINERS
index cfd26ddccd7a0997c10ed46e4c15a7dc021c1761,6fd435dbea0e30f9df82d4314bcab9a834965647..bd558ac5bb73ced7de418089a9ae499732cfe3c9
@@@ -382,12 -382,6 +382,12 @@@ L:       linux-laptop@vger.kernel.or
  W:    http://www.canb.auug.org.au/~sfr/
  S:    Supported
  
 +APPLE SMC DRIVER
 +P:    Nicolas Boichat
 +M:    nicolas@boichat.ch
 +L:    mactel-linux-devel@lists.sourceforge.net
 +S:    Maintained
 +
  APPLETALK NETWORK LAYER
  P:    Arnaldo Carvalho de Melo
  M:    acme@ghostprotocols.net
@@@ -679,7 -673,6 +679,7 @@@ AUXILIARY DISPLAY DRIVER
  P:    Miguel Ojeda Sandonis
  M:    maxextreme@gmail.com
  L:    linux-kernel@vger.kernel.org
 +W:    http://auxdisplay.googlepages.com/
  S:    Maintained
  
  AVR32 ARCHITECTURE
@@@ -707,44 -700,6 +707,44 @@@ P:       Richard Purdi
  M:    rpurdie@rpsys.net
  S:    Maintained
  
 +BLACKFIN ARCHITECTURE
 +P:     Aubrey Li
 +M:     aubrey.li@analog.com
 +P:     Bernd Schmidt
 +M:     bernd.schmidt@analog.com
 +P:     Bryan Wu
 +M:     bryan.wu@analog.com
 +P:     Grace Pan
 +M:     grace.pan@analog.com
 +P:     Michael Hennerich
 +M:     michael.hennerich@analog.com
 +P:     Mike Frysinger
 +M:     michael.frysinger@analog.com
 +P:     Jane Lv
 +M:     jane.lv@analog.com
 +P:     Jerry Zeng
 +M:     jerry.zeng@analog.com
 +P:     Jie Zhang
 +M:     jie.zhang@analog.com
 +P:     Robin Getz
 +M:     robin.getz@analog.com
 +P:     Roy Huang
 +M:     roy.huang@analog.com
 +P:     Sonic Zhang
 +M:     sonic.zhang@analog.com
 +P:     Yi Li
 +M:     yi.li@analog.com
 +L:     uclinux-dist-devel@blackfin.uclinux.org
 +W:     http://blackfin.uclinux.org
 +S:     Supported
 +
 +BLACKFIN SERIAL DRIVER
 +P:     Aubrey Li
 +M:     aubrey.li@analog.com
 +L:     uclinux-dist-devel@blackfin.uclinux.org
 +W:     http://blackfin.uclinux.org
 +S:     Supported
 +
  BAYCOM/HDLCDRV DRIVERS FOR AX.25
  P:    Thomas Sailer
  M:    t.sailer@alumni.ethz.ch
@@@ -778,13 -733,6 +778,13 @@@ M:       tigran@aivazian.fsnet.co.u
  L:    linux-kernel@vger.kernel.org
  S:    Maintained
  
 +BLACKFIN I2C TWI DRIVER
 +P:    Sonic Zhang
 +M:    sonic.zhang@analog.com
 +L:    uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
 +W:    http://blackfin.uclinux.org/
 +S:    Supported
 +
  BLOCK LAYER
  P:    Jens Axboe
  M:    axboe@kernel.dk
@@@ -944,14 -892,12 +944,14 @@@ CFAG12864B LCD DRIVE
  P:    Miguel Ojeda Sandonis
  M:    maxextreme@gmail.com
  L:    linux-kernel@vger.kernel.org
 +W:    http://auxdisplay.googlepages.com/
  S:    Maintained
  
  CFAG12864BFB LCD FRAMEBUFFER DRIVER
  P:    Miguel Ojeda Sandonis
  M:    maxextreme@gmail.com
  L:    linux-kernel@vger.kernel.org
 +W:    http://auxdisplay.googlepages.com/
  S:    Maintained
  
  CFG80211 and NL80211
@@@ -1038,14 -984,6 +1038,14 @@@ S:     Maintaine
  CONEXANT ACCESSRUNNER USB DRIVER
  P:    Simon Arlott
  M:    cxacru@fire.lp0.eu
 +L:    accessrunner-general@lists.sourceforge.net
 +W:    http://accessrunner.sourceforge.net/
 +S:    Maintained
 +
 +CORETEMP HARDWARE MONITORING DRIVER
 +P:    Rudolf Marek
 +M:    r.marek@assembler.cz
 +L:    lm-sensors@lm-sensors.org
  S:    Maintained
  
  COSA/SRP SYNC SERIAL DRIVER
@@@ -1521,11 -1459,6 +1521,11 @@@ L:    linux-scsi@vger.kernel.or
  W:    http://www.icp-vortex.com/
  S:    Supported
  
 +GENERIC GPIO I2C DRIVER
 +P:    Haavard Skinnemoen
 +M:    hskinnemoen@atmel.com
 +S:    Supported
 +
  GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
  P:    Krzysztof Halasa
  M:    khc@pm.waw.pl
@@@ -1672,7 -1605,7 +1672,7 @@@ S:      Maintaine
  
  HPET: x86_64
  P:    Andi Kleen and Vojtech Pavlik
 -M:    ak@muc.de and vojtech@suse.cz
 +M:    andi@firstfloor.org and vojtech@suse.cz
  S:    Maintained
  
  HPET: ACPI hpet.c
@@@ -1698,13 -1631,6 +1698,13 @@@ L:    i2c@lm-sensors.or
  T:    quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
  S:    Maintained
  
 +I2C-TINY-USB DRIVER
 +P:    Till Harbaum
 +M:    till@harbaum.org
 +L:    i2c@lm-sensors.org
 +T:    http://www.harbaum.org/till/i2c_tiny_usb
 +S:    Maintained
 +
  i386 BOOT CODE
  P:    Riley H. Williams
  M:    Riley@Williams.Name
@@@ -1718,12 -1644,6 +1718,6 @@@ P:     H. Peter Anvi
  M:    hpa@zytor.com
  S:    Maintained
  
- i810 TCO TIMER WATCHDOG
- P:    Nils Faerber
- M:    nils@kernelconcepts.de
- W:    http://www.kernelconcepts.de/
- S:    Maintained
  IA64 (Itanium) PLATFORM
  P:    Tony Luck
  M:    tony.luck@intel.com
@@@ -2038,7 -1958,7 +2032,7 @@@ P:      Vivek Goya
  M:    vgoyal@in.ibm.com
  P:    Haren Myneni
  M:    hbabu@us.ibm.com
 -L:    fastboot@lists.linux-foundation.org
 +L:    kexec@lists.infradead.org
  L:    linux-kernel@vger.kernel.org
  W:    http://lse.sourceforge.net/kdump/
  S:    Maintained
@@@ -2088,7 -2008,7 +2082,7 @@@ P:      Eric Biederma
  M:    ebiederm@xmission.com
  W:    http://www.xmission.com/~ebiederm/files/kexec/
  L:    linux-kernel@vger.kernel.org
 -L:    fastboot@lists.linux-foundation.org
 +L:    kexec@lists.infradead.org
  S:    Maintained
  
  KPROBES
@@@ -2107,7 -2027,6 +2101,7 @@@ KS0108 LCD CONTROLLER DRIVE
  P:    Miguel Ojeda Sandonis
  M:    maxextreme@gmail.com
  L:    linux-kernel@vger.kernel.org
 +W:    http://auxdisplay.googlepages.com/
  S:    Maintained
  
  LAPB module
@@@ -2284,16 -2203,6 +2278,16 @@@ M:    philb@gnu.or
  W:    http://www.tazenda.demon.co.uk/phil/linux-hp
  S:    Maintained
  
 +MAC80211
 +P:    Jiri Benc
 +M:    jbenc@suse.cz
 +P:    Michael Wu
 +M:    flamingice@sourmilk.net
 +L:    linux-wireless@vger.kernel.org
 +W:    http://linuxwireless.org/
 +T:    git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
 +S:    Maintained
 +
  MARVELL YUKON / SYSKONNECT DRIVER
  P:    Mirko Lindner
  M:    mlindner@syskonnect.de
@@@ -2322,12 -2231,6 +2316,12 @@@ M:    vandrove@vc.cvut.c
  L:    linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
  S:    Maintained
  
 +MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
 +P:    Hans J. Koch
 +M:    hjk@linutronix.de
 +L:    lm-sensors@lm-sensors.org
 +S:    Maintained
 +
  MEGARAID SCSI DRIVERS
  P:    Neela Syam Kolli
  M:    Neela.Kolli@engenio.com
@@@ -2648,12 -2551,6 +2642,12 @@@ M:    corbet@lwn.ne
  L:    video4linux-list@redhat.com
  S:    Maintained
  
 +ONENAND FLASH DRIVER
 +P:    Kyungmin Park
 +M:    kyungmin.park@samsung.com
 +L:    linux-mtd@lists.infradead.org
 +S:    Maintained
 +
  ONSTREAM SCSI TAPE DRIVER
  P:    Willem Riede
  M:    osst@riede.org
@@@ -2720,19 -2617,6 +2714,19 @@@ T:    git kernel.org:/pub/scm/linux/kernel
  T:    cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
  S:    Maintained
  
 +PARAVIRT_OPS INTERFACE
 +P:    Jeremy Fitzhardinge
 +M:    jeremy@xensource.com
 +P:    Chris Wright
 +M:    chrisw@sous-sol.org
 +P:    Zachary Amsden
 +M:    zach@vmware.com
 +P:    Rusty Russell
 +M:    rusty@rustcorp.com.au
 +L:    virtualization@lists.osdl.org
 +L:    linux-kernel@vger.kernel.org
 +S:    Supported
 +
  PC87360 HARDWARE MONITORING DRIVER
  P:    Jim Cromie
  M:    jim.cromie@gmail.com
@@@ -2808,7 -2692,7 +2802,7 @@@ L:      linux-abi-devel@lists.sourceforge.ne
  S:    Maintained
  
  PHRAM MTD DRIVER
 -P:    Jörn Engel
 +P:    Jörn Engel
  M:    joern@wh.fh-wedel.de
  L:    linux-mtd@lists.infradead.org
  S:    Maintained
@@@ -3082,7 -2966,7 +3076,7 @@@ T:      git kernel.org:/pub/scm/linux/kernel
  S:    Maintained
  
  SCSI TAPE DRIVER
 -P:    Kai Mäkisara
 +P:    Kai Mäkisara
  M:    Kai.Makisara@kolumbus.fi
  L:    linux-scsi@vger.kernel.org
  S:    Maintained
@@@ -3128,11 -3012,6 +3122,11 @@@ L:    selinux@tycho.nsa.gov (subscribers-
  W:    http://www.nsa.gov/selinux
  S:    Supported
  
 +SENSABLE PHANTOM
 +P:    Jiri Slaby
 +M:    jirislaby@gmail.com
 +S:    Maintained
 +
  SERIAL ATA (SATA) SUBSYSTEM:
  P:    Jeff Garzik
  M:    jgarzik@pobox.com
@@@ -3742,8 -3621,8 +3736,8 @@@ W:      http://www.kroah.com/linux
  S:    Maintained
  
  USB SERIAL WHITEHEAT DRIVER
 -P:    Stuart MacDonald
 -M:    stuartm@connecttech.com
 +P:    Support Department
 +M:    support@connecttech.com
  L:    linux-usb-users@lists.sourceforge.net
  L:    linux-usb-devel@lists.sourceforge.net
  W:    http://www.connecttech.com
@@@ -3962,15 -3841,6 +3956,15 @@@ M:    eis@baty.hanse.d
  L:    linux-x25@vger.kernel.org
  S:    Maintained
  
 +XEN HYPERVISOR INTERFACE
 +P:    Jeremy Fitzhardinge
 +M:    jeremy@xensource.com
 +P:    Chris Wright
 +M:    chrisw@sous-sol.org
 +L:    virtualization@lists.osdl.org
 +L:    xen-devel@lists.xensource.com
 +S:    Supported
 +
  XFS FILESYSTEM
  P:    Silicon Graphics Inc
  P:    Tim Shimmin, David Chatterton