All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add basic support for support for Rockchip RK1108 SOC
@ 2016-11-03 12:26 ` Andy Yan
  0 siblings, 0 replies; 65+ messages in thread
From: Andy Yan @ 2016-11-03 12:26 UTC (permalink / raw)
  To: heiko
  Cc: linus.walleij, robh+dt, shawn.lin, linux-clk, briannorris,
	linux-rockchip, devicetree, mturquette, sboyd, linux-gpio, linux,
	linux-arm-kernel, ulf.hansson, linux-kernel, mark.rutland,
	elaine.zhang, Andy Yan


RK1108 is embedded with an ARM Cortex-A7 single core and a DSP core.
It is designed for varies application scenario such as car DVR, sports
DV, secure camera and UAV camera.
This patch series add basic support for it, which can boot a board with
initramfs into shell.
More new feathers will come soon.


Andy Yan (4):
  pinctrl: rockchip: add support for rk1108
  ARM: dts: add basic support for Rockchip RK1108 SOC
  ARM: add low level debug uart for rk1108
  ARM: dts: rockchip: add rockchip RK1108 Evaluation board

Shawn Lin (2):
  dt-bindings: rockchip-dw-mshc: add RK1108 dw-mshc description
  clk: rockchip: add clock controller for rk1108

 Documentation/devicetree/bindings/arm/rockchip.txt |   3 +
 .../devicetree/bindings/mmc/rockchip-dw-mshc.txt   |   1 +
 arch/arm/Kconfig.debug                             |  30 ++
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/rk1108-evb.dts                   |  69 +++
 arch/arm/boot/dts/rk1108.dtsi                      | 420 +++++++++++++++++++
 arch/arm/mach-rockchip/rockchip.c                  |   1 +
 drivers/clk/rockchip/Makefile                      |   1 +
 drivers/clk/rockchip/clk-rk1108.c                  | 463 +++++++++++++++++++++
 drivers/clk/rockchip/clk.h                         |  14 +
 drivers/pinctrl/pinctrl-rockchip.c                 |  27 +-
 include/dt-bindings/clock/rk1108-cru.h             | 308 ++++++++++++++
 12 files changed, 1337 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/rk1108-evb.dts
 create mode 100644 arch/arm/boot/dts/rk1108.dtsi
 create mode 100644 drivers/clk/rockchip/clk-rk1108.c
 create mode 100644 include/dt-bindings/clock/rk1108-cru.h

-- 
2.7.4

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

end of thread, other threads:[~2016-11-13  7:24 UTC | newest]

Thread overview: 65+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-03 12:26 [PATCH 0/6] Add basic support for support for Rockchip RK1108 SOC Andy Yan
2016-11-03 12:26 ` Andy Yan
2016-11-03 12:30 ` [PATCH 1/6] dt-bindings: rockchip-dw-mshc: add RK1108 dw-mshc description Andy Yan
2016-11-03 12:30   ` Andy Yan
     [not found]   ` <1478176250-11840-1-git-send-email-andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-11-10 18:56     ` Rob Herring
2016-11-10 18:56       ` Rob Herring
2016-11-10 18:56       ` Rob Herring
2016-11-03 12:34 ` [PATCH 2/6] pinctrl: rockchip: add support for rk1108 Andy Yan
2016-11-03 12:34   ` Andy Yan
2016-11-03 15:55   ` Heiko Stübner
2016-11-03 15:55     ` Heiko Stübner
2016-11-06 10:05   ` Linus Walleij
2016-11-06 10:05     ` Linus Walleij
2016-11-12 17:41   ` 陈豪
2016-11-12 17:41     ` 陈豪
2016-11-12 21:44     ` Heiko Stübner
2016-11-12 21:44       ` Heiko Stübner
2016-11-13  7:24       ` Andy Yan
2016-11-13  7:24         ` Andy Yan
2016-11-03 12:38 ` [PATCH 3/6] clk: rockchip: add clock controller " Andy Yan
2016-11-03 12:38   ` Andy Yan
2016-11-04  2:09   ` Shawn Lin
2016-11-04  2:09     ` Shawn Lin
2016-11-04  7:32   ` Heiko Stuebner
2016-11-04  7:32     ` Heiko Stuebner
2016-11-03 12:40 ` [PATCH 4/6] ARM: dts: add basic support for Rockchip RK1108 SOC Andy Yan
2016-11-03 12:40   ` Andy Yan
2016-11-04  8:00   ` Heiko Stuebner
2016-11-04  8:00     ` Heiko Stuebner
2016-11-04  8:00     ` Heiko Stuebner
2016-11-08 12:31     ` Andy Yan
2016-11-08 12:31       ` Andy Yan
2016-11-08 13:20       ` Heiko Stübner
2016-11-08 13:20         ` Heiko Stübner
2016-11-08 13:20         ` Heiko Stübner
2016-11-08 13:20         ` Heiko Stübner
2016-11-04  8:07   ` Heiko Stuebner
2016-11-04  8:07     ` Heiko Stuebner
2016-11-04  8:07     ` Heiko Stuebner
2016-11-03 12:42 ` [PATCH 5/6] ARM: add low level debug uart for rk1108 Andy Yan
2016-11-03 12:42   ` Andy Yan
     [not found]   ` <1478176941-12188-1-git-send-email-andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-11-04  7:36     ` Heiko Stuebner
2016-11-04  7:36       ` Heiko Stuebner
2016-11-04  7:36       ` Heiko Stuebner
2016-11-04  7:58       ` Andy Yan
2016-11-04  7:58         ` Andy Yan
     [not found]         ` <56bcae77-3aed-c183-5e9f-3581cc187a7d-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-11-04  8:03           ` Heiko Stuebner
2016-11-04  8:03             ` Heiko Stuebner
2016-11-04  8:03             ` Heiko Stuebner
     [not found] ` <1478175975-11779-1-git-send-email-andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-11-03 12:43   ` [PATCH 6/6] ARM: dts: rockchip: add rockchip RK1108 Evaluation board Andy Yan
2016-11-03 12:43     ` Andy Yan
2016-11-03 12:43     ` Andy Yan
2016-11-04 10:03     ` Heiko Stuebner
2016-11-04 10:03       ` Heiko Stuebner
2016-11-04 10:54       ` Andy Yan
2016-11-04 10:54         ` Andy Yan
     [not found]         ` <ce6e9d62-75e5-60bc-2775-507aa326e3a2-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-11-04 11:17           ` Heiko Stuebner
2016-11-04 11:17             ` Heiko Stuebner
2016-11-04 11:17             ` Heiko Stuebner
     [not found]     ` <1478177039-12257-1-git-send-email-andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-11-10 18:57       ` Rob Herring
2016-11-10 18:57         ` Rob Herring
2016-11-10 18:57         ` Rob Herring
2016-11-12 16:02 ` [PATCH 0/6] Add basic support for support for Rockchip RK1108 SOC 陈豪
2016-11-12 16:02   ` 陈豪
2016-11-12 16:02   ` 陈豪

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.