28 Oct, 2010

1 commit


03 Apr, 2009

1 commit


31 Jan, 2009

1 commit


23 Jul, 2008

1 commit


28 Apr, 2008

1 commit

  • Remove more TRUE/FALSE defines and uses
    Remove == TRUE tests
    Convert BOOLEAN to bool
    Convert int to bool where appropriate

    Signed-off-by: Joe Perches
    Acked-by: Paul Fulghum
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Joe Perches
     

11 May, 2007

1 commit


01 Oct, 2006

1 commit


26 Jun, 2006

2 commits

  • Add support for SyncLink GT2 adapter to driver.

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

    Paul Fulghum
     
  • Add custom HDLC idle pattern feature.

    It allows the user to specify an arbitrary 8 or 16 bit repeating pattern on
    the transmit data pin between HDLC frames.

    In most cases the idle pattern is continuous ones or flags as supported by off
    the shelf synchronous controllers and defined in the ISO3309 standard. Some
    applications (radio/satellite modems, connections to legacy military hardware)
    require non-standard patterns.

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

    Paul Fulghum
     

29 Mar, 2006

1 commit


09 Jan, 2006

1 commit

  • New character device driver for the SyncLink GT and SyncLink AC families of
    synchronous and asynchronous serial adapters

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

    Paul Fulghum
     

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