diff mbox series

[v21,1/5] mfd: intel-m10-bmc: Rename n3000bmc-secure driver

Message ID 20220521003607.737734-2-russell.h.weight@intel.com (mailing list archive)
State New
Headers show
Series FPGA MAX10 BMC Secure Update Driver | expand

Commit Message

Russ Weight May 21, 2022, 12:36 a.m. UTC
The n3000bmc-secure driver has changed to n3000bmc-sec-update. Update
the name in the list of the intel-m10-bmc sub-drivers.

Signed-off-by: Russ Weight <russell.h.weight@intel.com>
---
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(-)

Comments

Xu Yilun May 26, 2022, 7:54 a.m. UTC | #1
On Fri, May 20, 2022 at 05:36:03PM -0700, 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.
> 
> Signed-off-by: Russ Weight <russell.h.weight@intel.com>
> ---
> 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(-)
> 
> 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" },

Acked-by: Xu Yilun <yilun.xu@intel.com>

Hi Lee:

Is it good to you? If yes, could I apply this patch to linux-fpga
and submit along with the other patches in this series?

Thanks,
Yilun

>  };
>  
>  static struct mfd_cell m10bmc_n5010_subdevs[] = {
> -- 
> 2.25.1
Lee Jones May 26, 2022, 8:31 a.m. UTC | #2
On Thu, 26 May 2022, Xu Yilun wrote:

> On Fri, May 20, 2022 at 05:36:03PM -0700, 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.
> > 
> > Signed-off-by: Russ Weight <russell.h.weight@intel.com>
> > ---
> > 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(-)
> > 
> > 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" },
> 
> Acked-by: Xu Yilun <yilun.xu@intel.com>
> 
> Hi Lee:
> 
> Is it good to you? If yes, could I apply this patch to linux-fpga
> and submit along with the other patches in this series?

That's fine.

Acked-by: Lee Jones <lee.jones@linaro.org>
diff mbox series

Patch

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[] = {