On Thu, 2012-10-18 at 17:37 +0530, vinayak holikatti wrote:
> I am Vacation will look into it when i am back to work.
> > This doesn't apply on 3.7-rc1. Am I missing any patches in between ?
OK, so it doesn't apply for me either:
patching file drivers/scsi/ufs/ufshcd.c
Hunk #11 FAILED at 902.
Hun
On 2012年11月14日 12:58, Tushar Behera wrote:
On 11/13/2012 05:49 PM, Wang Jing wrote:
From: wangjing
This patch use the macro PTR_ERR to modify the value of the return
Signed-off-by: wangjing
---
sound/soc/samsung/smdk_spdif.c | 30 +++---
1 file changed, 15 insert
From: Jing Wang
This patch use the macro PTR_ERR to fix the value of the return and change
KERN_WARNING to KERN_ERR
Signed-off-by: Jing Wang
---
sound/soc/samsung/smdk_spdif.c | 24 ++--
1 file changed, 10 insertions(+), 14 deletions(-)
diff --git a/sound/soc/samsung/sm
Kukjin Kim wrote:
> Thomas Abraham wrote:
> >
> > Remove Samsung specific clock support in Exynos4 and migrate to using
> > common clock framework.
> >
> > Cc: Kukjin Kim
> > Signed-off-by: Thomas Abraham
> > ---
> > arch/arm/mach-exynos/Kconfig |1 +
> > arch/arm/mach-exynos/
Thomas Abraham wrote:
>
> Remove Samsung specific clock support in Exynos4 and migrate to using
> common clock framework.
>
> Cc: Kukjin Kim
> Signed-off-by: Thomas Abraham
> ---
> arch/arm/mach-exynos/Kconfig |1 +
> arch/arm/mach-exynos/Makefile |3 -
> arc
Thomas Abraham wrote:
>
> For legacy Exynos4 platforms, the available clocks are statically
> listed and then registered using the common clock framework. On device
> tree enabled exynos platfotms, the device tree is searched and all
> clock nodes found are registered. Support for Exynos4210 and
>
On 11/13/2012 05:49 PM, Wang Jing wrote:
> From: wangjing
>
> This patch use the macro PTR_ERR to modify the value of the return
>
> Signed-off-by: wangjing
> ---
> sound/soc/samsung/smdk_spdif.c | 30 +++---
> 1 file changed, 15 insertions(+), 15 deletions(-)
>
> di
Hi Kukjin, Felipe,
Since the issue is only with arch patches, which I am going to resolve
asap, Will it be possible for you to consider taking only driver
patches? I can resend arch patches separately to linux-samsung after
updating if Kukjin is also fine with that?
Thanks,
Praveen
On Wed, Nov 1
Hi,
On Mon, Nov 12, 2012 at 10:11 AM, Kukjin Kim wrote:
> Felipe Balbi wrote:
>>
>> Hi,
>>
> Hi :-)
>
> [...]
>
>> Sure, but I still need Kukjin's 'say-so' for the arch/arm/plat-samsung
>> and arch/arm/mach-exynos part.
>>
> Basically, this approach looks OK to me.
>
> BTW, I have some comments a
Hi Andrey,
On 11/11/2012 02:26 PM, Andrey Gusakov wrote:
Hi.
Patch v2 attached. Comments taken into account.
Thanks, I had to rework the S3C-CAMIF subdev controls handling to avoid
races when the control's value is modified in the control framwework and
accessed from interrupt context in the
Hi Brian,
On 11/13/2012 08:54 AM, Brian Norris wrote:
On Mon, Nov 12, 2012 at 3:18 PM, Sylwester Nawrocki
wrote:
On 10/22/2012 09:28 AM, Juergen Beisert wrote:
Sylwester Nawrocki wrote:
[...]
[2.455000] NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung
NAND 128MiB 3,3V 8-bit),
This patch adds device tree nodes for power domains available
on Exynos 4 SoCs.
Signed-off-by: Tomasz Figa
Signed-off-by: Kyungmin Park
---
arch/arm/boot/dts/exynos4.dtsi| 30 ++
arch/arm/boot/dts/exynos4210.dtsi | 5 +
2 files changed, 35 insertions(+)
dif
This patch adds a way to specify bindings between devices and power
domains using device tree.
A device can be bound to particular power domain by adding a
power-domain property containing a phandle to the domain. The device
will be bound to the domain before binding a driver to it and unbound
aft
This patch adds initialization of name field in generic power domain
struct.
Signed-off-by: Tomasz Figa
Signed-off-by: Kyungmin Park
---
arch/arm/mach-exynos/pm_domains.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-exynos/pm_domains.c
b/arch/arm/mach-exy
Initial state of power domains might vary on different boards and with
different bootloaders.
This patch adds detection of initial state of power domains when being
registered from DT.
Signed-off-by: Tomasz Figa
Signed-off-by: Kyungmin Park
---
Documentation/devicetree/bindings/arm/exynos/powe
This patch series fixes two issues with existing DT support for Exynos
power domains and extends it with the ability of binding devices to domains,
basically making it possible to use power domains with DT.
Based on for-next branch of Kgene's tree.
Changes since v2:
- Rebased to for-next of Kgen
Hi,
On Tuesday 13 of November 2012 13:51:51 Tomasz Figa wrote:
> This patch series fixes two issues with existing DT support for Exynos
> power domains and extends it with the ability of binding devices to
> domains, basically making it possible to use power domains with DT.
>
> Based on for-next
This patch adds device tree nodes for power domains available
on Exynos 4 SoCs.
Signed-off-by: Tomasz Figa
Signed-off-by: Kyungmin Park
---
arch/arm/boot/dts/exynos4.dtsi| 30 ++
arch/arm/boot/dts/exynos4210.dtsi | 5 +
2 files changed, 35 insertions(+)
dif
This patch adds a way to specify bindings between devices and power
domains using device tree.
A device can be bound to particular power domain by adding a
power-domain property containing a phandle to the domain. The device
will be bound to the domain before binding a driver to it and unbound
aft
Initial state of power domains might vary on different boards and with
different bootloaders.
This patch adds detection of initial state of power domains when being
registered from DT.
Signed-off-by: Tomasz Figa
Signed-off-by: Kyungmin Park
---
Documentation/devicetree/bindings/arm/exynos/powe
This patch adds initialization of name field in generic power domain
struct.
Signed-off-by: Tomasz Figa
Signed-off-by: Kyungmin Park
---
arch/arm/mach-exynos/pm_domains.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-exynos/pm_domains.c
b/arch/arm/mach-exy
This patch series fixes two issues with existing DT support for Exynos
power domains and extends it with the ability of binding devices to domains,
basically making it possible to use power domains with DT.
Based on for-next branch of Kgene's tree.
Changes since v2:
- Rebased to for-next of Kgen
From: wangjing
This patch use the macro PTR_ERR to modify the value of the return
Signed-off-by: wangjing
---
sound/soc/samsung/smdk_spdif.c | 30 +++---
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/sound/soc/samsung/smdk_spdif.c b/sound/soc/samsung
This patch adds support for pin configuration using pinctrl subsystem
to the i2c-s3c2410 driver.
Signed-off-by: Tomasz Figa
Signed-off-by: Kyungmin Park
---
.../devicetree/bindings/i2c/samsung-i2c.txt | 20
drivers/i2c/busses/i2c-s3c2410.c | 12
The broken voltage property has been replaced with auto detection based
on voltages available on vmmc voltage regulator, so there is no use for
it now.
This patch removes the now unused property from Trats Device Tree
sources.
Signed-off-by: Tomasz Figa
Signed-off-by: Kyungmin Park
---
arch/ar
On Exynos SoCs all cores share the same frequency setting, so changing
frequency of one core will affect rest of cores.
This patch modifies the exynos-cpufreq driver to inform cpufreq core
about this behavior and broadcast frequency change notifications for all
cores.
Signed-off-by: Tomasz Figa
26 matches
Mail list logo