Message ID | 20220606160038.846236-2-russell.h.weight@intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | FPGA MAX10 BMC Secure Update Driver | expand |
On Mon, 06 Jun 2022, Russ Weight wrote: > The n3000bmc-secure driver has changed to n3000bmc-sec-update. Update > the name in the list of the intel-m10-bmc sub-drivers. > > Tested-by: Tianfei Zhang <tianfei.zhang@intel.com> > Acked-by: Xu Yilun <yilun.xu@intel.com> > Signed-off-by: Russ Weight <russell.h.weight@intel.com> > --- > v23: > - Rebased for 5.19-rc1 > v22: > - Added Tested-by tag from Tianfei and Acked-by tag from Yilun. > v21: > - No change > v20: > - No change > v19: > - No change > v18: > - No change > v17: > - This is a new patch to change in the name of the secure update > driver. > --- > drivers/mfd/intel-m10-bmc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Lee Jones <lee.jones@linaro.org>
On Wed, Jun 08, 2022 at 08:46:28AM +0100, Lee Jones wrote: > On Mon, 06 Jun 2022, Russ Weight wrote: > > > The n3000bmc-secure driver has changed to n3000bmc-sec-update. Update > > the name in the list of the intel-m10-bmc sub-drivers. > > > > Tested-by: Tianfei Zhang <tianfei.zhang@intel.com> > > Acked-by: Xu Yilun <yilun.xu@intel.com> > > Signed-off-by: Russ Weight <russell.h.weight@intel.com> > > --- > > v23: > > - Rebased for 5.19-rc1 > > v22: > > - Added Tested-by tag from Tianfei and Acked-by tag from Yilun. > > v21: > > - No change > > v20: > > - No change > > v19: > > - No change > > v18: > > - No change > > v17: > > - This is a new patch to change in the name of the secure update > > driver. > > --- > > drivers/mfd/intel-m10-bmc.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Acked-by: Lee Jones <lee.jones@linaro.org> I updated the tag in fpga/for-next Thanks, Yilun > > -- > Lee Jones [李琼斯] > Principal Technical Lead - Developer Services > Linaro.org │ Open source software for Arm SoCs > Follow Linaro: Facebook | Twitter | Blog
diff --git a/drivers/mfd/intel-m10-bmc.c b/drivers/mfd/intel-m10-bmc.c index 8db3bcf5fccc..f4d0d72573c8 100644 --- a/drivers/mfd/intel-m10-bmc.c +++ b/drivers/mfd/intel-m10-bmc.c @@ -26,7 +26,7 @@ static struct mfd_cell m10bmc_d5005_subdevs[] = { static struct mfd_cell m10bmc_pacn3000_subdevs[] = { { .name = "n3000bmc-hwmon" }, { .name = "n3000bmc-retimer" }, - { .name = "n3000bmc-secure" }, + { .name = "n3000bmc-sec-update" }, }; static struct mfd_cell m10bmc_n5010_subdevs[] = {