07 Apr, 2009

1 commit

  • Use the new general RS485 Linux data structure (introduced by Alan with
    commit number c26c56c0f40e200e61d1390629c806f6adaffbcc) in the Cris
    architecture too (currently, Cris still uses the old private data
    structure instead of the new one).

    Signed-off-by: Claudio Scordino
    Tested-by: Hinko Kocevar
    Tested-by: Janez Cufer
    Signed-off-by: Andrew Morton
    Signed-off-by: Alan Cox
    Signed-off-by: Linus Torvalds

    Claudio Scordino
     

30 Oct, 2008

1 commit


05 Aug, 2008

1 commit


15 Nov, 2007

1 commit

  • New and improved serial driver for CRISv10, take three, with improvements
    suggested by Jiri Slaby.

    - Call wait_event_interruptible with a _correct_ and sensible condition.
    - Removed superfluous test of info->flags & ASYNC_CLOSING, since that is done
    by wait_event_interruptible.
    - Moved common code for deregistering DMA and IRQ to deinit_port function.
    - Use setup_timer when initializing flush_timer.
    - Convert bit-field for uses_dma_in and uses_dma_out to regular bytes.
    - Removed CVS tags.
    - Removed defines and comments for CRIS_BUF_SIZE and TTY_THRESHOLD_THROTTLE
    (no longer used).
    - Cleaned up code to pass checkpatch.
    - Add crisv10.h header file.
    - Merge of CRISv10 from Axis internal CVS.

    Signed-off-by: Jesper Nilsson
    Reviewed-by: Jiri Slaby
    Cc: Mikael Starvik
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jesper Nilsson
     

08 May, 2007

1 commit


09 Dec, 2006

1 commit

  • This is the grungy swap all the occurrences in the right places patch that
    goes with the updates. At this point we have the same functionality as
    before (except that sgttyb() returns speeds not zero) and are ready to
    begin turning new stuff on providing nobody reports lots of bugs

    If you are a tty driver author converting an out of tree driver the only
    impact should be termios->ktermios name changes for the speed/property
    setting functions from your upper layers.

    If you are implementing your own TCGETS function before then your driver
    was broken already and its about to get a whole lot more painful for you so
    please fix it 8)

    Also fill in c_ispeed/ospeed on init for most devices, although the current
    code will do this for you anyway but I'd like eventually to lose that extra
    paranoia

    [akpm@osdl.org: bluetooth fix]
    [mp3@de.ibm.com: sclp fix]
    [mp3@de.ibm.com: warning fix for tty3270]
    [hugh@veritas.com: fix tty_ioctl powerpc build]
    [jdike@addtoit.com: uml: fix ->set_termios declaration]
    Signed-off-by: Alan Cox
    Signed-off-by: Martin Peschke
    Acked-by: Peter Oberparleiter
    Cc: Cornelia Huck
    Signed-off-by: Hugh Dickins
    Signed-off-by: Jeff Dike
    Cc: Paolo 'Blaisorblade' Giarrusso
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alan Cox
     

01 Jul, 2006

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