to 7993b3ebec979b23c2d7425959c9d232c452498b:
clk: samsung: exynos7: Add required clock tree for UFS (2015-09-15 11:18:15
+0200)
Fixes, improvements and addition of some missing features
of the exynos7 clock controller driver
This patch series are minor improvement over the current
exynos7 clock file. This fix some bugs and update the clock
bits as per latest user manual.
This serise is tested on exynos7-espresso board.
Alim Akhtar (4):
clk: samsung: exynos7: Update CMU TOPC block clock
clk: samsung: exynos7
Hi Sylwester,
On Friday, December 19, 2014 9:52 PM Sylwester Nawrocki wrote,
Hi,
On 17/12/14 08:33, Tony K Nadackal wrote:
Add clock support for the MSCL block for Exynos7.
Signed-off-by: Tony K Nadackal tony...@samsung.com
---
.../devicetree/bindings/clock/exynos7-clock.txt
Hi Tony,
On Wednesday 17 December 2014 01:03 PM, tony nadackal wrote:
Add clock support for the MSCL block for Exynos7.
Signed-off-by: Tony K Nadackal tony...@samsung.com
---
.../devicetree/bindings/clock/exynos7-clock.txt| 1 +
drivers/clk/samsung/clk-exynos7.c | 124
Hi,
On 17/12/14 08:33, Tony K Nadackal wrote:
Add clock support for the MSCL block for Exynos7.
Signed-off-by: Tony K Nadackal tony...@samsung.com
---
.../devicetree/bindings/clock/exynos7-clock.txt| 1 +
drivers/clk/samsung/clk-exynos7.c | 124
Currently there are lots of ambiguity between clock names in clock file
and in user manual, which leads to lots of confusion for the reviewers.
This series attempts to cleanup the exynos7 clock file as per
user manual naming convention.
This also adds some of the missing Gate clocks which
Currently there are lots of ambiguity between clock names in clock file
and in user manual, which leads to lots of confusion for the reviewers.
This series attempts to cleanup the exynos7 clock file as per
user manual naming convention.
This also adds some of the missing Gate clocks which
: exynos7: add gate clock for DMA block
clk: samsung: exynos7: add clocks for SPI block
clk: samsung: exynos7: add clocks for audio block
arm64: dts: Add PDMA and SPI device tree node for exynos7
.../devicetree/bindings/clock/exynos7-clock.txt|6 +
arch/arm64/boot/dts/exynos/exynos7
BUS1 pinctrl provides gpios for usb and power regulator
available on exynos7-espresso board. So add relevant device
node for pinctrl-bus1.
Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com
Signed-off-by: Vivek Gautam gautam.vi...@samsung.com
---
arch/arm64/boot/dts/exynos/exynos7
/linux-samsung.git
tags/samsung-dt-64
for you to fetch changes up to ab93f6ca63943d6eca9494547127fe1c337c1d83:
arm64: Enable ARMv8 based exynos7 SoC support (2014-11-27 02:14:00 +0900)
Samsung arch/arm64 DT updates for v3.19
This patchset supports new Exynos7 Samsung SoC based on Cortex-A57.
Exynos7 is a System-On-Chip (SoC) that is based on 64-bit
ARMv8 RISC processor.
The following patches are tested based on Kgene's for-next tree.
https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next
Hi Mike,
Please find below a few clk updates for exynos7 SoC. I kept them on
a separate branch as there will likely be depending dts patches.
Please pull for 3.20.
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
Linux 3.19-rc1 (2014-12-20 17:08:50 -0800
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
Add device node for mscl on exynos7 SoC.
Signed-off-by: Tony K Nadackal tony...@samsung.com
---
arch/arm64/boot/dts/exynos/exynos7.dtsi | 6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi
b/arch/arm64/boot/dts/exynos/exynos7.dtsi
index f67319a
Hi Padma,
On Fri, Dec 19, 2014 at 7:03 PM, Padmavathi Venna padm...@samsung.com wrote:
I2C7 base address corrected.
Signed-off-by: Padmavathi Venna padm...@samsung.com
---
Verified from Exynos7 datasheet. LGTM.
Reviewed-by: Vivek Gautam gautam.vi...@samsung.com
arch/arm64/boot/dts
This patch series are minor improvement over the current
exynos7 clock file. This fix some bugs and update the clock
bits as per user manual.
Changes from v1:
* Fix review comments by Krzysztof [1].
* Added Padmavathi's Singed-of-by for patch# 3 and 4,
as I see [2] which are similar, looks
On Thu, Nov 06, 2014 at 03:21:49PM +0530, Padmavathi Venna wrote:
Exynos7 SPI controller supports only the auto Selection of
CS toggle mode and Exynos7 SoC includes six SPI controllers.
Add support for these changes in Exynos7 SPI controller driver.
Applied, thanks. It does seem like
Arnd Bergmann wrote:
Hi, Arnd
On Thursday 04 September 2014 01:15:20 Kukjin Kim wrote:
Naveen Krishna Chatradhi wrote:
diff --git a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts
b/arch/arm64/boot/dts/exynos/exynos7-
espresso.dts
new file mode 100644
index 000..f6a8879
Add clock support for the ADC interface in Exynos7.
Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com
---
drivers/clk/samsung/clk-exynos7.c |2 ++
include/dt-bindings/clock/exynos7-clk.h |3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/clk/samsung
On 22/12/14 12:46, Tony K Nadackal wrote:
diff --git a/Documentation/devicetree/bindings/clock/exynos7-clock.txt
b/Documentation/devicetree/bindings/clock/exynos7-clock.txt
index 6d3d5f8..d0e048c 100644
--- a/Documentation/devicetree/bindings/clock/exynos7-clock.txt
+++ b
Add support for PDMA0 and PDMA1 gate clks.
Signed-off-by: Padmavathi Venna padm...@samsung.com
Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com
---
drivers/clk/samsung/clk-exynos7.c |4
include/dt-bindings/clock/exynos7-clk.h |4 +++-
2 files changed, 7 insertions
I2C7 base address corrected.
Signed-off-by: Padmavathi Venna padm...@samsung.com
---
arch/arm64/boot/dts/exynos/exynos7.dtsi |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi
b/arch/arm64/boot/dts/exynos/exynos7.dtsi
index
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
of peric1 block.
- Changed the parent of sclk_i2s1_user,sclk_pcm1_user and
sclk_spdif_user
from divider clk to gate clk.
- Removed unused clk IDs
Padmavathi Venna (3):
clk: samsung: exynos7: add gate clock for DMA block
clk: samsung: exynos7: add clocks for SPI block
clk
This patch add syscon-reboot node to reboot exynos7 based SoCs.
Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
---
arch/arm64/boot/dts/exynos/exynos7.dtsi |7 +++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi
b/arch/arm64/boot/dts/
This patch renames CMU_CCORE clocks names to match with user manual.
Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
---
drivers/clk/samsung/clk-exynos7.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/samsung/clk-exynos7.c
b/drivers/clk/samsu
On Thursday 04 September 2014 01:15:20 Kukjin Kim wrote:
Naveen Krishna Chatradhi wrote:
diff --git a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts
b/arch/arm64/boot/dts/exynos/exynos7-
espresso.dts
new file mode 100644
index 000..f6a8879
--- /dev/null
+++ b/arch/arm64/boot
Hi Vivek,
On Fri, Nov 21, 2014 at 7:05 PM, Vivek Gautam gautam.vi...@samsung.com wrote:
BUS1 pinctrl provides gpios for usb and power regulator
available on exynos7-espresso board. So add relevant device
node for pinctrl-bus1.
Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com
file
- Statically initialized the samsung_cmu_info struct
- Enabled exynos7 in the arm64 defconfig as per Catalin Marinas' comment.
- Added Kukjin Kim's ack along with Thomas Abraham's tested and reviewed tags.
Changes since v3:
- Removed aliases for serial controllers from dtsi file
Exynos7 is a System-On-Chip that is based on 64-bit ARMv8 RISC processor
(Cortex-A57). This patchset adds arch/device tree support for Exynos7.
These were originally part of 2 patchsets[1][2] adding support for Exynos7.
The clock and pinctrl patches are going through the respective maintainer's
Hi Abhilash,
On Fri, Oct 17, 2014 at 9:41 PM, Abhilash Kesavan a.kesa...@samsung.com wrote:
From: Naveen Krishna Ch naveenkrishna...@gmail.com
Add clock support for the RTC block in Exynos7.
Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com
Signed-off-by: Abhilash Kesavan a.kesa
From: Naveen Krishna Ch naveenkrishna...@gmail.com
Add clock support for the RTC block in Exynos7.
Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com
Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com
---
.../devicetree/bindings/clock/exynos7-clock.txt|5 ++
drivers/clk
From: Naveen Krishna Ch naveenkrishna...@gmail.com
Add clock support for the RTC block in Exynos7.
Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com
Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com
---
.../devicetree/bindings/clock/exynos7-clock.txt|5 ++
drivers/clk
This series adds clock support for I2C, MMC, RTC, Watchdog, TMU and PWM.
It also adds the device nodes for I2C, RTC, WDT, MMC and PMU.
The patchset has been tested on linux-next (20141017) on an Exynos7
Espresso board.
Following are the dependencies:
1) dts, kbuild: Implement support for dtb
Changes since v1:
- Marked the newly created irq_chip instances as __initdata
- Used kmemdup to keep a copy of the irq_chip
- Change the pinctrl name from sd0_rdqs to sd0_ds as per UM
- Moved the pinctrl enablement for exynos7 into a separate patch
- Added
Adds PMU DT node for exynos7 SoC.
Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com
---
.../devicetree/bindings/arm/samsung/pmu.txt|1 +
arch/arm64/boot/dts/exynos/exynos7.dtsi|5 +
2 files changed, 6 insertions(+)
diff --git a/Documentation/devicetree
Adds PMU DT node for exynos7 SoC.
Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com
---
.../devicetree/bindings/arm/samsung/pmu.txt|1 +
arch/arm64/boot/dts/exynos/exynos7.dtsi|5 +
2 files changed, 6 insertions(+)
diff --git a/Documentation/devicetree
Hi,
On 21/10/14 07:43, Abhilash Kesavan wrote:
From: Naveen Krishna Ch naveenkrishna...@gmail.com
Add clock support for the RTC block in Exynos7.
Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com
Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com
---
.../devicetree
Adds PMU DT node for exynos7 SoC.
Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com
---
.../devicetree/bindings/arm/samsung/pmu.txt|1 +
arch/arm64/boot/dts/exynos/exynos7.dtsi|5 +
2 files changed, 6 insertions(+)
diff --git a/Documentation/devicetree
Adds PMU DT node for exynos7 SoC.
Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com
---
Documentation/devicetree/bindings/arm/samsung/pmu.txt | 1 +
arch/arm64/boot/dts/exynos/exynos7.dtsi | 5 +
2 files changed, 6 insertions(+)
diff --git a/Documentation/devicetree
These patches add the atlas clocks on Exynos7. It also modifies the
existing cpu clock infrastructure to handle exynos7 differences. These
patches are a pre-requisite for enabling CPUFreq on Exynos7.
Following are the dependencies:
1) arch: arm64: Enable support for Samsung Exynos7 SoC
http
Naveen Krishna Chatradhi wrote:
Add initial device tree nodes for EXYNOS7 SoC and board dts file
to support Espresso board based on Exynos7 SoC.
Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com
Cc: Rob Herring r...@kernel.org
Cc: Catalin Marinas catalin.mari...@arm.com
This patch rename CMU_PERIC0 clocks names to match with user manual.
And also adds missing gate clock for aclk_peric0_66.
Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
---
drivers/clk/samsung/clk-exynos7.c | 12
include/dt-bindings/clock/exynos7-clk.h |3
This patch renames CMU_PERIC0 clocks names to match with user manual.
And also adds missing gate clock for aclk_peric0_66.
Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlow...@samsung.com>
---
drivers/clk/samsung/clk-exynos7.c
Changes since v1:
- Reduced the number of features targetted for the initial platform support.
This patchset supports new Exynos7 Samsung SoC based on Cortex-A57.
Exynos7 is a System-On-Chip (SoC) that is based on 64-bit
ARMv8 RISC processor.
NOTE:
We tested these patches with the
arm64: dts
/gmane.linux.kbuild.devel/12131
This patchset supports new Exynos7 Samsung SoC based on Cortex-A57.
Exynos7 is a System-On-Chip (SoC) that is based on 64-bit
ARMv8 RISC processor.
The following patches are tested based on Kgene's for-next tree.
https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h
/gmane.linux.kbuild.devel/12131
This patchset supports new Exynos7 Samsung SoC based on Cortex-A57.
Exynos7 is a System-On-Chip (SoC) that is based on 64-bit
ARMv8 RISC processor.
The following patches are tested based on Kgene's for-next tree.
https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h
device tree sub-directories for arm64.
http://comments.gmane.org/gmane.linux.kbuild.devel/12131
This patchset supports new Exynos7 Samsung SoC based on Cortex-A57.
Exynos7 is a System-On-Chip (SoC) that is based on 64-bit
ARMv8 RISC processor.
The following patches are tested based
Changes since v1:
- Added documentation for input clocks of the newly added CMUs
Following are the dependencies:
1) dts, kbuild: Implement support for dtb vendor subdirs patchset
http://comments.gmane.org/gmane.linux.kbuild.devel/12131
2) arch: arm64: Enable support for Samsung Exynos7
These were originally part of 2 patchsets[1][2] adding support for Exynos7.
The clock and pinctrl patches are going through the respective maintainer's
tree; hence the remaining dt related patches have been consolidated and are
being posted here as a separate series.
This patchset has build
Hello Olof and Arnd,
On Sun, Nov 9, 2014 at 9:50 AM, Abhilash Kesavan a.kesa...@samsung.com wrote:
These were originally part of 2 patchsets[1][2] adding support for Exynos7.
The clock and pinctrl patches are going through the respective maintainer's
tree; hence the remaining dt related
Hi Olof and Arnd
On Tue, Nov 11, 2014 at 7:59 PM, Abhilash Kesavan
kesavan.abhil...@gmail.com wrote:
Hello Olof and Arnd,
On Sun, Nov 9, 2014 at 9:50 AM, Abhilash Kesavan a.kesa...@samsung.com
wrote:
These were originally part of 2 patchsets[1][2] adding support for Exynos7.
The clock
] adding support for Exynos7.
The clock and pinctrl patches are going through the respective
maintainer's
tree; hence the remaining dt related patches have been consolidated and are
being posted here as a separate series.
This patchset has build dependencies on the following patches
Adding required support for clocks and additional VBUS regulators
to enable USB 3.0 support on Exynos7 SoC.
This series depends for ACRH_EXYNOS7 support on following series:
[PATCH 00/14] Support 64bit Cortex A57 based Exynos7 SoC
https://www.mail-archive.com/devicetree@vger.kernel.org/msg39392
Hi Catalin,
--- Original Message ---
Sender : Catalin Marinascatalin.mari...@arm.com
Date : Sep 19, 2014 01:18 (GMT+09:00)
Title : Re: [PATCH v4 6/8] arm64: exynos7: Enable ARMv8 based Exynos7 (SoC)
support
On Fri, Sep 12, 2014 at 04:26:30PM +0100, Naveen Krishna Chatradhi wrote
On Thursday 27 November 2014, Kukjin Kim wrote:
Samsung arch/arm64 DT updates for v3.19
- to support ARMv8 based exynos7 SoC
: add initial device tree and add pinctrl, PMU, mmc, i2c, rtc,
watchdog, and adc nodes for exynos7 SoC and exynos7 based
espresso board.
NOTE
Audio interface IPs I2S, PCM and SPDIF on Exynos7 requires GPIOs
available on AUD and BUS0 pin controller blocks. So add support
for all.
This patchset is dependent on BUS1 pin control support from Vivek
in the below link
https://patchwork.kernel.org/patch/5467321/
Padmavathi Venna (2
Fix typo in fsys0 and fsys1 NR_CLK assignment
Signed-off-by: Padmavathi Venna padm...@samsung.com
---
drivers/clk/samsung/clk-exynos7.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/samsung/clk-exynos7.c
b/drivers/clk/samsung/clk-exynos7.c
index 3128593
nr_clk_ids for FSYS1 block is wrongly set as TOP1 block,
this patch correct the same.
Signed-off-by: Alim Akhtar alim.akh...@samsung.com
---
drivers/clk/samsung/clk-exynos7.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/samsung/clk-exynos7.c
b/drivers/clk
nr_clk_ids for FSYS1 block is wrongly set as TOP1 block,
this patch corrects it.
Signed-off-by: Padmavathi Venna padm...@samsung.com
Signed-off-by: Alim Akhtar alim.akh...@samsung.com
Reviewed-by: Krzysztof Kozlowski k.kozlow...@samsung.com
---
drivers/clk/samsung/clk-exynos7.c |2 +-
1 file
---
drivers/clk/samsung/clk-exynos7.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/samsung/clk-exynos7.c
b/drivers/clk/samsung/clk-exynos7.c
index 2799568..0d7bb7c 100644
--- a/drivers/clk/samsung/clk-exynos7.c
+++ b/drivers/clk/samsung/clk-exynos7.c
FSYS0 fixed clocks are not added to fsys0_cmu_info, this make
some of the usb clocks as orphan. This fixes the same.
Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
---
drivers/clk/samsung/clk-exynos7.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/clk/samsung/clk-e
FSYS0 fixed clocks are not added to fsys0_cmu_info, this make
some of the usb clocks as orphan. This fixes the same.
Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlow...@samsung.com>
---
drivers/clk/samsung/clk-exynos7.c |2 ++
1 fil
On 19.10.2015 18:58, Alim Akhtar wrote:
> This patch add syscon-reboot node to reboot exynos7 based SoCs.
>
> Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
> ---
> arch/arm64/boot/dts/exynos/exynos7.dtsi |7 +++
> 1 file changed, 7 insertions(+)
Looks
This patch rename CMU_PERIS clocks names to match with user manual.
And also adds missing gate clock for aclk_peris_66.
Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
---
drivers/clk/samsung/clk-exynos7.c |7 +--
include/dt-bindings/clock/exynos7-clk.h |3 ++-
2
This patch rename CMU_FSYS0 clocks names to match with user manual.
And also adds missing gate clock for aclk_fsys0_200.
Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
---
drivers/clk/samsung/clk-exynos7.c | 24 ++--
include/dt-bindings/clock/exynos7
This patch rename CMU_FSYS1 clocks names to match with user manual.
And also adds missing gate clock for aclk_fsys1_200.
Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
---
drivers/clk/samsung/clk-exynos7.c | 16 ++--
include/dt-bindings/clock/exynos7-clk.h |3
This patch rename CMU_CCROE clocks names to match with user manual.
And also adds missing gate clock for aclk_ccore_133.
Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
---
drivers/clk/samsung/clk-exynos7.c |8 ++--
include/dt-bindings/clock/exynos7-clk.h |3 ++-
2
t; ---
> drivers/clk/samsung/clk-exynos7.c |8 ++--
> include/dt-bindings/clock/exynos7-clk.h |3 ++-
> 2 files changed, 8 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/clk/samsung/clk-exynos7.c
> b/drivers/clk/samsung/clk-exynos7.c
> index ba84e9b..
Akhtar <alim.akh...@samsung.com>
---
drivers/clk/samsung/clk-exynos7.c |8 ++--
include/dt-bindings/clock/exynos7-clk.h |3 ++-
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/drivers/clk/samsung/clk-exynos7.c
b/drivers/clk/samsung/clk-exynos7.c
index b
This patch renames CMU_FSYS0 clocks names to match with user manual.
And also adds missing gate clock for aclk_fsys0_200.
Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlow...@samsung.com>
---
drivers/clk/samsung/clk-exynos7.c
This patch renames CMU_FSYS1 clocks names to match with user manual.
And also adds missing gate clock for aclk_fsys1_200.
Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlow...@samsung.com>
---
drivers/clk/samsung/clk-exynos7.c
Use power domain driver for Exynos7 SOC's
Cc: Catalin Marinas catalin.mari...@arm.com
Reviewed-by: Pankaj Dubey pankaj.du...@samsung.com
Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com
---
arch/arm64/Kconfig |1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/Kconfig b
On Thu, Nov 06, 2014 at 03:21:49PM +0530, Padmavathi Venna wrote:
Exynos7 SPI controller supports only the auto Selection of
CS toggle mode and Exynos7 SoC includes six SPI controllers.
Add support for these changes in Exynos7 SPI controller driver.
Could you give a bit more detail on what
The series has dependency on
a) [PATCH v7 0/7] Enable support for Samsung Exynos7 SoC
http://www.spinics.net/lists/linux-samsung-soc/msg38734.html
b) [GIT PULL] Samsung clock changes for 3.19 - specifically the clock dt
bindings header.
http://comments.gmane.org/gmane.linux.kernel.samsung
Adding USB 3.0 DRD controller device node, with its clock
and phy information to enable using the same on Exynos7.
Signed-off-by: Vivek Gautam gautam.vi...@samsung.com
---
arch/arm64/boot/dts/exynos/exynos7.dtsi | 35 +++
1 file changed, 35 insertions(+)
diff --git
Use power domain driver for Exynos7 SOC's
Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com
---
arch/arm64/Kconfig |1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 30bd4d5..b102d0b 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64
This patch set adds the atlas clock hierarchy on Exynos7. It also
modifies the existing cpu clock infrastructure to handle exynos7
differences. These patches are a pre-requisite for enabling CPUFreq
on Exynos7.
This patch set has been tested on next-20150202 with samsung
clk tree (for-v3.20/clk
On 04.09.2015 20:37, Alim Akhtar wrote:
> Adding required mux/div/gate clocks for UFS controller
> present on Exynos7.
>
> Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
> ---
> drivers/clk/samsung/clk-exynos7.c | 116
> +++
&
Naveen Krishna Chatradhi wrote:
Add initial device tree nodes for EXYNOS7 SoC and board dts file
to support Espresso board based on Exynos7 SoC.
Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com
Cc: Rob Herring r...@kernel.org
Cc: Catalin Marinas catalin.mari...@arm.com
NAK
Add nodes for 3 mmc channels, 12 i2c channels, rtc, and watchdog
on Exynos7.
Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com
Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com
---
arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 41
arch/arm64/boot/dts/exynos/exynos7.dtsi
Add nodes for 3 mmc channels, 12 i2c channels, rtc, and watchdog
on Exynos7.
Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com
Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com
---
arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 41
arch/arm64/boot/dts/exynos/exynos7.dtsi
On 11/01/14 02:36, Sylwester Nawrocki wrote:
Hi Mike,
Hi Mike,
I've collected Exynos clk patches in this pull request, as Tomasz has
been busy recently.
This includes addition of clock controller drivers for Exynos4415 and
Exynos7 SoCs and related refactoring of the Samsung common clk
Quoting Kukjin Kim (2014-11-18 23:23:40)
On 11/01/14 02:36, Sylwester Nawrocki wrote:
Hi Mike,
Hi Mike,
I've collected Exynos clk patches in this pull request, as Tomasz has
been busy recently.
This includes addition of clock controller drivers for Exynos4415 and
Exynos7 SoCs
BUS1 pinctrl provides gpios for usb and power regulator
available on exynos7-espresso board. So add relevant device
node for pinctrl-bus1.
Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com
Signed-off-by: Vivek Gautam gautam.vi...@samsung.com
---
This patch was part of series:
[PATCH 00
Hi Vivek,
On Mon, Nov 24, 2014 at 6:36 PM, Vivek Gautam gautam.vi...@samsung.com wrote:
BUS1 pinctrl provides gpios for usb and power regulator
available on exynos7-espresso board. So add relevant device
node for pinctrl-bus1.
Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com
enablement for exynos7 into a separate patch
- Added tested-by and reviewed-by tags from Thomas Abraham
This series has been tested on linux-next (20141008)
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/ with
the following dependencies and [1].
a) Samsung Serial symbol clean
Add initial device tree nodes for EXYNOS7 SoC.
Also, includes the dt-binding definitions for clock ids.
Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com
Cc: Thomas Abraham thomas...@samsung.com
Cc: Rob Herring r...@kernel.org
Cc: Catalin Marinas catalin.mari...@arm.com
---
arch
This patch uses the restructuring done in PD handlers and adds PD
on/off/status handlers for exynos7. In this SoC, some extra settings
need to be done prior to turning on/off power domains. Some of those
settings are also different from different power domains so is uses
the power domain
On Thursday 10 April 2014 18:28:23 Chanwoo Choi wrote:
+* while Exynos5 is A15/Exynos7 is A7; check the CPU part
Exynos7 - Exynos3 ?
Arnd
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More
-samsung-soc at
vger.kernel.org/msg36208.html
2- dts, kbuild: Implement support for dtb vendor subdirs patchset
http://comments.gmane.org/gmane.linux.kbuild.devel/12131
3- arch: arm64: enable support for Samsung Exynos7 SoC patchset
http://www.spinics.net/lists/linux-samsung-soc/msg36728.html
-samsung-soc at
vger.kernel.org/msg36208.html
2- dts, kbuild: Implement support for dtb vendor subdirs patchset
http://comments.gmane.org/gmane.linux.kbuild.devel/12131
3- arch: arm64: enable support for Samsung Exynos7 SoC patchset
http://www.spinics.net/lists/linux-samsung-soc/msg36728.html
Hi Tomasz,
On Sat, Sep 13, 2014 at 4:27 PM, Tomasz Figa tomasz.f...@gmail.com wrote:
On 27.08.2014 13:34, Tomasz Figa wrote:
Hi Naveen,
On 27.08.2014 11:44, Naveen Krishna Chatradhi wrote:
This patchset supports new Exynos7 Samsung SoC based on Cortex-A57.
Exynos7 is a System-On-Chip (SoC
support for Samsung Exynos7 SoC patchset
http://www.spinics.net/lists/linux-samsung-soc/msg36728.html
Abhilash Kesavan (2):
pinctrl: exynos: Generalize the eint16_31 demux code
pinctrl: exynos: Add irq_chip instance for Exynos7 wakeup interrupts
Naveen Krishna Chatradhi (2):
pinctrl
Exynos7 has core power down state where cores can be powered off independently.
This patch adds support for this state.
Signed-off-by: Chander Kashyap k.chan...@samsung.com
---
This patch has following dependencies:
- [PATCH v5 0/8] arch: arm64: Enable support for Samsung Exynos7 SoC
Exynos7 has core power down state where cores can be powered off independently.
This patch adds support for this state.
Signed-off-by: Chander Kashyap k.chan...@samsung.com
---
This patch has following dependencies:
- [PATCH v5 0/8] arch: arm64: Enable support for Samsung Exynos7 SoC
On Fri, Nov 07, 2014 at 12:24:40PM +0530, Padmavathi Venna wrote:
Exynos7 I2S controller has no internal dma, supports more
no. of root clock sampling frequencies and has more no.of Rx
fifos to support 7.1CH recording in TDM mode. Due to more no.
Applied, thanks.
signature.asc
Description
Subject - name of the board at the end (not the name of the SoC):
arm64: dts: Enable HS200 mode operation on exynos7-espresso
2015-11-02 19:04 GMT+09:00 Alim Akhtar <alim.akh...@samsung.com>:
> This patch enables HS200 mode operation on exynos7 based
> espresso board.
> This also
Hi Krzysztof,
On 11/02/2015 05:28 PM, Krzysztof Kozlowski wrote:
Subject - name of the board at the end (not the name of the SoC):
arm64: dts: Enable HS200 mode operation on exynos7-espresso
2015-11-02 19:04 GMT+09:00 Alim Akhtar <alim.akh...@samsung.com>:
This patch enables HS20
2015-11-02 21:08 GMT+09:00 Alim Akhtar <alim.akh...@samsung.com>:
> Hi Krzysztof,
>
>
> On 11/02/2015 05:28 PM, Krzysztof Kozlowski wrote:
>>
>> Subject - name of the board at the end (not the name of the SoC):
>> arm64: dts: Enable HS200 mode operation on exy
1 - 100 of 849 matches
Mail list logo