From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: quic_zijuhu <quic_zijuhu@quicinc.com>,
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Cc: Bartosz Golaszewski <brgl@bgdev.pl>,
Marcel Holtmann <marcel@holtmann.org>,
Luiz Augusto von Dentz <luiz.dentz@gmail.com>,
linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org,
Wren Turkal <wt@penguintechs.org>
Subject: Re: [PATCH v2] Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()
Date: Wed, 24 Apr 2024 17:31:58 +0200 [thread overview]
Message-ID: <cfc263aa-110e-4b63-b54b-976d07724369@linaro.org> (raw)
In-Reply-To: <d82c2e39-d2b8-4de0-a11a-6ab2420f8f95@quicinc.com>
On 24/04/2024 17:24, quic_zijuhu wrote:
> On 4/24/2024 10:52 PM, Bartosz Golaszewski wrote:
>> On Wed, 24 Apr 2024 at 16:46, Krzysztof Kozlowski
>> <krzysztof.kozlowski@linaro.org> wrote:
>>>
>>> On 24/04/2024 14:29, Bartosz Golaszewski wrote:
>>>> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
>>>>
>>>
>>>> qcadev->susclk = devm_clk_get_optional(&serdev->dev, NULL);
>>>> if (IS_ERR(qcadev->susclk)) {
>>>> @@ -2355,10 +2360,13 @@ static int qca_serdev_probe(struct serdev_device *serdev)
>>>> qcadev->bt_en = devm_gpiod_get_optional(&serdev->dev, "enable",
>>>> GPIOD_OUT_LOW);
>>>> if (IS_ERR(qcadev->bt_en)) {
>>>> - dev_warn(&serdev->dev, "failed to acquire enable gpio\n");
>>>> - power_ctrl_enabled = false;
>>>> + dev_err(&serdev->dev, "failed to acquire enable gpio\n");
>>>> + return PTR_ERR(qcadev->bt_en);
> please think about for QCA2066. if it is returned from here. BT will
Which is correct. QCA2066 requires GPIO. Look at the bindings.
> not working at all. if you don't return here. i will be working fine
> for every BT functionality.
> NAK again by me.
Yeah, my bad, I taught you that sentence and you keep repeating it.
Best regards,
Krzysztof
next prev parent reply other threads:[~2024-04-24 15:32 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-24 12:29 Bartosz Golaszewski
2024-04-24 12:35 ` quic_zijuhu
2024-04-24 12:59 ` quic_zijuhu
2024-04-24 13:15 ` Wren Turkal
2024-04-24 13:10 ` Wren Turkal
2024-04-24 13:18 ` Bartosz Golaszewski
2024-04-24 13:22 ` quic_zijuhu
2024-04-24 13:31 ` Wren Turkal
2024-04-24 13:36 ` quic_zijuhu
2024-04-24 13:40 ` Wren Turkal
2024-04-24 13:39 ` Bartosz Golaszewski
2024-04-24 14:46 ` Krzysztof Kozlowski
2024-04-24 14:52 ` Bartosz Golaszewski
2024-04-24 15:05 ` Krzysztof Kozlowski
2024-04-24 15:24 ` quic_zijuhu
2024-04-24 15:29 ` quic_zijuhu
2024-04-24 15:31 ` Bartosz Golaszewski
2024-04-24 15:35 ` quic_zijuhu
2024-04-24 15:41 ` Luiz Augusto von Dentz
2024-04-24 15:47 ` quic_zijuhu
2024-04-24 15:57 ` quic_zijuhu
2024-04-24 15:30 ` Bartosz Golaszewski
2024-04-24 15:31 ` Krzysztof Kozlowski [this message]
2024-04-24 15:40 ` patchwork-bot+bluetooth
2024-04-26 14:37 ` Bartosz Golaszewski
2024-04-26 15:09 ` Luiz Augusto von Dentz
2024-04-26 17:23 ` Bartosz Golaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cfc263aa-110e-4b63-b54b-976d07724369@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=bartosz.golaszewski@linaro.org \
--cc=brgl@bgdev.pl \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
--cc=marcel@holtmann.org \
--cc=quic_zijuhu@quicinc.com \
--cc=wt@penguintechs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®