All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] WiFi SDIO fixes and improvements for Acer A500 and Nexus 7
@ 2020-08-23 14:47 Dmitry Osipenko
  2020-08-23 14:47 ` [PATCH v1 1/4] ARM: tegra: acer-a500: Correct PINCTRL configuration Dmitry Osipenko
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Dmitry Osipenko @ 2020-08-23 14:47 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter; +Cc: Wright Feng, linux-tegra

Hello!

I was debugging WiFi performance problems that I started to notice on
Acer A500 and found couple problems. One discovered problem lays in a
wrong SDIO PINCTRL configuration of A500 device-tree, others are found
in MMC core and brcmfmac driver.

This series fixes the PINCTRL configuration and improves MMC clock setup
of Acer A500 and Nexus 7 WiFi.

Big thanks to Wright Feng of Cypress who indirectly helped me to notice the
PINCTRL bug by showing MMC IOS info of the BCM4329 setup that Wright uses,
it lead me to re-check to the PINCTRL configuration!

Dmitry Osipenko (4):
  ARM: tegra: acer-a500: Correct PINCTRL configuration
  ARM: tegra: acer-a500: Set WiFi MMC clock rate to 50MHz
  ARM: tegra: acer-a500: Use PLLC for WiFi MMC clk parent
  ARM: tegra: nexus7: Use PLLC for WiFi MMC clk parent

 .../arm/boot/dts/tegra20-acer-a500-picasso.dts | 18 +++++++++++++++---
 .../tegra30-asus-nexus7-grouper-common.dtsi    |  5 +++++
 2 files changed, 20 insertions(+), 3 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2020-09-17 10:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-23 14:47 [PATCH v1 0/4] WiFi SDIO fixes and improvements for Acer A500 and Nexus 7 Dmitry Osipenko
2020-08-23 14:47 ` [PATCH v1 1/4] ARM: tegra: acer-a500: Correct PINCTRL configuration Dmitry Osipenko
2020-08-23 14:47 ` [PATCH v1 2/4] ARM: tegra: acer-a500: Set WiFi MMC clock rate to 50MHz Dmitry Osipenko
2020-08-23 14:47 ` [PATCH v1 3/4] ARM: tegra: acer-a500: Use PLLC for WiFi MMC clk parent Dmitry Osipenko
2020-08-23 14:47 ` [PATCH v1 4/4] ARM: tegra: nexus7: " Dmitry Osipenko
2020-09-17 10:21 ` [PATCH v1 0/4] WiFi SDIO fixes and improvements for Acer A500 and Nexus 7 Thierry Reding

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.