Re: [PATCH] watchdog: sbsa: use 32-bit read for WCV

2018-03-07 Thread Robert Richter
On 28.02.18 02:52:20, Jayachandran C wrote: > According to SBSA spec v3.1 section 5.3: > All registers are 32 bits in size and should be accessed using > 32-bit reads and writes. If an access size other than 32 bits > is used then the results are IMPLEMENTATION DEFINED. > [...] > The

Re: [PATCH] watchdog: sbsa: use 32-bit read for WCV

2018-03-07 Thread Robert Richter
On 28.02.18 02:52:20, Jayachandran C wrote: > According to SBSA spec v3.1 section 5.3: > All registers are 32 bits in size and should be accessed using > 32-bit reads and writes. If an access size other than 32 bits > is used then the results are IMPLEMENTATION DEFINED. > [...] > The

Re: [PATCH] watchdog: sbsa: use 32-bit read for WCV

2018-02-28 Thread Guenter Roeck
On 02/28/2018 02:52 AM, Jayachandran C wrote: According to SBSA spec v3.1 section 5.3: All registers are 32 bits in size and should be accessed using 32-bit reads and writes. If an access size other than 32 bits is used then the results are IMPLEMENTATION DEFINED. [...] The

Re: [PATCH] watchdog: sbsa: use 32-bit read for WCV

2018-02-28 Thread Guenter Roeck
On 02/28/2018 02:52 AM, Jayachandran C wrote: According to SBSA spec v3.1 section 5.3: All registers are 32 bits in size and should be accessed using 32-bit reads and writes. If an access size other than 32 bits is used then the results are IMPLEMENTATION DEFINED. [...] The

[PATCH] watchdog: sbsa: use 32-bit read for WCV

2018-02-28 Thread Jayachandran C
According to SBSA spec v3.1 section 5.3: All registers are 32 bits in size and should be accessed using 32-bit reads and writes. If an access size other than 32 bits is used then the results are IMPLEMENTATION DEFINED. [...] The Generic Watchdog is little-endian The current code uses

[PATCH] watchdog: sbsa: use 32-bit read for WCV

2018-02-28 Thread Jayachandran C
According to SBSA spec v3.1 section 5.3: All registers are 32 bits in size and should be accessed using 32-bit reads and writes. If an access size other than 32 bits is used then the results are IMPLEMENTATION DEFINED. [...] The Generic Watchdog is little-endian The current code uses