Re: [PATCH 5/5] ARM: dts: Update watchdog node name in exynos5440.dtsi

2014-05-22 Thread Jingoo Han
On Friday, May 23, 2014 3:09 PM, Sachin Kamat wrote: > > Made it as per DT node naming convention . > > Signed-off-by: Sachin Kamat Reviewed-by: Jingoo Han Best regards, Jingoo Han > --- > arch/arm/boot/dts/exynos5440.dtsi |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

Re: [PATCH] ARM: EXYNOS: Use wfi macro in platform_do_lowpower

2014-05-22 Thread Leela Krishna Amudala
Hi Kgene, On Fri, May 23, 2014 at 12:31 AM, Daniel Lezcano wrote: > On 05/22/2014 09:57 AM, Leela Krishna Amudala wrote: >> >> This patch is originally based on commit b3377d186572 ("ARM: 7064/1: >> vexpress: Use wfi macro in platform_do_lowpower.") >> >> Current Exynos CPU hotplug code includes

[PATCH 3/5] ARM: dts: Replace numbers with key code macros on Origen boards

2014-05-22 Thread Sachin Kamat
Key code macros improve readability. Signed-off-by: Sachin Kamat --- arch/arm/boot/dts/exynos4210-origen.dts | 11 ++- arch/arm/boot/dts/exynos4412-origen.dts | 13 +++-- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/arch/arm/boot/dts/exynos4210-origen.dts

[PATCH 4/5] ARM: dts: Replace numbers with key code macros on Arndale board

2014-05-22 Thread Sachin Kamat
Key code macros improve readability. Signed-off-by: Sachin Kamat --- arch/arm/boot/dts/exynos5250-arndale.dts | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts index cde19c81866

[PATCH 1/5] ARM: dts: Enable RTC node on Origen boards

2014-05-22 Thread Sachin Kamat
Enabled RTC node on Origen 4210 and 4412 boards. Signed-off-by: Sachin Kamat --- arch/arm/boot/dts/exynos4210-origen.dts |4 arch/arm/boot/dts/exynos4412-origen.dts |4 2 files changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/e

[PATCH 2/5] ARM: dts: Enable watchdog node on Origen boards

2014-05-22 Thread Sachin Kamat
Enabled watchdog nodes on Origen 4210 and 4412 boards. Signed-off-by: Sachin Kamat --- arch/arm/boot/dts/exynos4210-origen.dts |4 arch/arm/boot/dts/exynos4412-origen.dts |4 2 files changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot

[PATCH 5/5] ARM: dts: Update watchdog node name in exynos5440.dtsi

2014-05-22 Thread Sachin Kamat
Made it as per DT node naming convention . Signed-off-by: Sachin Kamat --- arch/arm/boot/dts/exynos5440.dtsi |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi index 84f77c2fe4d4..ae3a17c791f6 100644 --- a

[PATCH 3/3] ARM: dts: Add clock property for mfc_pd in 5420

2014-05-22 Thread Arun Kumar K
Adding the optional clock property for the mfc_pd for handling the re-parenting while pd on/off. Signed-off-by: Arun Kumar K --- Corrected a typo error. Sorry for the noise. --- arch/arm/boot/dts/exynos5420.dtsi |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/exynos54

[PATCH 1/3] ARM: EXYNOS: Add support for clock handling in power domain

2014-05-22 Thread Arun Kumar K
From: Prathyush K While powering on/off a local powerdomain in exynos5 chipsets, the input clocks to each device gets modified. This behaviour is based on the SYSCLK_SYS_PWR_REG registers. E.g. SYSCLK_MFC_SYS_PWR_REG = 0x0, the parent of input clock to MFC (aclk

[PATCH 2/3] clk: exynos5420: Add IDs for clocks used in PD mfc

2014-05-22 Thread Arun Kumar K
Adds IDs for MUX clocks to be used by power domain for MFC for doing re-parenting while pd on/off. Signed-off-by: Arun Kumar K --- drivers/clk/samsung/clk-exynos5420.c |6 -- include/dt-bindings/clock/exynos5420.h |2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git

[PATCH 0/3] Power-domain clk handling

2014-05-22 Thread Arun Kumar K
This patchset enables the clk handling in power domain for working as per the recommended power domain on / off sequence for exynos5 SoCs. I have posted an RFC for the same [1] and didnt get any review comments / objections. So I am dropping the RFC tag and posting the patch along with the required

[PATCH 3/3] ARM: dts: Add clock property for mfc_pd in 5420

2014-05-22 Thread Arun Kumar K
Adding the optional clock property for the mfc_pd for handling the re-parenting while pd on/off. Signed-off-by: Arun Kumar K --- arch/arm/boot/dts/exynos5420.dtsi |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi inde

Re: [PATCH] PM / devfreq: remove checks for CONFIG_EXYNOS_ASV

2014-05-22 Thread MyungJoo Ham
On Thu, May 22, 2014 at 5:37 AM, Paul Bolle wrote: > Checks for CONFIG_EXYNOS_ASV were added in v3.3. But the related Kconfig > symbol has never been added to the tree. Remove these checks, as they > always evaluate to false. > > Signed-off-by: Paul Bolle Thanks for pointing this out. ASV was s

Re: [PATCH V2 1/2] ARM: EXYNOS: Update secondary boot addr for secure mode

2014-05-22 Thread Tushar Behera
On 20 May 2014 09:20, Tushar Behera wrote: > From: Sachin Kamat > > Almost all Exynos-series of SoCs that run in secure mode don't need > additional offset for every CPU, with Exynos4412 being the only > exception. > > Tested on Origen-Quad (Exynos4412) and Arndale-Octa (Exynos5420). > > While at

Re: [PATCH] sound: soc: samsung: dma.c: Fix to remove null pointer checks that could never happen

2014-05-22 Thread Tushar Behera
On 23 May 2014 01:51, Rickard Strandqvist wrote: > Removal of null pointer checks that could never happen > > Signed-off-by: Rickard Strandqvist > --- The subject should probably be (at least should start with "ASoC: samsung:") "ASoC: samsung: Remove redundant null pointer check from dma.c" Wit

[PATCH] arm: exynos: Modify pm code to check for cortex A9 rather than the SoC

2014-05-22 Thread Abhilash Kesavan
We have an soc check to ensure that the scu and certain A9 specific registers are not accessed on Exynos5250 (which is A15 based). Rather than adding another soc specific check for 5420 let us test for the Cortex A9 primary part number. This resolves the below crash seen on exynos5420 during core

[PATCH v4] drm/exynos: enable fimd clocks in probe before accessing fimd registers

2014-05-22 Thread Rahul Sharma
From: Rahul Sharma Fimd probe is accessing fimd Registers without enabling the fimd gate clocks. If FIMD clocks are kept disabled in Uboot or disbaled during kernel boottime, the system hangs during boottime. This issue got surfaced when verifying with sysmmu enabled. Probe of fimd Sysmmu enable

Re: [PATCH] drm/exynos: fix nested calls to lock mutex in drm resume

2014-05-22 Thread Rahul Sharma
On 22 May 2014 23:26, Sachin Kamat wrote: > Hi Rahul, > > On 22 May 2014 19:46, Rahul Sharma wrote: >> Hi Inki, >> >> This is another one which has not got reviewed. Please review. > > Inki has applied a similar patch from Takashi [1]. Thanks Sachin, Good that solution is merged. @ Inki, sorr

[PATCH] sound: soc: samsung: dma.c: Fix to remove null pointer checks that could never happen

2014-05-22 Thread Rickard Strandqvist
Removal of null pointer checks that could never happen Signed-off-by: Rickard Strandqvist --- sound/soc/samsung/dma.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sound/soc/samsung/dma.c b/sound/soc/samsung/dma.c index dc09b71..0f17ae0 100644 --- a/sound/soc/samsung/d

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Mark Brown
On Thu, May 22, 2014 at 02:01:24PM +0200, Tomasz Figa wrote: > On 22.05.2014 13:44, Tushar Behera wrote: > > I would be happy to get it done that way. I can see a patch from > > Sylwester regarding this, but there hasn't been a conclusion as of > > yet. > > https://lkml.org/lkml/2014/4/9/173 > H

Re: [PATCH] ARM: EXYNOS: Use wfi macro in platform_do_lowpower

2014-05-22 Thread Daniel Lezcano
On 05/22/2014 09:57 AM, Leela Krishna Amudala wrote: This patch is originally based on commit b3377d186572 ("ARM: 7064/1: vexpress: Use wfi macro in platform_do_lowpower.") Current Exynos CPU hotplug code includes a hardcoded WFI instruction, in ARM encoding. When the kernel is compiled in Thum

Re: [PATCH V5 00/20] ARM: exynos: cpuidle: Move the driver to drivers/cpuidle

2014-05-22 Thread Daniel Lezcano
On 05/22/2014 08:35 PM, Kukjin Kim wrote: On 04/26/14 20:05, Kukjin Kim wrote: Tomasz Figa wrote: On 14.04.2014 11:01, Daniel Lezcano wrote: Hi Kukjin, I believe I addressed all the comments. Is it possible to take this patchset for next ? Sure ;-) +1. Also when applying you might add

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

2014-05-22 Thread Sonny Rao
On Mon, May 19, 2014 at 6:49 PM, Seungwon Jeon wrote: > On Sat, May 17, 2014, Sonny Rao wrote: >> On Tue, May 13, 2014 at 4:09 AM, Seungwon Jeon wrote: >> > On Tuesday, May 13, Sonny Rao wrote: >> >> On Mon, May 12, 2014 at 10:02 PM, Seungwon Jeon >> >> wrote: >> >> > As I mentioned in previous

Re: [PATCH 2/2] ASoC: samsung: Add machine driver for odroidx2

2014-05-22 Thread Mark Brown
On Thu, May 22, 2014 at 01:55:08PM +0200, Sylwester Nawrocki wrote: > From: Chen Zhen > > This machine driver primary defines the audio path, the supported > data formats and sample frequency. I guess it can't yet, it would have been good to explain that in the changelog for the bindings (and in

Re: [PATCH 1/2] doc: dt bindings: Document Odroid X2/U3 audio subsystem bindings

2014-05-22 Thread Mark Brown
On Thu, May 22, 2014 at 01:55:07PM +0200, Sylwester Nawrocki wrote: > + sound { > + compatible = "samsung,odroidx2-audio"; > + samsung,i2s-controller = <&i2s0>; > + samsung,audio-codec = <&max98090>; > + }; Can this not use simple-card? signature.asc

Re: [PATCH 0/3] ARM: dts: replace number by macro in clock binding for exynos

2014-05-22 Thread Kukjin Kim
On 05/21/14 17:39, Beomho Seo wrote: Currently, some device node missed clock macro. This patchset replaced it's magic number with macros in clock binding for exynos4, exynos5250 and exynos 5420. This patchset is based on v3.16-next/clk-samsung branch. Beomho Seo (3): ARM: dts: replace number

Re: [PATCH 0/2] ARM: dts: add pmu syscon handle to exynos hdmi nodes

2014-05-22 Thread Kukjin Kim
On 05/20/14 22:38, Rahul Sharma wrote: Add PMU syscon handle to HDMI dt node for controlling PHY Enable/Disable bit. Patch is dependent for following patch for approval on DT Bindings: http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg31106.html Yeah, I checked above. Applied t

Re: [PATCH] ARM: dts: Add mfc node for exynos5800

2014-05-22 Thread Kukjin Kim
On 05/15/14 20:18, Arun Kumar K wrote: Adds the mfc node to exynos5800 which uses MFCv8. Signed-off-by: Arun Kumar K --- The driver side patch adding support for MFCv8 is under review [1]. This is based on the linux-samsung for-next branch. [1] https://www.mail-archive.com/linux-samsung-soc@vger

Re: [PATCH V5 00/20] ARM: exynos: cpuidle: Move the driver to drivers/cpuidle

2014-05-22 Thread Kukjin Kim
On 04/26/14 20:05, Kukjin Kim wrote: Tomasz Figa wrote: On 14.04.2014 11:01, Daniel Lezcano wrote: Hi Kukjin, I believe I addressed all the comments. Is it possible to take this patchset for next ? Sure ;-) +1. Also when applying you might add Reviewed-by: Tomasz Figa to any patches

Re: [PATCHv5 0/4] Enable usbphy and hsotg for exynos4

2014-05-22 Thread Kukjin Kim
On 05/20/14 11:06, Chanho Park wrote: This patchset enables a exynos4 usbphy and hsotg DT node for exynos4. The usb phy node uses generic exynos phy driver. The driver uses PMU syscon and SYSREG syscon phandles. Changes from v4: - Correct 4212/4412 PMU syscon node according to documentation C

Re: [PATCH v2 0/4] Add more supported blocks to UniversalC210 and Trats

2014-05-22 Thread Kukjin Kim
On 05/22/14 14:52, Marek Szyprowski wrote: Hello, This is a small update for Exynos4210 based UniversalC210 and Trats boards. Full USB support requires merging '[PATCHv5 0/4] Enable usbphy and hsotg for exynos4' series recently posted by Chanho Park. Best regards Marek Szyprowski Samsung R&D In

Re: [PATCH] drm/exynos: fix nested calls to lock mutex in drm resume

2014-05-22 Thread Sachin Kamat
Hi Rahul, On 22 May 2014 19:46, Rahul Sharma wrote: > Hi Inki, > > This is another one which has not got reviewed. Please review. Inki has applied a similar patch from Takashi [1]. [1] https://lkml.org/lkml/2014/5/9/24 -- With warm regards, Sachin -- To unsubscribe from this list: send the l

Re: [PATCH] ARM: EXYNOS: Use wfi macro in platform_do_lowpower

2014-05-22 Thread Nicolas Pitre
On Thu, 22 May 2014, Daniel Lezcano wrote: > On 05/22/2014 09:57 AM, Leela Krishna Amudala wrote: > > This patch is originally based on commit b3377d186572 ("ARM: 7064/1: > > vexpress: Use wfi macro in platform_do_lowpower.") > > > > Current Exynos CPU hotplug code includes a hardcoded WFI > > ins

Re: [PATCH v3] drm/exynos: enable fimd clocks in probe before accessing fimd registers

2014-05-22 Thread Sachin Kamat
Hi Rahul, On 22 May 2014 19:41, Rahul Sharma wrote: > Fimd probe is accessing fimd Registers without enabling the fimd > gate clocks. If FIMD clocks are kept disabled in Uboot or disbaled > during kernel boottime, the system hangs during boottime. > > This issue got surfaced when verifying with s

Re: [PATCH] ASoC: samsung: Handle errors when getting the op_clk clock

2014-05-22 Thread Mark Brown
On Thu, May 22, 2014 at 12:10:52PM +0200, Sylwester Nawrocki wrote: > Ensure i2s->op_clk is not used when clk_get() for this clock fails. > This prevents working with an incorrectly configured clock in some > conditions. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] drm/exynos: fix nested calls to lock mutex in drm resume

2014-05-22 Thread Kyungmin Park
add Mr. Dae On Thu, May 22, 2014 at 11:16 PM, Rahul Sharma wrote: > Hi Inki, > > This is another one which has not got reviewed. Please review. > > Regards, > Rahul Sharma > > On 30 April 2014 19:11, Rahul Sharma wrote: >> From: Rahul Sharma >> >> While testing S2R on exynos board, system is ha

Re: [PATCH] drm/exynos: fix nested calls to lock mutex in drm resume

2014-05-22 Thread Rahul Sharma
Hi Inki, This is another one which has not got reviewed. Please review. Regards, Rahul Sharma On 30 April 2014 19:11, Rahul Sharma wrote: > From: Rahul Sharma > > While testing S2R on exynos board, system is hanging and > rebooting due to nested mutex_lock calls in exynos drm > resume callback

Re: [PATCH 5/7] drm/exynos: add hdmiphy power on/off sequence

2014-05-22 Thread Rahul Sharma
Hi Inki, Please review this patch. Regards, Rahul Sharma On 3 April 2014 20:41, Rahul Sharma wrote: > From: Shirish S > > This patch implements the power on/off sequence > of HDMI PHY in exynos5420 and exynos5250 as provided > by the hardware team. > > This has been verified for mulitple itera

[PATCH v3] drm/exynos: enable fimd clocks in probe before accessing fimd registers

2014-05-22 Thread Rahul Sharma
Fimd probe is accessing fimd Registers without enabling the fimd gate clocks. If FIMD clocks are kept disabled in Uboot or disbaled during kernel boottime, the system hangs during boottime. This issue got surfaced when verifying with sysmmu enabled. Probe of fimd Sysmmu enables the master clock be

Re: [PATCH v2 04/18] video: add command mode and command mode display timing

2014-05-22 Thread Thierry Reding
On Thu, May 22, 2014 at 10:07:50PM +0900, Inki Dae wrote: > On 2014년 05월 21일 20:41, YoungJun Cho wrote: > > Hi Therry > > > > On 05/21/2014 08:02 PM, Thierry Reding wrote: > >> On Wed, May 21, 2014 at 01:42:56PM +0900, YoungJun Cho wrote: > >>> This patch is based on videomode and display_timing r

Re: [PATCH V2] drm/exynos: enable fimd clocks in probe before accessing fimd registers

2014-05-22 Thread Rahul Sharma
On 22 May 2014 13:33, Thierry Reding wrote: > On Thu, May 22, 2014 at 12:06:16PM +0530, Rahul Sharma wrote: >> On 22 May 2014 11:51, Sachin Kamat wrote: >> > Hi Rahul, >> [snip] >> >> >> >> + clk_prepare_enable(ctx->bus_clk); >> > >> > Probably a check for its success? >> > >> >> + cl

Re: [PATCH v2 04/18] video: add command mode and command mode display timing

2014-05-22 Thread Inki Dae
On 2014년 05월 21일 20:41, YoungJun Cho wrote: > Hi Therry > > On 05/21/2014 08:02 PM, Thierry Reding wrote: >> On Wed, May 21, 2014 at 01:42:56PM +0900, YoungJun Cho wrote: >>> This patch is based on videomode and display_timing relevant codes. >>> To support command mode panel, it does not need to

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Sylwester Nawrocki
On 22/05/14 14:01, Tomasz Figa wrote: >>> [ ... ] >>> > +clkout->clk_table[0] = clk_register_composite(NULL, "clkout", > +parent_names, parent_count, > &clkout->mux.hw, > +&clk_mux_ops, NULL,

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Tomasz Figa
On 22.05.2014 14:25, Sylwester Nawrocki wrote: > On 22/05/14 14:01, Tomasz Figa wrote: [ ... ] >> +clkout->clk_table[0] = clk_register_composite(NULL, "clkout", >> +parent_names, parent_count, >> &clkout->mux.hw, >

Re: [PATCH] drm/exynos: use 4WORD dma burst length for small fbs

2014-05-22 Thread Inki Dae
On 2014년 05월 22일 17:39, Rahul Sharma wrote: > On 22 May 2014 12:25, Inki Dae wrote: >> On 2014년 05월 22일 13:36, Rahul Sharma wrote: >>> Hi Inki, >>> >>> On 21 May 2014 16:43, Inki Dae wrote: Hi Rahul, On 2014년 05월 07일 20:25, Rahul Sharma wrote: > From: Rahul Sharma > >

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Tushar Behera
On 22 May 2014 17:31, Tomasz Figa wrote: > On 22.05.2014 13:44, Tushar Behera wrote: >> On 22 May 2014 16:04, Tomasz Figa wrote: >>> On 22.05.2014 07:13, Tushar Behera wrote: On 05/20/2014 10:13 PM, Tomasz Figa wrote: > This patch introduces a driver that handles configuration of CLKOUT

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Sylwester Nawrocki
On 22/05/14 13:44, Tushar Behera wrote: > On 22 May 2014 16:04, Tomasz Figa wrote: >> On 22.05.2014 07:13, Tushar Behera wrote: >>> On 05/20/2014 10:13 PM, Tomasz Figa wrote: This patch introduces a driver that handles configuration of CLKOUT pin of Exynos SoCs that can be used to output

Re: [PATCH v2] drm/exynos: use regmap interface to set hdmiphy control bit in pmu

2014-05-22 Thread Inki Dae
On 2014년 05월 21일 18:51, Rahul Sharma wrote: > Hi Inki, Tomasz, > > Any comment on this patch? > Merged. Thanks, Inki Dae > Regards, > Rahul Sharma > > On 20 May 2014 10:36, Rahul Sharma wrote: >> Exynos drm hdmi driver used to get dummy hdmiphy clock to >> control the PMU bit for hdmiphy. Th

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Tomasz Figa
On 22.05.2014 13:44, Tushar Behera wrote: > On 22 May 2014 16:04, Tomasz Figa wrote: >> On 22.05.2014 07:13, Tushar Behera wrote: >>> On 05/20/2014 10:13 PM, Tomasz Figa wrote: This patch introduces a driver that handles configuration of CLKOUT pin of Exynos SoCs that can be used to outp

[PATCH 2/2] ASoC: samsung: Add machine driver for odroidx2

2014-05-22 Thread Sylwester Nawrocki
From: Chen Zhen This machine driver primary defines the audio path, the supported data formats and sample frequency. The codec works in I2S master mode, in order to achieve required exact audio sampling frequencies without a need to adjust the EPLL frequency to each sample rate at runtime. Signe

[PATCH 1/2] doc: dt bindings: Document Odroid X2/U3 audio subsystem bindings

2014-05-22 Thread Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki --- .../bindings/sound/samsung,odroidx2-max98090.txt | 32 1 file changed, 32 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/samsung,odroidx2-max98090.txt diff --git a/Documentation/devicetree/bindings/sound/

Re: [PATCH 0/8] drm/exynos/ipp: image post processing improvements

2014-05-22 Thread Inki Dae
On 2014년 05월 19일 19:54, Andrzej Hajda wrote: > This set of independent patches contains various improvement and fixes > for exynos_drm ipp framework and drivers. > The patchset is based on drm-exynos/exynos-drm-next branch. Thanks for contributions and merged. Thanks, Inki Dae > > Regards > And

Re: [PATCH] ARM: EXYNOS: Use wfi macro in platform_do_lowpower

2014-05-22 Thread Daniel Lezcano
On 05/22/2014 09:57 AM, Leela Krishna Amudala wrote: This patch is originally based on commit b3377d186572 ("ARM: 7064/1: vexpress: Use wfi macro in platform_do_lowpower.") Current Exynos CPU hotplug code includes a hardcoded WFI instruction, in ARM encoding. When the kernel is compiled in Thum

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Tushar Behera
On 22 May 2014 16:04, Tomasz Figa wrote: > On 22.05.2014 07:13, Tushar Behera wrote: >> On 05/20/2014 10:13 PM, Tomasz Figa wrote: >>> This patch introduces a driver that handles configuration of CLKOUT pin >>> of Exynos SoCs that can be used to output certain clocks from inside of >>> the SoC to

RE: [GIT PULL 2/5] Samsung clock updates for 3.16

2014-05-22 Thread Kukjin Kim
Tomasz Figa wrote: > > Hi Olof, > > On 22.05.2014 07:31, Olof Johansson wrote: > > On Tue, May 20, 2014 at 10:11:03AM +0900, Kukjin Kim wrote: > >> The following changes since commit > 34c453ce16633539a94a2e876faeb731ac1be899: > >> > >> ARM: S3C24XX: fix merge conflict (2014-05-15 05:54:38 +090

RE: [GIT PULL 3/5] Samsung driver update for 3.16

2014-05-22 Thread Kukjin Kim
Olof Johansson wrote: > > On Tue, May 20, 2014 at 10:11:20AM +0900, Kukjin Kim wrote: > > The following changes since commit > c9eaa447e77efe77b7fa4c953bd62de8297fd6c5: > > > > Linux 3.15-rc1 (2014-04-13 14:18:35 -0700) > > > > are available in the git repository at: > > > > http://git.kernel.

RE: [GIT PULL 4/5] Samsung DT updates for 3.16

2014-05-22 Thread Kukjin Kim
Olof Johansson wrote: > > On Tue, May 20, 2014 at 10:11:41AM +0900, Kukjin Kim wrote: > > > Sachin Kamat (4): > > ARM: EXYNOS: Map SYSRAM through generic DT bindings > > This patch has a conflict with your own fixes. You should have based this > branch on top of the fixes to avoid it. > O

[PATCH] ASoC: max98090: Add NI/MI values for user pclk 19.2 MHz

2014-05-22 Thread Sylwester Nawrocki
From: Chen Zhen This patch adds the clock divisor and multiplier NI, MI values for audio sampling frequencies 44100 and 48000 Hz and PCLK 19.2 MHz. This is useful for the Odroid X2/U2 boards when the codec works in master mode and its MCLK clock is fed from the I2S CDCLK output. Signed-off-by: C

RE: [GIT PULL 5/5] Samsung Exynos MCPM support for 3.16

2014-05-22 Thread Kukjin Kim
Olof Johansson wrote: > > On Tue, May 20, 2014 at 10:11:54AM +0900, Kukjin Kim wrote: > > The following changes since commit > d7067f1c5fa0232001502569c6878d22308da268: > > > > devicetree: bindings: document SYSRAM binding (2014-05-15 03:30:29 > +0900) > > > > are available in the git repository

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Tomasz Figa
On 22.05.2014 07:13, Tushar Behera wrote: > On 05/20/2014 10:13 PM, Tomasz Figa wrote: >> This patch introduces a driver that handles configuration of CLKOUT pin >> of Exynos SoCs that can be used to output certain clocks from inside of >> the SoC to a dedicated output pin. >> >> Signed-off-by: Tom

Re: [PATCH 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-05-22 Thread Tomasz Figa
On 22.05.2014 06:28, Tushar Behera wrote: > On 05/20/2014 10:13 PM, Tomasz Figa wrote: >> This patch introduces a driver that handles configuration of CLKOUT pin >> of Exynos SoCs that can be used to output certain clocks from inside of >> the SoC to a dedicated output pin. >> >> Signed-off-by: Tom

[PATCH] ASoC: samsung: Handle errors when getting the op_clk clock

2014-05-22 Thread Sylwester Nawrocki
Ensure i2s->op_clk is not used when clk_get() for this clock fails. This prevents working with an incorrectly configured clock in some conditions. Signed-off-by: Sylwester Nawrocki --- sound/soc/samsung/i2s.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sound/soc/s

Re: [GIT PULL 2/5] Samsung clock updates for 3.16

2014-05-22 Thread Tomasz Figa
Hi Olof, On 22.05.2014 07:31, Olof Johansson wrote: > On Tue, May 20, 2014 at 10:11:03AM +0900, Kukjin Kim wrote: >> The following changes since commit 34c453ce16633539a94a2e876faeb731ac1be899: >> >> ARM: S3C24XX: fix merge conflict (2014-05-15 05:54:38 +0900) >> >> are available in the git repo

Re: [PATCH] drm/exynos: use 4WORD dma burst length for small fbs

2014-05-22 Thread Rahul Sharma
On 22 May 2014 12:25, Inki Dae wrote: > On 2014년 05월 22일 13:36, Rahul Sharma wrote: >> Hi Inki, >> >> On 21 May 2014 16:43, Inki Dae wrote: >>> >>> Hi Rahul, >>> >>> On 2014년 05월 07일 20:25, Rahul Sharma wrote: From: Rahul Sharma In case of exynos, setting dma-burst to 16Word cause

Re: [PATCH V2] drm/exynos: enable fimd clocks in probe before accessing fimd registers

2014-05-22 Thread Thierry Reding
On Thu, May 22, 2014 at 12:06:16PM +0530, Rahul Sharma wrote: > On 22 May 2014 11:51, Sachin Kamat wrote: > > Hi Rahul, > [snip] > >> > >> + clk_prepare_enable(ctx->bus_clk); > > > > Probably a check for its success? > > > >> + clk_prepare_enable(ctx->lcd_clk); > > > > Generally we do

[PATCH] ARM: EXYNOS: Use wfi macro in platform_do_lowpower

2014-05-22 Thread Leela Krishna Amudala
This patch is originally based on commit b3377d186572 ("ARM: 7064/1: vexpress: Use wfi macro in platform_do_lowpower.") Current Exynos CPU hotplug code includes a hardcoded WFI instruction, in ARM encoding. When the kernel is compiled in Thumb-2 mode, this is invalid and causes the machine to han

Re: [PATCH V2] drm/exynos: enable fimd clocks in probe before accessing fimd registers

2014-05-22 Thread Sachin Kamat
On 22 May 2014 12:06, Rahul Sharma wrote: > On 22 May 2014 11:51, Sachin Kamat wrote: >> Hi Rahul, > [snip] >>> >>> + clk_prepare_enable(ctx->bus_clk); >> >> Probably a check for its success? >> >>> + clk_prepare_enable(ctx->lcd_clk); >> > > Generally we don't check this in any of the