Re: [PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250

2014-05-08 Thread Chanwoo Choi
Hi Tomasz, On 04/26/2014 08:38 PM, Tomasz Figa wrote: > On 26.04.2014 02:51, Tomasz Figa wrote: >> Hi Chanwoo, >> >> On 25.04.2014 03:16, Chanwoo Choi wrote: >>> From: Tomasz Figa >>> >>> This patch add new exynos3250.dtsi to support Exynos3250 SoC based on >>> Cortex-A7 >>> dual core and include

Re: [PATCH 1/3] [media] s5p-mfc: Add variants to access mfc registers

2014-05-08 Thread Arun Kumar K
Hi Tomasz, On 05/09/14 10:50, Tomasz Figa wrote: > Hi Arun, Paweł, > > On 09.05.2014 06:49, Arun Kumar K wrote: >> Hi Kamil, >> >> On 05/09/14 06:30, Pawel Osciak wrote: >>> Hi Kamil, >>> >>> On Fri, May 9, 2014 at 1:31 AM, Kamil Debski wrote: Hi Arun, I think that this drive

Re: [PATCH 1/3] [media] s5p-mfc: Add variants to access mfc registers

2014-05-08 Thread Tomasz Figa
Hi Arun, Paweł, On 09.05.2014 06:49, Arun Kumar K wrote: Hi Kamil, On 05/09/14 06:30, Pawel Osciak wrote: Hi Kamil, On Fri, May 9, 2014 at 1:31 AM, Kamil Debski wrote: Hi Arun, I think that this driver is getting too complicated now. First there are separate files for MFC versions, but i

Re: [PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250

2014-05-08 Thread Tomasz Figa
Hi Chanwoo, On 09.05.2014 03:06, Chanwoo Choi wrote: On 04/26/2014 09:51 AM, Tomasz Figa wrote: On 25.04.2014 03:16, Chanwoo Choi wrote: [snip] +cpus { +#address-cells = <1>; +#size-cells = <0>; + +cpu@0 { +device_type = "cpu"; +compatible

Re: [PATCH v3 1/2] ARM: EXYNOS: Map SYSRAM through generic SRAM bindings

2014-05-08 Thread Tomasz Figa
Hi Kukjin, On 09.05.2014 04:14, Kukjin Kim wrote: Tomasz Figa wrote: Hi Sachin, On 08.05.2014 06:16, Sachin Kamat wrote: Instead of hardcoding the SYSRAM details for each SoC, pass this information through device tree (DT) and make the code SoC agnostic. Generic SRAM bindings are used for ac

Re: [PATCH] [media] s5p-mfc: Add IOMMU support

2014-05-08 Thread Arun Kumar K
Hi Kamil, On 05/08/14 21:54, Kamil Debski wrote: > Hi Arun, > >> From: Arun Kumar K [mailto:arunkk.sams...@gmail.com] >> Sent: Tuesday, April 22, 2014 2:22 PM >> >> Hi Laurent, >> >> Thank you for the review. >> >> On Tue, Apr 22, 2014 at 5:23 PM, Laurent Pinchart >> wrote: >>> Hi Arun, >>> >>>

Re: [PATCH v2] [media] s5p-mfc: add init buffer cmd to MFCV6

2014-05-08 Thread Arun Kumar K
Hi Kamil, On 05/08/14 21:52, Kamil Debski wrote: > Hi, > >> From: Arun Kumar K [mailto:arunkk.sams...@gmail.com] On Behalf Of Arun >> Kumar K >> Sent: Tuesday, March 11, 2014 10:16 AM >> >> From: avnd kiran >> >> Latest MFC v6 firmware requires tile mode and loop filter setting to be >> done as

Re: [PATCH] [media] s5p-mfc: Don't try to resubmit VP8 bitstream buffer for decode.

2014-05-08 Thread Arun Kumar K
Hi Kamil, On 05/08/14 21:52, Kamil Debski wrote: > Hi, > > >> From: Arun Kumar K [mailto:arunkk.sams...@gmail.com] On Behalf Of Arun >> Kumar K >> Sent: Friday, March 07, 2014 9:26 AM >> >> From: Pawel Osciak >> >> Currently, for formats that are not H264, MFC driver will check the >> consumed

Re: [PATCH] mmc: dw_mmc: change to use recommended reset procedure

2014-05-08 Thread Jaehoon Chung
Hi, Sonny. I have checked the Synopsys TRM.. On 05/09/2014 10:34 AM, Sonny Rao wrote: > On Thu, May 8, 2014 at 6:15 PM, Jaehoon Chung wrote: >> On 05/08/2014 06:40 PM, Yuvaraj Kumar wrote: >>> Any comments on this patch? >>> >>> On Wed, Mar 26, 2014 at 5:16 PM, Yuvaraj Kumar C D >>> wrote: >>>

Re: [PATCH] mmc: dw_mmc: Make sure we don't get stuck when we get an error

2014-05-08 Thread Sonny Rao
On Thu, May 8, 2014 at 2:42 AM, Yuvaraj Kumar wrote: > Any comments on this patch? > I'll just add that without this fix, running the tuning loop for UHS modes is not reliable on dw_mmc because errors will happen and you will eventually hit this race and hang. This can happen any time there is t

Re: [PATCHv5] ARM: EXYNOS: Support secondary CPU boot of Exynos4212

2014-05-08 Thread Chanwoo Choi
On 05/09/2014 11:14 AM, Kukjin Kim wrote: > Chanwoo Choi wrote: >> >> Dear Kukjin, >> >> Could you please pick this patch? >> > I've applied. Thanks for your apply. Best regards, Chanwoo Choi -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message

RE: [PATCHv5] ARM: EXYNOS: Support secondary CPU boot of Exynos4212

2014-05-08 Thread Kukjin Kim
Chanwoo Choi wrote: > > Dear Kukjin, > > Could you please pick this patch? > I've applied. Thanks, Kukjin > Best Regards, > Chanwoo Choi > > On 04/29/2014 10:37 AM, Chanwoo Choi wrote: > > From: Kyungmin Park > > > > This patch fix the offset of CPU boot address and change parameter of > smc

RE: [PATCH V2] ARM: EXYNOS: cpu hotplug: use v7_exit_coherency_flush macro for cache disabling

2014-05-08 Thread Kukjin Kim
Chanwoo Choi wrote: > > Hi, > > On 04/23/2014 02:52 PM, Leela Krishna Amudala wrote: > > A common macro v7_exit_coherency_flush available which does the below > tasks in > > the seqeunce. > > -clearing C bit > > -clearing L1 cache > > -exit SMP > > -instruction and data synchronization > > > > So

RE: [PATCH v3 1/2] ARM: EXYNOS: Map SYSRAM through generic SRAM bindings

2014-05-08 Thread Kukjin Kim
Tomasz Figa wrote: > > Hi Sachin, > > On 08.05.2014 06:16, Sachin Kamat wrote: > > Instead of hardcoding the SYSRAM details for each SoC, > > pass this information through device tree (DT) and make > > the code SoC agnostic. Generic SRAM bindings are used > > for achieving this. > > > > Signed-of

[PATCH 3/3] net: sxgbe: fixed mtl and dma channel feature

2014-05-08 Thread Byungho An
This patch fixes mtl queue and dma channel value and adds mtl qsize for FIFO setting. Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c

[PATCH 1/3] net: sxgbe: Added condition for non fix_burst mode

2014-05-08 Thread Byungho An
This patch adds the condition for non fixed burst mode and seperates into two conditions for pbl value. Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.c | 32 --- drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.h |2 +- drivers/net/ethernet/s

[PATCH 2/3] net: sxgbe: Added tail point update

2014-05-08 Thread Byungho An
This patch adds tail point update function for rx path after rx_refill function. It indicate tail point to rx dma. Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.c | 14 +- drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.h |4 drivers/net/ethern

[PATCH 0/3] net: sxgbe: Added dma related function and non-burst mode support

2014-05-08 Thread Byungho An
This series added - functions to update rx descriptor tail pointer - non burst mode support - fixed dma channel feature. Byungho An (3): net: sxgbe: Added condition for non fix_burst mode net: sxgbe: Added tail point update net: sxgbe: Fixed mtl and dma channel feature drivers/net/ether

Re: [PATCH] mmc: dw_mmc: change to use recommended reset procedure

2014-05-08 Thread Sonny Rao
On Thu, May 8, 2014 at 6:15 PM, Jaehoon Chung wrote: > On 05/08/2014 06:40 PM, Yuvaraj Kumar wrote: >> Any comments on this patch? >> >> On Wed, Mar 26, 2014 at 5:16 PM, Yuvaraj Kumar C D >> wrote: >>> From: Sonny Rao >>> >>> This patch changes the fifo reset code to follow the reset procedure

Re: [PATCH 1/5] ARM: dts: move dp hpd line to the board file for exynos5420

2014-05-08 Thread Rahul Sharma
On 9 May 2014 06:15, Jingoo Han wrote: > On Thursday, May 08, 2014 6:08 PM, Rahul Sharma wrote: >> On 8 May 2014 12:02, Jingoo Han wrote: >> > On Sunday, April 20, 2014 8:49 PM, Rahul Sharma wrote: >> >> >> >> From: Rahul Sharma >> >> >> >> Display controller HPD Gpio line is board specific. Thi

Re: [PATCH] mmc: dw_mmc: change to use recommended reset procedure

2014-05-08 Thread Jaehoon Chung
On 05/08/2014 06:40 PM, Yuvaraj Kumar wrote: > Any comments on this patch? > > On Wed, Mar 26, 2014 at 5:16 PM, Yuvaraj Kumar C D > wrote: >> From: Sonny Rao >> >> This patch changes the fifo reset code to follow the reset procedure >> outlined in the documentation of Synopsys Mobile storage h

Re: [PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250

2014-05-08 Thread Chanwoo Choi
Hi Tomasz, On 04/26/2014 09:51 AM, Tomasz Figa wrote: > Hi Chanwoo, > > On 25.04.2014 03:16, Chanwoo Choi wrote: >> From: Tomasz Figa >> >> This patch add new exynos3250.dtsi to support Exynos3250 SoC based on >> Cortex-A7 >> dual core and includes following dt nodes: >> >> - GIC interrupt cont

Re: [PATCH V2 1/9] drm/exynos: dp: support hotplug detection via GPIO

2014-05-08 Thread Jingoo Han
On Tuesday, April 22, 2014 4:14 PM, Jingoo Han wrote: > On Tuesday, April 22, 2014 7:39 AM, Ajay Kumar wrote: > > > > From: Andrew Bresticker > > > > Certain bridge chips use a GPIO to indicate the cable status instead > > of the I_DP_HPD pin. This adds an optional device-tree property, > > "sams

RE: [PATCH] net: sxgbe: Added tail point update

2014-05-08 Thread Byungho An
Francois Romieu wrote : > Byungho An : > > Florian Fainelli wrote: > [...] > > > I think that at some point you should revisit your abstraction, all > > > the patches that I see do take a void __iomem * argument as the first > > > function argument, you should probably use your driver private cont

Re: [PATCH 1/5] ARM: dts: move dp hpd line to the board file for exynos5420

2014-05-08 Thread Jingoo Han
On Thursday, May 08, 2014 6:08 PM, Rahul Sharma wrote: > On 8 May 2014 12:02, Jingoo Han wrote: > > On Sunday, April 20, 2014 8:49 PM, Rahul Sharma wrote: > >> > >> From: Rahul Sharma > >> > >> Display controller HPD Gpio line is board specific. This patch > >> is moving the pinctrl for hpd gpio

Re: [PATCH 3/3] ARM: dts: Add peach-pi board support

2014-05-08 Thread Bjorn Andersson
On Thu, May 8, 2014 at 3:16 PM, Tom Rini wrote: > On 05/08/2014 05:55 PM, Bjorn Andersson wrote: >> On Mon, May 5, 2014 at 11:18 AM, Tom Rini wrote: >> [...] >>> The problem I was raising at the ELC BoF is that today we can't just >>> stop overwriting values in the non-zero case as many boards li

Re: [PATCH 3/3] ARM: dts: Add peach-pi board support

2014-05-08 Thread Tom Rini
On 05/08/2014 05:55 PM, Bjorn Andersson wrote: > On Mon, May 5, 2014 at 11:18 AM, Tom Rini wrote: > [...] >> The problem I was raising at the ELC BoF is that today we can't just >> stop overwriting values in the non-zero case as many boards lie about >> their memory size, in non-zero ways, but no

Re: [PATCH 3/3] ARM: dts: Add peach-pi board support

2014-05-08 Thread Bjorn Andersson
On Mon, May 5, 2014 at 11:18 AM, Tom Rini wrote: [...] > The problem I was raising at the ELC BoF is that today we can't just > stop overwriting values in the non-zero case as many boards lie about > their memory size, in non-zero ways, but no one noticed as they only > tested with U-Boot which wa

Re: [PATCH 2/2] phy: exynos: fix SATA phy license typo

2014-05-08 Thread Paul Bolle
On Thu, 2014-05-08 at 16:46 +0200, Arnd Bergmann wrote: > If the license string doesn't match exactly, the module refuses > to load. > > Signed-off-by: Arnd Bergmann > Cc: Kishon Vijay Abraham I > Cc: Kukjin Kim > Cc: linux-samsung-soc@vger.kernel.org > --- > drivers/phy/phy-exynos5250-sata.c

Re: [RFC V2 0/3] drm/bridge: panel and chaining

2014-05-08 Thread Rob Clark
On Thu, May 8, 2014 at 7:57 AM, Inki Dae wrote: > On 2014년 05월 08일 19:52, Ajay kumar wrote: >> +Dave >> +Thierry >> >> On Thu, May 8, 2014 at 1:14 PM, Inki Dae wrote: >>> >>> Just re-sending with text mode. Sorry for this. >>> >>> >>> On 2014년 05월 08일 15:41, Andrzej Hajda wrote: On 05/05/201

Re: [RFC V2 0/3] drm/bridge: panel and chaining

2014-05-08 Thread Rob Clark
On Thu, May 8, 2014 at 2:41 AM, Andrzej Hajda wrote: > On 05/05/2014 09:52 PM, Ajay Kumar wrote: >> This patchset is based on exynos-drm-next-todo branch of Inki Dae's tree at: >> git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git >> >> I have just put up Rob's and Sean's idea of

Re: [PATCH 3/4] irqchip: gic: Add support for per CPU bank offset specification in DT

2014-05-08 Thread Rob Herring
On Thu, May 8, 2014 at 12:09 PM, Tomasz Figa wrote: > On 08.05.2014 19:04, Rob Herring wrote: >> On Fri, Apr 18, 2014 at 9:43 AM, Tomasz Figa wrote: >>> On most platforms GIC registers are banked, so each CPU can access its >>> registers at the same address. However there is a small number of SoC

Re: [PATCH v2 1/9] ARM: S3C24XX: cpufreq-utils: don't write raw values to MPLLCON when using ccf

2014-05-08 Thread Tomasz Figa
Hi Kukjin, On 06.05.2014 06:27, Kukjin Kim wrote: > Heiko Stübner wrote: >> > > [...] > >>> Anyway, Heiko, thanks for working on this. I'll try to review rest of >>> the series soon. (I'm attending the ELC next week, though, so I'm not >>> sure if I find some time then, though.) >> > Yeah, this

[PATCH V2 4/4] ARM: dts: exynos4: Remove simple-bus compatibles from the camera subsystem

2014-05-08 Thread Sylwester Nawrocki
The usage of "simple-bus" was incorrect and the drivers now will also work without it so remove it. Signed-off-by: Sylwester Nawrocki Acked-by: Kyungmin Park --- arch/arm/boot/dts/exynos4.dtsi|2 +- arch/arm/boot/dts/exynos4x12.dtsi |2 +- 2 files changed, 2 insertions(+), 2 deletio

Re: [PATCH v8 1/3] ARM: EXYNOS: initial board support for exynos5260 SoC

2014-05-08 Thread Tomasz Figa
Hi Kukjin, On 26.04.2014 13:01, Kukjin Kim wrote: > Rahul Sharma wrote: >> >> Hi Kukjin, >> > Hi, > >> Need this macro to enable build for clock driver. >> > I found it in your patch, "clk/exynos5260: add clock file for exynos5260". > For consistency, I'm fine on this, if Tomasz has no objection

Re: [PATCH v5 00/15] exynos5420: clock file cleanup

2014-05-08 Thread Tomasz Figa
On 08.05.2014 16:35, Shaik Ameer Basha wrote: > Hi Tomasz, > > On Thu, May 8, 2014 at 5:24 PM, Tomasz Figa wrote: >> Hi Shaik, >> >> On 08.05.2014 13:27, Shaik Ameer Basha wrote: >>> Many changes/fixes have been identified for clock file for exynos5420. >>> These include correct parents, bit fiel

Re: [PATCH] clk: exynos5420: Add clock IDs needed by GPU

2014-05-08 Thread Tomasz Figa
Hi Arun, On 28.04.2014 12:20, Arun Kumar K wrote: > Adds IDs for the clocks needed by the ARM Mali GPU > in exynos5420. > > Signed-off-by: Arun Kumar K > --- > drivers/clk/samsung/clk-exynos5420.c |4 ++-- > include/dt-bindings/clock/exynos5420.h |2 ++ > 2 files changed, 4 insertions

Re: [PATCH v6] clk: Exynos5250: Add clocks for G3D

2014-05-08 Thread Tomasz Figa
On 02.05.2014 05:57, Arun Kumar K wrote: > Hi Tomasz, > > On Thu, May 1, 2014 at 9:37 PM, Tomasz Figa wrote: >> Hi Arun, >> >> >> On 01.05.2014 00:48, Tomasz Figa wrote: >>> >>> On 28.04.2014 11:37, Arun Kumar K wrote: This patch adds the required clocks for ARM Mali IP in Exynos52

Re: [PATCH V3 3/3] CLK: EXYNOS: Add clk save/restore registers for 5420

2014-05-08 Thread Tomasz Figa
Hi Vikas, Please try to more or less follow subsystem subject conventions. It should be: clk: samsung: exynos5420: Add clk save/restore registers By the way, this patch only adds writes to registers that should be set up before suspending the system and both the subject and description should re

Re: [PATCH 3/4] irqchip: gic: Add support for per CPU bank offset specification in DT

2014-05-08 Thread Tomasz Figa
On 08.05.2014 19:04, Rob Herring wrote: > On Fri, Apr 18, 2014 at 9:43 AM, Tomasz Figa wrote: >> On most platforms GIC registers are banked, so each CPU can access its >> registers at the same address. However there is a small number of SoCs >> on which the banking is not implemented and each CPU

Re: [PATCH 3/4] irqchip: gic: Add support for per CPU bank offset specification in DT

2014-05-08 Thread Rob Herring
On Fri, Apr 18, 2014 at 9:43 AM, Tomasz Figa wrote: > On most platforms GIC registers are banked, so each CPU can access its > registers at the same address. However there is a small number of SoCs > on which the banking is not implemented and each CPU has its GIC > register set at different offse

Re: [PATCH 00/22] Random ARM randconfig fixes in drivers

2014-05-08 Thread Guenter Roeck
On Thu, May 08, 2014 at 04:46:51PM +0200, Arnd Bergmann wrote: > These are a bunch of fixes I had to do to get all randconfig > configurations on ARM working. Most of these are really old > bugs, but there are also some new ones. I don't think any of > them require a backport to linux-stable. > >

Re: [RFC V2 0/3] drm/bridge: panel and chaining

2014-05-08 Thread Ajay kumar
On Thu, May 8, 2014 at 6:29 PM, Andrzej Hajda wrote: > On 05/08/2014 12:26 PM, Ajay kumar wrote: >> Hi Andrej, >> >> On Thu, May 8, 2014 at 12:11 PM, Andrzej Hajda wrote: >>> On 05/05/2014 09:52 PM, Ajay Kumar wrote: This patchset is based on exynos-drm-next-todo branch of Inki Dae's tree >

RE: [PATCH] [media] s5p-mfc: Add IOMMU support

2014-05-08 Thread Kamil Debski
Hi Arun, > From: Arun Kumar K [mailto:arunkk.sams...@gmail.com] > Sent: Tuesday, April 22, 2014 2:22 PM > > Hi Laurent, > > Thank you for the review. > > On Tue, Apr 22, 2014 at 5:23 PM, Laurent Pinchart > wrote: > > Hi Arun, > > > > Thank you for the patch. > > > > On Tuesday 22 April 2014 16

RE: [PATCH] [media] s5p-mfc: Don't try to resubmit VP8 bitstream buffer for decode.

2014-05-08 Thread Kamil Debski
Hi, > From: Arun Kumar K [mailto:arunkk.sams...@gmail.com] On Behalf Of Arun > Kumar K > Sent: Friday, March 07, 2014 9:26 AM > > From: Pawel Osciak > > Currently, for formats that are not H264, MFC driver will check the > consumed stream size returned by the firmware and, based on that, will

RE: [PATCH v2] [media] s5p-mfc: add init buffer cmd to MFCV6

2014-05-08 Thread Kamil Debski
Hi, > From: Arun Kumar K [mailto:arunkk.sams...@gmail.com] On Behalf Of Arun > Kumar K > Sent: Tuesday, March 11, 2014 10:16 AM > > From: avnd kiran > > Latest MFC v6 firmware requires tile mode and loop filter setting to be > done as part of Init buffer command, in sync with v7. Since there ar

Re: [PATCH v3 2/2] Documentation: DT: Exynos: Bind SRAM though DT

2014-05-08 Thread Tomasz Figa
Hi Sachin, On 08.05.2014 06:16, Sachin Kamat wrote: > Add SRAM binding documentation. > > Signed-off-by: Sachin Kamat > Acked-by: Arnd Bergmann > --- > No changes since v1. > --- > .../devicetree/bindings/arm/exynos/smp-sram.txt| 38 > > 1 file changed, 38 insertion

Re: [PATCH v3 1/2] ARM: EXYNOS: Map SYSRAM through generic SRAM bindings

2014-05-08 Thread Tomasz Figa
Hi Sachin, On 08.05.2014 06:16, Sachin Kamat wrote: > Instead of hardcoding the SYSRAM details for each SoC, > pass this information through device tree (DT) and make > the code SoC agnostic. Generic SRAM bindings are used > for achieving this. > > Signed-off-by: Sachin Kamat > Acked-by: Arnd Be

Re: [PATCH 1/2] ARM: dts: Enable USB 3503 hub on exynos5250-snow

2014-05-08 Thread Tomasz Figa
On 08.05.2014 17:59, Andreas Färber wrote: > Hello, > > Am 05.05.2014 14:30, schrieb Vivek Gautam: >> The exynos5250-snow has a SMSC USB3503 connected in >> hardware only mode like a PHY. Enable support for it, >> and add necessary 'reset-gpio' for it. >> >> This is in correspondance to similar pa

Re: [PATCH 1/5] ARM: S5PV210: Remove camera support from mach-goni.c

2014-05-08 Thread Sylwester Nawrocki
On 02/05/14 08:07, Kukjin Kim wrote: > Sylwester Nawrocki wrote: >> > >> > S5PV210 is going to get DT support, so we can remove the camera >> > bits from the only board using camera on S5PV210. This allows to >> > clean the exynos4-is driver by dropping code for non-dt platforms. >> > This patch c

Re: [PATCH] ARM: dts: enable pwm backlight on exynos5250-snow

2014-05-08 Thread Tomasz Figa
On 08.05.2014 17:55, Andreas Färber wrote: > Hi, > > Am 07.05.2014 22:50, schrieb Tomasz Figa: >> On 07.05.2014 22:47, Ajay kumar wrote: >>> On Thu, May 8, 2014 at 2:04 AM, Tomasz Figa >>> wrote: On 07.05.2014 14:56, Ajay Kumar wrote: > > Add PWM backlight node for exynos5250 and ena

Re: [PATCH 1/2] ARM: dts: Enable USB 3503 hub on exynos5250-snow

2014-05-08 Thread Tomasz Figa
Hi Vivek, On 05.05.2014 14:30, Vivek Gautam wrote: > The exynos5250-snow has a SMSC USB3503 connected in > hardware only mode like a PHY. Enable support for it, > and add necessary 'reset-gpio' for it. > > This is in correspondance to similar patch by Mark Brown > 7c1b0ec ARM: dts: Enable USB hub

Re: [PATCH 1/2] ARM: dts: Enable USB 3503 hub on exynos5250-snow

2014-05-08 Thread Andreas Färber
Hello, Am 05.05.2014 14:30, schrieb Vivek Gautam: > The exynos5250-snow has a SMSC USB3503 connected in > hardware only mode like a PHY. Enable support for it, > and add necessary 'reset-gpio' for it. > > This is in correspondance to similar patch by Mark Brown > 7c1b0ec ARM: dts: Enable USB hub

Re: [PATCH] ARM: dts: enable pwm backlight on exynos5250-snow

2014-05-08 Thread Andreas Färber
Hi, Am 07.05.2014 22:50, schrieb Tomasz Figa: > On 07.05.2014 22:47, Ajay kumar wrote: >> On Thu, May 8, 2014 at 2:04 AM, Tomasz Figa >> wrote: >>> On 07.05.2014 14:56, Ajay Kumar wrote: Add PWM backlight node for exynos5250 and enable the same on exynos5250 based snow board.

Re: [PATCH 0/4] Fixes for DT CPU topology specification on Exynos

2014-05-08 Thread Tomasz Figa
Hi, On 18.04.2014 16:42, Tomasz Figa wrote: > Due to some parts of Exynos SoC support designed originally in a non-scalable > way, relying on 1:1 mapping between value returned by cpu_logical_map() and > CPU IDs as seen by PMU and GIC, trying to specify CPU topology in device tree > caused various

[PATCH 00/22] Random ARM randconfig fixes in drivers

2014-05-08 Thread Arnd Bergmann
These are a bunch of fixes I had to do to get all randconfig configurations on ARM working. Most of these are really old bugs, but there are also some new ones. I don't think any of them require a backport to linux-stable. I have checked that they are all still required on yesterday's linux-next k

[PATCH 2/2] phy: exynos: fix SATA phy license typo

2014-05-08 Thread Arnd Bergmann
If the license string doesn't match exactly, the module refuses to load. Signed-off-by: Arnd Bergmann Cc: Kishon Vijay Abraham I Cc: Kukjin Kim Cc: linux-samsung-soc@vger.kernel.org --- drivers/phy/phy-exynos5250-sata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver

Re: [PATCH v5 00/15] exynos5420: clock file cleanup

2014-05-08 Thread Shaik Ameer Basha
Hi Tomasz, On Thu, May 8, 2014 at 5:24 PM, Tomasz Figa wrote: > Hi Shaik, > > On 08.05.2014 13:27, Shaik Ameer Basha wrote: >> Many changes/fixes have been identified for clock file for exynos5420. >> These include correct parents, bit fields, new clocks etc. Existing >> files needs some correcti

Re: [PATCH 0/7 v8] crypto:s5p-sss: Add Device tree and Exynos support

2014-05-08 Thread Herbert Xu
On Mon, Apr 28, 2014 at 10:44:52AM +, Naveen Krishna Chatradhi wrote: > SSS module on Exynos4210, Exynos5250 and Exynos5420 SoCs has added > features to the one on S5PV210. However with minor changes the s5p-sss.c > driver can be reused to support SSS modules on Exynos4 and 5 SoCs. > > This pa

[PATCH 1/8] usb/gadget: s3c2410_udc: don't use pr_debug return value

2014-05-08 Thread Arnd Bergmann
pr_debug() may be defined as "do { } while (0)" in some configurations, which means one cannot rely on the return value to be available. In the dprintk function in this driver, we can work around the resulting build error trivially by returning the length that this function already knows and ignor

re: [media] exynos4-is: Add the FIMC-IS ISP capture DMA driver

2014-05-08 Thread Dan Carpenter
Hello Sylwester Nawrocki, The patch 34947b8aebe3: "[media] exynos4-is: Add the FIMC-IS ISP capture DMA driver" from Dec 20, 2013, leads to the following static checker warning: drivers/media/platform/exynos4-is/fimc-isp-video.c:415 isp_video_try_fmt_mplane() error: XXX NULL deref

Re: [RFC V2 0/3] drm/bridge: panel and chaining

2014-05-08 Thread Andrzej Hajda
On 05/08/2014 12:26 PM, Ajay kumar wrote: > Hi Andrej, > > On Thu, May 8, 2014 at 12:11 PM, Andrzej Hajda wrote: >> On 05/05/2014 09:52 PM, Ajay Kumar wrote: >>> This patchset is based on exynos-drm-next-todo branch of Inki Dae's tree at: >>> git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/d

[PATCH v4 2/3] drivercore: Bind/unbind power domain on probe/remove

2014-05-08 Thread Tomasz Figa
On a number of platforms, devices are part of controllable power domains, which need to be enabled before such devices can be accessed and may be powered down when the device is idle to save some power. This means that on systems that support power domain control using generic power domains subsyst

[PATCH v4 3/3] ARM: exynos: Move to generic power domain bindings

2014-05-08 Thread Tomasz Figa
This patch moves Exynos power domain code to use the new generic power domain look-up framework introduced by previous patch, allowing the new code to be compiled with CONFIG_ARCH_EXYNOS selected as well. Signed-off-by: Tomasz Figa Reviewed-by: Ulf Hansson --- .../bindings/arm/exynos/power_doma

Re: [PATCH v4 0/3] Generic Device Tree based power domain look-up

2014-05-08 Thread Tomasz Figa
Sent with wrong Rafael's address, please ignore this thread. Just resent with correct address. Sorry for the noise. Best regards, Tomasz On 08.05.2014 14:45, Tomasz Figa wrote: > Up till now there was no single generic method to bind devices to their > power domains using Device Tree. Each platfo

[PATCH v4 1/3] base: power: Add generic OF-based power domain look-up

2014-05-08 Thread Tomasz Figa
This patch introduces generic code to perform power domain look-up using device tree and automatically bind devices to their power domains. Generic device tree binding is introduced to specify power domains of devices in their device tree nodes. Backwards compatibility with legacy Samsung-specific

[PATCH v4 2/3] drivercore: Bind/unbind power domain on probe/remove

2014-05-08 Thread Tomasz Figa
On a number of platforms, devices are part of controllable power domains, which need to be enabled before such devices can be accessed and may be powered down when the device is idle to save some power. This means that on systems that support power domain control using generic power domains subsyst

[PATCH v4 0/3] Generic Device Tree based power domain look-up

2014-05-08 Thread Tomasz Figa
Up till now there was no single generic method to bind devices to their power domains using Device Tree. Each platform has been doing this using its own way, example of which are Exynos power domain bindings [1] and look-up code [2]. This series is intended to change this and provide generic DT bi

[PATCH v4 3/3] ARM: exynos: Move to generic power domain bindings

2014-05-08 Thread Tomasz Figa
This patch moves Exynos power domain code to use the new generic power domain look-up framework introduced by previous patch, allowing the new code to be compiled with CONFIG_ARCH_EXYNOS selected as well. Signed-off-by: Tomasz Figa Reviewed-by: Ulf Hansson --- .../bindings/arm/exynos/power_doma

[PATCH v4 1/3] base: power: Add generic OF-based power domain look-up

2014-05-08 Thread Tomasz Figa
This patch introduces generic code to perform power domain look-up using device tree and automatically bind devices to their power domains. Generic device tree binding is introduced to specify power domains of devices in their device tree nodes. Backwards compatibility with legacy Samsung-specific

[PATCH v4 0/3] Generic Device Tree based power domain look-up

2014-05-08 Thread Tomasz Figa
Up till now there was no single generic method to bind devices to their power domains using Device Tree. Each platform has been doing this using its own way, example of which are Exynos power domain bindings [1] and look-up code [2]. This series is intended to change this and provide generic DT bi

Re: [PATCH V3 2/3] ARM: EXYNOS5: Add Suspend-to-RAM support for 5420

2014-05-08 Thread Bartlomiej Zolnierkiewicz
Hi, On Thursday, May 08, 2014 04:22:48 PM Vikas Sajjan wrote: > Adds Suspend-to-RAM support for EXYNOS5420 > > Signed-off-by: Abhilash Kesavan > Signed-off-by: Vikas Sajjan > --- > arch/arm/mach-exynos/pm.c | 163 > ++- > arch/arm/mach-exynos/regs-p

Re: [RFC V2 0/3] drm/bridge: panel and chaining

2014-05-08 Thread Inki Dae
On 2014년 05월 08일 19:52, Ajay kumar wrote: > +Dave > +Thierry > > On Thu, May 8, 2014 at 1:14 PM, Inki Dae wrote: >> >> Just re-sending with text mode. Sorry for this. >> >> >> On 2014년 05월 08일 15:41, Andrzej Hajda wrote: >>> On 05/05/2014 09:52 PM, Ajay Kumar wrote: This patchset is based on

Re: [PATCH v5 00/15] exynos5420: clock file cleanup

2014-05-08 Thread Tomasz Figa
Hi Shaik, On 08.05.2014 13:27, Shaik Ameer Basha wrote: > Many changes/fixes have been identified for clock file for exynos5420. > These include correct parents, bit fields, new clocks etc. Existing > files needs some correction in terms of names of the clock and > indentation. These issues are ad

Re: [PATCH] ARM: dts: enable pwm backlight on exynos5250-snow

2014-05-08 Thread Tomasz Figa
On 08.05.2014 11:54, Ajay kumar wrote: > Tomasz, > > On Thu, May 8, 2014 at 2:20 AM, Tomasz Figa wrote: >> On 07.05.2014 22:47, Ajay kumar wrote: >>> >>> Tomasz, >>> >>> On Thu, May 8, 2014 at 2:04 AM, Tomasz Figa wrote: Hi Ajay, On 07.05.2014 14:56, Ajay Kumar wrote: >>

[PATCH v3 1/2] [media] v4l: Add source change event

2014-05-08 Thread Arun Kumar K
This event indicates that the video device has encountered a source parameter change during runtime. This can typically be a resolution change detected by a video decoder OR a format change detected by an HDMI connector. This needs to be nofified to the userspace and the application may be expecte

[PATCH v3 0/2] Add resolution change event

2014-05-08 Thread Arun Kumar K
This patchset adds a source_change event to the v4l2-events. This can be used for notifying the userspace about runtime format changes happening on video nodes / pads like resolution change in video decoder. This version includes suggestions from Hans and Laurent to make it more generic and to be

[PATCH v3 2/2] [media] s5p-mfc: Add support for resolution change event

2014-05-08 Thread Arun Kumar K
From: Pawel Osciak When a resolution change point is reached, queue an event to signal the userspace that a new set of buffers is required before decoding can continue. Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K --- drivers/media/platform/s5p-mfc/s5p_mfc.c |7 +++ dri

Re: [PATCH 2/4] drm/exynos/mixer: use MXR_GRP_SXY_SY

2014-05-08 Thread Inki Dae
Hi Daniel, On 2014년 05월 08일 18:21, Daniel Kurtz wrote: > On Thu, May 8, 2014 at 12:33 PM, Seung-Woo Kim wrote: >> >> Hello Daniel, >> >> On 2014년 05월 07일 23:14, Daniel Kurtz wrote: >>> On Wed, May 7, 2014 at 1:14 PM, Seung-Woo Kim >>> wrote: Hi Daniel, On 2014년 05월 05일 00:26, Dan

[PATCH v5 12/15] clk: exynos5420: fix register offset for sclk_bpll

2014-05-08 Thread Shaik Ameer Basha
This patch fixes the wrong register offset for sclk_bpll clock. Signed-off-by: Rahul Sharma Signed-off-by: Shaik Ameer Basha Reviewed-by: Alim Akhtar --- drivers/clk/samsung/clk-exynos5420.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/clk/samsung/clk-exyno

[PATCH v5 15/15] clk: exynos5420: add more registers to restore list

2014-05-08 Thread Shaik Ameer Basha
This patch adds more register offsets to the list for preserving their values during S2R. Signed-off-by: Rahul Sharma Signed-off-by: Shaik Ameer Basha --- drivers/clk/samsung/clk-exynos5420.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/clk/samsung/clk-exynos5420.

[PATCH v5 14/15] clk: exynos5420: add misc clocks

2014-05-08 Thread Shaik Ameer Basha
This patch adds some missing miscellaneous clocks specific to exynos5420. Signed-off-by: Rahul Sharma Signed-off-by: Shaik Ameer Basha --- drivers/clk/samsung/clk-exynos5420.c | 14 +++--- include/dt-bindings/clock/exynos5420.h |2 ++ 2 files changed, 13 insertions(+), 3 deletio

[PATCH v5 13/15] clk: exynos5420: update clocks for MAU Block

2014-05-08 Thread Shaik Ameer Basha
This patch adds the missing MAU block specific clocks. Signed-off-by: Rahul Sharma Signed-off-by: Shaik Ameer Basha --- drivers/clk/samsung/clk-exynos5420.c | 12 +++- include/dt-bindings/clock/exynos5420.h |2 ++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/dr

[PATCH v5 10/15] clk: exynos5420: update clocks for FSYS and FSYS2 blocks

2014-05-08 Thread Shaik Ameer Basha
This patch adds more clocks from FSYS and FSYS2 blocks and uses GATE_IP_* registers for gating IPs. Signed-off-by: Rahul Sharma Signed-off-by: Shaik Ameer Basha --- drivers/clk/samsung/clk-exynos5420.c | 37 +++--- 1 file changed, 25 insertions(+), 12 deletions(-)

[PATCH v5 11/15] clk: exynos5420: correct sysmmu-mfc parent clocks

2014-05-08 Thread Shaik Ameer Basha
This patch corrects the wrong parent-child relationship between sysmmu-mfc clocks. Signed-off-by: Shaik Ameer Basha --- drivers/clk/samsung/clk-exynos5420.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung

[PATCH v5 08/15] clk: exynos5420: update clocks for PERIS and GEN blocks

2014-05-08 Thread Shaik Ameer Basha
This patch fixes some parent-child relationships according to the latest datasheet and adds more clocks related to PERIS and GEN blocks. Signed-off-by: Rahul Sharma Signed-off-by: Shaik Ameer Basha --- drivers/clk/samsung/clk-exynos5420.c | 76 +++- include/dt-bi

[PATCH v5 09/15] clk: exynos5420: update clocks for WCORE block

2014-05-08 Thread Shaik Ameer Basha
This patch adds missing clocks for WCORE block. Signed-off-by: Rahul Sharma Signed-off-by: Shaik Ameer Basha --- drivers/clk/samsung/clk-exynos5420.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung/clk-

[PATCH v5 07/15] clk: exynos5420: update clocks for PERIC block

2014-05-08 Thread Shaik Ameer Basha
This patch includes, 1] renaming of the HSI2C clocks 2] renaming of spi clocks according to the datasheet 3] fixes for child-parent relationships 4] adding of more clocks related to PERIC block 5] use GATE_IP_* offsets instead of GATE_BUS_* Signed-off-by: Rahul Sharma Signed-o

[PATCH v5 03/15] clk: exynos5420: update clocks for GSCL and MSCL blocks

2014-05-08 Thread Shaik Ameer Basha
This patch adds the missing GSCL and MSCL block clocks and corrects some wrong parent-child relationships. Signed-off-by: Rahul Sharma Signed-off-by: Shaik Ameer Basha --- drivers/clk/samsung/clk-exynos5420.c | 71 include/dt-bindings/clock/exynos5420.h |

[PATCH v5 06/15] clk: exynos5420: update clocks for DISP1 block

2014-05-08 Thread Shaik Ameer Basha
This patch corrects some child-parent clock relationships, and updates the clocks according to the latest datasheet. Signed-off-by: Rahul Sharma Signed-off-by: Shaik Ameer Basha --- drivers/clk/samsung/clk-exynos5420.c | 56 ++-- include/dt-bindings/clock/exynos5

[PATCH v5 04/15] clk: exynos5420: fix parent clocks for mscl sysmmu

2014-05-08 Thread Shaik Ameer Basha
This patch fixes the parent clocks for mscl sysmmu. Signed-off-by: Rahul Sharma Signed-off-by: Shaik Ameer Basha --- drivers/clk/samsung/clk-exynos5420.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung/c

[PATCH v5 05/15] clk: exynos5420: update clocks for G2D and G3D blocks

2014-05-08 Thread Shaik Ameer Basha
This patch adds missing clocks of G2D block. It also removes the aclkg3d alias from G3D block clocks. Signed-off-by: Rahul Sharma Signed-off-by: Shaik Ameer Basha --- drivers/clk/samsung/clk-exynos5420.c | 21 ++--- include/dt-bindings/clock/exynos5420.h |2 ++ 2 files c

[PATCH v5 02/15] clk: exynos5420: add clocks for ISP block

2014-05-08 Thread Shaik Ameer Basha
This patch adds minimum set of clocks to gate ISP block for power saving. Signed-off-by: Rahul Sharma Signed-off-by: Shaik Ameer Basha --- drivers/clk/samsung/clk-exynos5420.c | 86 include/dt-bindings/clock/exynos5420.h |7 +++ 2 files changed, 93 inser

[PATCH v5 01/15] clk: exynos5420: Rename mux parent arrays

2014-05-08 Thread Shaik Ameer Basha
This patch renames the mux parent arrays as per the naming convension followed by the other exynos specific clock drivers. And it also renames "mout_cpu_kfc" clock to "mout_kfc". Signed-off-by: Rahul Sharma Signed-off-by: Shaik Ameer Basha --- drivers/clk/samsung/clk-exynos5420.c | 359 +++

[PATCH v5 00/15] exynos5420: clock file cleanup

2014-05-08 Thread Shaik Ameer Basha
Many changes/fixes have been identified for clock file for exynos5420. These include correct parents, bit fields, new clocks etc. Existing files needs some correction in terms of names of the clock and indentation. These issues are addressed in this patch series. This patch series is rebased on, g

[PATCH V3 3/3] CLK: EXYNOS: Add clk save/restore registers for 5420

2014-05-08 Thread Vikas Sajjan
Adds clk save/restore registers for 5420 Signed-off-by: Vikas Sajjan --- drivers/clk/samsung/clk-exynos5420.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung/clk-exynos5420.c index 60b2681..01fd917

[PATCH V3 2/3] ARM: EXYNOS5: Add Suspend-to-RAM support for 5420

2014-05-08 Thread Vikas Sajjan
Adds Suspend-to-RAM support for EXYNOS5420 Signed-off-by: Abhilash Kesavan Signed-off-by: Vikas Sajjan --- arch/arm/mach-exynos/pm.c | 163 ++- arch/arm/mach-exynos/regs-pmu.h |2 + 2 files changed, 146 insertions(+), 19 deletions(-) diff --git a/

[PATCH V3 1/3] ARM: EXYNOS5: PMU support for 5420

2014-05-08 Thread Vikas Sajjan
Add intial PMU settings for exynos5420. This is required for future S2R and Switching support. Signed-off-by: Thomas Abraham Signed-off-by: Abhilash Kesavan Signed-off-by: Vikas Sajjan --- arch/arm/mach-exynos/common.h |9 ++ arch/arm/mach-exynos/exynos.c |1 + arch/arm/mach-exynos

Re: [RFC V2 0/3] drm/bridge: panel and chaining

2014-05-08 Thread Ajay kumar
+Dave +Thierry On Thu, May 8, 2014 at 1:14 PM, Inki Dae wrote: > > Just re-sending with text mode. Sorry for this. > > > On 2014년 05월 08일 15:41, Andrzej Hajda wrote: >> On 05/05/2014 09:52 PM, Ajay Kumar wrote: >>> This patchset is based on exynos-drm-next-todo branch of Inki Dae's tree at: >>> g

[PATCH V3 0/3] Add PMU and S2R support for exynos5420

2014-05-08 Thread Vikas Sajjan
Adds PMU and S2R support for exynos5420. rebased on 1] kgene tree for-next branch https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next 2] and Pankaj's V3 patchset https://lkml.org/lkml/2014/5/2/612 changes since v2: - Addressed comments from Tomasz figa

  1   2   >