mbox series

[0/3] btrtl: try to use OF machine compatible as config postfix

Message ID BYAPR20MB2472590CD7F6385C0E002763BCF79@BYAPR20MB2472.namprd20.prod.outlook.com (mailing list archive)
Headers show
Series btrtl: try to use OF machine compatible as config postfix | expand

Message

icenowy@outlook.com April 22, 2022, 4:02 p.m. UTC
From: Icenowy Zheng <icenowy@aosc.io>

Currently for OF machines there's no way to specify a machine-specific
btrtl config file.

Try to use OF machine compatible string as config postfix, in a similar
manner with brcmfmac driver (which needs machine-specific config files
too).

Icenowy Zheng (3):
  Bluetooth: btrtl: try config w/o postfix if postfixed one failed to
    load
  Bluetooth: btrtl: use board DT compatible string as config postfix
  Bluetooth: btrtl: allow longer config file name

 drivers/bluetooth/btrtl.c  |  8 +++++++-
 drivers/bluetooth/hci_h5.c | 27 +++++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 1 deletion(-)

Comments

Icenowy Zheng April 22, 2022, 4:05 p.m. UTC | #1
在 2022-04-23星期六的 00:02 +0800,icenowy@outlook.com写道:
> From: Icenowy Zheng <icenowy@aosc.io>
> 

Sorry, but the original commiter email of patches inside this patchset
is no longer accessible.

If possible, please send reviews to this aosc.io address.

> Currently for OF machines there's no way to specify a machine-
> specific
> btrtl config file.
> 
> Try to use OF machine compatible string as config postfix, in a
> similar
> manner with brcmfmac driver (which needs machine-specific config
> files
> too).
> 
> Icenowy Zheng (3):
>   Bluetooth: btrtl: try config w/o postfix if postfixed one failed to
>     load
>   Bluetooth: btrtl: use board DT compatible string as config postfix
>   Bluetooth: btrtl: allow longer config file name
> 
>  drivers/bluetooth/btrtl.c  |  8 +++++++-
>  drivers/bluetooth/hci_h5.c | 27 +++++++++++++++++++++++++++
>  2 files changed, 34 insertions(+), 1 deletion(-)
>