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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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,
>
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
>
>
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
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
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
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
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
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/
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
67 matches
Mail list logo