devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Kylin-board is based on RK3036 SOCs, add the initiation
@ 2015-12-16  8:27 Caesar Wang
  2015-12-16  8:27 ` [PATCH 1/5] clk: rockchip: rk3036: include downstream muxes into fractional dividers Caesar Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Caesar Wang @ 2015-12-16  8:27 UTC (permalink / raw)
  To: heiko, mturquette, sboyd
  Cc: leozwang, keescook, leecam, devicetree, linux-clk,
	linux-arm-kernel, linux-kernel, Caesar Wang

version for working.

This series pacthes have the following decriptions:

PATCH[1/5]:
clk: rockchip: rk3036: include downstream muxes into fractional dividers

This patch is depend on Heiko's series pacthes.

a8a1de6 clk: rockchip: include downstream muxes into fractional dividers
(https://patchwork.kernel.org/patch/7053071/)
ab40856 clk: rockchip: handle mux dependency of fractional dividers
(https://patchwork.kernel.org/patch/7053051/)
c4c5582 clk: add flag for clocks that need to be enabled on rate changes
(https://patchwork.kernel.org/patch/7053041/)
---

PATCH[2/5]:
0a68e13 clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for aclk_vio
The aclk_vio is marked as the ignore_unused since it's the noc clock.
let will fix the display issue.
---

PATCH[3/5]:
183a5eb ARM: dts: rockchip: update the core dts for rk3036
Update the rk3036 core dtsi, add the hdmi, lcdc, sdmmc, sdio .... node info
for rk3036, in general the function is verified by the UARL[0].

UARL[0]:https://github.com/rockchip-linux/kernel/ -b develop-v4.1
---

PATCH[4/5]:
962e1ad ARM: dts: rockchip: add the kylin board for rk3036
Add the rk3036-kylin dts for Kylin-board.
---

PATCH[5/5]:
d96f13a ARM: config: Add the rk3036 configure for kylin board
Add the defconfig for Kylin-board to better to know about that.

Note: I don't plan to upstream for this patch. :)
---

The game is just beginning ....



Caesar Wang (4):
  clk: rockchip: rk3036: include downstream muxes into fractional
    dividers
  ARM: dts: rockchip: update the core dts for rk3036
  ARM: dts: rockchip: add the kylin board for rk3036
  ARM: config: Add the rk3036 configure for kylin board

Yakir Yang (1):
  clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for aclk_vio

 Documentation/devicetree/bindings/arm/rockchip.txt |   4 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/rk3036-kylin.dts                 | 302 +++++++++++++++++++++
 arch/arm/boot/dts/rk3036.dtsi                      | 225 ++++++++++++++-
 arch/arm/configs/rk3036_kylin_defconfig            | 230 ++++++++++++++++
 drivers/clk/rockchip/clk-rk3036.c                  |  37 +--
 6 files changed, 777 insertions(+), 22 deletions(-)
 create mode 100644 arch/arm/boot/dts/rk3036-kylin.dts
 create mode 100644 arch/arm/configs/rk3036_kylin_defconfig

-- 
1.9.1


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

end of thread, other threads:[~2015-12-16 21:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-16  8:27 [PATCH 0/5] Kylin-board is based on RK3036 SOCs, add the initiation Caesar Wang
2015-12-16  8:27 ` [PATCH 1/5] clk: rockchip: rk3036: include downstream muxes into fractional dividers Caesar Wang
     [not found]   ` <1450254441-3243-2-git-send-email-wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-12-16 10:55     ` kbuild test robot
2015-12-16  8:27 ` [PATCH 2/5] clk: rockchip: rk3036: enable the CLK_IGNORE_UNUSED flag for aclk_vio Caesar Wang
2015-12-16 21:24   ` Heiko Stübner
2015-12-16  8:27 ` [PATCH 3/5] ARM: dts: rockchip: update the core dts for rk3036 Caesar Wang
2015-12-16 13:51   ` Heiko Stübner
2015-12-16  8:27 ` [PATCH 4/5] ARM: dts: rockchip: add the kylin board " Caesar Wang
2015-12-16  8:27 ` [PATCH 5/5] ARM: config: Add the rk3036 configure for kylin board Caesar Wang
2015-12-16 13:54   ` Heiko Stübner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).