22 Dec, 2011

1 commit

  • After all sysdev classes are ported to regular driver core entities, the
    sysdev implementation will be entirely removed from the kernel.

    Cc: Kukjin Kim
    Cc: Russell King
    Cc: Ben Dooks
    Cc: Vinod Koul
    Cc: Boojin Kim
    Cc: Linus Walleij
    Cc: Lucas De Marchi
    Cc: Heiko Stuebner
    Signed-off-by: Kay Sievers
    Signed-off-by: Greg Kroah-Hartman

    Kay Sievers
     

25 Apr, 2011

1 commit

  • Replace sysdev classes and struct sys_device objects used for "core"
    power management by Samsung platforms with struct syscore_ops objects
    that are simpler.

    This generally reduces the code size and the kernel memory footprint.
    It also is necessary for removing sysdevs entirely from the kernel in
    the future.

    Signed-off-by: Rafael J. Wysocki
    Acked-by: Greg Kroah-Hartman
    Acked-by: Kukjin Kim

    Rafael J. Wysocki
     

29 Mar, 2011

2 commits


03 Jan, 2011

1 commit


25 Nov, 2010

2 commits


20 Oct, 2010

1 commit


10 May, 2010

1 commit

  • Add arch/arm/mach-s3c2416 for support of the Samsung S3C2416 SoC.

    This patch adds support of the S3C2416 SoC, clocks, timers,
    and initial IRQ support (without support of secondary set of registers).

    Signed-off-by: Yauhen Kharuzhy
    [ben-linux@fluff.org: removed files to be reworked, fixed conflicts]
    [ben-linux@fluff.org: use s3c2443 reset instead of specific reset code]
    Signed-off-by: Ben Dooks

    Yauhen Kharuzhy