17 Jul, 2015

1 commit

  • Migrate ks8695 driver to the new 'set-state' interface provided by
    clockevents core, the earlier 'set-mode' interface is marked obsolete
    now.

    This also enables us to implement callbacks for new states of clockevent
    devices, for example: ONESHOT_STOPPED.

    There is nothing to be done for oneshot or shutdown states and so are
    not implemented.

    Acked-by: Greg Ungerer
    Signed-off-by: Viresh Kumar

    Viresh Kumar
     

12 Mar, 2014

1 commit


10 Jul, 2013

1 commit

  • Preparing to move the parsing of reboot= to generic kernel code forces
    the change in reboot_mode handling to use the enum.

    [akpm@linux-foundation.org: fix arch/arm/mach-socfpga/socfpga.c]
    Signed-off-by: Robin Holt
    Cc: Russell King
    Cc: Russ Anderson
    Cc: Robin Holt
    Cc: H. Peter Anvin
    Cc: Guan Xuetao
    Acked-by: Russell King
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Robin Holt
     

25 Dec, 2012

1 commit

  • Now that the only field in struct sys_timer is .init, delete the struct,
    and replace the machine descriptor .timer field with the initialization
    function itself.

    This will enable moving timer drivers into drivers/clocksource without
    having to place a public prototype of each struct sys_timer object into
    include/linux; the intent is to create a single of_clocksource_init()
    function that determines which timer driver to initialize by scanning
    the device dtree, much like the proposed irqchip_init() at:
    http://www.spinics.net/lists/arm-kernel/msg203686.html

    Includes mach-omap2 fixes from Igor Grinberg.

    Tested-by: Robert Jarzmik
    Signed-off-by: Stephen Warren

    Stephen Warren
     

05 Sep, 2012

4 commits


29 Mar, 2012

1 commit


05 Jan, 2012

1 commit


06 Sep, 2008

1 commit


07 Aug, 2008

1 commit


28 Jan, 2008

1 commit


12 May, 2007

1 commit

  • Add core support for the Kendin/Micrel KS8695 processor family.

    It is an ARM922-T based SoC with integrated USART, 4-port Ethernet
    Switch, WAN Ethernet port, and optional PCI Host bridge, etc.
    http://www.micrel.com/page.do?page=product-info/sys_on_chip.jsp

    This patch is based on earlier patches from Lennert Buytenhek, Ben
    Dooks and Greg Ungerer posted to the arm-linux-kernel mailing list in
    March 2006; and Micrel's 2.6.9 port.

    Signed-off-by: Andrew Victor
    Signed-off-by: Russell King

    Andrew Victor