Re: [PATCH v3 2/3] reset: mchp: sparx5: add switch reset driver

2021-01-19 Thread Steen Hegelund
Hi Alex, On Tue, 2021-01-19 at 21:37 +0100, Alexandre Belloni wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > Hi, > > This commit is also missing a commit message and you could probably > get > some info from your cover letter here. I wi

Re: [PATCH v3 2/3] reset: mchp: sparx5: add switch reset driver

2021-01-19 Thread Alexandre Belloni
On 19/01/2021 21:37:16+0100, Alexandre Belloni wrote: > On 14/01/2021 17:24:31+0100, Steen Hegelund wrote: > > +static int sparx5_switch_reset(struct reset_controller_dev *rcdev, > > + unsigned long id) > > +{ > > + struct mchp_reset_context *ctx = > > + contain

Re: [PATCH v3 2/3] reset: mchp: sparx5: add switch reset driver

2021-01-19 Thread Alexandre Belloni
Hi, This commit is also missing a commit message and you could probably get some info from your cover letter here. On 14/01/2021 17:24:31+0100, Steen Hegelund wrote: > Signed-off-by: Steen Hegelund > --- > drivers/reset/Kconfig | 8 ++ > drivers/reset/Makefile

[PATCH v3 2/3] reset: mchp: sparx5: add switch reset driver

2021-01-14 Thread Steen Hegelund
Signed-off-by: Steen Hegelund --- drivers/reset/Kconfig | 8 ++ drivers/reset/Makefile | 1 + drivers/reset/reset-microchip-sparx5.c | 120 + 3 files changed, 129 insertions(+) create mode 100644 drivers/reset/reset-microchip-sparx5.c