aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/heartbeat.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-09-21sh: heartbeat driver update.Paul Mundt1-19/+51
Add some flags for the heartbeat driver, and kill off some duplication in the bit positions for the boards that don't have special cases. This also allows for variable access widths and inversion. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-07-20sh: heartbeat: Shut up resource size warning.Paul Mundt1-1/+1
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-05-07sh: heartbeat double 0 fix.Takashi YOSHII1-10/+3
This implements stricter and more compliant knightrider strobing in the heartbeat handler. While there still seems to be some debate as to whether the double 0 is "more" correct or not, this updated version appears to have general consensus. Fixes a long-term "bug". Signed-off-by: Takashi YOSHII <takashi.yoshii.ze@hitachi.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-02-13sh: Compile fix for heartbeat consolidation.Paul Mundt1-0/+132
Signed-off-by: Paul Mundt <lethal@linux-sh.org>