07 Jan, 2012

1 commit

  • This resolves the conflict in the arch/arm/mach-s3c64xx/s3c6400.c file,
    and it fixes the build error in the arch/x86/kernel/microcode_core.c
    file, that the merge did not catch.

    The microcode_core.c patch was provided by Stephen Rothwell
    who was invaluable in the merge issues involved
    with the large sysdev removal process in the driver-core tree.

    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

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
     

10 Nov, 2011

1 commit

  • Fixes this build error:

    CC arch/arm/mach-bcmring/core.o
    arch/arm/mach-bcmring/core.c: In function 'bcmring_init_timer':
    arch/arm/mach-bcmring/core.c:238: error: implicit declaration of function 'sp804_clockevents_register'
    make[1]: *** [arch/arm/mach-bcmring/core.o] Error 1
    make: *** [arch/arm/mach-bcmring] Error 2

    Signed-off-by: Maxin B. John
    Reviewed-by: Jiandong Zheng
    Signed-off-by: Russell King

    Maxin B. John
     

24 May, 2011

3 commits


07 Jan, 2011

1 commit


23 Dec, 2010

1 commit

  • In d7e81c2 (clocksource: Add clocksource_register_hz/khz interface) new
    interfaces were added which simplify (and optimize) the selection of the
    divisor shift/mult constants. Switch over to using this new interface.

    Acked-By: Scott Branden
    Acked-By: Jiandong Zheng
    Signed-off-by: Russell King

    Russell King
     

26 Nov, 2010

1 commit


22 Jul, 2010

1 commit


13 Feb, 2010

1 commit

  • Most machine classes want some way to register a block of clk_lookup
    structures, and most do it by implementing a clks_register() type
    function which walks an array, or by open-coding a loop.

    Consolidate all this into clkdev_add_table().

    Acked-by: H Hartley Sweeten
    Reviewed-by: Kevin Hilman
    Acked-by: Eric Miao
    Signed-off-by: Russell King

    Russell King
     

07 Oct, 2009

1 commit


01 Oct, 2009

2 commits


15 Aug, 2009

1 commit