<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/clocksource/vt8500_timer.c, branch v3.10.29</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/clocksource/vt8500_timer.c?h=v3.10.29</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/clocksource/vt8500_timer.c?h=v3.10.29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2013-03-28T11:01:06Z</updated>
<entry>
<title>clocksource: make CLOCKSOURCE_OF_DECLARE type safe</title>
<updated>2013-03-28T11:01:06Z</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2013-03-19T14:38:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3d5a96582303e28c48699f3faaf920ef7d43e6f2'/>
<id>urn:sha1:3d5a96582303e28c48699f3faaf920ef7d43e6f2</id>
<content type='text'>
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 &lt;arnd@arndb.de&gt;
Acked-by: Rob Herring &lt;rob.herring@calxeda.com&gt;
</content>
</entry>
<entry>
<title>clocksource: pass DT node pointer to init functions</title>
<updated>2013-03-11T13:42:07Z</updated>
<author>
<name>Rob Herring</name>
<email>rob.herring@calxeda.com</email>
</author>
<published>2013-02-06T20:40:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=effbfdd7baf7babc73154b87a5ff940969cf6559'/>
<id>urn:sha1:effbfdd7baf7babc73154b87a5ff940969cf6559</id>
<content type='text'>
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 &lt;rob.herring@calxeda.com&gt;
Cc: John Stultz &lt;johnstul@us.ibm.com&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Tested-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Acked-by: Tony Prisk &lt;linux@prisktech.co.nz&gt;
Tested-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'vt8500/timer' into next/cleanup</title>
<updated>2013-01-15T18:57:24Z</updated>
<author>
<name>Olof Johansson</name>
<email>olof@lixom.net</email>
</author>
<published>2013-01-15T18:56:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2ea0dde7653342d363144b17cb39932e27428e9a'/>
<id>urn:sha1:2ea0dde7653342d363144b17cb39932e27428e9a</id>
<content type='text'>
* vt8500/timer:
  timer: vt8500: Convert vt8500 to use CLKSRC_OF

Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;
</content>
</entry>
<entry>
<title>timer: vt8500: Convert vt8500 to use CLKSRC_OF</title>
<updated>2013-01-15T18:56:24Z</updated>
<author>
<name>Tony Prisk</name>
<email>linux@prisktech.co.nz</email>
</author>
<published>2013-01-15T06:50:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=41d16512ebea6938b95c5e4f2ae008914e91abc1'/>
<id>urn:sha1:41d16512ebea6938b95c5e4f2ae008914e91abc1</id>
<content type='text'>
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.c

Signed-off-by: Tony Prisk &lt;linux@prisktech.co.nz&gt;
Reviewed-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;
</content>
</entry>
<entry>
<title>Merge tag 'vt8500/timer' of git://server.prisktech.co.nz/git/linuxwmt into next/cleanup</title>
<updated>2013-01-14T22:13:48Z</updated>
<author>
<name>Olof Johansson</name>
<email>olof@lixom.net</email>
</author>
<published>2013-01-14T22:13:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=175dbc1eeadbdcf5f04d3a61fdc0ede4335c45c8'/>
<id>urn:sha1:175dbc1eeadbdcf5f04d3a61fdc0ede4335c45c8</id>
<content type='text'>
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/clocksource

Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;
</content>
</entry>
<entry>
<title>timer: vt8500: Move timer code to drivers/clocksource</title>
<updated>2013-01-14T04:58:21Z</updated>
<author>
<name>Tony Prisk</name>
<email>linux@prisktech.co.nz</email>
</author>
<published>2013-01-14T04:58:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ff7ec345f0ece9ddbb28538b70ba0c7f0acc17dc'/>
<id>urn:sha1:ff7ec345f0ece9ddbb28538b70ba0c7f0acc17dc</id>
<content type='text'>
This patch moves arch-vt8500/timer.c into drivers/clocksource and
updates the necessary Kconfig/Makefile options.

Signed-off-by: Tony Prisk &lt;linux@prisktech.co.nz&gt;
</content>
</entry>
</feed>
