From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: Ahmad Fatoum <a.fatoum@barebox.org>
Subject: Re: [PATCH 1/8] clk: stm32f4: allow building under COMPILE_TEST and fix the build
Date: Wed, 02 Sep 2026 10:40:29 +0200 [thread overview]
Message-ID: <178833842960.3589732.7910041382933679663.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20260831193605.1474749-1-a.fatoum@pengutronix.de>
On Mon, 31 Aug 2026 21:35:48 +0200, Ahmad Fatoum wrote:
> No in-tree defconfig combines ARCH_STM32 with this driver, so it has
> never been compiled and doesn't build:
>
> clk-stm32f4.c:1665:20: error: 'struct clk_mux' has no member named 'width'
>
> barebox' struct clk_mux carries a mask like Linux', so assign it
> verbatim as upstream does; the tables already hold unshifted masks.
>
> [...]
Applied, thanks!
[1/8] clk: stm32f4: allow building under COMPILE_TEST and fix the build
https://git.pengutronix.de/cgit/barebox/commit/?id=0095afed758a (link may not be stable)
[2/8] clk: at91: sam9x60-pll: allow building under COMPILE_TEST and fix the build
https://git.pengutronix.de/cgit/barebox/commit/?id=28713701e33b (link may not be stable)
[3/8] clk: composite: return ERR_PTR on registration failure
https://git.pengutronix.de/cgit/barebox/commit/?id=db7edab4a57e (link may not be stable)
[4/8] clk: fixed-factor: use 64-bit arithmetic in recalc_rate
https://git.pengutronix.de/cgit/barebox/commit/?id=9398f8d6aee5 (link may not be stable)
[5/8] clk: imx: pllv3: use 64-bit arithmetic in fractional PLL recalc_rate
https://git.pengutronix.de/cgit/barebox/commit/?id=153ce01c4156 (link may not be stable)
[6/8] clk: divider: use 64-bit division in _div_round_up and divider_get_val
https://git.pengutronix.de/cgit/barebox/commit/?id=95ccfc4e30ac (link may not be stable)
[7/8] clk: divider: round up when searching for the best divider
https://git.pengutronix.de/cgit/barebox/commit/?id=041910e67955 (link may not be stable)
[8/8] clk: divider: fix calculation of maximal parent rate for a given divider
https://git.pengutronix.de/cgit/barebox/commit/?id=683819ecd972 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
prev parent reply other threads:[~2026-09-02 8:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-31 19:35 Ahmad Fatoum
2026-08-31 19:35 ` [PATCH 2/8] clk: at91: sam9x60-pll: " Ahmad Fatoum
2026-08-31 19:35 ` [PATCH 3/8] clk: composite: return ERR_PTR on registration failure Ahmad Fatoum
2026-08-31 19:35 ` [PATCH 4/8] clk: fixed-factor: use 64-bit arithmetic in recalc_rate Ahmad Fatoum
2026-08-31 19:35 ` [PATCH 5/8] clk: imx: pllv3: use 64-bit arithmetic in fractional PLL recalc_rate Ahmad Fatoum
2026-08-31 19:35 ` [PATCH 6/8] clk: divider: use 64-bit division in _div_round_up and divider_get_val Ahmad Fatoum
2026-08-31 19:35 ` [PATCH 7/8] clk: divider: round up when searching for the best divider Ahmad Fatoum
2026-08-31 19:35 ` [PATCH 8/8] clk: divider: fix calculation of maximal parent rate for a given divider Ahmad Fatoum
2026-09-02 8:40 ` Sascha Hauer [this message]
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=178833842960.3589732.7910041382933679663.b4-ty@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=a.fatoum@barebox.org \
--cc=a.fatoum@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