* [GIT PULL] Samsung exynos7 updates for v3.20
@ 2015-01-12 8:30 ` Kukjin Kim
0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2015-01-12 8:30 UTC (permalink / raw)
To: arm, Arnd Bergmann, 'Olof Johansson', Kevin Hilman
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
Hi again,
Please pull arm64 based exynos7 stuff for v3.20 and as you know I've
tried this in 3.19 but couldn't because of some dependencies like clk.
Now all of dependencies already resolved so this should be fine for v3.20.
If any problems, please kindly let me know.
Thanks,
Kukjin
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
v3.20-next/dt-samsung-64
Abhilash Kesavan (2):
arm64: dts: Add PMU DT node for exynos7 SoC
arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on exynos7
Alim Akhtar (1):
arm64: Enable ARMv8 based exynos7 SoC support
Naveen Krishna Ch (2):
arm64: dts: Add initial device tree support for exynos7
arm64: dts: Add initial pinctrl support to exynos7
.../devicetree/bindings/arm/samsung/pmu.txt | 1 +
arch/arm64/Kconfig | 17 +
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/exynos/Makefile | 5 +
arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 84 +++
arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 588
++++++++++++++++++++
arch/arm64/boot/dts/exynos/exynos7.dtsi | 530
++++++++++++++++++
7 files changed, 1226 insertions(+), 0 deletions(-)
create mode 100644 arch/arm64/boot/dts/exynos/Makefile
create mode 100644 arch/arm64/boot/dts/exynos/exynos7-espresso.dts
create mode 100644 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi
create mode 100644 arch/arm64/boot/dts/exynos/exynos7.dtsi
^ permalink raw reply [flat|nested] 6+ messages in thread* [GIT PULL] Samsung exynos7 updates for v3.20 @ 2015-01-12 8:30 ` Kukjin Kim 0 siblings, 0 replies; 6+ messages in thread From: Kukjin Kim @ 2015-01-12 8:30 UTC (permalink / raw) To: linux-arm-kernel Hi again, Please pull arm64 based exynos7 stuff for v3.20 and as you know I've tried this in 3.19 but couldn't because of some dependencies like clk. Now all of dependencies already resolved so this should be fine for v3.20. If any problems, please kindly let me know. Thanks, Kukjin The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v3.20-next/dt-samsung-64 Abhilash Kesavan (2): arm64: dts: Add PMU DT node for exynos7 SoC arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on exynos7 Alim Akhtar (1): arm64: Enable ARMv8 based exynos7 SoC support Naveen Krishna Ch (2): arm64: dts: Add initial device tree support for exynos7 arm64: dts: Add initial pinctrl support to exynos7 .../devicetree/bindings/arm/samsung/pmu.txt | 1 + arch/arm64/Kconfig | 17 + arch/arm64/boot/dts/Makefile | 1 + arch/arm64/boot/dts/exynos/Makefile | 5 + arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 84 +++ arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 588 ++++++++++++++++++++ arch/arm64/boot/dts/exynos/exynos7.dtsi | 530 ++++++++++++++++++ 7 files changed, 1226 insertions(+), 0 deletions(-) create mode 100644 arch/arm64/boot/dts/exynos/Makefile create mode 100644 arch/arm64/boot/dts/exynos/exynos7-espresso.dts create mode 100644 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi create mode 100644 arch/arm64/boot/dts/exynos/exynos7.dtsi ^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL RE-SEND] Samsung exynos7 updates for v3.20 2015-01-12 8:30 ` Kukjin Kim @ 2015-01-14 15:07 ` Kukjin Kim -1 siblings, 0 replies; 6+ messages in thread From: Kukjin Kim @ 2015-01-14 15:07 UTC (permalink / raw) To: Kukjin Kim Cc: Kevin Hilman, arm, Arnd Bergmann, linux-samsung-soc@vger.kernel.org, 'Olof Johansson', linux-arm-kernel@lists.infradead.org Hi, Sorry, I'm resending this pull-request because of missing signed-tag. Please pull. If any problems, please let me know. Thanks, Kukjin The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-dt-64 for you to fetch changes up to 6f56eef1f9aba3747c811780a4768618167d5c97: arm64: Enable ARMv8 based exynos7 SoC support (2014-12-23 00:19:08 +0900) ---------------------------------------------------------------- Samsung arch/arm64 DT updates for v3.19 - to support ARMv8 based exynos7 SoC : add initial device tree for pinctrl, PMU, mmc, i2c, rtc, watchdog, and adc nodes for exynos7 SoC and exynos7 based espresso board. ---------------------------------------------------------------- Abhilash Kesavan (2): arm64: dts: Add PMU DT node for exynos7 SoC arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on exynos7 Alim Akhtar (1): arm64: Enable ARMv8 based exynos7 SoC support Naveen Krishna Ch (2): arm64: dts: Add initial device tree support for exynos7 arm64: dts: Add initial pinctrl support to exynos7 .../devicetree/bindings/arm/samsung/pmu.txt | 1 + arch/arm64/Kconfig | 17 + arch/arm64/boot/dts/Makefile | 1 + arch/arm64/boot/dts/exynos/Makefile | 5 + arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 84 +++ arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 588 +++++++++++++++++++++ arch/arm64/boot/dts/exynos/exynos7.dtsi | 530 +++++++++++++++++++ 7 files changed, 1226 insertions(+) create mode 100644 arch/arm64/boot/dts/exynos/Makefile create mode 100644 arch/arm64/boot/dts/exynos/exynos7-espresso.dts create mode 100644 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi create mode 100644 arch/arm64/boot/dts/exynos/exynos7.dtsi On 01/12/15 17:30, Kukjin Kim wrote: > Hi again, > > Please pull arm64 based exynos7 stuff for v3.20 and as you know I've > tried this in 3.19 but couldn't because of some dependencies like clk. > Now all of dependencies already resolved so this should be fine for v3.20. > > If any problems, please kindly let me know. > > Thanks, > Kukjin > > The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: > > Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > v3.20-next/dt-samsung-64 > > Abhilash Kesavan (2): > arm64: dts: Add PMU DT node for exynos7 SoC > arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on exynos7 > > Alim Akhtar (1): > arm64: Enable ARMv8 based exynos7 SoC support > > Naveen Krishna Ch (2): > arm64: dts: Add initial device tree support for exynos7 > arm64: dts: Add initial pinctrl support to exynos7 > > .../devicetree/bindings/arm/samsung/pmu.txt | 1 + > arch/arm64/Kconfig | 17 + > arch/arm64/boot/dts/Makefile | 1 + > arch/arm64/boot/dts/exynos/Makefile | 5 + > arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 84 +++ > arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 588 > ++++++++++++++++++++ > arch/arm64/boot/dts/exynos/exynos7.dtsi | 530 > ++++++++++++++++++ > 7 files changed, 1226 insertions(+), 0 deletions(-) > create mode 100644 arch/arm64/boot/dts/exynos/Makefile > create mode 100644 arch/arm64/boot/dts/exynos/exynos7-espresso.dts > create mode 100644 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi > create mode 100644 arch/arm64/boot/dts/exynos/exynos7.dtsi ^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL RE-SEND] Samsung exynos7 updates for v3.20 @ 2015-01-14 15:07 ` Kukjin Kim 0 siblings, 0 replies; 6+ messages in thread From: Kukjin Kim @ 2015-01-14 15:07 UTC (permalink / raw) To: linux-arm-kernel Hi, Sorry, I'm resending this pull-request because of missing signed-tag. Please pull. If any problems, please let me know. Thanks, Kukjin The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-dt-64 for you to fetch changes up to 6f56eef1f9aba3747c811780a4768618167d5c97: arm64: Enable ARMv8 based exynos7 SoC support (2014-12-23 00:19:08 +0900) ---------------------------------------------------------------- Samsung arch/arm64 DT updates for v3.19 - to support ARMv8 based exynos7 SoC : add initial device tree for pinctrl, PMU, mmc, i2c, rtc, watchdog, and adc nodes for exynos7 SoC and exynos7 based espresso board. ---------------------------------------------------------------- Abhilash Kesavan (2): arm64: dts: Add PMU DT node for exynos7 SoC arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on exynos7 Alim Akhtar (1): arm64: Enable ARMv8 based exynos7 SoC support Naveen Krishna Ch (2): arm64: dts: Add initial device tree support for exynos7 arm64: dts: Add initial pinctrl support to exynos7 .../devicetree/bindings/arm/samsung/pmu.txt | 1 + arch/arm64/Kconfig | 17 + arch/arm64/boot/dts/Makefile | 1 + arch/arm64/boot/dts/exynos/Makefile | 5 + arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 84 +++ arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 588 +++++++++++++++++++++ arch/arm64/boot/dts/exynos/exynos7.dtsi | 530 +++++++++++++++++++ 7 files changed, 1226 insertions(+) create mode 100644 arch/arm64/boot/dts/exynos/Makefile create mode 100644 arch/arm64/boot/dts/exynos/exynos7-espresso.dts create mode 100644 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi create mode 100644 arch/arm64/boot/dts/exynos/exynos7.dtsi On 01/12/15 17:30, Kukjin Kim wrote: > Hi again, > > Please pull arm64 based exynos7 stuff for v3.20 and as you know I've > tried this in 3.19 but couldn't because of some dependencies like clk. > Now all of dependencies already resolved so this should be fine for v3.20. > > If any problems, please kindly let me know. > > Thanks, > Kukjin > > The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: > > Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > v3.20-next/dt-samsung-64 > > Abhilash Kesavan (2): > arm64: dts: Add PMU DT node for exynos7 SoC > arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on exynos7 > > Alim Akhtar (1): > arm64: Enable ARMv8 based exynos7 SoC support > > Naveen Krishna Ch (2): > arm64: dts: Add initial device tree support for exynos7 > arm64: dts: Add initial pinctrl support to exynos7 > > .../devicetree/bindings/arm/samsung/pmu.txt | 1 + > arch/arm64/Kconfig | 17 + > arch/arm64/boot/dts/Makefile | 1 + > arch/arm64/boot/dts/exynos/Makefile | 5 + > arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 84 +++ > arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 588 > ++++++++++++++++++++ > arch/arm64/boot/dts/exynos/exynos7.dtsi | 530 > ++++++++++++++++++ > 7 files changed, 1226 insertions(+), 0 deletions(-) > create mode 100644 arch/arm64/boot/dts/exynos/Makefile > create mode 100644 arch/arm64/boot/dts/exynos/exynos7-espresso.dts > create mode 100644 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi > create mode 100644 arch/arm64/boot/dts/exynos/exynos7.dtsi ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL RE-SEND] Samsung exynos7 updates for v3.20 2015-01-14 15:07 ` Kukjin Kim @ 2015-01-15 23:49 ` Olof Johansson -1 siblings, 0 replies; 6+ messages in thread From: Olof Johansson @ 2015-01-15 23:49 UTC (permalink / raw) To: Kukjin Kim Cc: arm, Arnd Bergmann, Kevin Hilman, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org On Thu, Jan 15, 2015 at 12:07:16AM +0900, Kukjin Kim wrote: > Hi, > > Sorry, I'm resending this pull-request because of missing signed-tag. > > Please pull. If any problems, please let me know. > > Thanks, > Kukjin > > The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: > > Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > tags/samsung-dt-64 > > for you to fetch changes up to 6f56eef1f9aba3747c811780a4768618167d5c97: > > arm64: Enable ARMv8 based exynos7 SoC support (2014-12-23 00:19:08 +0900) Merged. -Olof ^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL RE-SEND] Samsung exynos7 updates for v3.20 @ 2015-01-15 23:49 ` Olof Johansson 0 siblings, 0 replies; 6+ messages in thread From: Olof Johansson @ 2015-01-15 23:49 UTC (permalink / raw) To: linux-arm-kernel On Thu, Jan 15, 2015 at 12:07:16AM +0900, Kukjin Kim wrote: > Hi, > > Sorry, I'm resending this pull-request because of missing signed-tag. > > Please pull. If any problems, please let me know. > > Thanks, > Kukjin > > The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: > > Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > tags/samsung-dt-64 > > for you to fetch changes up to 6f56eef1f9aba3747c811780a4768618167d5c97: > > arm64: Enable ARMv8 based exynos7 SoC support (2014-12-23 00:19:08 +0900) Merged. -Olof ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-01-15 23:49 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-01-12 8:30 [GIT PULL] Samsung exynos7 updates for v3.20 Kukjin Kim 2015-01-12 8:30 ` Kukjin Kim 2015-01-14 15:07 ` [GIT PULL RE-SEND] " Kukjin Kim 2015-01-14 15:07 ` Kukjin Kim 2015-01-15 23:49 ` Olof Johansson 2015-01-15 23:49 ` Olof Johansson
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.