mbox series

[U-Boot,0/5] rockchip: video: migrate RK3399 w/ HDMI to livetree

Message ID 1519403933-64408-1-git-send-email-philipp.tomsich@theobroma-systems.com
Headers show
Series rockchip: video: migrate RK3399 w/ HDMI to livetree | expand

Message

Philipp Tomsich Feb. 23, 2018, 4:38 p.m. UTC
This series fixes the regression on the RK3399 (since some boards have
moved to live tree) for HDMI output.  This fix requires some new
functionality in the ofnode family (i.e. finding an ofnode's parent
node and finding an ofnode from a phandle), but these are all add-on
functionality and thus should not interfere with any other boards or
drivers (as it's only us using them so far).

To have working HDMI again, the fix for our PMU clk driver (so
PLL_PPLL, which is listed in the 'assigned-clocks', is handled
correctly during probing).


Kever Yang (1):
  core: add ofnode_get_by_phandle() api

Philipp Tomsich (4):
  core: ofnode: add ofnode_get_parent function
  rockchip: video: rk_hdmi: migrate to livetree
  rockchip: video: rk_vop: migrate to livetree
  rockchip: video: update MAINTAINERS

 MAINTAINERS                      |  1 +
 drivers/core/ofnode.c            | 27 +++++++++++++
 drivers/video/rockchip/rk_hdmi.c |  2 +-
 drivers/video/rockchip/rk_vop.c  | 85 +++++++++++++++++++++++++++-------------
 include/dm/ofnode.h              | 16 ++++++++
 5 files changed, 102 insertions(+), 29 deletions(-)

Comments

Philipp Tomsich Feb. 23, 2018, 4:48 p.m. UTC | #1
Tom et al.,

I’d like to see this bug fix included in 2018.03, but don’t want to take the decision
on my own:
-	some of this should have come via Anatolij’s tree
-	if touches ofnode.h/c and also needs a change by Kever that Simon
	reviewed (and noted that test cases should also be added) and that
	should normally come through the DM tree
-	it only affects our company's BSP and we can just keep a branch of
	2018.03 alive in our public GIT until 2018.05 comes out...

Please let me know if I can process this through the Rockchip tree for
2018.03 or whether this has to wait until the new merge window.

Thanks,
Philipp.

> On 23 Feb 2018, at 17:38, Philipp Tomsich <philipp.tomsich@theobroma-systems.com> wrote:
> 
> 
> This series fixes the regression on the RK3399 (since some boards have
> moved to live tree) for HDMI output.  This fix requires some new
> functionality in the ofnode family (i.e. finding an ofnode's parent
> node and finding an ofnode from a phandle), but these are all add-on
> functionality and thus should not interfere with any other boards or
> drivers (as it's only us using them so far).
> 
> To have working HDMI again, the fix for our PMU clk driver (so
> PLL_PPLL, which is listed in the 'assigned-clocks', is handled
> correctly during probing).
> 
> 
> Kever Yang (1):
>  core: add ofnode_get_by_phandle() api
> 
> Philipp Tomsich (4):
>  core: ofnode: add ofnode_get_parent function
>  rockchip: video: rk_hdmi: migrate to livetree
>  rockchip: video: rk_vop: migrate to livetree
>  rockchip: video: update MAINTAINERS
> 
> MAINTAINERS                      |  1 +
> drivers/core/ofnode.c            | 27 +++++++++++++
> drivers/video/rockchip/rk_hdmi.c |  2 +-
> drivers/video/rockchip/rk_vop.c  | 85 +++++++++++++++++++++++++++-------------
> include/dm/ofnode.h              | 16 ++++++++
> 5 files changed, 102 insertions(+), 29 deletions(-)
> 
> -- 
> 2.1.4
>
Anatolij Gustschin Feb. 23, 2018, 8:10 p.m. UTC | #2
On Fri, 23 Feb 2018 17:38:48 +0100
Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
...
> To have working HDMI again, the fix for our PMU clk driver (so
> PLL_PPLL, which is listed in the 'assigned-clocks', is handled
> correctly during probing).

Series applied to u-boot-video/master, thanks!

--
Anatolij