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 <[email protected]>

---
Changes in v2:
- Sort includes in board toradex/colibri_imx7/colibri_imx7.c
- Fix non-void function returning nothing in setup_lcd
- Reformat commit log
- Link to v1: 
https://lore.kernel.org/r/[email protected]

---
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 | 41 +++++++++++++++++++++++--------
 drivers/pwm/pwm-imx.c                     |  2 +-
 drivers/video/mxsfb.c                     |  6 +++--
 6 files changed, 89 insertions(+), 17 deletions(-)
---
base-commit: 2e48ce04a690a6916f1dadd7ca79470fae3ddbb2
change-id: 20251006-repair_imx7_splash-2a3f5812ee33

Best regards,
-- 
Thomas Bonnefille <[email protected]>

Reply via email to