public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: WeiHao Li <cn.liweihao@gmail.com>
To: u-boot@lists.denx.de
Cc: trini@konsulko.com, sjg@chromium.org, philipp.tomsich@vrull.eu,
	kever.yang@rock-chips.com, lukma@denx.de, seanga2@gmail.com,
	ag.dev.uboot@gmail.com, muratdemirtaseu@outlook.com,
	WeiHao Li <cn.liweihao@gmail.com>
Subject: [PATCH 0/5] Rockchip RK3368 drivers improve
Date: Thu, 14 Aug 2025 21:12:32 +0800	[thread overview]
Message-ID: <20250814131237.8135-1-cn.liweihao@gmail.com> (raw)

RK3368 clock and VOP drivers are incomplete, some function is missing.

This patchset improved clk and vop driver to make emmc, i2c, vop and
mipi-dsi working normally.

These patches already tested on a RK3368-based board and it works good,
you can review my test log follow the link blow [1].

This patchset with additional board support already submit to my github
repository, you can find it follow the link blow [2].

Link [1]: https://ieiao.github.io/wiki/embedded-dev/rockchip/rk3368/
Link [2]: https://github.com/ieiao/u-boot/tree/ymd8_mb

WeiHao Li (5):
  clk: rockchip: rk3368: Add bus clk get/set
  clk: rockchip: rk3368: add SCLK for mmc clock get/set
  clk: rockchip: rk3368: Add VOP clock get/set
  video: rockchip: Add bridge support for VOP
  video: rockchip: add RK3368 VOP support

 .../include/asm/arch-rockchip/cru_rk3368.h    |  34 ++
 drivers/clk/rockchip/clk_rk3368.c             | 342 +++++++++++++++++-
 drivers/video/rockchip/Makefile               |   1 +
 drivers/video/rockchip/dw_mipi_dsi_rockchip.c |  20 +
 drivers/video/rockchip/rk3368_vop.c           |  79 ++++
 drivers/video/rockchip/rk_vop.c               |  92 +++--
 6 files changed, 542 insertions(+), 26 deletions(-)
 create mode 100644 drivers/video/rockchip/rk3368_vop.c

-- 
2.39.5


             reply	other threads:[~2025-08-14 13:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-14 13:12 WeiHao Li [this message]
2025-08-14 13:12 ` [PATCH 1/5] clk: rockchip: rk3368: Add bus clk get/set WeiHao Li
2025-11-02  0:50   ` Kever Yang
2025-08-14 13:12 ` [PATCH 2/5] clk: rockchip: rk3368: add SCLK for mmc clock get/set WeiHao Li
2025-11-02  0:50   ` Kever Yang
2025-08-14 13:12 ` [PATCH 3/5] clk: rockchip: rk3368: Add VOP " WeiHao Li
2025-11-02  0:51   ` Kever Yang
2025-08-14 13:12 ` [PATCH 4/5] video: rockchip: Add bridge support for VOP WeiHao Li
2025-11-03  3:27   ` Chaoyi Chen
2025-08-14 13:12 ` [PATCH 5/5] video: rockchip: add RK3368 VOP support WeiHao Li

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=20250814131237.8135-1-cn.liweihao@gmail.com \
    --to=cn.liweihao@gmail.com \
    --cc=ag.dev.uboot@gmail.com \
    --cc=kever.yang@rock-chips.com \
    --cc=lukma@denx.de \
    --cc=muratdemirtaseu@outlook.com \
    --cc=philipp.tomsich@vrull.eu \
    --cc=seanga2@gmail.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /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