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

2014-09-30 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 Acked-by: Tomasz Figa Cc: Linus Walleij --- .../bindings/pinctrl/samsung

[PATCH 0/4] Add CPU clock support for Exynos7

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

[PATCH v3 0/6] Add initial support for pinctrl on Exynos7

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

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

2015-09-13 Thread Alim Akhtar
This adds BUS1 instance pinctrl for exynos7 soc. Signed-off-by: Alim Akhtar Reviewed-by: Krzysztof Kozlowski --- Changes since v1: - Removed etc1 gpio as per Krzysztof review comments. arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 103 +++ arch/arm64/boot/dts/exynos

[PATCH v3 1/5] clk: samsung: exynos7: add clocks for I2C block

2014-10-28 Thread Abhilash Kesavan
From: Naveen Krishna Ch Exynos7 supports 12 I2C channels, add the I2C gate clocks to support them. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- drivers/clk/samsung/clk-exynos7.c | 24 include/dt-bindings/clock/exynos7-clk.h | 16

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

2014-09-11 Thread Naveen Krishna Ch
On 9 September 2014 08:58, wrote: > 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

[PATCH 1/7] clk: samsung: exynos7: add clocks for I2C block

2014-10-17 Thread Abhilash Kesavan
From: Naveen Krishna Ch Exynos7 supports 12 I2C channels, add the I2C gate clocks to support them. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- drivers/clk/samsung/clk-exynos7.c | 24 include/dt-bindings/clock/exynos7-clk.h | 16

[PATCH v2 1/7] clk: samsung: exynos7: add clocks for I2C block

2014-10-20 Thread Abhilash Kesavan
From: Naveen Krishna Ch Exynos7 supports 12 I2C channels, add the I2C gate clocks to support them. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan --- drivers/clk/samsung/clk-exynos7.c | 24 include/dt-bindings/clock/exynos7-clk.h | 16

Re: [GIT PULL] Samsung clock changes for 3.19

2014-11-19 Thread Mike Turquette
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 sensible to put these > > patches into a separate topic branch, so Kukjin can pull it as > > a depe

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

2014-11-27 Thread Vivek Gautam
Hi Kukjin, On Wed, Nov 26, 2014 at 6:59 PM, Alim Akhtar wrote: > 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

[PATCH v2 5/12] clk: samsung: exynos7: Corrects CMU_CCORE clocks names

2015-09-10 Thread Alim Akhtar
This patch renames CMU_CCORE clocks names to match with user manual. Signed-off-by: Alim Akhtar --- 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/samsung/clk-exynos7.c index 4bc4760a

[PATCH V2 0/3] Add clk support for PDMA, SPI and audio on Exynos7

2015-01-13 Thread Padmavathi Venna
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

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

2014-12-16 Thread Tony K Nadackal
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 + include/dt-bindings/clock/exynos7-clk.h| 40 ++- 3

[PATCH v2 02/12] clk: samsung: exynos7: Adds missing clocks gates of CMU_TOPC

2015-09-10 Thread Alim Akhtar
This adds some of the missing GATE clocks of CMU_TOPC block. Signed-off-by: Alim Akhtar --- drivers/clk/samsung/clk-exynos7.c | 27 +++ include/dt-bindings/clock/exynos7-clk.h | 13 - 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a

[PATCH v5 0/6] Add initial support for pinctrl on Exynos7

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

[PATCH v2 0/3] Add CPU clock support for Exynos7

2015-02-06 Thread Abhilash Kesavan
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

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

2014-10-28 Thread Abhilash Kesavan
Hello Sylwester, On Mon, Oct 27, 2014 at 10:01 PM, Sylwester Nawrocki wrote: > 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

Re: [PATCH v3 0/6] Add initial support for pinctrl on Exynos7

2014-09-29 Thread Tomasz Figa
enablement for exynos7 into a separate patch > - Added tested-by and reviewed-by tags from Thomas Abraham > > Following patches have been tested on linux-next (20140926). > https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/ > > Following patches are re

[PATCH v4 0/6] Add initial support for pinctrl on Exynos7

2014-09-30 Thread Abhilash Kesavan
: - 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 tested-by and reviewed-by tags

[PATCH v2 08/12] clk: samsung: exynos7: Corrects CMU_PERIS clocks names

2015-09-10 Thread Alim Akhtar
This patch renames CMU_PERIS clocks names to match with user manual. Signed-off-by: Alim Akhtar Reviewed-by: Krzysztof Kozlowski --- 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

[PATCH 2/2] arm64: dts: exynos7: Enable HS200 mode operation

2015-11-02 Thread Alim Akhtar
This patch enables HS200 mode operation on exynos7 based espresso board. This also remove _broken-cd_ property as per mmc binding documentation which say one of the properties between broken-cd and non-removable should be used. And we already use _non-removable_ as emmc mounted on board which is a

[PATCH 08/11] clk: exynos7: Add required clock tree for USB

2014-11-21 Thread Vivek Gautam
Adding required gate clocks for USB3.0 DRD controller present on Exynos7. Signed-off-by: Vivek Gautam --- drivers/clk/samsung/clk-exynos7.c | 64 +++ include/dt-bindings/clock/exynos7-clk.h |9 - 2 files changed, 72 insertions(+), 1 deletion(-) diff

Re: [PATCH 2/2] arm64: dts: exynos7: Enable HS200 mode operation

2015-11-02 Thread Krzysztof Kozlowski
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 : > This patch enables HS200 mode operation on exynos7 based > espresso board. > This also remove _broken-cd_ property a

[PATCH 0/4] Add initial support for pinctrl on Exynos7

2014-09-13 Thread Abhilash Kesavan
chive.com/linux-samsung-soc 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.n

[PATCH 0/4] Add initial support for pinctrl on Exynos7

2014-09-13 Thread Abhilash Kesavan
chive.com/linux-samsung-soc 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.n

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

2015-10-02 Thread Stephen Boyd
sung-4.4 > > for you to fetch changes up to 7993b3ebec979b23c2d7425959c9d232c452498b: > > clk: samsung: exynos7: Add required clock tree for UFS (2015-09-15 11:18:15 > +0200) > Thanks, pulled. I put this patch on top though. -8<- From: Stephen Boyd Subject: [PATCH

[PATCH 4/4] clk: samsung: exynos7: correct nr_clk_ids for fsys1

2015-08-24 Thread Alim Akhtar
nr_clk_ids for FSYS1 block is wrongly set as TOP1 block, this patch correct the same. Signed-off-by: Alim Akhtar --- 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

[PATCH 10/11] clk: samsung: exynos7: Add missing fixed_clks to cmu_info

2015-09-04 Thread Alim Akhtar
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 --- drivers/clk/samsung/clk-exynos7.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/samsung/clk-exynos7.c b/drivers/clk/samsung

[PATCH 12/14] arm64: dts: add Exynos7 based Espresso board dts file

2014-08-27 Thread Naveen Krishna Chatradhi
This patch adds initial dts file for the Espresso board based on Exynos7 from Samsung. Signed-off-by: Naveen Krishna Chatradhi Cc: Rob Herring Cc: Catalin Marinas --- arch/arm64/boot/dts/Makefile |1 + arch/arm64/boot/dts/exynos7-espresso.dts | 69

Re: [PATCH v5 0/6] Add initial support for pinctrl on Exynos7

2014-10-11 Thread Tomasz Figa
eep 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 tested-by and reviewed-by tags from Thomas Abraham > > This series has been tested on linux-next (20141

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

2014-11-25 Thread amit daniel kachhap
On Tue, Nov 25, 2014 at 1:00 PM, Ulf Hansson wrote: > 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

Re: [PATCH 4/4] clk: samsung: exynos7: correct nr_clk_ids for fsys1

2015-08-25 Thread Krzysztof Kozlowski
On 24.08.2015 20:05, Alim Akhtar wrote: > nr_clk_ids for FSYS1 block is wrongly set as TOP1 block, > this patch correct the same. s/correct the same/corrects it/ Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof > > Signed-off-by: Alim Akhtar > --- > drivers/clk/s

[PATCH v2 4/4] clk: samsung: exynos7: Correct nr_clk_ids for fsys1

2015-08-25 Thread Alim Akhtar
nr_clk_ids for FSYS1 block is wrongly set as TOP1 block, this patch corrects it. Signed-off-by: Padmavathi Venna Signed-off-by: Alim Akhtar Reviewed-by: Krzysztof Kozlowski --- drivers/clk/samsung/clk-exynos7.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk

[PATCH v2 11/12] clk: samsung: exynos7: Add missing fixed_clks to cmu_info

2015-09-10 Thread Alim Akhtar
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 Reviewed-by: Krzysztof Kozlowski --- drivers/clk/samsung/clk-exynos7.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/samsung

[PATCH 0/2] Add pinctrl support for audio IPs on exynos7

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

[PATCH] clk: samsung: exynos7: Fix fsys NR_CLK

2014-12-19 Thread Padmavathi Venna
Fix typo in fsys0 and fsys1 NR_CLK assignment Signed-off-by: Padmavathi Venna --- 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..3a56875 100644

Re: [PATCH 2/2] arm64: dts: exynos7: Enable HS200 mode operation

2015-11-02 Thread Javier Martinez Canillas
Hello Alim, On 11/02/2015 11:04 AM, Alim Akhtar wrote: > This patch enables HS200 mode operation on exynos7 based > espresso board. > This also remove _broken-cd_ property as per mmc binding documentation > which say one of the properties between broken-cd and non-removable > shou

[PATCH v2 2/2] arm64: dts: exynos7: Enable HS200 mode operation

2015-11-05 Thread Alim Akhtar
This patch enables HS200 mode operation on exynos7 based espresso board. This also removes _broken-cd_ property as per mmc binding documentation which says one of the properties between broken-cd and non-removable should be used. And we already use _non-removable_ as emmc mounted on board which is

[PATCH v3 2/2] arm64: dts: exynos7: Enable HS200 mode operation

2015-11-05 Thread Alim Akhtar
This patch enables HS200 mode operation on exynos7 based espresso board. This also removes _broken-cd_ property as per mmc binding documentation which says one of the properties between broken-cd and non-removable should be used. And we already use _non-removable_ as emmc mounted on board which is

Re: [PATCH v4 0/6] Add initial support for pinctrl on Exynos7

2014-10-05 Thread Abhilash Kesavan
0_ds as per UM > - Moved the pinctrl enablement for exynos7 into a separate patch > - Added tested-by and reviewed-by tags from Thomas Abraham > > Following patches have been tested on linux-next (20140926). > https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/

[PATCH 06/11] clk: samsung: exynos7: Corrects CMU_PERIC1 clocks names

2015-09-04 Thread Alim Akhtar
This patch rename CMU_PERIC1 clocks names to match with user manual. And also adds missing gate clock for aclk_peric1_66. Signed-off-by: Alim Akhtar --- drivers/clk/samsung/clk-exynos7.c | 38 --- include/dt-bindings/clock/exynos7-clk.h |3 ++- 2 files

[PATCH v2 07/12] clk: samsung: exynos7: Corrects CMU_PERIC1 clocks names

2015-09-10 Thread Alim Akhtar
This patch renames CMU_PERIC1 clocks names to match with user manual. And also adds missing gate clock for aclk_peric1_66. Signed-off-by: Alim Akhtar Reviewed-by: Krzysztof Kozlowski --- drivers/clk/samsung/clk-exynos7.c | 38 --- include/dt-bindings/clock

[PATCH 4/4] arm64: dts: Add PDMA and SPI device tree node for exynos7

2014-12-19 Thread Padmavathi Venna
Add PDMA0,PDMA1 and 5 SPI dt nodes for Exynos7. Signed-off-by: Padmavathi Venna --- arch/arm64/boot/dts/exynos/exynos7.dtsi | 113 +++ 1 files changed, 113 insertions(+), 0 deletions(-) diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi b/arch/arm64/boot/dts

Re: [PATCH v4 4/8] clk: samsung: add initial clock support for Exynos7 SoC

2014-09-13 Thread Tomasz Figa
Hi Naveen, Please see my comments inline. On 12.09.2014 17:26, Naveen Krishna Chatradhi wrote: > Add initial clock support for Exynos7 SoC which is required > to bring up platforms based on Exynos7. [snip] > +External clocks: > + > +There are several clocks that are generated

Re: [PATCH 12/14] arm64: dts: add Exynos7 based Espresso board dts file

2014-08-27 Thread Olof Johansson
Hi, On Wed, Aug 27, 2014 at 03:14:19PM +0530, Naveen Krishna Chatradhi wrote: > This patch adds initial dts file for the Espresso board > based on Exynos7 from Samsung. > > Signed-off-by: Naveen Krishna Chatradhi > Cc: Rob Herring > Cc: Catalin Marinas > --- > arch

Re: [PATCH 2/2] arm64: dts: exynos7: Enable HS200 mode operation

2015-11-02 Thread Alim Akhtar
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 : This patch enables HS200 mode operation on exynos7 based

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

2014-09-14 Thread Thomas Abraham
Hi Tomasz, On Sat, Sep 13, 2014 at 4:27 PM, Tomasz Figa 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. >>> Ex

[PATCH v2] arm64: dts: exynos7: add support for cpuidle core power down

2014-10-20 Thread Chander Kashyap
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 --- This patch has following dependencies: - [PATCH v5 0/8] arch: arm64: Enable support for Samsung Exynos7 SoC http

Re: Re: [PATCH v4 6/8] arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support

2014-09-18 Thread ALIM AKHTAR
Hi Catalin, > --- Original Message --- > Sender : Catalin Marinas > 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 wr

Re: [PATCH 2/2] arm64: dts: exynos7: Enable HS200 mode operation

2015-11-02 Thread Krzysztof Kozlowski
2015-11-02 21:08 GMT+09:00 Alim Akhtar : > 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 >> >&

Re: [PATCH 0/4] Add initial support for pinctrl on Exynos7

2014-09-13 Thread Thomas Abraham
ot;tty/serial: fix config dependencies for samsung serial" >https://www.mail-archive.com/linux-samsung-soc > vger.kernel.org/msg36208.html > 2- "dts, kbuild: Implement support for dtb vendor subdirs" patchset >http://comments.gmane.org/gmane.linux.kbuild.devel/12131 &

Re: [PATCH 0/4] Add initial support for pinctrl on Exynos7

2014-09-20 Thread Alim Akhtar
ld.devel/12131 > 3- "arch: arm64: enable 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 inst

[PATCH] arm64: dts: exynos7: add support for cpuidle core power down

2014-10-14 Thread Chander Kashyap
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 --- This patch has following dependencies: - [PATCH v5 0/8] arch: arm64: Enable support for Samsung Exynos7 SoC http

Re: [PATCH v5 0/6] Add initial support for pinctrl on Exynos7

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

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

2014-08-27 Thread Olof Johansson
Hi, On Wed, Aug 27, 2014 at 03:14:18PM +0530, Naveen Krishna Chatradhi wrote: > Add initial device tree nodes for EXYNOS7 SoC. > Also, includes the dt-binding definitions for clock ids. Uh, no -- it just adds the dtsi. > Signed-off-by: Naveen Krishna Chatradhi > Cc: Thomas Abraha

[PATCH 0/5] usb: dwc3/phy-exynos5-usbdrd: Extend support to Exynos7

2014-08-28 Thread Vivek Gautam
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

[PATCH 4/4] clk: samsung: add cpu clock configuration data and instantiate cpu clock

2014-11-26 Thread Abhilash Kesavan
Add the Atlas CPU clock configuration data and instantiate the CPU clock type for Exynos7. Signed-off-by: Abhilash Kesavan --- drivers/clk/samsung/clk-cpu.h |5 + drivers/clk/samsung/clk-exynos7.c | 28 +++- include/dt-bindings/clock/exynos7

Re: [PATCH v4 4/8] clk: samsung: add initial clock support for Exynos7 SoC

2014-09-21 Thread Abhilash Kesavan
Hi Tomasz, On Sat, Sep 13, 2014 at 4:47 PM, Tomasz Figa wrote: > Hi Naveen, > > Please see my comments inline. > > On 12.09.2014 17:26, Naveen Krishna Chatradhi wrote: >> Add initial clock support for Exynos7 SoC which is required >> to bring up platforms

Re: [PATCH] spi: s3c64xx: add support for exynos7 SPI controller

2014-11-26 Thread Mark Brown
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 l

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

2014-11-28 Thread Kukjin Kim
Arnd Bergmann 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 nod

[PATCH v2 0/4] usb: dwc3/phy-exynos5-usbdrd: Extend support to Exynos7

2014-10-07 Thread Vivek Gautam
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 v5 0/8] arch: arm64: Enable support for Samsung Exynos7 SoC http://www.spinics.net/lists/linux-samsung-soc/msg37047

Re: [PATCH 12/14] arm64: dts: add Exynos7 based Espresso board dts file

2014-08-28 Thread Naveen Krishna Ch
Hello Olof, On 28 August 2014 09:30, Olof Johansson wrote: > Hi, > > On Wed, Aug 27, 2014 at 03:14:19PM +0530, Naveen Krishna Chatradhi wrote: >> This patch adds initial dts file for the Espresso board >> based on Exynos7 from Samsung. >> >> Signed-off-by: Nav

[PATCH 3/4] clk: samsung: exynos7: Correct nr_clk_ids for fsys0

2015-08-24 Thread Alim Akhtar
This patch correct the nr_clk_ids for fsys0 block which is wrongly set to TOP1 clk numbers. This also adjust the a gate clock order. Signed-off-by: Alim Akhtar --- drivers/clk/samsung/clk-exynos7.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/clk

Re: [PATCH 4/4] clk: samsung: exynos7: correct nr_clk_ids for fsys1

2015-08-25 Thread Alim Akhtar
-by: Krzysztof Kozlowski > Thanks! > Best regards, > Krzysztof > > >> >> Signed-off-by: Alim Akhtar >> --- >> drivers/clk/samsung/clk-exynos7.c |2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/clk/samsun

[PATCH v2 3/4] clk: samsung: exynos7: Correct nr_clk_ids for fsys0

2015-08-25 Thread Alim Akhtar
This patch corrects the nr_clk_ids for fsys0 block which is wrongly set to TOP1 clk numbers. This also adjusts the gate clock order. Signed-off-by: Padmavathi Venna Signed-off-by: Alim Akhtar Reviewed-by: Krzysztof Kozlowski --- drivers/clk/samsung/clk-exynos7.c |8 1 file

[PATCH v6 6/7] arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support

2014-11-06 Thread Abhilash Kesavan
From: Alim Akhtar This patch adds the necessary Kconfig entries to enable support for the ARMv8 based Exynos7 SoC. It also enables RTC, WDT and Pinctrl for Exynos7. Signed-off-by: Alim Akhtar Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan Reviewed-by: Thomas Abraham Tested

[PATCH v7 6/7] arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support

2014-11-08 Thread Abhilash Kesavan
From: Alim Akhtar This patch adds the necessary Kconfig entries to enable support for the ARMv8 based Exynos7 SoC. It also enables RTC, WDT and Pinctrl for Exynos7. Signed-off-by: Alim Akhtar Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan Reviewed-by: Thomas Abraham Tested

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

2014-11-28 Thread Arnd Bergmann
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 > espress

[PATCH v3] arm64: dts: exynos7: add support for cpuidle core power down

2014-11-05 Thread Chander Kashyap
Exynos7 has core power down state where cores can be powered off independently. This patch adds support for this state. Entry latency for the core power down is calculated as follows: 1. Time difference is measured between cpuidle entry and exit. 2. WFI is skipped measuring the time. 3. The time

[PATCH v2 3/3] clk: samsung: add cpu clock configuration data and instantiate cpu clock

2015-02-06 Thread Abhilash Kesavan
Add the Atlas CPU clock configuration data and instantiate the CPU clock type for Exynos7. Signed-off-by: Abhilash Kesavan --- drivers/clk/samsung/clk-cpu.h |5 + drivers/clk/samsung/clk-exynos7.c | 33 ++- include/dt-bindings/clock/exynos7

[PATCH 11/11] arm64: dts: exynos7-espresso: Add regulators for Vbus and Vbus-Boost

2014-11-21 Thread Vivek Gautam
Adding fixed voltage regulators for Vbus and Vbus-boost required by USB 3.0 DRD controller on Exynos7-espresso board. Signed-off-by: Vivek Gautam --- arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 43 +++ 1 file changed, 43 insertions(+) diff --git a/arch/arm64/boot

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

2014-12-03 Thread Kukjin Kim
Kukjin Kim wrote: > > Arnd Bergmann 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 pi

[PATCH v4 4/8] clk: samsung: add initial clock support for Exynos7 SoC

2014-09-12 Thread Naveen Krishna Chatradhi
Add initial clock support for Exynos7 SoC which is required to bring up platforms based on Exynos7. Signed-off-by: Naveen Krishna Chatradhi Cc: Tomasz Figa Cc: Mike Turquette --- .../devicetree/bindings/clock/exynos7-clock.txt| 37 ++ drivers/clk/samsung/Makefile

[PATCH 3/4] clk: samsung: exynos7: add clocks for audio block

2014-12-19 Thread Padmavathi Venna
Add required clk support for I2S,PCM amd SPDIF Signed-off-by: Padmavathi Venna --- .../devicetree/bindings/clock/exynos7-clock.txt|6 + drivers/clk/samsung/clk-exynos7.c | 144 +++- include/dt-bindings/clock/exynos7-clk.h| 24 +++- 3 files

Re: [PATCH 1/2] drm/exynos: hdmi: Add support for Exynos7 HDMI

2015-03-04 Thread Andrzej Hajda
On 03/02/2015 09:40 AM, Ajay kumar wrote: > Hi Andrej, > > On Fri, Feb 27, 2015 at 4:18 PM, Andrzej Hajda wrote: >> Hi Ajay, >> >> Thanks for the patch. > Thanks for reviewing the patch. > >> On 02/26/2015 04:24 PM, Ajay Kumar wrote: >>> Modify th

[GIT PULL 2/5] Late Samsung DT64 update for v4.4

2015-10-23 Thread Kukjin Kim
c60ce7fe82c46d9480b85858828e3042dfe6c9bf: arm64: dts: Add BUS1 instance pinctrl support for exynos7 (2015-10-08 07:18:33 +0900) Samsung arm64 DT update for v4.4 - add BUS1 instance pinctrl support on exynos7 SoC

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

2014-12-23 Thread Sylwester Nawrocki
Hi Pankaj, On 23/12/14 05:59, Pankaj Dubey wrote: >> diff --git a/drivers/clk/samsung/clk-exynos7.c >> b/drivers/clk/samsung/clk-exynos7.c >> > index a79bf23..95c1160 100644 >> > --- a/drivers/clk/samsung/clk-exynos7.c >> > +++ b/drivers/clk/sa

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

2014-09-03 Thread Naveen Krishna Ch
Hi Olof, On 28 August 2014 09:26, Olof Johansson wrote: > Hi, > > On Wed, Aug 27, 2014 at 03:14:18PM +0530, Naveen Krishna Chatradhi wrote: >> Add initial device tree nodes for EXYNOS7 SoC. >> Also, includes the dt-binding definitions for clock ids. > > Uh, no -- it ju

[GIT PULL 8/9] ARM64: EXYNOS: dts: DeviceTree for ARM64 for v4.5

2015-12-01 Thread Krzysztof Kozlowski
/linux.git tags/samsung-dt64-4.5 for you to fetch changes up to fb026cb6524744c8bd0f133f4b0d8e2595d04e15: arm64: dts: Add reboot node for exynos7 (2015-11-18 22:47:16 +0900) Samsung DeviceTree ARM64 updates and improvements for 4.5: 1

[PATCH V2 2/3] clk: samsung: exynos7: add clocks for SPI block

2015-01-13 Thread Padmavathi Venna
Add clock support for 5 SPI channels. Signed-off-by: Padmavathi Venna Signed-off-by: Sylwester Nawrocki --- .../devicetree/bindings/clock/exynos7-clock.txt|5 ++ drivers/clk/samsung/clk-exynos7.c | 73 include/dt-bindings/clock/exynos7-clk.h

Re: [PATCH 11/11] clk: samsung: exynos7: Add required clock tree for UFS

2015-09-09 Thread Krzysztof Kozlowski
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 > --- > drivers/clk/samsung/clk-exynos7.c | 116 > +++ > include/dt-bindings/cl

[PATCH v4] arm64: dts: exynos7: add support for cpuidle core power down

2014-11-05 Thread Chander Kashyap
Exynos7 has core power down state where cores can be powered off independently. This patch adds support for this state. Entry latency for the core power down is calculated as follows: 1. Time difference is measured between cpuidle entry and exit. 2. WFI is skipped for measuring the time. 3

Re: [PATCH] arm64: dts: exynos7: add support for cpuidle core power down

2014-10-15 Thread Lorenzo Pieralisi
On Wed, Oct 15, 2014 at 07:35:20AM +0100, Chander Kashyap wrote: > Exynos7 has core power down state where cores can be powered off > independently. > This patch adds support for this state. Please tell us more about the idle-state values you are adding, in particular entry, exit late

Re: [PATCH 3/4] clk: samsung: exynos7: add clocks for audio block

2015-01-13 Thread Vivek Gautam
Hi Padma, On Fri, Dec 19, 2014 at 6:53 PM, Padmavathi Venna wrote: > Add required clk support for I2S,PCM amd SPDIF > > Signed-off-by: Padmavathi Venna > --- verified from Exynos7 datasheet. The patch looks good. Reviewed-by: Vivek Gautam > .../devicetree/bindings/clock/ex

[GIT PULL] arm64: dts: Exynos ARMv8 improvements for 4.4

2015-09-29 Thread Krzysztof Kozlowski
you to fetch changes up to 235c8e96f54a76bee201a7c86620c351a30b1ac6: arm64: dts: Add BUS1 instance pinctrl support for exynos7 (2015-09-16 09:03:09 +0900) Device Tree improvements for Exynos ARMv8 based boards: 1. Add a BUS1

Re: [PATCH RESEND] serial: samsung: Fix serial config dependencies for exynos7

2014-11-17 Thread Greg KH
On Mon, Nov 17, 2014 at 10:14:51AM +0530, Abhilash Kesavan wrote: > From: Pankaj Dubey > > Exynos7 has a similar serial controller to that present in older Samsung > SoCs. To re-use the existing serial driver on Exynos7 we need to have > SERIAL_SAMSUNG_UARTS_4 and SERIAL_SAMSUNG

[PATCH 13/14] arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support

2014-08-27 Thread Naveen Krishna Chatradhi
From: Alim Akhtar This patch adds the necessary Kconfig entries to enable support for the ARMv8 based Exynos7 SoC. Signed-off-by: Alim Akhtar Signed-off-by: Naveen Krishna Chatradhi Cc: Rob Herring Cc: Catalin Marinas --- arch/arm64/Kconfig | 17 + 1 file changed, 17

[PATCH v2 7/7] arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support

2014-09-02 Thread Naveen Krishna Chatradhi
From: Alim Akhtar This patch adds the necessary Kconfig entries to enable support for the ARMv8 based Exynos7 SoC. Signed-off-by: Alim Akhtar Signed-off-by: Naveen Krishna Chatradhi Cc: Rob Herring Cc: Catalin Marinas --- arch/arm64/Kconfig | 12 1 file changed, 12

[PATCH v3 6/8] arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support

2014-09-11 Thread Naveen Krishna Chatradhi
From: Alim Akhtar This patch adds the necessary Kconfig entries to enable support for the ARMv8 based Exynos7 SoC. Signed-off-by: Alim Akhtar Signed-off-by: Naveen Krishna Chatradhi Cc: Rob Herring Cc: Catalin Marinas --- arch/arm64/Kconfig | 12 1 file changed, 12

[PATCH v4 6/8] arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support

2014-09-12 Thread Naveen Krishna Chatradhi
From: Alim Akhtar This patch adds the necessary Kconfig entries to enable support for the ARMv8 based Exynos7 SoC. Signed-off-by: Alim Akhtar Signed-off-by: Naveen Krishna Chatradhi Cc: Rob Herring Cc: Catalin Marinas --- arch/arm64/Kconfig | 12 1 file changed, 12

[PATCH v2 1/4] clk: samsung: exynos7: Fix CMU TOPC block clock

2015-08-25 Thread Alim Akhtar
Corrects the bit width of DIV_TOPC3 register. These are worngly set to 3 which should be 4 bit wide as per UM. This also adjusts the MUX clock order. Signed-off-by: Alim Akhtar --- drivers/clk/samsung/clk-exynos7.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

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

2014-08-27 Thread Mark Rutland
Hi Naveen, On Wed, Aug 27, 2014 at 10:44:18AM +0100, Naveen Krishna Chatradhi wrote: > Add initial device tree nodes for EXYNOS7 SoC. > Also, includes the dt-binding definitions for clock ids. Fallout from a rebase? That latter part doesn't seem to be relevant. > Signed-off-by:

[PATCH v2 4/7] clk: samsung: add initial clock support for Exynos7 SoC

2014-09-02 Thread Naveen Krishna Chatradhi
Add initial clock support for Exynos7 SoC which is required to bring up platforms based on Exynos7. Signed-off-by: Naveen Krishna Chatradhi Cc: Tomasz Figa Cc: Mike Turquette --- .../devicetree/bindings/clock/exynos7-clock.txt| 37 ++ drivers/clk/samsung/Makefile

[PATCH v3 4/8] clk: samsung: add initial clock support for Exynos7 SoC

2014-09-11 Thread Naveen Krishna Chatradhi
Add initial clock support for Exynos7 SoC which is required to bring up platforms based on Exynos7. Signed-off-by: Naveen Krishna Chatradhi Cc: Tomasz Figa Cc: Mike Turquette --- .../devicetree/bindings/clock/exynos7-clock.txt| 37 ++ drivers/clk/samsung/Makefile

[PATCH v5 4/8] clk: samsung: add initial clock support for Exynos7 SoC

2014-09-21 Thread Abhilash Kesavan
From: Naveen Krishna Ch Add initial clock support for Exynos7 SoC which is required to bring up platforms based on Exynos7. Signed-off-by: Naveen Krishna Ch Signed-off-by: Abhilash Kesavan Reviewed-by: Thomas Abraham Tested-by: Thomas Abraham Cc: Tomasz Figa Cc: Mike Turquette

Re: [PATCH 1/2] drm/exynos: hdmi: Add support for Exynos7 HDMI

2015-03-04 Thread Ajay kumar
patch. >> >>> On 02/26/2015 04:24 PM, Ajay Kumar wrote: >>>> Modify the exynos HDMI driver to support Exynos7 HDMI 1.4. >>>> * Add phy configs for Exynos7. >>>> * Exynos7 has a different clock structure for HDMI, >>>> so introduce t

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

2014-08-28 Thread Marc Zyngier
On 28/08/14 04:56, Olof Johansson wrote: > Hi, > > On Wed, Aug 27, 2014 at 03:14:18PM +0530, Naveen Krishna Chatradhi wrote: >> Add initial device tree nodes for EXYNOS7 SoC. >> Also, includes the dt-binding definitions for clock ids. > > Uh, no -- it just adds th

[PATCH V2 3/3] clk: samsung: exynos7: add clocks for audio block

2015-01-13 Thread Padmavathi Venna
Add required clk support for I2S,PCM amd SPDIF Signed-off-by: Padmavathi Venna --- .../devicetree/bindings/clock/exynos7-clock.txt|9 ++ drivers/clk/samsung/clk-exynos7.c | 143 +++- include/dt-bindings/clock/exynos7-clk.h| 24 +++- 3

[PATCH 12/12] arm64: Kconfig: Enable PM_GENERIC_DOMAINS for exynos7

2014-11-02 Thread Amit Daniel Kachhap
Use power domain driver for Exynos7 SOC's Cc: Catalin Marinas Reviewed-by: Pankaj Dubey Signed-off-by: Amit Daniel Kachhap --- arch/arm64/Kconfig |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 693db3e..f537558 100644 --- a/arch/

[PATCH RFC v2 12/12] arm64: Kconfig: Enable PM_GENERIC_DOMAINS for exynos7

2014-11-24 Thread Amit Daniel Kachhap
Use power domain driver for Exynos7 SOC's Signed-off-by: Amit Daniel Kachhap --- 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/Kconfig @@ -154,6 +

<    1   2   3   4   5   6   7   8   9   >