Re: [PATCH] ARM: dts: exynos4210-universal: add fimd polarization settings

2014-03-20 Thread Inki Dae
Hi Andrzej, 2014-03-20 22:26 GMT+09:00 Andrzej Hajda : > The patch adds polarization flags to fimd node. > It fixes parallel display support. > > Signed-off-by: Andrzej Hajda > --- > Hi Inki, > > Since polarization patches were not merged, polarization > settings should be provided to fimd via p

Re: [PATCH v11 20/27] iommu/exynos: allow having multiple System MMUs for a master H/W

2014-03-20 Thread Cho KyongHo
On Thu, 20 Mar 2014 11:54:58 +0100, Tomasz Figa wrote: > On 20.03.2014 11:22, Cho KyongHo wrote: > > On Wed, 19 Mar 2014 16:14:57 +0100, Tomasz Figa wrote: > >> On 19.03.2014 14:20, Tomasz Figa wrote: > >>> On 19.03.2014 01:39, Cho KyongHo wrote: > On Tue, 18 Mar 2014 15:26:48 +0100, Tomasz Fi

Re: [PATCH v6 3/4] [media] exynos-scaler: Add m2m functionality for the SCALER driver

2014-03-20 Thread Shaik Ameer Basha
Hi Hans, Thanks for the review comments. Frankly, I was not following the recent changes related to vb2 framework. And I didn't tested the driver for v4l2-compliance :( Will try to address all your comments in the next version of posting and this time with v4l2-compliance :) Regards, Shaik Amee

Re: [PATCH v11 10/27] iommu/exynos: use managed device helper functions

2014-03-20 Thread Cho KyongHo
On Thu, 20 Mar 2014 11:44:50 +0100, Tomasz Figa wrote: > On 20.03.2014 11:03, Cho KyongHo wrote: > > On Wed, 19 Mar 2014 13:08:42 +0100, Tomasz Figa wrote: > >> On 19.03.2014 10:01, Sachin Kamat wrote: > >>> On 19 March 2014 14:29, Cho KyongHo wrote: > On Tue, 18 Mar 2014 16:14:53 +0100, Toma

[GIT PULL 3/4] Samsung PM updates for v3.15

2014-03-20 Thread Kukjin Kim
The following changes since commit 8460dc7f2777d564b4cf094721e9de6e6657e11c: Merge branch 'v3.15-next/cleanup-samsung-2' into v3.15-next/s2r-pm-samsung-2 (2014-03-21 04:04:15 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.

[GIT PULL 4/4] Samsung Exynos cleanup/consolidate for v3.15

2014-03-20 Thread Kukjin Kim
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/exynos-cleanup for you to fetch changes up to 602408e

[GIT PULL 2/4] Samsung 3rd DT updates for v3.15

2014-03-20 Thread Kukjin Kim
The following changes since commit ba0d7ed391b7b3fb5ca98d9cf4d067b7f5ed956b: ARM: dts: enable ahci sata and sata phy for exynos5250 (2014-03-18 07:49:14 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-dt-3

[GIT PULL 1/4] Samsung 3rd cleanup for v3.15

2014-03-20 Thread Kukjin Kim
The following changes since commit 19a964644f1e655c3f67d539c1e99a9fbcc4588c: ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05:18 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-cleanup-3 for y

[PATCH V9 1/7] sxgbe: Add device-tree binding support document

2014-03-20 Thread Byungho An
From: Siva Reddy This patch adds binding document for SXGBE ethernet driver via device-tree. Signed-off-by: Siva Reddy Kallam Signed-off-by: Byungho An --- .../devicetree/bindings/net/samsung-sxgbe.txt | 60 1 file changed, 60 insertions(+) create mode 100644 Docu

[PATCH V9 4/7] net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbe

2014-03-20 Thread Byungho An
From: Girish K S Added support for the EEE(Energy Efficient Ethernet) in 10G ethernet driver. Signed-off-by: Girish K S Neatening-by: Joe Perches Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h | 53 +++ drivers/net/ethernet/samsung/sxgbe/sxgbe_core.c

[PATCH V9 5/7] net: sxgbe: add Checksum offload support for Samsung sxgbe

2014-03-20 Thread Byungho An
From: Vipul Pandya This patch adds TX and RX checksum offload support. Signed-off-by: Vipul Pandya Neatening-by: Joe Perches Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h |5 +++ drivers/net/ethernet/samsung/sxgbe/sxgbe_core.c | 20 + drivers

[PATCH V9 7/7] MAINTAINERS: add maintainer for Samsung sxgbe driver

2014-03-20 Thread Byungho An
From: Byungho An Signed-off-by: Byungho An --- MAINTAINERS |9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b7befe7..aeb81f2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7536,6 +7536,15 @@ S: Supported L: linux-samsung-soc@vger.kernel.

[PATCH V9 0/7] add new Samsung SXGBE driver

2014-03-20 Thread Byungho An
Hi all, This is 9th posting for SAMSUNG SXGBE driver. Changes since v1: - changed name of driver to SXGbE as per Ben's comment - squashed Joe's neatening for many stuff in original patches Changes since v2: - updated and split binding document as per Mark's comment - clean up codes as per Joe's

[PATCH V9 6/7] net: sxgbe: add ethtool related functions support Samsung sxgbe

2014-03-20 Thread Byungho An
From: Vipul Pandya This patch adds ethtool related functions. Signed-off-by: Vipul Pandya Neatening-by: Joe Perches Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h | 25 +- drivers/net/ethernet/samsung/sxgbe/sxgbe_ethtool.c | 509 +++- driv

[PATCH V9 3/7] net: sxgbe: add TSO support for Samsung sxgbe

2014-03-20 Thread Byungho An
From: Vipul Pandya Enable TSO during initialization for each DMA channels Signed-off-by: Vipul Pandya Neatening-by: Joe Perches Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h |1 + drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.h | 17 +++-- drivers/ne

RE: [PATCH V8 2/7] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver

2014-03-20 Thread Byungho An
David Miller : > From: Byungho An > Date: Thu, 20 Mar 2014 10:25:59 -0700 > > > +config NET_VENDOR_SAMSUNG > > + bool "Samsung Ethernet device" > > + default y > > + depends on HAS_IOMEM && HAS_DMA > > + select PHYLIB > > + select CRC32 > > + select PTP_1588_CLOCK > > + ---help---

Re: [PATCH V8 2/7] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver

2014-03-20 Thread David Miller
From: Byungho An Date: Thu, 20 Mar 2014 10:25:59 -0700 > +config NET_VENDOR_SAMSUNG > + bool "Samsung Ethernet device" > + default y > + depends on HAS_IOMEM && HAS_DMA > + select PHYLIB > + select CRC32 > + select PTP_1588_CLOCK > + ---help--- > + This is the dr

Re: [PATCH 1/3] ARM: S3C24XX: Remove invalid code from hardware.h

2014-03-20 Thread Kukjin Kim
On 03/19/14 14:07, Sachin Kamat wrote: On 3 January 2014 14:54, Sachin Kamat wrote: Remove the code that is not referenced anywhere. While at it also remove incorrect file path. Signed-off-by: Sachin Kamat --- Gentle ping on this series, Kukjin. OK, applied this whole series. Thanks, Kukj

Re: [GIT PULL 5/6] Samsung PM updates for v3.15

2014-03-20 Thread Kukjin Kim
On 03/19/14 13:01, Mike Turquette wrote: Quoting Olof Johansson (2014-03-10 19:52:01) On Mon, Mar 10, 2014 at 6:50 PM, Kukjin Kim wrote: Olof Johansson wrote: Hi, I don't see a single cc or acked-by line from Mike Turquette here. I'll hold off until he's had a chance to take a look at thes

Re: [PATCH 2/2] dt-bindings: clock: Move exynos-audss-clk.h to dt-bindings/clock

2014-03-20 Thread Kukjin Kim
On 03/18/14 23:32, Tomasz Figa wrote: On 17.03.2014 23:20, Kukjin Kim wrote: On 03/10/14 09:20, Tomasz Figa wrote: On 06.03.2014 07:04, Tushar Behera wrote: Most of the clock related dt-binding header files are located in dt-bindings/clock folder. It would be good to keep all the similar heade

Re: [PATCH Resend 2/3] ARM: EXYNOS: Consolidate CPU init code

2014-03-20 Thread Kukjin Kim
On 03/19/14 19:25, Sachin Kamat wrote: cpu_table was used to distinguish between different Exynos4 and 5 SoCs and based on the type do the initialization and io mapping. exynos_init is dummy and no longer needed as we do a DT based booting. By having a common io mapping function we can get rid of

Re: [PATCH 1/2] ARM: dts: Disable MDMA1 node for Arndale-octa board

2014-03-20 Thread Kukjin Kim
On 03/19/14 17:38, Tushar Behera wrote: On 5 March 2014 13:39, Tushar Behera wrote: MDMA1 can support both secure and non-secure AXI transactions. When this is enabled in the kernel for boards that run in secure mode, we get imprecise external aborts causing the kernel to oops. Unhandled fault

Re: [PATCH v2 6/6] ARM: s5p64x0: Explicitly include linux/serial_s3c.h in mach/pm-core.h

2014-03-20 Thread Kukjin Kim
On 03/19/14 02:16, Tomasz Figa wrote: This patch fixes compilation failure due to missing explicit inclusion of linux/serial_s3c.h in mach/pm-core.h, which contains definitions required for further code in this header. Signed-off-by: Tomasz Figa --- arch/arm/mach-s5p64x0/include/mach/pm-core.h

Re: [PATCH v2 5/6] ARM: s3c64xx: Fix incorrect selection of PM-related symbols

2014-03-20 Thread Kukjin Kim
On 03/19/14 02:16, Tomasz Figa wrote: This patch modifies ARCH_S3C64XX Kconfig entry to select SAMSUNG_WAKEMASK and PM_GENERIC_DOMAINS conditionally if PM_SLEEP and PM_RUNTIME are enabled respectively to avoid introducing unmet dependenies such as warning: (ARCH_S3C64XX&& S3C2412_PM&& CPU_S5P6

Re: [PATCH v2 4/6] ARM: SAMSUNG: Fix rebase error in pm-debug.c

2014-03-20 Thread Kukjin Kim
On 03/19/14 02:16, Tomasz Figa wrote: Recent Samsung header clean-up series did heavy reorganization of various Samsung-specific headers, unfortunately causing a conflict with Samsung PM consolidation series part 2 - multiplatform) and resulting with a merge error that caused a build failure, due

Re: [PATCH 2/2] ARM: s3c64xx: Fix build for implicit serial_s3c.h inclusion

2014-03-20 Thread Kukjin Kim
On 03/18/14 20:56, Mark Brown wrote: From: Mark Brown Some very recent change appears to have removed an implicit inclusion of serial_s3c.h causing build failures due to references to UART registers in the serial port restore code in next-20140318. Include it explicitly to fix the build. Signe

Re: [PATCH v2 3/6] ARM: EXYNOS: Fix compilation error in cpuidle.c

2014-03-20 Thread Kukjin Kim
On 03/19/14 02:16, Tomasz Figa wrote: The big series refactoring Exynos suspend to RAM handling missed the cpuidle driver that is disabled in exynos_defconfig, leaving it including old mach/pm_core.h header and using old s3c_cpu_resume symbol instead of new exynos_cpu_resume, resulting in compila

Re: [PATCH v2 1/6] serial: s3c: Fix build of header without serial_core.h preinclusion

2014-03-20 Thread Kukjin Kim
On 03/19/14 02:15, Tomasz Figa wrote: From: Mark Brown serial_s3c.h uses upf_t which is defined in serial_core.h but does not include that itself meaning that users which include serial_s3c.h by itself don't build. Oops yeah, When we replace inclusion of with serial_s3c.h, maybe we missed inc

[PATCH V8 5/7] net: sxgbe: add Checksum offload support for Samsung sxgbe

2014-03-20 Thread Byungho An
From: Vipul Pandya This patch adds TX and RX checksum offload support. Signed-off-by: Vipul Pandya Neatening-by: Joe Perches Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h |5 +++ drivers/net/ethernet/samsung/sxgbe/sxgbe_core.c | 20 + drivers

[PATCH V8 1/7] sxgbe: Add device-tree binding support document

2014-03-20 Thread Byungho An
From: Siva Reddy This patch adds binding document for SXGBE ethernet driver via device-tree. Signed-off-by: Siva Reddy Kallam Signed-off-by: Byungho An --- .../devicetree/bindings/net/samsung-sxgbe.txt | 60 1 file changed, 60 insertions(+) create mode 100644 Docu

[PATCH V8 3/7] net: sxgbe: add TSO support for Samsung sxgbe

2014-03-20 Thread Byungho An
From: Vipul Pandya Enable TSO during initialization for each DMA channels Signed-off-by: Vipul Pandya Neatening-by: Joe Perches Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h |1 + drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.h | 17 +++-- drivers/ne

[PATCH V8 6/7] net: sxgbe: add ethtool related functions support Samsung sxgbe

2014-03-20 Thread Byungho An
From: Vipul Pandya This patch adds ethtool related functions. Signed-off-by: Vipul Pandya Neatening-by: Joe Perches Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h | 25 +- drivers/net/ethernet/samsung/sxgbe/sxgbe_ethtool.c | 509 +++- driv

[PATCH V8 7/7] MAINTAINERS: add maintainer for Samsung sxgbe driver

2014-03-20 Thread Byungho An
From: Byungho An Signed-off-by: Byungho An --- MAINTAINERS |9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b7befe7..aeb81f2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7536,6 +7536,15 @@ S: Supported L: linux-samsung-soc@vger.kernel.

[PATCH V8 4/7] net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbe

2014-03-20 Thread Byungho An
From: Girish K S Added support for the EEE(Energy Efficient Ethernet) in 10G ethernet driver. Signed-off-by: Girish K S Neatening-by: Joe Perches Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h | 53 +++ drivers/net/ethernet/samsung/sxgbe/sxgbe_core.c

[PATCH V8 0/7] add new Samsung SXGBE driver

2014-03-20 Thread Byungho An
Hi all, This is 8th posting for SAMSUNG SXGBE driver. Changes since v1: - changed name of driver to SXGbE as per Ben's comment - squashed Joe's neatening for many stuff in original patches Changes since v2: - updated and split binding document as per Mark's comment - clean up codes as per Joe's

RE: [PATCH V7 3/7] net: sxgbe: add TSO support for Samsung sxgbe

2014-03-20 Thread Byungho An
Rayagond Kokatanur wrote : > On Thu, Mar 20, 2014 at 7:56 AM, Byungho An wrote: > > From: Vipul Pandya > > > > Enable TSO during initialization for each DMA channels > > > > Signed-off-by: Vipul Pandya > > Neatening-by: Joe Perches > > Signed-off-by: Byungho An > > --- > > drivers/net/ether

Re: [PATCH v3 1/3] clk: s2mps11: Add support for S2MPS14 clocks

2014-03-20 Thread Mike Turquette
Quoting Lee Jones (2014-03-20 06:42:19) > > > > > > This patch adds support for S2MPS14 PMIC clocks (BT and AP) to the > > > > > > s2mps11 clock driver. > > > > > > > > > > > > Signed-off-by: Krzysztof Kozlowski > > > > > > Reviewed-by: Yadwinder Singh Brar > > > > > > Reviewed-by: Tomasz Figa

LOAN LENDERS / FINANCIAL ASSISTANT

2014-03-20 Thread finance011
We offer all purpose loan at 3% interest rate. Contact Us for more details by Email:santanderfinancegr...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/m

Re: [PATCH v3 1/3] clk: s2mps11: Add support for S2MPS14 clocks

2014-03-20 Thread Lee Jones
> > > > > This patch adds support for S2MPS14 PMIC clocks (BT and AP) to the > > > > > s2mps11 clock driver. > > > > > > > > > > Signed-off-by: Krzysztof Kozlowski > > > > > Reviewed-by: Yadwinder Singh Brar > > > > > Reviewed-by: Tomasz Figa > > > > > > > > This does not apply cleanly to to c

[PATCH] ARM: dts: exynos4210-universal: add fimd polarization settings

2014-03-20 Thread Andrzej Hajda
The patch adds polarization flags to fimd node. It fixes parallel display support. Signed-off-by: Andrzej Hajda --- Hi Inki, Since polarization patches were not merged, polarization settings should be provided to fimd via properties. This patch fixes it. Regards Andrzej --- arch/arm/boot/dts/e

Re: [PATCH v3 1/3] clk: s2mps11: Add support for S2MPS14 clocks

2014-03-20 Thread Krzysztof Kozlowski
On Wed, 2014-03-19 at 12:11 -0700, Mike Turquette wrote: > Quoting Krzysztof Kozlowski (2014-03-19 00:50:08) > > On Tue, 2014-03-18 at 17:16 -0700, Mike Turquette wrote: > > > Quoting Krzysztof Kozlowski (2014-03-17 02:19:16) > > > > This patch adds support for S2MPS14 PMIC clocks (BT and AP) to th

Re: [PATCH v11 17/27] iommu/exynos: remove calls to Runtime PM API functions

2014-03-20 Thread Cho KyongHo
On Wed, 19 Mar 2014 19:51:21 +0100, Tomasz Figa wrote: > On 19.03.2014 19:37, Grant Grundler wrote: > > On Wed, Mar 19, 2014 at 10:30 AM, Tomasz Figa wrote: > > ... > >> As I said, AFAIK the trend is to get rid of ordering by initcalls and make > >> sure that drivers can handle missing dependencie

Re: [PATCH v11 17/27] iommu/exynos: remove calls to Runtime PM API functions

2014-03-20 Thread Cho KyongHo
On Wed, 19 Mar 2014 09:54:39 -0700, Grant Grundler wrote: > On Wed, Mar 19, 2014 at 6:12 AM, Tomasz Figa wrote: > ... > >> Device driver is not only for the scholarship but also for the real use. > > > > Huh? I'm not sure what kind of comment is this. > > I'm guessing Cho meant: "This isn't an ac

Re: [PATCH v11 20/27] iommu/exynos: allow having multiple System MMUs for a master H/W

2014-03-20 Thread Tomasz Figa
On 20.03.2014 11:22, Cho KyongHo wrote: On Wed, 19 Mar 2014 16:14:57 +0100, Tomasz Figa wrote: On 19.03.2014 14:20, Tomasz Figa wrote: On 19.03.2014 01:39, Cho KyongHo wrote: On Tue, 18 Mar 2014 15:26:48 +0100, Tomasz Figa wrote: On 18.03.2014 14:01, Cho KyongHo wrote: On Fri, 14 Mar 2014

Re: [PATCH v11 10/27] iommu/exynos: use managed device helper functions

2014-03-20 Thread Tomasz Figa
On 20.03.2014 11:03, Cho KyongHo wrote: On Wed, 19 Mar 2014 13:08:42 +0100, Tomasz Figa wrote: On 19.03.2014 10:01, Sachin Kamat wrote: On 19 March 2014 14:29, Cho KyongHo wrote: On Tue, 18 Mar 2014 16:14:53 +0100, Tomasz Figa wrote: On 18.03.2014 12:09, Cho KyongHo wrote: On Fri, 14 Mar 20

Re: [PATCH v11 20/27] iommu/exynos: allow having multiple System MMUs for a master H/W

2014-03-20 Thread Cho KyongHo
On Wed, 19 Mar 2014 16:14:57 +0100, Tomasz Figa wrote: > On 19.03.2014 14:20, Tomasz Figa wrote: > > On 19.03.2014 01:39, Cho KyongHo wrote: > >> On Tue, 18 Mar 2014 15:26:48 +0100, Tomasz Figa wrote: > >>> > >>> > >>> On 18.03.2014 14:01, Cho KyongHo wrote: > On Fri, 14 Mar 2014 17:12:03 +010

Re: [PATCH v11 10/27] iommu/exynos: use managed device helper functions

2014-03-20 Thread Cho KyongHo
On Wed, 19 Mar 2014 13:08:42 +0100, Tomasz Figa wrote: > On 19.03.2014 10:01, Sachin Kamat wrote: > > On 19 March 2014 14:29, Cho KyongHo wrote: > >> On Tue, 18 Mar 2014 16:14:53 +0100, Tomasz Figa wrote: > >>> On 18.03.2014 12:09, Cho KyongHo wrote: > On Fri, 14 Mar 2014 20:52:43 +0530, Sach

Re: [PATCH v11 24/27] iommu/exynos: use exynos-iommu specific typedef

2014-03-20 Thread Cho KyongHo
On Tue, 18 Mar 2014 18:33:20 -0700, Grant Grundler wrote: > On Thu, Mar 13, 2014 at 10:13 PM, Cho KyongHo wrote: > > This commit introduces sysmmu_pte_t for page table entries and > > sysmmu_iova_t vor I/O virtual address that is manipulated by > > exynos-iommu driver. The purpose of the typedef i

Re: [PATCH 8/9] drm/exynos/fimd: use polarization flags provided by drm_display_mode

2014-03-20 Thread Andrzej Hajda
On 03/20/2014 07:03 AM, Inki Dae wrote: > Thanks for your contributions, > > > 2014-03-17 19:27 GMT+09:00 Andrzej Hajda : >> The patch replaces fimd private bindings for signal polarization by >> polarization flags provided by drm_display_mode. >> > > This patch needs below patch not merged yet,