06 Jun, 2006

2 commits


05 Jun, 2006

1 commit


28 May, 2006

1 commit


26 May, 2006

2 commits

  • http://linuxppc64.org has long been a redirect to the canonical
    http://penguinppc.org/ppc64/ -- update all instances accordingly,
    as ACKed by Hollis:

    On Wed, Jan 18, 2006 at 09:48:08AM -0600, Hollis Blanchard wrote:
    > On Wed, 2006-01-18 at 13:07 +0100, Olaf Hering wrote:
    > > On Wed, Jan 18, Arthur Othieno wrote:
    > > >
    > > > What about the s/linuxppc64\.org/penguinppc\.org/g case? Or is
    > > > penguinppc64.org preferable? Or am I just taking it too far? ;)
    > >
    > > They are redirected on DNS or HTTP level.
    >
    > HTTP level, but that doesn't answer his question.
    >
    > As the maintainer of that site, I would prefer to remove the
    > linuxppc64.org reference.

    Signed-off-by: Arthur Othieno
    Signed-off-by: Paul Mackerras

    Arthur Othieno
     
  • It gets enough reports, that there ought to be a MAINTAINER entry.

    Signed-off-by: Stephen Hemminger
    Signed-off-by: David S. Miller

    Stephen Hemminger
     

22 May, 2006

3 commits


17 May, 2006

1 commit


16 May, 2006

2 commits


10 May, 2006

1 commit


25 Apr, 2006

1 commit


22 Apr, 2006

1 commit


20 Apr, 2006

1 commit


19 Apr, 2006

1 commit


12 Apr, 2006

1 commit

  • The in-kernel Sangoma drivers are both not compiling and marked as BROKEN
    since at least kernel 2.6.0.

    Sangoma offers out-of-tree drivers, and David Mandelstam told me Sangoma
    does no longer maintain the in-kernel drivers and prefers to provide them
    as a separate installation package.

    This patch therefore removes these drivers.

    Signed-off-by: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: David S. Miller

    Adrian Bunk
     

11 Apr, 2006

1 commit


01 Apr, 2006

1 commit


29 Mar, 2006

1 commit


28 Mar, 2006

1 commit

  • Add the basic RTC subsystem infrastructure to the kernel.

    rtc/class.c - registration facilities for RTC drivers
    rtc/interface.c - kernel/rtc interface functions
    rtc/hctosys.c - snippet of code that copies hw clock to sw clock
    at bootup, if configured to do so.

    Signed-off-by: Alessandro Zummo
    Acked-by: Greg Kroah-Hartman
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alessandro Zummo
     

27 Mar, 2006

2 commits

  • - Add entries to MAINTAINERS list for EDAC-E752X, EDAC-E7XXX, and
    EDAC-R82600 chipset drivers

    - Fix MAINTAINERS entry for EDAC-CORE so it uses tabs rather than
    spaces to indent. This is consistent with how the other entries are
    formatted.

    Signed-off-by: David S. Peterson
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Dave Peterson
     
  • And: Tilman Schmidt

    The following patches add drivers for the Siemens Gigaset 3070 family of ISDN
    DECT PABXes connected via USB, either directly or over a DECT link using a
    Gigaset M105 or compatible DECT data adapter. The devices are integrated as
    ISDN adapters within the isdn4linux framework, supporting incoming and
    outgoing voice and data connections, and also as tty devices providing access
    to device specific AT commands.

    Supported devices include models 3070, 3075, 4170, 4175, SX205, SX255, and
    SX353 from the Siemens Gigaset product family, as well as the technically
    identical models 45isdn and 721X from the Deutsche Telekom Sinus series.
    Supported DECT adapters are the Gigaset M105 data and the technically
    identical Gigaset USB Adapter DECT, Sinus 45 data 2, and Sinus 721 data (but
    not the Gigaset M34 and Sinus 702 data which advertise themselves as CDC-ACM
    devices).

    These drivers have been developed over the last four years within the
    SourceForge project http://sourceforge.net/projects/gigaset307x/. They are
    being used successfully in several installations for dial-in Internet access
    and for voice call switching with Asterisk.

    This is our second attempt at submitting these drivers, taking into account
    the comments we received to our first submission on 2005-12-11.

    The patch set adds three kernel modules:

    - a common module "gigaset" encapsulating the common logic for
    controlling the PABX and the interfaces to userspace and the
    isdn4linux subsystem.

    - a connection-specific module "bas_gigaset" which handles
    communication with the PABX over a direct USB connection.

    - a connection-specific module "usb_gigaset" which does the same
    for a DECT connection using the Gigaset M105 USB DECT adapter.

    We also have a module "ser_gigaset" which supports the Gigaset M101 RS232 DECT
    adapter, but we didn't judge it fit for inclusion in the kernel, as it does
    direct programming of a i8250 serial port. It should probably be rewritten as
    a serial line discipline but so far we lack the neccessary knowledge about
    writing a line discipline for that.

    The drivers have been working with kernel releases 2.2 and 2.4 as well as 2.6,
    and although we took efforts to remove the compatibility code for this
    submission, it probably still shows in places. Please make allowances.

    This patch:

    Prepare the kernel build infrastructure for addition of the Gigaset ISDN
    drivers. It creates a Makefile and Kconfig file for the Gigaset driver and
    hooks them into those of the isdn4linux subsystem. It also adds a MAINTAINERS
    entry for the driver.

    This patch depends on patches 2 to 9 of the present set, as without the actual
    source files, activating the options added here will cause the kernel build to
    fail.

    Signed-off-by: Hansjoerg Lipp
    Signed-off-by: Tilman Schmidt
    Cc: Karsten Keil
    Cc: Greg KH
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Hansjoerg Lipp
     

26 Mar, 2006

5 commits

  • * git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial: (21 commits)
    BUG_ON() Conversion in drivers/video/
    BUG_ON() Conversion in drivers/parisc/
    BUG_ON() Conversion in drivers/block/
    BUG_ON() Conversion in sound/sparc/cs4231.c
    BUG_ON() Conversion in drivers/s390/block/dasd.c
    BUG_ON() Conversion in lib/swiotlb.c
    BUG_ON() Conversion in kernel/cpu.c
    BUG_ON() Conversion in ipc/msg.c
    BUG_ON() Conversion in block/elevator.c
    BUG_ON() Conversion in fs/coda/
    BUG_ON() Conversion in fs/binfmt_elf_fdpic.c
    BUG_ON() Conversion in input/serio/hil_mlc.c
    BUG_ON() Conversion in md/dm-hw-handler.c
    BUG_ON() Conversion in md/bitmap.c
    The comment describing how MS_ASYNC works in msync.c is confusing
    rcu: undeclared variable used in documentation
    fix typos "wich" -> "which"
    typo patch for fs/ufs/super.c
    Fix simple typos
    tabify drivers/char/Makefile
    ...

    Linus Torvalds
     
  • http://mpeg.openprojects.net/ doesn't exist

    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Johannes Stezenbach
     
  • Mailing this address gives.. Sorry your message to max_mk@yahoo.com cannot
    be delivered. This account has been disabled or discontinued [#102].
    mta129.mail.re4.yahoo.com)

    Signed-off-by: Dave Jones
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Dave Jones
     
  • It's already big enough and there's no reason to list maintainers of
    external patches.

    Signed-off-by: Adrian Bunk
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     
  • There were a number of conflicting naming schemes used in the v9fs project.
    The directory was fs/9p, but MAINTAINERS and Documentation referred to
    v9fs. The module name itself was 9p2000, and the file system type was 9P.
    This patch attempts to clean that up, changing all references to 9p in
    order to match the directory name. We'll also start using 9p instead of
    v9fs as our patch prefix.

    There is also a minor consistency cleanup in the options changing the name
    option to uname in order to more closely match the Plan 9 options.

    Signed-off-by: Eric Van Hensbergevan
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Eric Van Hensbergen
     

25 Mar, 2006

1 commit


24 Mar, 2006

1 commit


23 Mar, 2006

2 commits

  • * git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (78 commits)
    [PATCH] powerpc: Add FSL SEC node to documentation
    [PATCH] macintosh: tidy-up driver_register() return values
    [PATCH] powerpc: tidy-up of_register_driver()/driver_register() return values
    [PATCH] powerpc: via-pmu warning fix
    [PATCH] macintosh: cleanup the use of i2c headers
    [PATCH] powerpc: dont allow old RTC to be selected
    [PATCH] powerpc: make powerbook_sleep_grackle static
    [PATCH] powerpc: Fix warning in add_memory
    [PATCH] powerpc: update mailing list addresses
    [PATCH] powerpc: Remove calculation of io hole
    [PATCH] powerpc: iseries: Add bootargs to /chosen
    [PATCH] powerpc: iseries: Add /system-id, /model and /compatible
    [PATCH] powerpc: Add strne2a() to convert a string from EBCDIC to ASCII
    [PATCH] powerpc: iseries: Make more stuff static in platforms/iseries/mf.c
    [PATCH] powerpc: iseries: Remove pointless iSeries_(restart|power_off|halt)
    [PATCH] powerpc: iseries: mf related cleanups
    [PATCH] powerpc: Replace platform_is_lpar() with a firmware feature
    [PATCH] powerpc: trivial: Cleanup whitespace in cputable.h
    [PATCH] powerpc: Remove unused iommu_off logic from pSeries_init_early()
    [PATCH] powerpc: Unconfuse htab_bolt_mapping() callers
    ...

    Linus Torvalds
     
  • * master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (138 commits)
    [SCSI] libata: implement minimal transport template for ->eh_timed_out
    [SCSI] eliminate rphy allocation in favour of expander/end device allocation
    [SCSI] convert mptsas over to end_device/expander allocations
    [SCSI] allow displaying and setting of cache type via sysfs
    [SCSI] add scsi_mode_select to scsi_lib.c
    [SCSI] 3ware 9000 add big endian support
    [SCSI] qla2xxx: update MAINTAINERS
    [SCSI] scsi: move target_destroy call
    [SCSI] fusion - bump version
    [SCSI] fusion - expander hotplug suport in mptsas module
    [SCSI] fusion - exposing raid components in mptsas
    [SCSI] fusion - memory leak, and initializing fields
    [SCSI] fusion - exclosure misspelled
    [SCSI] fusion - cleanup mptsas event handling functions
    [SCSI] fusion - removing target_id/bus_id from the VirtDevice structure
    [SCSI] fusion - static fix's
    [SCSI] fusion - move some debug firmware event debug msgs to verbose level
    [SCSI] fusion - loginfo header update
    [SCSI] add scsi_reprobe_device
    [SCSI] megaraid_sas: fix extended timeout handling
    ...

    Linus Torvalds
     

22 Mar, 2006

4 commits

  • Signed-off-by: Stephen Rothwell
    Signed-off-by: Paul Mackerras

    Stephen Rothwell
     
  • Jeff Garzik
     
  • James Bottomley
     
  • * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6: (81 commits)
    [PATCH] USB: omninet: fix up debugging comments
    [PATCH] USB serial: add navman driver
    [PATCH] USB: Fix irda-usb use after use
    [PATCH] USB: rtl8150 small fix
    [PATCH] USB: ftdi_sio: add Icom ID1 USB product and vendor ids
    [PATCH] USB: cp2101: add new device IDs
    [PATCH] USB: fix check_ctrlrecip to allow control transfers in state ADDRESS
    [PATCH] USB: vicam.c: fix a NULL pointer dereference
    [PATCH] USB: ZC0301 driver bugfix
    [PATCH] USB: add support for Creativelabs Silvercrest USB keyboard
    [PATCH] USB: storage: new unusual_devs.h entry: Mitsumi 7in1 Card Reader
    [PATCH] USB: storage: unusual_devs.h entry 0420:0001
    [PATCH] USB: storage: another unusual_devs.h entry
    [PATCH] USB: storage: sandisk unusual_devices entry
    [PATCH] USB: fix initdata issue in isp116x-hcd
    [PATCH] USB: usbcore: usb_set_configuration oops (NULL ptr dereference)
    [PATCH] USB: usbcore: Don't assume a USB configuration includes any interfaces
    [PATCH] USB: ub 03 drop stall clearing
    [PATCH] USB: ub 02 remove diag
    [PATCH] USB: ub 01 remove first_open
    ...

    Linus Torvalds
     

21 Mar, 2006

2 commits


19 Mar, 2006

1 commit