lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9c0f9285-4418-4ae9-9f72-ea74bfcf92cc@gmail.com>
Date: Wed, 21 Feb 2024 08:51:43 +0800
From: Jacky Huang <ychuang570808@...il.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
 linus.walleij@...aro.org, robh+dt@...nel.org,
 krzysztof.kozlowski+dt@...aro.org, conor+dt@...nel.org,
 p.zabel@...gutronix.de, j.neuschaefer@....net
Cc: linux-arm-kernel@...ts.infradead.org, linux-gpio@...r.kernel.org,
 devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
 ychuang3@...oton.com, schung@...oton.com
Subject: Re: [PATCH v5 4/4] pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO
 driver

Dear Krzysztof,


On 2024/2/20 下午 04:28, Krzysztof Kozlowski wrote:
> On 20/02/2024 01:41, Jacky Huang wrote:
>> From: Jacky Huang <ychuang3@...oton.com>
>>
>> Add common pinctrl and GPIO driver for Nuvoton MA35 series SoC, and
>> add support for ma35d1 pinctrl.
>>
>> Signed-off-by: Jacky Huang <ychuang3@...oton.com>
>> ---
>>   drivers/pinctrl/nuvoton/Kconfig          |   19 +
>>   drivers/pinctrl/nuvoton/Makefile         |    2 +
>>   drivers/pinctrl/nuvoton/pinctrl-ma35.c   | 1211 +++++++++++++++
>>   drivers/pinctrl/nuvoton/pinctrl-ma35.h   |   51 +
>>   drivers/pinctrl/nuvoton/pinctrl-ma35d1.c | 1797 ++++++++++++++++++++++
>>   5 files changed, 3080 insertions(+)
>>   create mode 100644 drivers/pinctrl/nuvoton/pinctrl-ma35.c
>>   create mode 100644 drivers/pinctrl/nuvoton/pinctrl-ma35.h
>>   create mode 100644 drivers/pinctrl/nuvoton/pinctrl-ma35d1.c
> Driver cannot depend on DTS, so please reorganize patchset so DTS is not
> in the middle or even split the DTS to separate patchset.
>
> Best regards,
> Krzysztof
>

Thank you for your explanation. In the next version, I will adjust the 
order and move the DTS to the end of this patchset. Best Regards, Jacky 
Huang

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ