[GIT PULL] clk/samsung updates for v4.4

2015-10-02 Thread Sylwester Nawrocki
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

[PATCH 00/14] Support 64bit Cortex A57 based Exynos7 SoC

2014-08-27 Thread Naveen Krishna Chatradhi
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. This patchset includes the following: - Support for pinctrl on Exynos7 - Support for clock control on Exynos7 using common clk framework - DTS and

Re: [PATCH] clk: samsung: exynos7: Add clocks for MSCL block

2014-12-19 Thread Sylwester Nawrocki
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 > --- > .../devicetree/bindings/clock/exynos7-clock.txt| 1 + > drivers/clk/samsung/clk-exynos7.c

RE: [PATCH] clk: samsung: exynos7: Add clocks for MSCL block

2014-12-22 Thread Tony K Nadackal
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 > > --- > > .../devicetree/bi

Re: clk: samsung: exynos7: Add clocks for MSCL block

2014-12-22 Thread Pankaj Dubey
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 --- .../devicetree/bindings/clock/exynos7-clock.txt| 1 + drivers/clk/samsung/clk-exynos7.c | 124

[GIT PULL RE-SEND] Samsung exynos7 updates for v3.20

2015-01-14 Thread Kukjin Kim
e 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

[PATCH v3 3/5] clk: samsung: exynos7: add clocks for RTC block

2014-10-28 Thread Abhilash Kesavan
From: Naveen Krishna Ch Add clock support for the RTC block in Exynos7. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- .../devicetree/bindings/clock/exynos7-clock.txt|5 ++ drivers/clk/samsung/clk-exynos7.c | 54 include

[PATCH 3/7] clk: samsung: exynos7: add clocks for RTC block

2014-10-17 Thread Abhilash Kesavan
From: Naveen Krishna Ch Add clock support for the RTC block in Exynos7. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- .../devicetree/bindings/clock/exynos7-clock.txt|1 + drivers/clk/samsung/clk-exynos7.c | 54 include/dt

[PATCH v2 3/7] clk: samsung: exynos7: add clocks for RTC block

2014-10-20 Thread Abhilash Kesavan
From: Naveen Krishna Ch Add clock support for the RTC block in Exynos7. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- .../devicetree/bindings/clock/exynos7-clock.txt|5 ++ drivers/clk/samsung/clk-exynos7.c | 54 include

[PATCH v2 00/12] clk: samsung: exynos7: Cleanup of clock file

2015-09-10 Thread Alim Akhtar
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 are

[GIT PULL 4/4] Samsung exynos7 updates for v3.19

2014-11-26 Thread Kukjin Kim
/git/kgene/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 v

[GIT PULL] clk: more Exynos7 clock tree definitions

2015-01-16 Thread Sylwester Nawrocki
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) are

RE: [PATCH v2 5/7] arm64: dts: Add initial device tree support for EXYNOS7

2014-09-03 Thread Kukjin Kim
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 > Cc: Rob Herring > Cc: Catalin Marinas NAK. There are several exynos7

[PATCH 00/11] clk: samsung: exynos7: Cleanup of clock file

2015-09-04 Thread Alim Akhtar
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 are

[PATCH v3 0/8] arch: arm64: enable support for Samsung Exynos7 SoC

2014-09-11 Thread Naveen Krishna Chatradhi
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

Re: [PATCH 3/7] clk: samsung: exynos7: add clocks for RTC block

2014-10-20 Thread Vivek Gautam
Hi Abhilash, On Fri, Oct 17, 2014 at 9:41 PM, Abhilash Kesavan wrote: > From: Naveen Krishna Ch > > Add clock support for the RTC block in Exynos7. > > Signed-off-by: Naveen Krishna Ch > Signed-off-by: Abhilash Kesavan > --- > .../devicetree/bindings/clock/exy

[PATCH 09/11] arm64: exynos: Add bus1 pinctrl node on exynos7

2014-11-21 Thread Vivek Gautam
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 Signed-off-by: Vivek Gautam --- arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 26 +++ arch/arm64

[PATCH v6 0/7] Enable support for Samsung Exynos7 SoC

2014-11-06 Thread Abhilash Kesavan
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&#

[PATCH v3 5/5] clk: samsung: exynos7: add gate clock for ADC block

2014-10-28 Thread Abhilash Kesavan
Add clock support for the ADC interface in Exynos7. Signed-off-by: Abhilash Kesavan --- 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/clk-exynos7.c b

[PATCH 11/14] arm64: dts: Add initial device tree support for EXYNOS7

2014-08-27 Thread Naveen Krishna Chatradhi
Add initial device tree nodes for EXYNOS7 SoC. Also, includes the dt-binding definitions for clock ids. Signed-off-by: Naveen Krishna Chatradhi Cc: Thomas Abraham Cc: Rob Herring Cc: Catalin Marinas --- arch/arm64/boot/dts/exynos7.dtsi | 553 ++ 1 file

[PATCH v2 0/7] arch: arm64: enable support for Samsung Exynos7 SoC

2014-09-02 Thread Naveen Krishna Chatradhi
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

[PATCH v2 0/7] Add clock and DT support for a few IPs on Exynos7

2014-10-20 Thread Abhilash Kesavan
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

[PATCH 0/7] Add clock and DT support for a few IPs on Exynos7

2014-10-17 Thread Abhilash Kesavan
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

Re: [PATCH] clk: samsung: exynos7: Add clocks for MSCL block

2014-12-22 Thread Sylwester Nawrocki
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/Doc

RE: [PATCH v2 5/7] arm64: dts: Add initial device tree support for EXYNOS7

2014-09-03 Thread Kukjin Kim
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- > >

[GIT PULL] Samsung exynos7 updates for v3.20

2015-01-12 Thread Kukjin Kim
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, K

[PATCH 1/4] clk: samsung: exynos7: add gate clock for DMA block

2014-12-19 Thread Padmavathi Venna
Add support for PDMA0 and PDMA1 gate clks. Signed-off-by: Padmavathi Venna --- drivers/clk/samsung/clk-exynos7.c |4 include/dt-bindings/clock/exynos7-clk.h |4 +++- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos7.c b/drivers

[PATCH 1/3] clk: samsung: exynos7: add gate clock for DMA block

2015-01-13 Thread Padmavathi Venna
Add support for PDMA0 and PDMA1 gate clks. Signed-off-by: Padmavathi Venna Signed-off-by: Sylwester Nawrocki --- drivers/clk/samsung/clk-exynos7.c |4 include/dt-bindings/clock/exynos7-clk.h |4 +++- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/drivers/clk

Re: [PATCH 09/11] arm64: exynos: Add bus1 pinctrl node on exynos7

2014-11-22 Thread Alim Akhtar
Hi Vivek, On Fri, Nov 21, 2014 at 7:05 PM, Vivek Gautam 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 > Signed-off-by: Vivek Gautam &

[PATCH 00/11] Exynos7: Adding USB 3.0 support

2014-11-21 Thread Vivek Gautam
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:

[PATCH v7 0/7] Enable support for Samsung Exynos7 SoC

2014-11-08 Thread Abhilash Kesavan
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

Re: [PATCH v7 0/7] Enable support for Samsung Exynos7 SoC

2014-11-11 Thread Abhilash Kesavan
Hello Olof and Arnd, On Sun, Nov 9, 2014 at 9:50 AM, Abhilash Kesavan 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 pat

[PATCH v4 0/8] arch: arm64: enable support for Samsung Exynos7 SoC

2014-09-12 Thread Naveen Krishna Chatradhi
e.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 on Kgene's for-next tree. https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.

[PATCH v5 0/8] arch: arm64: Enable support for Samsung Exynos7 SoC

2014-09-21 Thread Abhilash Kesavan
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 fro

[PATCH v5 0/8] arch: arm64: Enable support for Samsung Exynos7 SoC

2014-09-21 Thread Abhilash Kesavan
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 fro

[PATCH v2 5/7] arm64: dts: Add initial device tree support for EXYNOS7

2014-09-02 Thread Naveen Krishna Chatradhi
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 Cc: Rob Herring Cc: Catalin Marinas --- arch/arm64/boot/dts/Makefile|1 + arch/arm64/boot/dts/exynos/exynos7

[PATCH v3 5/8] arm64: dts: Add initial device tree support for EXYNOS7

2014-09-11 Thread Naveen Krishna Chatradhi
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 Cc: Rob Herring Cc: Catalin Marinas --- arch/arm64/boot/dts/Makefile|1 + arch/arm64/boot/dts/exynos/exynos7

[PATCH 0/4] Improvements on exynos7 clock

2015-08-24 Thread Alim Akhtar
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

[PATCH 6/7] arm64: dts: Add nodes for mmc, i2c, rtc, watchdog on Exynos7

2014-10-17 Thread Abhilash Kesavan
Add nodes for 3 mmc channels, 12 i2c channels, rtc, and watchdog on Exynos7. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 41 arch/arm64/boot/dts/exynos/exynos7.dtsi | 256 +++ 2 files

[PATCH v2 6/7] arm64: dts: Add nodes for mmc, i2c, rtc, watchdog on Exynos7

2014-10-20 Thread Abhilash Kesavan
Add nodes for 3 mmc channels, 12 i2c channels, rtc, and watchdog on Exynos7. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 41 arch/arm64/boot/dts/exynos/exynos7.dtsi | 256 +++ 2 files

[PATCH 0/4] Add clk and dt support for PDMA and SPI on Exynos7

2014-12-19 Thread Padmavathi Venna
: 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

Re: [PATCH v7 0/7] Enable support for Samsung Exynos7 SoC

2014-11-15 Thread Abhilash Kesavan
Hi Olof and Arnd On Tue, Nov 11, 2014 at 7:59 PM, Abhilash Kesavan wrote: > Hello Olof and Arnd, > > On Sun, Nov 9, 2014 at 9:50 AM, Abhilash Kesavan > wrote: >> These were originally part of 2 patchsets[1][2] adding support for Exynos7. >> The clock and pinctrl patch

[PATCH v4 0/8] arch: arm64: enable support for Samsung Exynos7 SoC

2014-09-12 Thread Naveen Krishna Chatradhi
e.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 on Kgene's for-next tree. https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.

[PATCH v6 5/7] arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on Exynos7

2014-11-06 Thread Abhilash Kesavan
Add nodes for 3 mmc channels, 12 i2c channels, rtc, watchdog and adc on Exynos7. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 45 arch/arm64/boot/dts/exynos/exynos7.dtsi | 276 +++ 2

[PATCH v7 5/7] arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on Exynos7

2014-11-08 Thread Abhilash Kesavan
Add nodes for 3 mmc channels, 12 i2c channels, rtc, watchdog and adc on Exynos7. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 45 arch/arm64/boot/dts/exynos/exynos7.dtsi | 276 2

[PATCH V2 2/2] arm64: exynos: Add bus1 pinctrl node on exynos7

2014-11-24 Thread Vivek Gautam
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 Signed-off-by: Vivek Gautam --- This patch was part of series: "[PATCH 00/11] Exynos7: Adding USB 3.0 support&qu

[PATCH 05/11] clk: samsung: exynos7: Corrects CMU_PERIC0 clocks names

2015-09-04 Thread Alim Akhtar
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 --- drivers/clk/samsung/clk-exynos7.c | 12 include/dt-bindings/clock/exynos7-clk.h |3 ++- 2 files changed, 10

[PATCH v2 06/12] clk: samsung: exynos7: Corrects CMU_PERIC0 clocks names

2015-09-10 Thread Alim Akhtar
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 Reviewed-by: Krzysztof Kozlowski --- drivers/clk/samsung/clk-exynos7.c | 12 include/dt-bindings/clock/exynos7-clk.h |3

Re: [PATCH v2 5/7] arm64: dts: Add initial device tree support for EXYNOS7

2014-09-03 Thread Arnd Bergmann
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.

[PATCH v4 5/8] arm64: dts: Add initial device tree support for EXYNOS7

2014-09-12 Thread Naveen Krishna Chatradhi
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 Cc: Rob Herring Cc: Catalin Marinas --- arch/arm64/boot/dts/Makefile|1 + arch/arm64/boot/dts/exynos/Makefile

RE: [PATCH v4 5/8] arm64: dts: Add initial device tree support for EXYNOS7

2014-09-19 Thread Kukjin Kim
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 > Cc: Rob Herring > Cc: Catalin Marinas Looks good to me, Acked-by: Kukjin

[PATCH 04/11] clk: samsung: exynos7: Corrects CMU_CCORE clocks names

2015-09-04 Thread Alim Akhtar
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 --- drivers/clk/samsung/clk-exynos7.c |8 ++-- include/dt-bindings/clock/exynos7-clk.h |3 ++- 2 files changed, 8 insertions

[PATCH 07/11] clk: samsung: exynos7: Corrects CMU_PERIS clocks names

2015-09-04 Thread Alim Akhtar
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 --- drivers/clk/samsung/clk-exynos7.c |7 +-- include/dt-bindings/clock/exynos7-clk.h |3 ++- 2 files changed, 7 insertions(+), 3

RE: [PATCH v2 5/7] arm64: dts: Add initial device tree support for EXYNOS7

2014-09-08 Thread kgene
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 > Cc: Rob Herring > Cc: Catalin Marinas > --- > a

[PATCH] arm64: dts: Add device node for mscl on exynos7

2014-12-16 Thread Tony K Nadackal
Add device node for mscl on exynos7 SoC. Signed-off-by: Tony K Nadackal --- 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..332537c 100644 --- a

[PATCH] arm64: dts: Add jpeg device node for Exynos7

2014-12-16 Thread Tony K Nadackal
Add jpeg device node for Exynos7 Signed-off-by: Tony K Nadackal --- arch/arm64/boot/dts/exynos/exynos7.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi b/arch/arm64/boot/dts/exynos/exynos7.dtsi index 332537c..db3561f 100644 --- a/arch

Re: [PATCH v2 6/7] arm64: dts: Add nodes for mmc, i2c, rtc, watchdog on Exynos7

2014-10-21 Thread Alim Akhtar
Hi Abhilash, On Tue, Oct 21, 2014 at 11:13 AM, Abhilash Kesavan wrote: > Add nodes for 3 mmc channels, 12 i2c channels, rtc, and watchdog > on Exynos7. > > Signed-off-by: Naveen Krishna Ch > Signed-off-by: Abhilash Kesavan > --- > arch/arm64/boot/dts/exynos/exynos

[PATCH v6 4/7] arm64: dts: Add PMU DT node for exynos7 SoC

2014-11-06 Thread Abhilash Kesavan
Adds PMU DT node for exynos7 SoC. Signed-off-by: Abhilash Kesavan --- .../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/bindings/arm/samsung

[PATCH v7 4/7] arm64: dts: Add PMU DT node for exynos7 SoC

2014-11-08 Thread Abhilash Kesavan
Adds PMU DT node for exynos7 SoC. Signed-off-by: Abhilash Kesavan --- 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/bindings/arm/samsung

[PATCH 5/7] arm64: dts: Add PMU DT node for exynos7 SoC

2014-10-17 Thread Abhilash Kesavan
Adds PMU DT node for exynos7 SoC. Signed-off-by: Abhilash Kesavan --- .../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/bindings/arm/samsung

[PATCH v2 5/7] arm64: dts: Add PMU DT node for exynos7 SoC

2014-10-20 Thread Abhilash Kesavan
Adds PMU DT node for exynos7 SoC. Signed-off-by: Abhilash Kesavan --- .../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/bindings/arm/samsung

[PATCH 2/7] clk: samsung: exynos7: add clocks for MMC block

2014-10-17 Thread Abhilash Kesavan
From: Naveen Krishna Ch Exynos7 supports 3 MMC channels, add the MMC gate clocks to support them. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- .../devicetree/bindings/clock/exynos7-clock.txt|3 + drivers/clk/samsung/clk-exynos7.c | 224

[PATCH v2 1/3] clk: samsung: exynos7: add clocks for CPU block

2015-02-06 Thread Abhilash Kesavan
Add clock support for the Atlas CPU block in Exynos7. Signed-off-by: Abhilash Kesavan --- .../devicetree/bindings/clock/exynos7-clock.txt|6 + drivers/clk/samsung/clk-exynos7.c | 121 include/dt-bindings/clock/exynos7-clk.h| 20

[PATCH 1/4] clk: samsung: exynos7: add clocks for CPU block

2014-11-26 Thread Abhilash Kesavan
Add clock support for the Atlas CPU block in Exynos7. Signed-off-by: Abhilash Kesavan --- .../devicetree/bindings/clock/exynos7-clock.txt|6 + drivers/clk/samsung/clk-exynos7.c | 121 include/dt-bindings/clock/exynos7-clk.h| 20

Re: [PATCH v4 0/8] arch: arm64: enable support for Samsung Exynos7 SoC

2014-09-12 Thread Thomas Abraham
r > 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 followin

[PATCH v6 2/7] arm64: dts: Add initial device tree support for EXYNOS7

2014-11-06 Thread Abhilash Kesavan
From: Naveen Krishna Ch 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 Ch Signed-off-by: Abhilash Kesavan Reviewed-by: Thomas Abraham Tested-by: Thomas Abraham Cc: Rob Herring Cc: Catalin

[PATCH v7 2/7] arm64: dts: Add initial device tree support for EXYNOS7

2014-11-08 Thread Abhilash Kesavan
From: Naveen Krishna Ch 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 Ch Signed-off-by: Abhilash Kesavan Reviewed-by: Thomas Abraham Tested-by: Thomas Abraham Cc: Rob Herring Cc: Catalin

[PATCH v5 5/8] arm64: dts: Add initial device tree support for EXYNOS7

2014-09-21 Thread Abhilash Kesavan
From: Naveen Krishna Ch 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 Ch Signed-off-by: Abhilash Kesavan Reviewed-by: Thomas Abraham Tested-by: Thomas Abraham Acked-by: Kukjin Kim Cc: Rob

[PATCH v3 0/5] Add clock support for a few IPs on Exynos7

2014-10-28 Thread Abhilash Kesavan
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 SoC http

[PATCH 2/2] arm64: dts: Add pinctrl support for audio IPs on exynos7

2014-12-19 Thread Padmavathi Venna
Add pinctrl support for I2S,PCM,SPDIF Signed-off-by: Padmavathi Venna --- arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 56 +++ arch/arm64/boot/dts/exynos/exynos7.dtsi |7 +++ 2 files changed, 63 insertions(+), 0 deletions(-) diff --git a/arch/arm64/boot

[PATCH 09/11] clk: samsung: exynos7: Corrects CMU_FSYS1 clocks names

2015-09-04 Thread Alim Akhtar
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 --- drivers/clk/samsung/clk-exynos7.c | 16 ++-- include/dt-bindings/clock/exynos7-clk.h |3 ++- 2 files changed, 12

Re: [PATCH 04/11] clk: samsung: exynos7: Corrects CMU_CCORE clocks names

2015-09-08 Thread Krzysztof Kozlowski
On 04.09.2015 20:37, Alim Akhtar wrote: > This patch rename CMU_CCROE clocks names to match with user manual. s/rename/renames/ (everywhere...) s/CCROE/CCORE/ > And also adds missing gate clock for aclk_ccore_133. > > Signed-off-by: Alim Akhtar > --- > drivers/clk/sam

[PATCH v2 10/12] clk: samsung: exynos7: Corrects CMU_FSYS1 clocks names

2015-09-10 Thread Alim Akhtar
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 Reviewed-by: Krzysztof Kozlowski --- drivers/clk/samsung/clk-exynos7.c | 16 ++-- include/dt-bindings/clock/exynos7-clk.h

[PATCH v3 2/5] clk: samsung: exynos7: add clocks for MMC block

2014-10-28 Thread Abhilash Kesavan
From: Naveen Krishna Ch Exynos7 supports 3 MMC channels, add the MMC gate clocks to support them. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- .../devicetree/bindings/clock/exynos7-clock.txt| 21 ++ drivers/clk/samsung/clk-exynos7.c | 224

Re: [PATCH 2/7] clk: samsung: exynos7: add clocks for MMC block

2014-10-20 Thread Vivek Gautam
Hi Abhilash, On Fri, Oct 17, 2014 at 9:41 PM, Abhilash Kesavan wrote: > From: Naveen Krishna Ch > > Exynos7 supports 3 MMC channels, add the MMC gate clocks to > support them. > > Signed-off-by: Naveen Krishna Ch > Signed-off-by: Abhilash Kesavan > --- > ..

[PATCH v2 2/7] clk: samsung: exynos7: add clocks for MMC block

2014-10-20 Thread Abhilash Kesavan
From: Naveen Krishna Ch Exynos7 supports 3 MMC channels, add the MMC gate clocks to support them. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- .../devicetree/bindings/clock/exynos7-clock.txt| 21 ++ drivers/clk/samsung/clk-exynos7.c | 224

RE: [PATCH v7 0/7] Enable support for Samsung Exynos7 SoC

2014-11-15 Thread Kukjin Kim
Abhilash Kesavan wrote: > > Hi Olof and Arnd > Hi > On Tue, Nov 11, 2014 at 7:59 PM, Abhilash Kesavan > wrote: > > Hello Olof and Arnd, > > > > On Sun, Nov 9, 2014 at 9:50 AM, Abhilash Kesavan > > wrote: > >> These were originally part

[PATCH v2 0/4] Improvements on exynos7 clock

2015-08-25 Thread Alim Akhtar
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,

Re: [PATCH] arm64: dts: exynos7: Fix wrong base address of i2c7 bus

2015-01-09 Thread Vivek Gautam
Hi Padma, On Fri, Dec 19, 2014 at 7:03 PM, Padmavathi Venna wrote: > I2C7 base address corrected. > > Signed-off-by: Padmavathi Venna > --- Verified from Exynos7 datasheet. LGTM. Reviewed-by: Vivek Gautam > arch/arm64/boot/dts/exynos/exynos7.dtsi |4 ++-- >

[PATCH RFC v2 06/12] driver: soc: exynos-pmu: Add exynos7 power domain on/off ops

2014-11-24 Thread Amit Daniel Kachhap
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

Re: [PATCH v2 3/7] clk: samsung: exynos7: add clocks for RTC block

2014-10-27 Thread Sylwester Nawrocki
Hi, On 21/10/14 07:43, Abhilash Kesavan wrote: > From: Naveen Krishna Ch > > Add clock support for the RTC block in Exynos7. > > Signed-off-by: Naveen Krishna Ch > Signed-off-by: Abhilash Kesavan > --- > .../devicetree/bindings/clock/exynos7-clock.txt|5 ++ &g

Re: [GIT PULL] Samsung clock changes for 3.19

2014-11-18 Thread Kukjin Kim
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 refactorin

Re: [PATCH V2 2/2] arm64: exynos: Add bus1 pinctrl node on exynos7

2014-11-26 Thread Alim Akhtar
Hi Vivek, On Mon, Nov 24, 2014 at 6:36 PM, Vivek Gautam 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 > Signed-off-by: Vivek Gautam

[GIT PULL] Samsung clock changes for 3.19

2014-10-31 Thread Sylwester Nawrocki
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 API. As I mentioned in my other e-mail, it might be sen

[PATCH 10/11] arm64: dts: Enable USB 3.0 controller on exynos7

2014-11-21 Thread Vivek Gautam
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 --- arch/arm64/boot/dts/exynos/exynos7.dtsi | 35 +++ 1 file changed, 35 insertions(+) diff --git a/arch/arm64/boot/dts

[PATCH] arm64: dts: Add BUS1 instance pinctrl support

2015-08-28 Thread Alim Akhtar
This adds BUS1 instance pinctrl for exynos7 soc. Signed-off-by: Alim Akhtar --- arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 111 +++ arch/arm64/boot/dts/exynos/exynos7.dtsi |7 ++ 2 files changed, 118 insertions(+) diff --git a/arch/arm64/boot/dts/exynos

[PATCH v3 4/5] clk: samsung: exynos7: add gate clocks for WDT, TMU and PWM blocks

2014-10-28 Thread Abhilash Kesavan
From: Naveen Krishna Ch Add clock support for the watchdog timer, pwm timer and thermal management unit IPs in Exynos7. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- drivers/clk/samsung/clk-exynos7.c | 14 ++ include/dt-bindings/clock/exynos7-clk.h

[PATCH 4/7] clk: samsung: exynos7: add gate clocks for WDT, TMU and PWM blocks

2014-10-17 Thread Abhilash Kesavan
From: Naveen Krishna Ch Add clock support for the watchdog timer, pwm timer and thermal management unit IPs in Exynos7. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- drivers/clk/samsung/clk-exynos7.c | 14 ++ include/dt-bindings/clock/exynos7-clk.h

[PATCH v2 4/7] clk: samsung: exynos7: add gate clocks for WDT, TMU and PWM blocks

2014-10-20 Thread Abhilash Kesavan
From: Naveen Krishna Ch Add clock support for the watchdog timer, pwm timer and thermal management unit IPs in Exynos7. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- drivers/clk/samsung/clk-exynos7.c | 14 ++ include/dt-bindings/clock/exynos7-clk.h

Re: [PATCH 2/7] clk: samsung: exynos7: add clocks for MMC block

2014-10-20 Thread Abhilash Kesavan
Hi Vivek, On Mon, Oct 20, 2014 at 3:19 PM, Vivek Gautam wrote: > Hi Abhilash, > > > On Fri, Oct 17, 2014 at 9:41 PM, Abhilash Kesavan > wrote: >> From: Naveen Krishna Ch >> >> Exynos7 supports 3 MMC channels, add the MMC gate clocks to >> support them.

[PATCH] arm64: dts: Add reboot node for exynos7

2015-10-19 Thread Alim Akhtar
This patch add syscon-reboot node to reboot exynos7 based SoCs. Signed-off-by: Alim Akhtar --- 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/exynos/exynos7.dtsi index

[PATCH] arm64: dts: exynos7: Fix wrong base address of i2c7 bus

2014-12-19 Thread Padmavathi Venna
I2C7 base address corrected. Signed-off-by: Padmavathi Venna --- 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 db7058a..84a57c8 100644

[PATCH 08/11] clk: samsung: exynos7: Corrects CMU_FSYS0 clocks names

2015-09-04 Thread Alim Akhtar
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 --- drivers/clk/samsung/clk-exynos7.c | 24 ++-- include/dt-bindings/clock/exynos7-clk.h |3 ++- 2 files changed

Re: [PATCH 04/11] clk: samsung: exynos7: Corrects CMU_CCORE clocks names

2015-09-08 Thread Alim Akhtar
Akhtar --- 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..0eb0f57 100644 --- a

[PATCH v2 09/12] clk: samsung: exynos7: Corrects CMU_FSYS0 clocks names

2015-09-10 Thread Alim Akhtar
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 Reviewed-by: Krzysztof Kozlowski --- drivers/clk/samsung/clk-exynos7.c | 24 ++-- include/dt-bindings/clock/exynos7

[PATCH 05/14] pinctrl: exynos: Add driver data for Exynos7

2014-08-27 Thread Naveen Krishna Chatradhi
This patch adds driver data for Exynos7 to pinctrl-exynos driver. Exynos7 includes 229 multi-functional input/output ports. There are 40 general port groups. Signed-off-by: Naveen Krishna Chatradhi Cc: Tomasz Figa Cc: linus.wall...@linaro.org Cc: Thomas Abraham --- .../bindings/pinctrl

Re: [PATCH RFC v2 06/12] driver: soc: exynos-pmu: Add exynos7 power domain on/off ops

2014-11-24 Thread Ulf Hansson
On 24 November 2014 at 14:04, Amit Daniel Kachhap wrote: > 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 al

[PATCH 3/4] pinctrl: exynos: Add initial driver data for Exynos7

2014-09-13 Thread Abhilash Kesavan
From: Naveen Krishna Chatradhi This patch adds initial driver data for Exynos7 pinctrl support. Signed-off-by: Naveen Krishna Chatradhi Signed-off-by: Abhilash Kesavan Cc: Thomas Abraham Cc: Tomasz Figa Cc: Linus Walleij --- .../bindings/pinctrl/samsung-pinctrl.txt |1

[PATCH v2 3/5] pinctrl: exynos: Add initial driver data for Exynos7

2014-09-23 Thread Abhilash Kesavan
From: Naveen Krishna Ch This patch adds initial driver data for Exynos7 pinctrl support. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan Reviewed-by: Thomas Abraham Tested-by: Thomas Abraham Cc: Thomas Abraham Cc: Tomasz Figa Cc: Linus Walleij --- .../bindings/pinctrl

[PATCH v3 4/6] pinctrl: exynos: Add initial driver data for Exynos7

2014-09-28 Thread Abhilash Kesavan
From: Naveen Krishna Ch This patch adds initial driver data for Exynos7 pinctrl support. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan Reviewed-by: Thomas Abraham Tested-by: Thomas Abraham Cc: Tomasz Figa Cc: Linus Walleij --- .../bindings/pinctrl/samsung-pinctrl.txt

  1   2   3   4   5   6   7   8   9   >