mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH master 00/13] Misc compile test fixes
@ 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
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Ahmad Fatoum @ 2024-10-14 11:38 UTC (permalink / raw)
  To: barebox

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.

Ahmad Fatoum (13):
  clk: add stub definition for of_clk_get_from_provider
  tee: add missing header for BIT macro definition
  tee: shm: include missing header for basprintf
  net: dsa: realtek: fix CONFIG_SANDBOX build
  pmdomain: imx8mp-blk-ctrl: add missing definition of ARRAY_SIZE
  PWM: rockchip: fix compile testing with CONFIG_SANDBOX
  watchdog: imxulp: drop unused include of asm/system.h
  include: import uapi/linux/kernel.h header from Linux
  usb: typec: fix compile test with CONFIG_SANDBOX
  bitops: fix missing defintion for DIV_ROUND_UP definitions
  mci: am654-sdhci: drop dummy redefinition of MMC_CAP2_HS200/400
  hw_random: fix compilation with 64-bit size_t
  optee: make OP-TEE OF fixup ARM-specific

 drivers/hw_random/omap-rng.c           |  2 +-
 drivers/mci/am654-sdhci.c              |  2 --
 drivers/net/realtek-dsa/realtek-mdio.c |  1 +
 drivers/net/realtek-dsa/rtl8365mb.c    |  2 ++
 drivers/net/realtek-dsa/rtl8366rb.c    |  1 +
 drivers/pmdomain/imx/imx8mp-blk-ctrl.c |  1 +
 drivers/pwm/pwm-rockchip.c             |  1 +
 drivers/tee/optee/Kconfig              |  4 +++
 drivers/tee/optee/Makefile             |  2 +-
 drivers/tee/tee_shm.c                  |  1 +
 drivers/usb/typec/class.c              |  3 ++-
 drivers/watchdog/imxulp-wdt.c          |  1 -
 include/linux/align.h                  |  8 +++---
 include/linux/bitops.h                 | 10 ++++---
 include/linux/clk.h                    |  6 +++++
 include/linux/const.h                  | 24 +----------------
 include/linux/math.h                   |  2 +-
 include/linux/tee_drv.h                |  1 +
 include/uapi/linux/const.h             | 36 ++++++++++++++++++++++++++
 include/uapi/linux/kernel.h            |  7 +++++
 20 files changed, 78 insertions(+), 37 deletions(-)
 create mode 100644 include/uapi/linux/const.h
 create mode 100644 include/uapi/linux/kernel.h

-- 
2.39.5




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

end of thread, other threads:[~2024-10-15  7:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-14 11:38 [PATCH master 00/13] Misc compile test fixes 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 ` [PATCH master 00/13] Misc compile test fixes Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox