28 Mar, 2013
1 commit
-
This ensures that a function pointer passed into CLOCKSOURCE_OF_DECLARE
takes the same arguments that we use for calling that function later.Also fix the extraneous semicolon at end of the CLOCKSOURCE_OF_DECLARE
definition.Signed-off-by: Arnd Bergmann
Acked-by: Rob Herring
11 Mar, 2013
1 commit
-
In cases where we have multiple nodes of the same type, we may need the
node pointer to know which node was matched. Passing the node pointer
also keeps the init function from having to match the node a 2nd time.Update bcm2835, vt8500, and tegra20 init functions for the new function
prototype. Further tegra20 clean-ups are in follow-up commit.Signed-off-by: Rob Herring
Cc: John Stultz
Cc: Thomas Gleixner
Reviewed-by: Stephen Warren
Tested-by: Stephen Warren
Acked-by: Arnd Bergmann
Acked-by: Tony Prisk
Tested-by: Michal Simek
16 Jan, 2013
2 commits
-
* vt8500/timer:
timer: vt8500: Convert vt8500 to use CLKSRC_OFSigned-off-by: Olof Johansson
-
This patch converts arch-vt8500 to make use of CLKSRC_OF. Doing so
removes the need for include/linux/vt8500_timer.h as vt8500_timer_init
no longer needs to be visible outside vt8500_timer.cSigned-off-by: Tony Prisk
Reviewed-by: Stephen Warren
Signed-off-by: Olof Johansson
15 Jan, 2013
1 commit
-
From Tony Prisk:
Move arch-vt8500/timer.c to drivers/clocksource/vt8500-timer.c* tag 'vt8500/timer' of git://server.prisktech.co.nz/git/linuxwmt:
timer: vt8500: Move timer code to drivers/clocksourceSigned-off-by: Olof Johansson
14 Jan, 2013
1 commit
-
This patch moves arch-vt8500/timer.c into drivers/clocksource and
updates the necessary Kconfig/Makefile options.Signed-off-by: Tony Prisk