linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] imx: add imx6ull support
@ 2016-11-01  3:02 Peter Chen
  2016-11-01  3:02 ` [PATCH 1/3] ARM: imx6u: " Peter Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Peter Chen @ 2016-11-01  3:02 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Shawn,

In this series, it adds support for imx6ull SoC which is a derived SoC
from imx6ul, and imx6ull is pin-to-pin compatible with imx6ul, the
basic functions are tested at imx6ull evk.

Bai Ping (1):
  clk: imx: clk-imx6ul: add clk support for imx6ull

Peter Chen (2):
  ARM: imx6u: add imx6ull support
  ARM: imx: mach-imx6ul: add imx6ull support

 arch/arm/boot/dts/Makefile               |   3 +-
 arch/arm/boot/dts/imx6u-14x14-evk.dts    | 475 ++++++++++++++++
 arch/arm/boot/dts/imx6u-14x14-evk.dtsi   | 487 ++++++++++++++++
 arch/arm/boot/dts/imx6u.dtsi             | 942 +++++++++++++++++++++++++++++++
 arch/arm/boot/dts/imx6ul-14x14-evk.dts   | 479 +---------------
 arch/arm/boot/dts/imx6ul.dtsi            | 936 +-----------------------------
 arch/arm/boot/dts/imx6ull-14x14-evk.dts  |  17 +
 arch/arm/boot/dts/imx6ull-pinfunc.h      |  57 ++
 arch/arm/boot/dts/imx6ull.dtsi           |  10 +
 arch/arm/mach-imx/mach-imx6ul.c          |   3 +-
 drivers/clk/imx/clk-imx6ul.c             |  74 ++-
 include/dt-bindings/clock/imx6ul-clock.h |  15 +-
 12 files changed, 2072 insertions(+), 1426 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6u-14x14-evk.dts
 create mode 100644 arch/arm/boot/dts/imx6u-14x14-evk.dtsi
 create mode 100644 arch/arm/boot/dts/imx6u.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ull-14x14-evk.dts
 create mode 100644 arch/arm/boot/dts/imx6ull-pinfunc.h
 create mode 100644 arch/arm/boot/dts/imx6ull.dtsi

-- 
2.7.4

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

end of thread, other threads:[~2016-11-08  3:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-01  3:02 [PATCH 0/3] imx: add imx6ull support Peter Chen
2016-11-01  3:02 ` [PATCH 1/3] ARM: imx6u: " Peter Chen
2016-11-05  8:59   ` Shawn Guo
2016-11-08  3:44     ` Peter Chen
2016-11-01  3:02 ` [PATCH 2/3] ARM: imx: mach-imx6ul: " Peter Chen
2016-11-01 10:29   ` Fabio Estevam
2016-11-01 10:44     ` Peter Chen
2016-11-01 12:23       ` Fabio Estevam
2016-11-01  3:02 ` [PATCH 3/3] clk: imx: clk-imx6ul: add clk support for imx6ull Peter Chen
2016-11-02  0:12   ` Stephen Boyd
2016-11-02  6:45     ` Peter Chen
2016-11-05  9:05   ` Shawn Guo
2016-11-08  3:44     ` Peter Chen

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).