From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH master 00/13] Misc compile test fixes
Date: Tue, 15 Oct 2024 08:59:55 +0200 [thread overview]
Message-ID: <172897559528.1131484.13687176546465850836.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20241014113912.2826190-1-a.fatoum@pengutronix.de>
On Mon, 14 Oct 2024 13:38:59 +0200, Ahmad Fatoum wrote:
> I compile tested with ARCH=sandbox make allyesconfig and these are fixes
> for the errors I ran into.
>
> Given that a number of them may also affect other architectures and that
> the changes are quite limited in scope, I suggest this is taken directly
> to master.
>
> [...]
Applied, thanks!
[01/13] clk: add stub definition for of_clk_get_from_provider
https://git.pengutronix.de/cgit/barebox/commit/?id=2b0b0b593368 (link may not be stable)
[02/13] tee: add missing header for BIT macro definition
https://git.pengutronix.de/cgit/barebox/commit/?id=0d2f3e5c480d (link may not be stable)
[03/13] tee: shm: include missing header for basprintf
https://git.pengutronix.de/cgit/barebox/commit/?id=46ea52de7c62 (link may not be stable)
[04/13] net: dsa: realtek: fix CONFIG_SANDBOX build
https://git.pengutronix.de/cgit/barebox/commit/?id=ace93553b086 (link may not be stable)
[05/13] pmdomain: imx8mp-blk-ctrl: add missing definition of ARRAY_SIZE
https://git.pengutronix.de/cgit/barebox/commit/?id=2f5ce38ea80f (link may not be stable)
[06/13] PWM: rockchip: fix compile testing with CONFIG_SANDBOX
https://git.pengutronix.de/cgit/barebox/commit/?id=20585afc9f17 (link may not be stable)
[07/13] watchdog: imxulp: drop unused include of asm/system.h
https://git.pengutronix.de/cgit/barebox/commit/?id=b9dd2b801997 (link may not be stable)
[08/13] include: import uapi/linux/kernel.h header from Linux
https://git.pengutronix.de/cgit/barebox/commit/?id=9012d0070ba0 (link may not be stable)
[09/13] usb: typec: fix compile test with CONFIG_SANDBOX
https://git.pengutronix.de/cgit/barebox/commit/?id=d9fa8b26b60c (link may not be stable)
[10/13] bitops: fix missing defintion for DIV_ROUND_UP definitions
https://git.pengutronix.de/cgit/barebox/commit/?id=bab7529d92a0 (link may not be stable)
[11/13] mci: am654-sdhci: drop dummy redefinition of MMC_CAP2_HS200/400
https://git.pengutronix.de/cgit/barebox/commit/?id=c01345595682 (link may not be stable)
[12/13] hw_random: fix compilation with 64-bit size_t
https://git.pengutronix.de/cgit/barebox/commit/?id=55a682298bee (link may not be stable)
[13/13] optee: make OP-TEE OF fixup ARM-specific
https://git.pengutronix.de/cgit/barebox/commit/?id=56535d9cb0fc (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
prev parent reply other threads:[~2024-10-15 7:03 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-14 11:38 Ahmad Fatoum
2024-10-14 11:39 ` [PATCH master 01/13] clk: add stub definition for of_clk_get_from_provider Ahmad Fatoum
2024-10-14 11:39 ` [PATCH master 02/13] tee: add missing header for BIT macro definition Ahmad Fatoum
2024-10-14 11:39 ` [PATCH master 03/13] tee: shm: include missing header for basprintf Ahmad Fatoum
2024-10-14 11:39 ` [PATCH master 04/13] net: dsa: realtek: fix CONFIG_SANDBOX build Ahmad Fatoum
2024-10-14 11:39 ` [PATCH master 05/13] pmdomain: imx8mp-blk-ctrl: add missing definition of ARRAY_SIZE Ahmad Fatoum
2024-10-14 11:39 ` [PATCH master 06/13] PWM: rockchip: fix compile testing with CONFIG_SANDBOX Ahmad Fatoum
2024-10-14 11:39 ` [PATCH master 07/13] watchdog: imxulp: drop unused include of asm/system.h Ahmad Fatoum
2024-10-14 11:39 ` [PATCH master 08/13] include: import uapi/linux/kernel.h header from Linux Ahmad Fatoum
2024-10-14 11:39 ` [PATCH master 09/13] usb: typec: fix compile test with CONFIG_SANDBOX Ahmad Fatoum
2024-10-14 11:39 ` [PATCH master 10/13] bitops: fix missing defintion for DIV_ROUND_UP definitions Ahmad Fatoum
2024-10-14 11:39 ` [PATCH master 11/13] mci: am654-sdhci: drop dummy redefinition of MMC_CAP2_HS200/400 Ahmad Fatoum
2024-10-14 11:39 ` [PATCH master 12/13] hw_random: fix compilation with 64-bit size_t Ahmad Fatoum
2024-10-14 11:39 ` [PATCH master 13/13] optee: make OP-TEE OF fixup ARM-specific Ahmad Fatoum
2024-10-15 6:59 ` 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=172897559528.1131484.13687176546465850836.b4-ty@pengutronix.de \
--to=s.hauer@pengutronix.de \
--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