All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] rtw88: enable PCI CLKREQ and ASPM
@ 2019-11-07 11:15 yhchuang
  2019-11-07 11:16 ` [PATCH 1/4] rtw88: pci: use macros to access PCI DBI/MDIO registers yhchuang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: yhchuang @ 2019-11-07 11:15 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, briannorris

From: Yan-Hsuan Chuang <yhchuang@realtek.com>

This set enables PCI CLKREQ and ASPM for power save. Basically
they should be enabled through PCI configuration space, but
for some reasons (see comments in pci.c), they are disabled by
default. So driver requires to check the configuration space
and then enable them properly.

Yan-Hsuan Chuang (4):
  rtw88: pci: use macros to access PCI DBI/MDIO registers
  rtw88: pci: use for loop instead of while loop for DBI/MDIO
  rtw88: pci: enable CLKREQ function if host supports it
  rtw88: allows to enable/disable HCI link PS mechanism

 drivers/net/wireless/realtek/rtw88/hci.h |   6 +
 drivers/net/wireless/realtek/rtw88/pci.c | 158 ++++++++++++++++++++---
 drivers/net/wireless/realtek/rtw88/pci.h |  16 +++
 drivers/net/wireless/realtek/rtw88/ps.c  |   6 +
 4 files changed, 168 insertions(+), 18 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-11-13  7:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-07 11:15 [PATCH 0/4] rtw88: enable PCI CLKREQ and ASPM yhchuang
2019-11-07 11:16 ` [PATCH 1/4] rtw88: pci: use macros to access PCI DBI/MDIO registers yhchuang
2019-11-07 11:16 ` [PATCH 2/4] rtw88: pci: use for loop instead of while loop for DBI/MDIO yhchuang
2019-11-07 11:16 ` [PATCH 3/4] rtw88: pci: enable CLKREQ function if host supports it yhchuang
2019-11-13  6:13   ` Chris Chiu
2019-11-13  7:16     ` Tony Chuang
2019-11-13  7:46       ` Chris Chiu
2019-11-07 11:16 ` [PATCH 4/4] rtw88: allows to enable/disable HCI link PS mechanism yhchuang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.