From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 0/3] Fix MMC clocks on RK3568
Date: Fri, 17 Feb 2023 10:40:53 +0100	[thread overview]
Message-ID: <20230217094056.1894461-1-s.hauer@pengutronix.de> (raw)
We observed that on RK3568 the eMMC does not work when the SD controller
is not registered. This goes down to wrong enable_count when reparenting
composite clocks due to a set_rate call. This series fixes it.
Sascha
Sascha Hauer (3):
  clk: composite: Give mux/div/gate clks names
  clk: composite: Fix enable_count when reparenting mux
  mci: rockchip-dwcmshc-sdhci: Print less errors
 drivers/clk/clk-composite.c          | 10 +++++++++-
 drivers/clk/rockchip/clk.c           |  3 +++
 drivers/mci/rockchip-dwcmshc-sdhci.c |  6 +++---
 3 files changed, 15 insertions(+), 4 deletions(-)
-- 
2.30.2
next             reply	other threads:[~2023-02-17  9:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-17  9:40 Sascha Hauer [this message]
2023-02-17  9:40 ` [PATCH 1/3] clk: composite: Give mux/div/gate clks names Sascha Hauer
2023-02-17  9:40 ` [PATCH 2/3] clk: composite: Fix enable_count when reparenting mux Sascha Hauer
2023-02-17  9:40 ` [PATCH 3/3] mci: rockchip-dwcmshc-sdhci: Print less errors Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=20230217094056.1894461-1-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox