An error occurred fetching the project authors.
  1. 26 Jun, 2006 1 commit
  2. 23 Jun, 2006 1 commit
  3. 22 Jun, 2006 3 commits
  4. 15 Jun, 2006 1 commit
  5. 13 Jun, 2006 1 commit
  6. 10 Jun, 2006 1 commit
    • HighPoint Linux Team's avatar
      [SCSI] hptiop: HighPoint RocketRAID 3xxx controller driver · ede1e6f8
      HighPoint Linux Team authored
      HighPoint RocketRAID 3220/3320 series 8 channel PCI-X SATA RAID Host
      Adapters.
      
      Fixes from original submission:
      
      Merge Andrew Morton's patches:
      - Provide locking for global list
      - Fix debug printks
      - uninline function with multiple callsites
      - coding style fixups
      - remove unneeded casts of void*
      - kfree(NULL) is legal
      - Don't "succeed" if register_chrdev() failed - otherwise we'll later
        unregister a not-registered chrdev.
      - Don't return from hptiop_do_ioctl() with the spinlock held.
      - uninline __hpt_do_ioctl()
      
      Update for Arjan van de Ven's comments:
      - put all asm/ includes after the linux/ ones
      - replace mdelay with msleep
      - add pci posting flush
      - do not set pci command reqister in map_pci_bar
      - do not try merging sg elements in hptiop_buildsgl()
      - remove unused outstandingcommands member from hba structure
      - remove unimplemented hptiop_abort() handler
      - remove typedef u32 hpt_id_t
      
      Other updates:
      - fix endianess
      Signed-off-by: default avatarHighPoint Linux Team <linux@highpoint-tech.com>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      ede1e6f8
  7. 05 Jun, 2006 1 commit
  8. 04 Jun, 2006 1 commit
  9. 26 May, 2006 1 commit
    • Arthur Othieno's avatar
      [PATCH] powerpc: linuxppc64.org no more · 6d923f98
      Arthur Othieno authored
      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: default avatarArthur Othieno <apgo@patchbomb.org>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      6d923f98
  10. 25 May, 2006 1 commit
  11. 21 May, 2006 3 commits
  12. 16 May, 2006 1 commit
  13. 15 May, 2006 2 commits
  14. 09 May, 2006 1 commit
  15. 24 Apr, 2006 1 commit
  16. 21 Apr, 2006 1 commit
  17. 20 Apr, 2006 1 commit
  18. 19 Apr, 2006 1 commit
  19. 15 Apr, 2006 1 commit
  20. 12 Apr, 2006 1 commit
  21. 11 Apr, 2006 2 commits
  22. 31 Mar, 2006 1 commit
  23. 29 Mar, 2006 1 commit
  24. 27 Mar, 2006 1 commit
  25. 26 Mar, 2006 2 commits
    • Dave Peterson's avatar
      [PATCH] EDAC: add maintainers for chipset drivers · 0e438e3f
      Dave Peterson authored
      - 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: default avatarDavid S. Peterson <dsp@llnl.gov>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      0e438e3f
    • Hansjoerg Lipp's avatar
      [PATCH] isdn4linux: Siemens Gigaset drivers - Kconfigs and Makefiles · 0a34eb8f
      Hansjoerg Lipp authored
      And: Tilman Schmidt <tilman@imap.cc>
      
      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: default avatarHansjoerg Lipp <hjlipp@web.de>
      Signed-off-by: default avatarTilman Schmidt <tilman@imap.cc>
      Cc: Karsten Keil <kkeil@suse.de>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      0a34eb8f
  26. 25 Mar, 2006 4 commits
  27. 24 Mar, 2006 2 commits
  28. 22 Mar, 2006 1 commit
  29. 20 Mar, 2006 1 commit