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] [thread-next>] [day] [month] [year] [list]
Message-ID: <d21b259a-1f04-4108-a201-254b44f07529@quicinc.com>
Date: Wed, 23 Oct 2024 11:18:06 -0700
From: Melody Olvera <quic_molvera@...cinc.com>
To: Bjorn Andersson <andersson@...nel.org>
CC: Linus Walleij <linus.walleij@...aro.org>, Rob Herring <robh@...nel.org>,
        Krzysztof Kozlowski <krzk+dt@...nel.org>,
        Conor Dooley <conor+dt@...nel.org>,
        Trilok Soni <quic_tsoni@...cinc.com>,
        Satya Durga Srinivasu Prabhala
	<quic_satyap@...cinc.com>,
        <linux-arm-msm@...r.kernel.org>, <linux-gpio@...r.kernel.org>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] pinctrl: qcom: Add sm8750 pinctrl driver



On 10/22/2024 8:27 PM, Bjorn Andersson wrote:
> On Mon, Oct 21, 2024 at 04:04:14PM GMT, Melody Olvera wrote:
>> Add initial pinctrl driver to support pin configuration with pinctrl
> I think you should drop the word "initial", and perhaps insert "TLMM" in
> its place.

Ack.

>
>> framework for sm8750 SoC.
>>
> [..]
>> diff --git a/drivers/pinctrl/qcom/pinctrl-sm8750.c b/drivers/pinctrl/qcom/pinctrl-sm8750.c
> [..]
>> +static const struct msm_pingroup sm8750_groups[] = {
> [..]
>> +	[215] = UFS_RESET(ufs_reset, 0xE2004, 0xE3000),
> It would be nice if these digits where lower case...

Ack.

>
>> +	[216] = SDC_QDSD_PINGROUP(sdc2_clk, 0xDB000, 14, 6),
>> +	[217] = SDC_QDSD_PINGROUP(sdc2_cmd, 0xDB000, 11, 3),
>> +	[218] = SDC_QDSD_PINGROUP(sdc2_data, 0xDB000, 9, 0),
>> +};
>> +
> [..]
>> +static const int sm8750_reserved_gpios[] = {
>> +	36, 37, 38, 39, 74, -1
> Any particular reason why these are not gpio-reserved-ranges in
> DeviceTree?
>

Not particularly; I wasn't sure whether or not to include in the initial 
dt patch.
Will add.

>
>> +};
>> +


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ