Re: [PATCH] wifi: ath10k: simplify SDIO async handling

2023-09-19 Thread Jeff Johnson
On 9/18/2023 7:37 AM, Dmitry Antipov wrote: This is an initial attempt to fix TODO found in SDIO bus support code. As original comment says, an idea is to store SDIO-specific 'struct ath10k_sdio_bus_request' data within skb control buffer instead of managing (a relatively large, 1024-items for

Re: [PATCH v2 06/13] Bluetooth: hci_bcm4377: Convert aspm disable to quirk

2023-09-19 Thread Sven Peter
Hi, On Mon, Sep 18, 2023, at 15:10, Ilpo Järvinen wrote: > pci_disable_link_state() was made reliable regardless of ASPM CONFIG > and OS being disallowed to change ASPM states to allow drivers to rely > on pci_disable_link_state() working. > > Remove driver working around unreliable

Re: [PATCH v2 11/13] wifi: ath12k: Use pci_disable/enable_link_state()

2023-09-19 Thread Kalle Valo
Ilpo Järvinen writes: > ath12k driver adjusts ASPM state itself which leaves ASPM service > driver in PCI core unaware of the link state changes the driver > implemented. > > Call pci_disable_link_state() and pci_enable_link_state() instead of > adjusting ASPMC field in LNKCTL directly in the

Re: [PATCH v2 10/13] wifi: ath11k: Use pci_disable/enable_link_state()

2023-09-19 Thread Kalle Valo
Ilpo Järvinen writes: > ath11k driver adjusts ASPM state itself which leaves ASPM service > driver in PCI core unaware of the link state changes the driver > implemented. > > Call pci_disable_link_state() and pci_enable_link_state() instead of > adjusting ASPMC field in LNKCTL directly in the

Re: [PATCH v2 09/13] wifi: ath10k: Use pci_disable/enable_link_state()

2023-09-19 Thread Kalle Valo
Ilpo Järvinen writes: > ath10k driver adjusts ASPM state itself which leaves ASPM service > driver in PCI core unaware of the link state changes the driver > implemented. > > Call pci_disable_link_state() and pci_enable_link_state() instead of > adjusting ASPMC field in LNKCTL directly in the