From: Takahisa Tanaka Date: Mon, 14 Jan 2013 02:01:58 +0000 (+0900) Subject: watchdog: sp5100_tco: Write back the original value to reserved bits, instead of... X-Git-Tag: v3.9-rc1~11^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41adafbd7b84c66c2cdad857b75d5d45032310a6;p=pandora-kernel.git watchdog: sp5100_tco: Write back the original value to reserved bits, instead of zero In case of SP5100 or SB7x0 chipsets, the sp5100_tco module writes zero to reserved bits. The module, however, shouldn't depend on specific default value, and should perform a read-merge-write operation for the reserved bits. This patch makes the sp5100_tco module perform a read-merge-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 Tested-by: Paul Menzel Signed-off-by: Wim Van Sebroeck Cc: stable --- Reading git-diff-tree failed