17 Jun, 2011

2 commits

  • Jesper Juhl pointed out there is a redundant include of
    linux/serial_8250.h. However it turns out both are redundant.
    This patch removes them both.

    Reported-by: Jesper Juhl
    Signed-off-by: Andrew Lunn
    Reviewed-by: Jesper Juhl
    Signed-off-by: Jiri Kosina

    Andrew Lunn
     
  • The placement of the opening brace "{" after 'if' statements in
    scripts/docproc.c is inconsistent. Most are placed on the same line as the 'if'
    statement itself as per CodingStyle, but a few are not. This patch cleans up
    the inconsistency. We save a few source lines and the file then uses the same
    style throughout, which is nice.

    Signed-off-by: Jesper Juhl
    Signed-off-by: Jiri Kosina

    Jesper Juhl
     

16 Jun, 2011

2 commits

  • I no longer work at Bluewater Systems. Update my email address accordingly. I
    have deleted my email address from C files rather than change it. This
    was suggested by several people, since the commit from my new email
    address will cause scripts/get_maintainer.pl to function properly. I
    have not added the .mailmap entry as suggested by Joe because I think
    it is no longer necessary if I touch all the files which had my name
    in them.

    Signed-off-by: Ryan Mallon
    Cc: Andre Renaud
    Cc: H Hartley Sweeten
    Cc: Russell King
    Cc: Nicolas Ferre
    Cc: Andrew Victor
    Cc: David Woodhouse
    Cc: Anton Vorontsov
    Cc: Paul Mundt
    Cc: Liam Girdwood
    Cc: Mark Brown
    Cc: Alan Cox
    Cc: Joe Perches
    Cc: Jesper Juhl
    Cc: Andrew Morton
    Cc: trivial@kernel.org
    Cc: linux-kernel@vger.kernel.org
    Reviewed-by: Jesper Juhl
    Signed-off-by: Jiri Kosina

    Ryan Mallon
     
  • Signed-off-by: Jonathan Neuschäfer
    Signed-off-by: Jiri Kosina

    Jonathan Neuschäfer
     

14 Jun, 2011

1 commit


13 Jun, 2011

2 commits

  • Change all "arch/i386" to "arch/x86" in Documentaion/,
    since the directory has changed.

    Also update the files which have changed their filename
    in the meantime accordingly.

    Signed-off-by: Wanlong Gao
    [jkosina@suse.cz: reword changelog]
    Signed-off-by: Jiri Kosina

    Wanlong Gao
     
  • This patch removes the assumption of the bootgraph.pl script that the
    timing information reported by PRINTK_TIME will contain at least one
    entry with a time of less than 100 seconds.

    Not all boards correctly reset the system timer and in many cases the
    inital times reported by PRINTK_TIME is high. When this occurs the
    bootchart.pl script fails to give any useful output.

    This patch sets the $firsttime variable to the largest value expected
    by PRINTK_TIME

    Signed-off-by: Andrew Murray
    Acked-by: Arjan van de Ven
    Signed-off-by: Jiri Kosina

    Andrew Murray
     

10 Jun, 2011

21 commits


09 Jun, 2011

12 commits