commit | 2b027f1f0f887097b4140a71b5c1e878da1e2fd9 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Mon Feb 17 16:49:05 2014 +0100 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Wed Jul 02 16:01:49 2014 +0200 |
tree | 96c8c11fbdbb7dd3eb2ec29b26373cf76642cb8e | |
parent | 681b9e852cf2d48ebd63954028814c7cece71945 [diff] |
clocksource: sh_tmu: Replace global spinlock with a per-device spinlock The global spinlock is used to protect the shared start/stop register. Now that all TMU channels are handled by a single device instance, use a per-device spinlock. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Tested-by: Simon Horman <horms+renesas@verge.net.au>