13 Jan, 2010

1 commit


20 Jul, 2008

1 commit


23 Oct, 2007

1 commit


12 Oct, 2007

4 commits


11 May, 2007

2 commits


27 Apr, 2007

2 commits


05 Mar, 2007

2 commits


20 Feb, 2007

1 commit


07 Feb, 2007

1 commit


30 Nov, 2006

1 commit


08 Oct, 2006

1 commit


02 Oct, 2006

1 commit

  • asm/serial.h is supposed to contain the definitions for the architecture
    specific 8250 ports for the 8250 driver. It may also define BASE_BAUD,
    but this is the base baud for the architecture specific ports _only_.

    Therefore, nothing other than the 8250 driver should be including this
    header file. In order to move towards this goal, here is a patch which
    removes some of the more obvious incorrect includes of the file.

    Acked-by: Paul Fulghum
    Acked-by: Tony Luck
    Acked-by: Ralf Baechle
    Acked-by: David Howells
    Signed-off-by: Russell King

    Russell King
     

14 Jul, 2006

1 commit


01 Jul, 2006

1 commit


20 Jun, 2006

2 commits


21 Mar, 2006

1 commit


09 Feb, 2006

1 commit


07 Feb, 2006

2 commits


05 Feb, 2006

1 commit


30 Oct, 2005

2 commits


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