All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] i.MX7 Splash Screen and PWM fixes
@ 2025-11-25 23:41 Thomas Bonnefille
  2025-11-25 23:41 ` [PATCH 1/5] drivers: video: mxsfb: Use kconfig VIDEO_REMOVE to remove video Thomas Bonnefille
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Thomas Bonnefille @ 2025-11-25 23:41 UTC (permalink / raw)
  To: u-boot, NXP i.MX U-Boot Team
  Cc: Thomas Petazzoni, Miquèl Raynal, Anatolij Gustschin,
	Tom Rini, Thomas Bonnefille, Stefano Babic, Fabio Estevam,
	Simon Glass, Francesco Dolcini

This series adds support for the PWM functions of the i.MX7 SoC, it also
allows a splash screen to stay when booting the OS by letting the video
driver up when the OS is started.

---
Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com>

---
Thomas Bonnefille (5):
      drivers: video: mxsfb: Use kconfig VIDEO_REMOVE to remove video
      arm: include: imx7: rename PWM registers to match driver name
      mx7: clock: add pwm enabling clock function
      pwm: imx: allow i.MX7 to use PWM3 and PWM4
      board: toradex: add splash screen to Toradex i.MX7D Colibri board

 arch/arm/include/asm/arch-mx7/clock.h     |  3 +++
 arch/arm/include/asm/arch-mx7/imx-regs.h  | 25 +++++++++++++++----
 arch/arm/mach-imx/mx7/clock.c             | 29 ++++++++++++++++++++++
 board/toradex/colibri_imx7/colibri_imx7.c | 40 +++++++++++++++++++++++--------
 drivers/pwm/pwm-imx.c                     |  2 +-
 drivers/video/mxsfb.c                     |  6 +++--
 6 files changed, 88 insertions(+), 17 deletions(-)
---
base-commit: 020688fb85624ce7fb01dbf412f9ecfacc9ef8d3
change-id: 20251006-repair_imx7_splash-2a3f5812ee33

Best regards,
-- 
Thomas Bonnefille <thomas.bonnefille@bootlin.com>


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

end of thread, other threads:[~2025-12-01 17:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-25 23:41 [PATCH 0/5] i.MX7 Splash Screen and PWM fixes Thomas Bonnefille
2025-11-25 23:41 ` [PATCH 1/5] drivers: video: mxsfb: Use kconfig VIDEO_REMOVE to remove video Thomas Bonnefille
2025-11-25 23:41 ` [PATCH 2/5] arm: include: imx7: rename PWM registers to match driver name Thomas Bonnefille
2025-11-25 23:41 ` [PATCH 3/5] mx7: clock: add pwm enabling clock function Thomas Bonnefille
2025-11-25 23:41 ` [PATCH 4/5] pwm: imx: allow i.MX7 to use PWM3 and PWM4 Thomas Bonnefille
2025-11-25 23:41 ` [PATCH 5/5] board: toradex: add splash screen to Toradex i.MX7D Colibri board Thomas Bonnefille
2025-11-26 11:59   ` Francesco Dolcini
2025-11-26 17:54     ` Thomas Bonnefille
2025-11-28 11:27       ` Francesco Dolcini
2025-11-28 11:29   ` Francesco Dolcini
2025-12-01 17:16   ` Fabio Estevam

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.