22 Dec, 2011

1 commit

  • The sysdev.h file should not be needed by any in-kernel code, so remove
    the .h file from these random files that seem to still want to include
    it.

    The sysdev code will be going away soon, so this include needs to be
    removed no matter what.

    Cc: Jiandong Zheng
    Cc: Scott Branden
    Cc: Russell King
    Cc: Kukjin Kim
    Cc: David Brown
    Cc: Daniel Walker
    Cc: Bryan Huntsman
    Cc: Ben Dooks
    Cc: Wan ZongShun
    Cc: Haavard Skinnemoen
    Cc: Hans-Christian Egtvedt
    Cc: Guan Xuetao
    Cc: "Venkatesh Pallipadi
    Cc: Thomas Gleixner
    Cc: Ingo Molnar
    Cc: "H. Peter Anvin"
    Cc: Grant Likely
    Cc: Richard Purdie
    Cc: Matthew Garrett
    Signed-off-by: Kay Sievers

    Kay Sievers
     

29 Mar, 2011

2 commits


03 Jan, 2011

1 commit


01 Dec, 2009

2 commits

  • There are a number of statements of the form A, B or A, B, C where
    the numbers A,B,C are not consecutive. However, referencing [1] it
    is the correct thing to replace these with A-B or A-C as apropriate.

    [1] http://www.copyrightservice.co.uk/copyright/p03_copyright_notices
    section 4iii 'Year of publication'

    Signed-off-by: Ben Dooks
    Signed-off-by: Simtec Linux Team
    Signed-off-by: Ben Dooks

    Ben Dooks
     
  • The (c) alone is not a sufficient copyright statement, nor is it a
    good replacement for the proper encircled © symbol [1]. Add the
    word copyright to the apropriate places and remove the (c) symbol.

    [1] http://www.copyrightservice.co.uk/copyright/p03_copyright_notices
    section 4 'What does a notice consist of?'

    Signed-off-by: Ben Dooks
    Signed-off-by: Simtec Linux Team
    Signed-off-by: Ben Dooks

    Ben Dooks
     

15 Oct, 2008

1 commit


10 Oct, 2008

1 commit


09 Oct, 2008

1 commit


08 Oct, 2008

1 commit

  • First move of items out of include/asm-arm/plat-s3c* to their
    new homes under arch/arm/plat-s3c/include/plat and
    arch/arm/plat-s3c24xx/include/plat directories.

    Note, we have to create a dummy arch/arm/plat-s3c/Makefile to
    allow us to add arch/arm/plat-s3c/include/plat to the path.

    Signed-off-by: Ben Dooks

    Ben Dooks
     

06 Sep, 2008

1 commit


07 Aug, 2008

2 commits


22 Apr, 2007

1 commit


12 Feb, 2007

1 commit


30 Nov, 2006

1 commit


07 Oct, 2006

1 commit


25 Sep, 2006

1 commit


02 Jul, 2006

1 commit


08 Sep, 2005

1 commit


05 Sep, 2005

1 commit

  • This is part of Thomas Gleixner's generic IRQ patch, which converts
    ARM to use the generic IRQ subsystem. Here, we wrap calls to
    desc->handler() in an inline function, desc_handle_irq(). This
    reduces the size of Thomas' patch since the changes become more
    localised.

    Signed-off-by: Russell King

    Russell King
     

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