[PATCH] sp5100_tco: Fix the AcpiMmioSel bitmask value

2013-03-02 Thread Takahisa Tanaka
, the sp5100_tco driver should use the correct bitmask value. Signed-off-by: Takahisa Tanaka --- drivers/watchdog/sp5100_tco.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/sp5100_tco.h b/drivers/watchdog/sp5100_tco.h index 71594a0..2b28c00 100644 --- a/drivers/wat

[PATCH v2] sp5100_tco: Remove code that may cause a boot failure

2013-03-02 Thread Takahisa Tanaka
16835 Link: https://lkml.org/lkml/2013/2/14/271 Signed-off-by: Takahisa Tanaka --- v1 -> v2 -The patch was split into the bug fix and the typo fix. --- drivers/watchdog/sp5100_tco.c | 126 ++ 1 file changed, 6 insertions(+), 120 deletions(-) diff --

[PATCH] sp5100_tco: Remove code that may cause a boot failure

2013-02-23 Thread Takahisa Tanaka
ned-off-by: Takahisa Tanaka --- drivers/watchdog/sp5100_tco.c | 140 -- drivers/watchdog/sp5100_tco.h | 2 +- 2 files changed, 14 insertions(+), 128 deletions(-) diff --git a/drivers/watchdog/sp5100_tco.c b/drivers/watchdog/sp5100_tco.c index e3b8f75..eaf3

[PATCH 2/2] sp5100_tco: Write back the original value to reserved bits, instead of zero

2013-01-13 Thread Takahisa Tanaka
write operation on all the chipset (sp5100, sb7x0, sb8x0 or later). Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43176 Signed-off-by: Takahisa Tanaka --- drivers/watchdog/sp5100_tco.c | 28 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/drivers/wat

[PATCH 1/2] sp5100_tco: Fix wrong indirect I/O access for getting value of reserved bits

2013-01-13 Thread Takahisa Tanaka
fixes this bug. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43176 Signed-off-by: Takahisa Tanaka --- drivers/watchdog/sp5100_tco.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/sp5100_tco.c b/drivers/watchdog/sp5100_tco.c index 2b0e000..5dfe8

[PATCH v3] sp5100_tco: Add SB8x0 chipset support

2012-12-01 Thread Takahisa Tanaka
set during disabled watchdog. However, I'm not sure about it, because I don't know much about chipset programming. So, any comments will be welcome. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43176 Tested-by: Arkadiusz Miskiewicz Tested-by: Paul Menzel Signed-off-by: Takahisa T

[PATCH v2] sp5100_tco: Add SB8x0 chipset support

2012-11-15 Thread Takahisa Tanaka
message is logged. SP5100 TCO timer: mmio address 0xbafe00 already in use With this patch, sp5100_tco driver supports SB8x0 chipset, and can avoid iomem resource conflict. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43176 Tested-by: Arkadiusz Miskiewicz Signed-off-by: Takahisa Tanak

[PATCH] sp5100_tco: Add SB8x0 chipset support

2012-08-12 Thread Takahisa Tanaka
isabled watchdog. However, I'm not sure about it, because I don't know much about chipset programming. So, any comments will be welcome. Tested-by: Paul Menzel CC: sta...@kernel.org Signed-off-by: Takahisa Tanaka --- drivers/watchdog/sp5100_tco.c | 291 +++