mbox series

[0/2,SRU,Mantic] Support for Intel Discrete Gale Peak2/BE200

Message ID 20230906191650.247118-1-vicamo.yang@canonical.com
Headers show
Series Support for Intel Discrete Gale Peak2/BE200 | expand

Message

You-Sheng Yang Sept. 6, 2023, 7:16 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2028065

[Impact]

Missing Intel Gale Peak WiFi/Bluetooth support.

[Fix]

WIFI:
a. kernel driver :
   - commit 12a89f0177092 ("wifi: iwlwifi: remove 'use_tfh' config to fix
     crash") [v6.5-rc2]
b. firmware (to be released):
   - iwlwifi-gl-b0-fm-b0-83.ucode
   - iwlwifi-gl-b0-fm-b0.pnvm

Bluetooth:
a. kernel driver:
   - commit 8fd791afddca ("Bluetooth: btintel: Add support for Gale Peak")
   - commit 24921786074b ("Bluetooth: Add support for Gale Peak (8087:0036)")
b. firmware (to be released):
   - intel/ibt-0191-0191.sfi
   - intel/ibt-0191-0191.ddc

[Test Case]

To boot with patched kernel and prereleased firmware blob and check basic
WiFi/Bluetooth functions.

[Where problems could occur]

New device. Expect incomplete functions and bugs.

[Other Info]

Targets 6.5 kernels, so only nominated for Mantic and oem-6.5.

Kiran K (2):
  Bluetooth: btintel: Add support for Gale Peak
  Bluetooth: Add support for Gale Peak (8087:0036)

 drivers/bluetooth/btintel.c | 3 +++
 drivers/bluetooth/btusb.c   | 1 +
 2 files changed, 4 insertions(+)

Comments

Andrea Righi Sept. 13, 2023, 5:59 a.m. UTC | #1
On Thu, Sep 07, 2023 at 03:16:48AM +0800, You-Sheng Yang wrote:
> BugLink: https://bugs.launchpad.net/bugs/2028065
> 
> [Impact]
> 
> Missing Intel Gale Peak WiFi/Bluetooth support.
> 
> [Fix]
> 
> WIFI:
> a. kernel driver :
>    - commit 12a89f0177092 ("wifi: iwlwifi: remove 'use_tfh' config to fix
>      crash") [v6.5-rc2]
> b. firmware (to be released):
>    - iwlwifi-gl-b0-fm-b0-83.ucode
>    - iwlwifi-gl-b0-fm-b0.pnvm
> 
> Bluetooth:
> a. kernel driver:
>    - commit 8fd791afddca ("Bluetooth: btintel: Add support for Gale Peak")
>    - commit 24921786074b ("Bluetooth: Add support for Gale Peak (8087:0036)")
> b. firmware (to be released):
>    - intel/ibt-0191-0191.sfi
>    - intel/ibt-0191-0191.ddc
> 
> [Test Case]
> 
> To boot with patched kernel and prereleased firmware blob and check basic
> WiFi/Bluetooth functions.
> 
> [Where problems could occur]
> 
> New device. Expect incomplete functions and bugs.
> 
> [Other Info]
> 
> Targets 6.5 kernels, so only nominated for Mantic and oem-6.5.

Applied to mantic/linux.

Thanks,
-Andrea