Re: [PATCH v3 1/4] mfd: intel-m10-bmc: Fix the register access range

2021-03-10 Thread Lee Jones
On Mon, 01 Mar 2021, Xu Yilun wrote: > This patch fixes the max register address of MAX 10 BMC. The range > 0x2000 ~ 0x20fc are for control registers of the QSPI flash > controller, which are not accessible to host. > > Signed-off-by: Xu Yilun > Reviewed-by: Tom Rix > --- > v2: no

[PATCH v3 1/4] mfd: intel-m10-bmc: Fix the register access range

2021-02-28 Thread Xu Yilun
This patch fixes the max register address of MAX 10 BMC. The range 0x2000 ~ 0x20fc are for control registers of the QSPI flash controller, which are not accessible to host. Signed-off-by: Xu Yilun Reviewed-by: Tom Rix --- v2: no change. v3: no change, rebased to 5.12-rc1 ---