Re: [PATCH 2/2] mfd: intel-m10-bmc: add access table configuration to the regmap

2021-01-21 Thread Xu Yilun
On Thu, Jan 21, 2021 at 05:19:56AM -0800, Tom Rix wrote: > > On 1/21/21 12:05 AM, Xu Yilun wrote: > > On Wed, Jan 20, 2021 at 07:32:53AM -0800, Tom Rix wrote: > >> On 1/19/21 6:34 PM, Xu Yilun wrote: > >>> From: Matthew Gerlach > >>> > >>> This patch adds access tables to the MAX 10 BMC regmap. T

Re: [PATCH 2/2] mfd: intel-m10-bmc: add access table configuration to the regmap

2021-01-21 Thread Tom Rix
On 1/21/21 12:05 AM, Xu Yilun wrote: > On Wed, Jan 20, 2021 at 07:32:53AM -0800, Tom Rix wrote: >> On 1/19/21 6:34 PM, Xu Yilun wrote: >>> From: Matthew Gerlach >>> >>> This patch adds access tables to the MAX 10 BMC regmap. This prevents >>> the host from accessing the unwanted I/O space. It al

Re: [PATCH 2/2] mfd: intel-m10-bmc: add access table configuration to the regmap

2021-01-21 Thread Xu Yilun
On Wed, Jan 20, 2021 at 07:32:53AM -0800, Tom Rix wrote: > > On 1/19/21 6:34 PM, Xu Yilun wrote: > > From: Matthew Gerlach > > > > This patch adds access tables to the MAX 10 BMC regmap. This prevents > > the host from accessing the unwanted I/O space. It also filters out the > > invalid outputs

Re: [PATCH 2/2] mfd: intel-m10-bmc: add access table configuration to the regmap

2021-01-20 Thread Tom Rix
On 1/19/21 6:34 PM, Xu Yilun wrote: > From: Matthew Gerlach > > This patch adds access tables to the MAX 10 BMC regmap. This prevents > the host from accessing the unwanted I/O space. It also filters out the > invalid outputs when reading the regmap debugfs interface. > > Signed-off-by: Matthew

[PATCH 2/2] mfd: intel-m10-bmc: add access table configuration to the regmap

2021-01-19 Thread Xu Yilun
From: Matthew Gerlach This patch adds access tables to the MAX 10 BMC regmap. This prevents the host from accessing the unwanted I/O space. It also filters out the invalid outputs when reading the regmap debugfs interface. Signed-off-by: Matthew Gerlach Signed-off-by: Xu Yilun --- drivers/mfd