02 Oct, 2006

1 commit


30 Aug, 2006

1 commit


27 Aug, 2006

1 commit


04 Jul, 2006

1 commit


03 Jul, 2006

1 commit


28 Jun, 2006

1 commit


09 Feb, 2006

1 commit


03 Feb, 2006

1 commit

  • This patch adds support for SIIG 8-port boards. These boards have 4 ports in
    separate bars and another 4 ports in the single bar. Because of this strange
    port arrangement these cards need special setup function. Fortunately no other
    SIIG cards have more than 4 port, so this setup function could be used for them
    too.

    Signed-off-by: Andrey Panin
    Signed-off-by: Russell King

    Andrey Panin
     

18 Jan, 2006

1 commit

  • There is a new device which is look like:

    Serial controller: Decision Computer International Co. PCCOM2 (rev 02) (prog-if 02 [16550])
    0700: 6666:0004 (rev 02) (prog-if 02)
    Flags: medium devsel, IRQ 177
    Memory at fe000000 (32-bit, non-prefetchable) [size=128]
    I/O ports at e880 [size=128]
    I/O ports at e400 [size=256]

    It has two 16550A, and is not listed in kernel, although the
    manufacturer clams that it is supported...

    I've created the following patch, it only add the new PCI id and the
    card to the repository, it seems to work.

    Signed-off-by: Alon Bar-Lev
    Signed-off-by: Russell King

    Alon Bar-Lev
     

05 Jan, 2006

2 commits


08 Dec, 2005

1 commit


29 Nov, 2005

1 commit


25 Oct, 2005

2 commits

  • Add the new ID 0x132a and configure the new PCI Diva console port. This
    device supports only 1 single console UART.

    Signed-off-by: Andrew Morton
    Signed-off-by: Russell King

    Justin Chen
     
  • Tested by Wolfgang Denk with this device:

    00:0f.0 Network controller: PLX Technology, Inc. PCI IOBus Bridge (rev 01)
    Subsystem: Exsys EX-4055 4S(16C550) RS-232
    Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR-
    Signed-off-by: Russell King

    Bjorn Helgaas
     

28 Jul, 2005

2 commits

  • Russell King
     
  • Add support for the MRi PCIDS1 dual port serial card. This card is a
    little controversial since it is the subject of a PCI vendor/device ID
    clash. (See
    http://www.ussg.iu.edu/hypermail/linux/kernel/0303.1/0516.html). I have
    for now just used the hex ID 0x950a. The divisor was part calculated part
    iterated, so may not be exactly correct (but works for me at all settings
    between 300 - 115300 bps).

    Cc: Russell King
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Ranson
     

27 Jul, 2005

6 commits


22 Jul, 2005

1 commit


18 Jul, 2005

1 commit


06 May, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds