Re: [PATCH 4/9] bus: brcmstb_gisb: Use register offsets with writes too

2017-03-24 Thread Gregory Fong
On Fri, Mar 24, 2017 at 7:46 AM, Doug Berger wrote: > This commit corrects the bug introduced in commit f80835875d3d > ("bus: brcmstb_gisb: Look up register offsets in a table") such > that gisb_write() translates the register enumeration into an > offset from the base address for writes as well a

[PATCH 4/9] bus: brcmstb_gisb: Use register offsets with writes too

2017-03-24 Thread Doug Berger
This commit corrects the bug introduced in commit f80835875d3d ("bus: brcmstb_gisb: Look up register offsets in a table") such that gisb_write() translates the register enumeration into an offset from the base address for writes as well as reads. Fixes: f80835875d3d ("bus: brcmstb_gisb: Look up re