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 inki@samsung.com wrote: On 2014년 05월 08일 19:52, Ajay kumar wrote: +Dave +Thierry On Thu, May 8, 2014 at 1:14 PM, Inki Dae inki@samsung.com wrote: Just re-sending with text mode. Sorry for this. On 2014년 05월 08일 15:41, Andrzej Hajda wrote:

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 a...@arndb.de Cc: Kishon Vijay Abraham I kis...@ti.com Cc: Kukjin Kim kgene@samsung.com Cc: linux-samsung-soc@vger.kernel.org

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 tr...@ti.com 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

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 tr...@ti.com 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,

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 tr...@ti.com wrote: On 05/08/2014 05:55 PM, Bjorn Andersson wrote: On Mon, May 5, 2014 at 11:18 AM, Tom Rini tr...@ti.com 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

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 jg1@samsung.com wrote: On Sunday, April 20, 2014 8:49 PM, Rahul Sharma wrote: From: Rahul Sharma rahul.sha...@samsung.com Display controller HPD Gpio line is board specific. This patch is moving

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

2014-05-08 Thread Byungho An
Francois Romieu wrote : Byungho An bh74...@samsung.com : 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

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 abres...@chromium.org Certain bridge chips use a GPIO to indicate the cable status instead of the I_DP_HPD pin. This adds an optional device-tree

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 t.f...@samsung.com This patch add new exynos3250.dtsi to support Exynos3250 SoC based on Cortex-A7 dual core and includes following dt nodes: - GIC interrupt

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 yuvaraj...@gmail.com wrote: From: Sonny Rao sonny...@chromium.org This patch changes the fifo reset code to follow the reset procedure outlined in the documentation

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 jg1@samsung.com wrote: On Thursday, May 08, 2014 6:08 PM, Rahul Sharma wrote: On 8 May 2014 12:02, Jingoo Han jg1@samsung.com wrote: On Sunday, April 20, 2014 8:49 PM, Rahul Sharma wrote: From: Rahul Sharma rahul.sha...@samsung.com Display

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 jh80.ch...@samsung.com 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 yuvaraj...@gmail.com wrote: From: Sonny Rao sonny...@chromium.org This patch changes the

[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 bh74...@samsung.com --- drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git

[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 bh74...@samsung.com --- drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.c | 32 --- drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.h |2 +-

[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 bh74...@samsung.com --- drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.c | 14 +- drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.h |4

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-off-by: Sachin

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 removing the local

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 kyungmin.p...@samsung.com This patch fix the offset of CPU boot address and change

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 to

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 yuvaraj...@gmail.com 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

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 jh80.ch...@samsung.com 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

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 posc...@chromium.org Currently, for formats that are not H264, MFC driver will check the

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 avnd.ki...@samsung.com Latest MFC v6 firmware requires tile mode and loop filter setting to be

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 laurent.pinch...@ideasonboard.com wrote: Hi

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

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 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 k.deb...@samsung.com wrote: Hi Arun, I think that this driver is getting too complicated now. First there are separate files

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 k.deb...@samsung.com wrote: Hi Arun, I think that this driver is getting

<    1   2