[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <dff80088-5f51-48f2-b956-0b1cd435ffff@microchip.com>
Date: Mon, 18 Jul 2022 15:44:49 +0000
From: <Conor.Dooley@...rochip.com>
To: <p.zabel@...gutronix.de>, <Conor.Dooley@...rochip.com>
CC: <paul.walmsley@...ive.com>, <Daire.McNamara@...rochip.com>,
<sboyd@...nel.org>, <aou@...s.berkeley.edu>, <robh+dt@...nel.org>,
<palmer@...belt.com>, <linux-clk@...r.kernel.org>,
<devicetree@...r.kernel.org>, <mturquette@...libre.com>,
<linux-kernel@...r.kernel.org>, <linux-riscv@...ts.infradead.org>,
<krzysztof.kozlowski+dt@...aro.org>
Subject: Re: [PATCH v2 03/12] reset: add polarfire soc reset support
On 18/07/2022 16:42, Philipp Zabel wrote:
> Hi Conor,
>
> On Mo, 2022-07-18 at 11:34 +0000, Conor.Dooley@...rochip.com wrote:
> [...]
>>> +config RESET_POLARFIRE_SOC
>>> + bool "Microchip PolarFire SoC (MPFS) Reset Driver"
>>> + depends on AUXILIARY_BUS && MCHP_CLK_MPFS
>>> + default MCHP_CLK_MPFS
>>> + help
>>> + This driver supports peripheral reset for the Microchip PolarFire SoC
>>> +
>
> Please sort alphabetically by config option.
>
>>> config RESET_MESON
>>> tristate "Meson Reset Driver"
>>> depends on ARCH_MESON || COMPILE_TEST
>>> diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile
>>> index a80a9c4008a7..5fac3a753858 100644
>>> --- a/drivers/reset/Makefile
>>> +++ b/drivers/reset/Makefile
>>> @@ -17,6 +17,7 @@ obj-$(CONFIG_RESET_K210) += reset-k210.o
>>> obj-$(CONFIG_RESET_LANTIQ) += reset-lantiq.o
>>> obj-$(CONFIG_RESET_LPC18XX) += reset-lpc18xx.o
>>> obj-$(CONFIG_RESET_MCHP_SPARX5) += reset-microchip-sparx5.o
>>> +obj-$(CONFIG_RESET_POLARFIRE_SOC) += reset-mpfs.o
>
> Same here. Otherwise,
That's weird - thought I had done!
I'll fix it for v3.
>
> Reviewed-by: Philipp Zabel <p.zabel@...gutronix.de>
>
> and
>
> Acked-by: Philipp Zabel <p.zabel@...gutronix.de>
Thanks Philipp.
Conor
>
> to merge this together with the other patches.
>
> regards
> Philipp
Powered by blists - more mailing lists