Re: [PATCH v2 2/2] tty: serial: samsung: Clean-up selection of number of available UARTs

2014-11-10 Thread Abhilash Kesavan
;>>>> select the number of UART ports available on the SoC. Replace the usage >> >>>>> of SERIAL_SAMSUNG_UARTS in the serial driver with the maximum number of >> >>>> >> >>>> Well, as you know the number of uart ports are different

Re: [PATCH 01/11] clk: samsung: exynos7: Change the CMU_TOPC block clock name

2015-09-06 Thread Krzysztof Kozlowski
clocks. Depending directly or indirectly. Split the patch into: 1. clean up/rename, 2. addition of new mux/gate clock. Currently it is more difficult to review the patch. Best regards, Krzysztof > > Signed-off-by: Alim Akhtar > --- > drivers/clk/samsung/clk-exynos7.c | 90 >

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

2014-12-22 Thread Sylwester Nawrocki
Hi, On 19/12/14 14:23, Padmavathi Venna wrote: > Add required clk support for I2S,PCM amd SPDIF There is a non-trivial conflict with the MSCL CMU patch, could you please resend rebased onto my exynos7 branch: git://linuxtv.org/snawrocki/samsung.git for-v3.20/clk/exynos7 ? Is exynos7

Re: [PATCH 5/5] phy: exynos5-usbdrd: Adding Kconfig dependency for Exynos7

2014-08-28 Thread Daniele Forsi
2014-08-28 10:02 GMT+02:00 Vivek Gautam: > This USB 3.0 PHY controller is also present on Exynos7 > platform, so adding the dependency on ARCH_EXYNOS7 for this driver. > +++ b/drivers/phy/Kconfig > @@ -186,7 +186,7 @@ config PHY_EXYNOS5250_USB2 > > config PHY_EXYNOS5_USBDRD

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

2014-09-18 Thread Catalin Marinas
On Fri, Sep 12, 2014 at 04:26:30PM +0100, Naveen Krishna Chatradhi wrote: > 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 &g

[PATCH 7/7] arm64: exynos: Enable rtc and watchdog support for Exynos7

2014-10-17 Thread Abhilash Kesavan
Enable rtc and watchdog support for exynos7 SoCs. Signed-off-by: Abhilash Kesavan --- arch/arm64/Kconfig |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 238acff..9bb4e02 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -158,6

RE: [PATCH v2 1/2] [media] s5p-jpeg: Fix modification sequence of interrupt enable register

2015-01-07 Thread Tony K Nadackal
it fields used in the > EXYNOS4_INT_EN_REG - all of them enable related interrupt signal and > EXYNOS4_INT_EN_ALL value is 0x1f which just sets these bit fields to 1. > I agree that it is not a bug. I added the register read before modifying it to avoid any potential bugs in the future. > If for Exyn

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

2014-09-08 Thread kgene
Arnd Bergmann wrote: > > On Thursday 04 September 2014 01:31:21 Kukjin Kim wrote: > > > This is the board specific file, so it seems ok. > > > > > I mean there are many espresso boards are having different exynos7 > > SoC. I mean exynos7-espresso can

Re: [PATCH] mmc: dw_mmc: exynos: Add support for exynos7

2014-08-31 Thread Abhilash Kesavan
Hi Jaehoon, +Prabu Thangamuthu On Fri, Aug 29, 2014 at 4:14 PM, Jaehoon Chung wrote: > Hi, Abhilash. > > On 08/28/2014 10:18 PM, Yuvaraj Kumar C D wrote: >> From: Abhilash Kesavan >> >> The Exynos7 has a DWMMC controller (v2.70a) which is different from >> pr

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

2015-09-13 Thread Alim Akhtar
Hi On 08/31/2015 11:12 AM, Krzysztof Kozlowski wrote: On 28.08.2015 20:25, Alim Akhtar wrote: 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

[PATCH v2 7/7] arm64: exynos: Enable rtc and watchdog support for Exynos7

2014-10-20 Thread Abhilash Kesavan
Enable rtc and watchdog support for exynos7 SoCs. Signed-off-by: Abhilash Kesavan --- arch/arm64/Kconfig |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 238acff..9bb4e02 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -158,6

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

2014-12-22 Thread Sylwester Nawrocki
wc3 driver patches. >>> >> >>> >> I took the phy patches. >>> >> >> > I'll take DT changes once exynos7 is landing into samsung tree :) >> > > You too may want to pick the sole clock driver patch in this series > for 3.19 ? :-) &

Re: [PATCH 5/5] phy: exynos5-usbdrd: Adding Kconfig dependency for Exynos7

2014-09-03 Thread Felipe Balbi
8 10:02 GMT+02:00 Vivek Gautam: > >> > > >> >> This USB 3.0 PHY controller is also present on Exynos7 > >> >> platform, so adding the dependency on ARCH_EXYNOS7 for this driver. > >> > > >> >> +++ b/drivers/phy/Kconfi

Re: [PATCH v2 1/4] dwc3: exynos: Add support for SCLK present on Exynos7

2014-10-15 Thread Felipe Balbi
Hi, On Tue, Oct 14, 2014 at 10:25:00AM +0530, Vivek Gautam wrote: > Hi Felipe, > > > On Tue, Oct 14, 2014 at 4:14 AM, Felipe Balbi wrote: > > Hi, > > > > On Mon, Oct 13, 2014 at 01:54:59PM +0900, Anton Tikhomirov wrote: > >> Hi Vivek, > >> >

[PATCH 2/2] arm64: EXYNOS: Consolidate ARCH_EXYNOS7 symbol into ARCH_EXYNOS

2015-11-15 Thread Krzysztof Kozlowski
The ARMv8 Exynos family SoCs in Linux kernel are currently: - Exynos5433 (controlled by ARCH_EXYNOS), - Exynos7 (controlled by ARCH_EXYNOS7). It duplicates Kconfig symbols unnecessarily, so consolidate them into one ARCH_EXYNOS. Future SoCs could fall also under the ARCH_EXYNOS symbol. The

Re: [PATCH 2/2] arm64: EXYNOS: Consolidate ARCH_EXYNOS7 symbol into ARCH_EXYNOS

2015-11-16 Thread pankaj.dubey
On Monday 16 November 2015 07:06 AM, Krzysztof Kozlowski wrote: > The ARMv8 Exynos family SoCs in Linux kernel are currently: > - Exynos5433 (controlled by ARCH_EXYNOS), > - Exynos7 (controlled by ARCH_EXYNOS7). > > It duplicates Kconfig symbols unnecessarily, so consolidate

Re: [PATCH v4 1/8] arm64: exynos5433: Enable ARMv8 based Exynos5433 (SoC) support

2015-02-27 Thread Chanwoo Choi
gt; + bool "ARMv8 based Samsung Exynos5433" >>> + select ARCH_EXYNOS >>> + select COMMON_CLK_SAMSUNG >>> + select HAVE_S3C_RTC if RTC_CLASS >>> + select PINCTRL >>> + select PINCTRL_EXYNOS >>> +

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

2014-11-07 Thread Padma Venkat
Hi Mark, CCing Kukjin Kim. On 11/6/14, Mark Brown wrote: > 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 the

Re: [PATCH] drivers: mfd: exynos-pmu: Add support for Exynos7

2014-09-01 Thread Lee Jones
On Mon, 01 Sep 2014, Abhilash Kesavan wrote: > Add intial PMU settings for exynos7. This is required for > future suspend-to-ram and cpuidle support. > > Signed-off-by: Eunseok Choi > Signed-off-by: Abhilash Kesavan > --- > This patch has been tested on an Exynos7 espres

[PATCH 0/3] thermal: exynos: Fix NULL pointer error and bug of PD_DET_EN of Exynos7

2015-02-16 Thread Chanwoo Choi
This patch-set fix NULL pointer error during kernel booting and the bug of PD_DET_EN bit field of Exynos7 TMU. And the clean-up the exynos compatible table by making oneline entry. Chanwoo Choi (3): thermal: exynos: Fix NULL pointer exception during kernel booting thermal: exynos: Fix wrong

Re: [PATCH] pinctrl: exynos: Remove eint_gpio_init call-back for exynos7 alive pinctrl block

2015-03-09 Thread Tomasz Figa
Hi Abhilash, Linus, 2015-03-02 1:21 GMT+09:00 Abhilash Kesavan : > The alive pin controller on exynos7 does not support external gpio > interrupts. Hence, remove the eint_gpio_init call-back for it. This > fixes the following error message seen during exynos7 boot-up: > "samsung

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

2014-09-11 Thread Naveen Krishna Ch
mp;serial_2; >> + serial3 = &serial_3; >> + }; >> + > > Please move the aliases from the exynos7.dtsi file into the > exynos7-espresso.dts file, and only list the ones that are > present, starting with alias 0, like > > aliases { >

Re: [PATCH 1/4] clk: samsung: exynos7: Update CMU TOPC block clock

2015-08-25 Thread Alim Akhtar
rzysztof > >> >> Signed-off-by: Alim Akhtar >> --- >> drivers/clk/samsung/clk-exynos7.c | 15 --- >> 1 file changed, 8 insertions(+), 7 deletions(-) >> >> diff --git a/drivers/clk/samsung/clk-exynos7.c >> b/drivers/clk/samsung/clk-

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

2015-08-31 Thread Alim Akhtar
Hello, On Sat, Aug 29, 2015 at 2:23 PM, Krzysztof Kozlowski wrote: > 2015-08-28 18:28 GMT+09:00 Alim Akhtar : >> Adding required mux/div/gate clocks for UFS controller >> present on Exynos7. >> >> Signed-off-by: Alim Akhtar >> --- >> This patch has

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

2014-11-06 Thread Padmavathi Venna
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. Signed-off-by: Padmavathi Venna --- .../devicetree/bindings/spi/spi-samsung.txt|2 +- drivers/spi

[PATCH v6 5/9] arm64: dts: exynos: Add RTC and ADC dt node for Exynos5433 SoC

2015-03-09 Thread Chanwoo Choi
This patch adds RTC (Real Time Clock) dt node for Exynos5433 SoC and adds ADC dt node for Exynos5433 SoC. The c1b501564c98a94b4(iio: adc: exynos_adc: Add support for exynos7) commit supports the ADC for Exynos7. Exynos5433's ADC IP is the same with Exynos7's ADC IP. Exynos5433 ha

[PATCH v7 5/9] arm64: dts: exynos: Add RTC and ADC dt node for Exynos5433 SoC

2015-03-17 Thread Chanwoo Choi
This patch adds RTC (Real Time Clock) dt node for Exynos5433 SoC and adds ADC dt node for Exynos5433 SoC. The c1b501564c98a94b4(iio: adc: exynos_adc: Add support for exynos7) commit supports the ADC for Exynos7. Exynos5433's ADC IP is the same with Exynos7's ADC IP. Exynos5433 ha

[PATCH 0/2] add support for exynos7 I2S controller

2014-11-06 Thread Padmavathi Venna
I2S on exynos7 includes the below changes - has got support for lower root clock sampling frequencies like 64, 128, 96, 192fs. I2S on previous SoCs supports only 256,512,384 and 768. - supports 7.1CH TDM mode for recording. exynos5 has only 7.1CH TDM mode for playback. - secondary dai

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

2014-08-27 Thread Mark Rutland
Hi, On Wed, Aug 27, 2014 at 10:44:20AM +0100, Naveen Krishna Chatradhi wrote: > 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 Chatrad

Re: [PATCH 5/5] phy: exynos5-usbdrd: Adding Kconfig dependency for Exynos7

2014-09-02 Thread Vivek Gautam
On Tue, Sep 2, 2014 at 8:07 PM, Felipe Balbi wrote: > On Mon, Sep 01, 2014 at 01:30:21PM +0530, Vivek Gautam wrote: >> On Thu, Aug 28, 2014 at 8:36 PM, Daniele Forsi wrote: >> > 2014-08-28 10:02 GMT+02:00 Vivek Gautam: >> > >> >> This USB 3.0 PH

Re: [PATCH v2 1/4] dwc3: exynos: Add support for SCLK present on Exynos7

2014-10-13 Thread Vivek Gautam
Hi Felipe, On Tue, Oct 14, 2014 at 4:14 AM, Felipe Balbi wrote: > Hi, > > On Mon, Oct 13, 2014 at 01:54:59PM +0900, Anton Tikhomirov wrote: >> Hi Vivek, >> >> > Exynos7 also has a separate special gate clock going to the IP >> > apart from the usual

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

2015-11-05 Thread Krzysztof Kozlowski
On 05.11.2015 20:52, Alim Akhtar wrote: > 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

[PATCH v2 0/2] thermal: exynos: Fix NULL pointer error and bug of PD_DET_EN of Exynos7

2015-02-23 Thread Chanwoo Choi
This patch-set fix the bug of PD_DET_EN bit field of Exynos7 TMU. And the clean-up the exynos compatible table by making oneline entry. Changes from v1: - Rebased it on Linux 4.0-rc1 - Add acked message by Lukasz Majewski - Drop first patch [1] because NULL poiner error don't happen. [1]

[PATCH] pinctrl: exynos: Remove eint_gpio_init call-back for exynos7 alive pinctrl block

2015-03-01 Thread Abhilash Kesavan
The alive pin controller on exynos7 does not support external gpio interrupts. Hence, remove the eint_gpio_init call-back for it. This fixes the following error message seen during exynos7 boot-up: "samsung-pinctrl 1058.pinctrl: irq number not available" Signed-off-by: Abhila

Re: [PATCH] pinctrl: exynos: Remove eint_gpio_init call-back for exynos7 alive pinctrl block

2015-03-09 Thread Abhilash Kesavan
Hi Tomasz, On Mon, Mar 9, 2015 at 3:54 PM, Tomasz Figa wrote: > Hi Abhilash, Linus, > > 2015-03-02 1:21 GMT+09:00 Abhilash Kesavan : >> The alive pin controller on exynos7 does not support external gpio >> interrupts. Hence, remove the eint_gpio_init call-back for it. This &

Re: [PATCH 1/2] pinctrl: exynos: Add AUDIO pin controller for exynos7

2015-01-14 Thread Linus Walleij
On Fri, Dec 19, 2014 at 2:10 PM, Padmavathi Venna wrote: > Audio IPs on Exynos7 require gpios available in AUDIO > pin controller block. So adding the AUDIO pinctrl support. > > Signed-off-by: Padmavathi Venna (...) > --- a/Documentation/devicetree/bindings/pinctrl/samsung-pinc

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

2014-08-27 Thread Tomasz Figa
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) that is based on 64-bit > ARMv8 RISC processor. A general issue with this series is that it introduces a very generic

Re: [PATCH 5/5] phy: exynos5-usbdrd: Adding Kconfig dependency for Exynos7

2014-09-01 Thread Vivek Gautam
On Thu, Aug 28, 2014 at 8:36 PM, Daniele Forsi wrote: > 2014-08-28 10:02 GMT+02:00 Vivek Gautam: > >> This USB 3.0 PHY controller is also present on Exynos7 >> platform, so adding the dependency on ARCH_EXYNOS7 for this driver. > >> +++ b/drivers/phy/Kconfig &g

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

2014-09-02 Thread Tomasz Figa
Hi Linus, On 02.09.2014 14:38, Linus Walleij wrote: > On Wed, Aug 27, 2014 at 11:48 AM, Naveen Krishna Chatradhi > wrote: > >> This patch adds driver data for Exynos7 >> to pinctrl-exynos driver. Exynos7 includes 229 multi-functional >> input/output ports. There

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

2014-09-13 Thread Tomasz Figa
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) that is based on 64-bit >> ARMv8 RISC processor. >

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

2014-09-21 Thread Abhilash Kesavan
Hi Catalin, On Thu, Sep 18, 2014 at 9:48 PM, Catalin Marinas wrote: > On Fri, Sep 12, 2014 at 04:26:30PM +0100, Naveen Krishna Chatradhi wrote: >> From: Alim Akhtar >> >> This patch adds the necessary Kconfig entries to enable >> support for the ARMv8 based Exyno

[PATCH v3 6/8] arm64: dts: exynos: Add RTC and ADC dt node for Exynos5433 SoC

2015-02-11 Thread Chanwoo Choi
This patch adds RTC (Real Time Clock) dt node for Exynos5433 SoC and adds ADC dt node for Exynos5433 SoC. The c1b501564c98a94b4(iio: adc: exynos_adc: Add support for exynos7) commit supports the ADC for Exynos7. Exynos5433's ADC IP is the same with Exynos7's ADC IP. Exynos5433 ha

[PATCH v4 6/8] arm64: dts: exynos: Add RTC and ADC dt node for Exynos5433 SoC

2015-02-23 Thread Chanwoo Choi
This patch adds RTC (Real Time Clock) dt node for Exynos5433 SoC and adds ADC dt node for Exynos5433 SoC. The c1b501564c98a94b4(iio: adc: exynos_adc: Add support for exynos7) commit supports the ADC for Exynos7. Exynos5433's ADC IP is the same with Exynos7's ADC IP. Exynos5433 ha

[PATCH v5 5/9] arm64: dts: exynos: Add RTC and ADC dt node for Exynos5433 SoC

2015-03-04 Thread Chanwoo Choi
This patch adds RTC (Real Time Clock) dt node for Exynos5433 SoC and adds ADC dt node for Exynos5433 SoC. The c1b501564c98a94b4(iio: adc: exynos_adc: Add support for exynos7) commit supports the ADC for Exynos7. Exynos5433's ADC IP is the same with Exynos7's ADC IP. Exynos5433 ha

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

2014-11-22 Thread Kishon Vijay Abraham I
On Friday 21 November 2014 08:41 PM, Felipe Balbi wrote: > On Fri, Nov 21, 2014 at 07:05:43PM +0530, Vivek Gautam wrote: >> The series has dependency on >> a) "[PATCH v7 0/7] Enable support for Samsung Exynos7 SoC" >>http://www.spinics.net/lists/linux-samsun

Re: [PATCH V2 1/2] pinctrl: exynos: Add BUS1 pin controller for exynos7

2014-12-01 Thread Vivek Gautam
On Fri, Nov 28, 2014 at 9:15 PM, Linus Walleij wrote: > On Fri, Nov 28, 2014 at 4:39 AM, Vivek Gautam > wrote: >> On Fri, Nov 28, 2014 at 9:05 AM, Vivek Gautam >> wrote: > >>>> On Mon, Nov 24, 2014 at 6:32 PM, Vivek Gautam >>>> wrote: >>&

Re: [RFC PATCH 01/15] PM / devfreq: exynos: Add generic exynos bus frequency driver

2015-11-26 Thread Chanwoo Choi
us.c | 443 >> >> 4 files changed, 460 insertions(+) >> create mode 100644 drivers/devfreq/exynos/exynos-bus.c >> > > Are we finally getting a common Exynos bus driver with full DT support? > (can this replace both Exynos4/5 drivers an

[PATCH v2 2/2] arm64: EXYNOS: Consolidate ARCH_EXYNOS7 symbol into ARCH_EXYNOS

2015-11-19 Thread Krzysztof Kozlowski
The ARMv8 Exynos family SoCs in Linux kernel are currently: - Exynos5433 (controlled by ARCH_EXYNOS), - Exynos7 (controlled by ARCH_EXYNOS7). It duplicates Kconfig symbols unnecessarily, so consolidate them into one ARCH_EXYNOS. Future SoCs could fall also under the ARCH_EXYNOS symbol. The

Samsung pinctrl patches for v3.19

2014-11-09 Thread Tomasz Figa
msung: Make samsung_pinctrl_get_soc_data use ERR_PTR() 2) pinctrl-samsung Exynos7 support 50cea0c pinctrl: exynos: Add initial driver data for Exynos7 14c255d pinctrl: exynos: Add irq_chip instance for Exynos7 wakeup interrupts 6f5e41b pinctrl: exynos: Consolidate irq domain callbacks 0d3d30d pi

Re: [RESEND PATCH v3] clocksource: exynos_mct: Add the support for Exynos 64bit SoC

2015-01-15 Thread Mark Rutland
> + Doug, Olof > >> > >>> This patch adds the support for Exynos 64bit SoC. The delay_timer is only > >>> used > >>> for Exynos 32bit SoC. > >>> > >> Yes, the Exynos MCT(Multi-Core Timer) is 64bit timer and it is available >

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

2014-09-23 Thread Chanho Park
..@vger.kernel.org; > catalin.mari...@arm.com > Cc: naveenkrishna...@gmail.com; kesavan.abhil...@gmail.com; > tomasz.f...@gmail.com > Subject: [PATCH v5 0/8] arch: arm64: Enable support for Samsung Exynos7 > SoC > > Changes since v4: > - Fixed comments from Tomasz Figa: &

RE: [PATCH v2 1/4] dwc3: exynos: Add support for SCLK present on Exynos7

2014-10-12 Thread Anton Tikhomirov
Hi Vivek, > Exynos7 also has a separate special gate clock going to the IP > apart from the usual AHB clock. So add support for the same. As we discussed before, Exynos7 SoCs have 7 clocks to be controlled by the driver. Adding only sclk is not enough. > > Signed-off-by:

Re: [PATCH 1/2] arm64: dts: exynos7: Add pmic s2mps15 device tree node

2015-11-04 Thread Krzysztof Kozlowski
On 05.11.2015 14:37, Alim Akhtar wrote: > Hi Krzysztof > > On 11/02/2015 07:22 PM, Krzysztof Kozlowski wrote: >> 2015-11-02 22:01 GMT+09:00 Alim Akhtar : >>>>> >>>>>arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 349 >>>>> +++

[PATCH 04/11] dwc3: exynos: Add provision for AXI UpScaler clock on exynos7

2014-11-21 Thread Vivek Gautam
DWC3 controller on Exynos7 SoC has separate control for AXI UpScaler which connects DWC3 DRD controller to AXI bus. Get the gate clock for the same to control it across power cycles. Suggested-by: Anton Tikhomirov Signed-off-by: Vivek Gautam --- Documentation/devicetree/bindings/usb/exynos

Re: [PATCH 01/11] clk: samsung: exynos7: Change the CMU_TOPC block clock name

2015-09-07 Thread Alim Akhtar
at make sense to you? Currently it is more difficult to review the patch. Thanks for your time, do you have any comments of the other patches in this series? Best regards, Krzysztof Signed-off-by: Alim Akhtar --- drivers/clk/samsung/clk-exynos7.c | 90 +++-

Re: [PATCH v5 5/6] drivers: soc: exynos-pmu: Add support for Exynos7

2014-11-30 Thread amit daniel kachhap
On Sun, Nov 30, 2014 at 5:05 AM, Kukjin Kim wrote: > Amit Daniel Kachhap wrote: >> >> Add PMU settings for exynos7. This is required for future suspend-to-ram, >> cpuidle and power domain support. >> >> Note: In this patch some static declarations lines are over 8

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

2014-09-03 Thread Naveen Krishna Ch
Hi Mark, On 27 August 2014 16:39, Mark Rutland wrote: > Hi, > > On Wed, Aug 27, 2014 at 10:44:20AM +0100, Naveen Krishna Chatradhi wrote: >> From: Alim Akhtar >> >> This patch adds the necessary Kconfig entries to enable >> support for the ARMv8 based Exyno

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

2014-10-21 Thread Lorenzo Pieralisi
On Fri, Oct 17, 2014 at 10:43:59AM +0100, Chander Kashyap wrote: > Hi Lorenzo, > > On Wed, Oct 15, 2014 at 2:30 PM, Lorenzo Pieralisi > wrote: > > On Wed, Oct 15, 2014 at 07:35:20AM +0100, Chander Kashyap wrote: > >> Exynos7 has core power down state whe

RE: [PATCH v5 5/6] drivers: soc: exynos-pmu: Add support for Exynos7

2014-11-29 Thread Kukjin Kim
Amit Daniel Kachhap wrote: > > Add PMU settings for exynos7. This is required for future suspend-to-ram, > cpuidle and power domain support. > > Note: In this patch some static declarations lines are over 80 > characters per line for easy redability. > > Reviewed-by: Pa

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

2014-08-27 Thread Olof Johansson
Naveen, On Wed, Aug 27, 2014 at 03:14:16PM +0530, Naveen Krishna Chatradhi wrote: > 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. Your emails haven't threaded properly, so

Re: [PATCH 5/5] phy: exynos5-usbdrd: Adding Kconfig dependency for Exynos7

2014-09-02 Thread Felipe Balbi
On Mon, Sep 01, 2014 at 01:30:21PM +0530, Vivek Gautam wrote: > On Thu, Aug 28, 2014 at 8:36 PM, Daniele Forsi wrote: > > 2014-08-28 10:02 GMT+02:00 Vivek Gautam: > > > >> This USB 3.0 PHY controller is also present on Exynos7 > >> platform, so adding the de

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

2014-09-23 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

Re: [PATCH 2/2] ASoC: samsung: add support for exynos7 I2S controller

2014-11-07 Thread Mark Brown
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 De

[PATCH 2/4] pinctrl: exynos: Add irq_chip instance for Exynos7 wakeup interrupts

2014-09-13 Thread Abhilash Kesavan
Exynos7 uses different offsets for wakeup interrupt configuration registers. So a new irq_chip instance for Exynos7 wakeup interrupts is added. The irq_chip selection is now based on the wakeup interrupt controller compatible string. Signed-off-by: Abhilash Kesavan Cc: Thomas Abraham Cc: Tomasz

Re: [PATCH 2/2] arm64: EXYNOS: Consolidate ARCH_EXYNOS7 symbol into ARCH_EXYNOS

2015-11-15 Thread Chanwoo Choi
Hi, On 2015년 11월 16일 10:36, Krzysztof Kozlowski wrote: > The ARMv8 Exynos family SoCs in Linux kernel are currently: > - Exynos5433 (controlled by ARCH_EXYNOS), > - Exynos7 (controlled by ARCH_EXYNOS7). > > It duplicates Kconfig symbols unnecessarily, so consolidate them into &g

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

2014-09-23 Thread Abhilash Kesavan
47 PM >> To: linux-samsung-soc@vger.kernel.org; linux-arm- >> ker...@lists.infradead.org; devicet...@vger.kernel.org; >> catalin.mari...@arm.com >> Cc: naveenkrishna...@gmail.com; kesavan.abhil...@gmail.com; >> tomasz.f...@gmail.com >> Subject: [PATCH v5 0/8] arch: arm64

[PATCH 1/2] mmc: dw_mmc: exynos: Add the exynos3250 compatible

2015-10-20 Thread Jaehoon Chung
@@ Required Properties: specific extensions. - "samsung,exynos7-dw-mshc-smu": for controllers with Samsung Exynos7 specific extensions having an SMU. + - "samsung,exynos3250-dw-mshc": for controllers with Samsung Exynos3250 + specific extensi

[PATCH V2 1/2] pinctrl: exynos: Add BUS1 pin controller for exynos7

2014-11-24 Thread Vivek Gautam
USB and Power regulator on Exynos7 require gpios available in BUS1 pin controller block. So adding the BUS1 pinctrl support. Signed-off-by: Naveen Krishna Ch Signed-off-by: Vivek Gautam Cc: Linus Walleij --- This patch was part of series: "[PATCH 00/11] Exynos7: Adding USB 3.0 support&qu

RE: [PATCH v2 0/2] Adding support for Exynos7 Jpeg variant

2015-01-04 Thread Tony K Nadackal
kernel.org > Cc: mche...@osg.samsung.com; j.anaszew...@samsung.com; > kg...@kernel.org; k.deb...@samsung.com; s.nawro...@samsung.com; > robh...@kernel.org; mark.rutl...@arm.com; bhusha...@samsung.com; Tony K > Nadackal > Subject: [PATCH v2 0/2] Adding support for Exynos7 Jpeg varia

Re: [RFC PATCH 01/15] PM / devfreq: exynos: Add generic exynos bus frequency driver

2015-11-26 Thread Chanwoo Choi
> >>>> 4 files changed, 460 insertions(+) >>>> create mode 100644 drivers/devfreq/exynos/exynos-bus.c >>>> >>> >>> Are we finally getting a common Exynos bus driver with full DT support? >>> (can

Re: [PATCH 06/27] ARM: EXYNOS:: Enter a15 lowpower mode for Exynos3250 based on Cortex-a7

2014-04-10 Thread Arnd Bergmann
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

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

2015-09-13 Thread Krzysztof Kozlowski
On 14.09.2015 14:08, Alim Akhtar wrote: > Hi > > On 08/31/2015 11:12 AM, Krzysztof Kozlowski wrote: >> On 28.08.2015 20:25, Alim Akhtar wrote: >>> This adds BUS1 instance pinctrl for exynos7 soc. >>> >>> Signed-off-by: Alim Akhtar >>> --- &g

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

2014-09-22 Thread Tomasz Figa
ically in clock Makefile > - Used consistent 1 tab line breaks across the clock 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'

[PATCH v2 01/12] clk: samsung: exynos7: Change the CMU_TOPC block clock names

2015-09-10 Thread Alim Akhtar
Corrects the CMU_TOPC block clock names as per user manual. This does not change any functionalities. Signed-off-by: Alim Akhtar --- drivers/clk/samsung/clk-exynos7.c | 70 - 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/drivers/clk

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

2014-11-05 Thread Chander Kashyap
t; wrote: >> > 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. >> > >> > Plea

[PATCH] phy: exynos5-usbdrd: Add to support for Exynos5433 SoC

2015-03-12 Thread Jaewon Kim
msung,exynos5250-usbdrd-phy" - for exynos5250 SoC, - "samsung,exynos5420-usbdrd-phy" - for exynos5420 SoC. + - "samsung,exynos5433-usbdrd-phy" - for exynos5433 SoC. - "samsung,exynos7-usbdrd-phy" - for exynos7 SoC. - reg : Register offse

[PATCH RESEND] phy: exynos5-usbdrd: Add to support for Exynos5433 SoC

2015-03-25 Thread Jaewon Kim
values: - "samsung,exynos5250-usbdrd-phy" - for exynos5250 SoC, - "samsung,exynos5420-usbdrd-phy" - for exynos5420 SoC. + - "samsung,exynos5433-usbdrd-phy" - for exynos5433 SoC. - "samsung,exynos7-usbdrd-phy" - for exynos7 SoC. -

[PATCH v3 0/5] exynos: Move pmu driver to driver/soc folder and add exynos7 support

2014-11-19 Thread Amit Daniel Kachhap
This patch series [1 - 5] performs, 1) Moves pmu driver to driver/soc/samsung folder. This is needed as exynos7 is an arm64 based platform and hence PMU driver should be in driver folder. Some discussion happened about this in the v1 version. Finally adding it in driver/soc folder as it

Re: [PATCH V2 1/2] pinctrl: exynos: Add BUS1 pin controller for exynos7

2014-11-27 Thread Vivek Gautam
Hi Linus, On Fri, Nov 28, 2014 at 9:05 AM, Vivek Gautam wrote: > Hi Alim, > > > On Wed, Nov 26, 2014 at 7:03 PM, Alim Akhtar wrote: >> Hi Vivek, >> >> On Mon, Nov 24, 2014 at 6:32 PM, Vivek Gautam >> wrote: >>> USB and Power regulator on Ex

Re: [RESEND PATCH v3] clocksource: exynos_mct: Add the support for Exynos 64bit SoC

2015-01-15 Thread Chanwoo Choi
> On 01/14/15 14:33, Chanwoo Choi wrote: >> >> >> >> Hi, >> >> >> >> + Doug, Olof >> >> >> >>> This patch adds the support for Exynos 64bit SoC. The delay_timer is >> >>> only used >> >>> for Exynos 32bit

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

2014-09-30 Thread Abhilash Kesavan
nkrishna...@gmail.com; kesavan.abhil...@gmail.com; >>> tomasz.f...@gmail.com >>> Subject: [PATCH v5 0/8] arch: arm64: Enable support for Samsung Exynos7 >>> SoC >>> >>> Changes since v4: >>> - Fixed comments from Tomasz Figa: >>> -

Re: [PATCH v2 0/4] Improvements on exynos7 clock

2015-09-15 Thread Sylwester Nawrocki
On 26/08/15 05:30, Alim Akhtar wrote: > 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. That one applied as well, thanks. -- To unsubscribe from this list: send the line "unsubscribe

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

2015-09-14 Thread Krzysztof Kozlowski
On 10.09.2015 17:44, Alim Akhtar wrote: > 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(-) > Reviewed-by: Krzys

Re: [PATCH 1/2] Documentation: dt-bindings: Add aliases information for Exynos7 pin controllers

2015-01-12 Thread Linus Walleij
On Wed, Dec 10, 2014 at 9:39 AM, Vivek Gautam wrote: > Adding list of aliases for supported Exynos7 pin controller blocks. > > Signed-off-by: Vivek Gautam > Cc: Tomasz Figa > Cc: Linus Walleij Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the li

Re: [PATCH v2 1/4] dwc3: exynos: Add support for SCLK present on Exynos7

2014-10-07 Thread Felipe Balbi
On Tue, Oct 07, 2014 at 03:49:33PM +0530, Vivek Gautam wrote: > Exynos7 also has a separate special gate clock going to the IP > apart from the usual AHB clock. So add support for the same. > > Signed-off-by: Vivek Gautam I'll take this one once -rc1 is tagged. The othe

[PATCH 01/11] pinctrl: exynos: Add BUS1 pin controller for exynos7

2014-11-21 Thread Vivek Gautam
USB and Power regulator on Exynos7 require gpios available in BUS1 pin controller block. So adding the BUS1 pinctrl support. Signed-off-by: Naveen Krishna Ch Signed-off-by: Vivek Gautam Cc: Linus Walleij --- drivers/pinctrl/samsung/pinctrl-exynos.c | 12 1 file changed, 12

Re: [PATCH V2 1/2] pinctrl: exynos: Add BUS1 pin controller for exynos7

2014-11-28 Thread Linus Walleij
On Fri, Nov 28, 2014 at 4:39 AM, Vivek Gautam wrote: > On Fri, Nov 28, 2014 at 9:05 AM, Vivek Gautam > wrote: >>> On Mon, Nov 24, 2014 at 6:32 PM, Vivek Gautam >>> wrote: >>>> USB and Power regulator on Exynos7 require gpios available >>>>

Re: [PATCH 1/2] pinctrl: exynos: Add AUDIO pin controller for exynos7

2015-01-14 Thread Tomasz Figa
Hi Linus, 2015-01-14 20:40 GMT+09:00 Linus Walleij : > On Fri, Dec 19, 2014 at 2:10 PM, Padmavathi Venna wrote: > >> Audio IPs on Exynos7 require gpios available in AUDIO >> pin controller block. So adding the AUDIO pinctrl support. >> >> Signed-off-by: Padm

Re: [PATCH v3 3/6] pinctrl: exynos: Add irq_chip instance for Exynos7 wakeup interrupts

2014-09-29 Thread Tomasz Figa
Hi Abhilash, Just two minor issues inline. I leave them up to Linus to decide. Linus, if you don't mind them, feel free to apply this patch with my Ack. On 29.09.2014 07:15, Abhilash Kesavan wrote: > Exynos7 uses different offsets for wakeup interrupt configuration registers. &g

Re: [PATCH 1/2] mmc: dw_mmc: exynos: Add the exynos3250 compatible

2015-10-21 Thread Krzysztof Kozlowski
tion/devicetree/bindings/mmc/exynos-dw-mshc.txt > @@ -22,6 +22,8 @@ Required Properties: > specific extensions. > - "samsung,exynos7-dw-mshc-smu": for controllers with Samsung Exynos7 > specific extensions having an SMU. > + - "samsung,ex

Re: [PATCH V2 1/2] pinctrl: exynos: Add BUS1 pin controller for exynos7

2014-11-26 Thread Alim Akhtar
Hi Vivek, On Mon, Nov 24, 2014 at 6:32 PM, Vivek Gautam wrote: > USB and Power regulator on Exynos7 require gpios available > in BUS1 pin controller block. > So adding the BUS1 pinctrl support. > > Signed-off-by: Naveen Krishna Ch > Signed-off-by: Vivek Gautam > Cc: Linus

Re: [PATCH v5 5/6] drivers: soc: exynos-pmu: Add support for Exynos7

2014-11-30 Thread Pankaj Dubey
Hi, On 1 December 2014 at 09:59, amit daniel kachhap wrote: > On Sun, Nov 30, 2014 at 5:05 AM, Kukjin Kim wrote: >> Amit Daniel Kachhap wrote: >>> >>> Add PMU settings for exynos7. This is required for future suspend-to-ram, >>> cpuidle and power domain suppo

Re: [RFC PATCH 01/15] PM / devfreq: exynos: Add generic exynos bus frequency driver

2015-11-26 Thread Anand Moon
efile| 1 + >>> drivers/devfreq/exynos/Makefile | 1 + >>> drivers/devfreq/exynos/exynos-bus.c | 443 >>> >>> 4 files changed, 460 insertions(+) >>> create mode 100644 drivers/devfreq/exynos/exynos-bus

[PATCH v3 4/8] arm64: dts: exynos: Add SPI/PDMA dt node for Exynos5433

2015-02-11 Thread Chanwoo Choi
rial_0: serial@14c1 { compatible = "samsung,exynos5433-uart"; reg = <0x14c1 0x100>; @@ -530,6 +564,91 @@ interrupts = <0 442 0>; }; + spi_0: spi

[PATCH v4 4/8] arm64: dts: exynos: Add SPI/PDMA dt node for Exynos5433

2015-02-23 Thread Chanwoo Choi
rial_0: serial@14c1 { compatible = "samsung,exynos5433-uart"; reg = <0x14c1 0x100>; @@ -530,6 +564,91 @@ interrupts = <0 442 0>; }; + spi_0: spi

[PATCH v5 3/9] arm64: dts: exynos: Add SPI/PDMA dt node for Exynos5433

2015-03-04 Thread Chanwoo Choi
compatible = "samsung,exynos5433-uart"; reg = <0x14c1 0x100>; @@ -499,6 +528,91 @@ interrupts = <0 442 0>; }; + spi_0: spi@14d2 { +

[PATCH v6 3/9] arm64: dts: exynos: Add SPI/PDMA dt node for Exynos5433

2015-03-09 Thread Chanwoo Choi
compatible = "samsung,exynos5433-uart"; reg = <0x14c1 0x100>; @@ -499,6 +528,91 @@ interrupts = <0 442 0>; }; + spi_0: spi@14d2 { +

[PATCH v7 3/9] arm64: dts: exynos: Add SPI/PDMA dt node for Exynos5433

2015-03-17 Thread Chanwoo Choi
compatible = "samsung,exynos5433-uart"; reg = <0x14c1 0x100>; @@ -499,6 +528,91 @@ interrupts = <0 442 0>; }; + spi_0: spi@14d2 { +

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

2014-11-15 Thread Abhilash Kesavan
t;> The patch itself seems fine, but I wonder if those config options aren't >>> really just leftovers from the past and couldn't be completely removed. >>> >>> On 29.09.2014 07:16, Abhilash Kesavan wrote: >>>> From: Pankaj Dubey >>>>

[PATCH 18/19] arm64: dts: exynos: Add SPI/PDMA dt node for Exynos5433

2014-11-26 Thread Chanwoo Choi
}; + }; + serial_0: serial@14C1 { compatible = "samsung,exynos5433-uart"; reg = <0x14C1 0x100>; @@ -354,6 +388,91 @@ interrupts = <0 442 0>; }; + spi_0: spi

<    1   2   3   4   5   6   7   8   9   >