Re: [PATCH 2/3] Bluetooth: hci_qca: fix QCA6390 support on non-DT platforms
From: Bartosz Golaszewski
Date: Thu Aug 08 2024 - 03:50:04 EST
On Wed, 7 Aug 2024 at 21:09, Wren Turkal <wt@xxxxxxxxxxxxxxxx> wrote:
>
> On 7/31/24 8:20 AM, Bartosz Golaszewski wrote:
> > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
> >
> > QCA6390 can albo be used on non-DT systems so we must not make the power
> > sequencing the only option. Check if the serdev device consumes an OF
> > node. If so: honor the new contract as per the DT bindings. If not: fall
> > back to the previous behavior by falling through to the existing
> > default label.
> >
> > Fixes: 9a15ce685706 ("Bluetooth: qca: use the power sequencer for QCA6390")
> > Reported-by: Wren Turkal <wt@xxxxxxxxxxxxxxxx>
> > Closes: https://lore.kernel.org/linux-bluetooth/27e6a6c5-fb63-4219-be0b-eefa2c116e06@xxxxxxxxxxxxxxxx/
> > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> Was this commit supposed to have a Tested-by: footer for me?
>
Yes, I sent you an offlist message about it. You added:
+Tested-by: (...)
The leading `+` caused patchwork to omit the tag. Just do:
Tested-by: (...)
next time.
Thanks,
Bartosz