mbox series

[V2,0/2] Add pinctrl driver support for Amlogic C3 SoCs

Message ID 20230710042812.2007928-1-huqiang.qin@amlogic.com (mailing list archive)
Headers show
Series Add pinctrl driver support for Amlogic C3 SoCs | expand

Message

Huqiang Qin July 10, 2023, 4:28 a.m. UTC
This patch adds pinctrl driver support for Amloigc C3 SoC (C308L and C302X)

Huqiang Qin (2):
  dt-bindings: gpio: Add a header file for Amlogic C3 SoCs
  pinctrl: Add driver support for Amlogic C3 SoCs

 .../pinctrl/amlogic,meson-pinctrl-a1.yaml     |    1 +
 drivers/pinctrl/meson/Kconfig                 |    6 +
 drivers/pinctrl/meson/Makefile                |    1 +
 drivers/pinctrl/meson/pinctrl-amlogic-c3.c    | 1108 +++++++++++++++++
 include/dt-bindings/gpio/amlogic-c3-gpio.h    |   72 ++
 5 files changed, 1188 insertions(+)
 create mode 100644 drivers/pinctrl/meson/pinctrl-amlogic-c3.c
 create mode 100644 include/dt-bindings/gpio/amlogic-c3-gpio.h

Comments

Andy Shevchenko July 10, 2023, 7:26 a.m. UTC | #1
On Mon, Jul 10, 2023 at 7:28 AM Huqiang Qin <huqiang.qin@amlogic.com> wrote:
>
> This patch adds pinctrl driver support for Amloigc C3 SoC (C308L and C302X)

Neither here, nor in the patch I see the changelog. Can you elaborate, please?
Huqiang Qin July 10, 2023, 8:03 a.m. UTC | #2
Hi Andy Shevchenko,

On 2023/7/10 15:26, Andy Shevchenko wrote:
> [You don't often get email from andy.shevchenko@gmail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> [ EXTERNAL EMAIL ]
> 
> On Mon, Jul 10, 2023 at 7:28 AM Huqiang Qin <huqiang.qin@amlogic.com> wrote:
>>
>> This patch adds pinctrl driver support for Amloigc C3 SoC (C308L and C302X)
> 
> Neither here, nor in the patch I see the changelog. Can you elaborate, please?

I'm sorry, I seem to have missed the changelog, I will add it in the next version.

V1 -> V2:
    Added a comma to the last item of the array and a period to the commit message.

Best Regards,
Huqiang Qin