devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ARM: dts: add device data for exynos4412-trats2
@ 2014-05-20 10:48 Beomho Seo
  2014-05-20 22:45 ` Tomasz Figa
  0 siblings, 1 reply; 3+ messages in thread
From: Beomho Seo @ 2014-05-20 10:48 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree, Tomasz Figa, Kukjin Kim
  Cc: Myungjoo Ham, Chanwoo Choi, Jaehoon Chung

This patchset add some device node for exynos4412-trats2.
It is based on v3.15-next/dt-samsung-2 branch.

exynos4412-trats2.dts
- Fix incorrect compatible. Compatible of AK8975 are "ak8975" or "asahi-kasei,ak8975".
- Add cm36651 light/proximity sensor device node.
- Change gpio-key device node. fix incorrect gpio property, and then add "ok-key" node.

Changes in v3:
- Patch set based on v3.16-next/dt-samsung
- ARM: dts: fix incorrect compatible for exynos4412 patch is applied.
- Remove device node property; status, interrupt-parent, interrupt
- Changes gpio/interrupt specified index.

Changes in v2:

- Change ak8975 magnetic sensor compatible according to binding document.
- Change cm36651 light/proximity sensor compatible according to binding document and driver.

Beomho Seo (2):
  ARM: dts: add cm36651 light/proximity sensor node
  ARM: dts: fixed gpio key node for exynos4412

 arch/arm/boot/dts/exynos4412-trats2.dts |   46 +++++++++++++++++++++++++------
 1 file changed, 38 insertions(+), 8 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v3 0/2] ARM: dts: add device data for exynos4412-trats2
  2014-05-20 10:48 [PATCH v3 0/2] ARM: dts: add device data for exynos4412-trats2 Beomho Seo
@ 2014-05-20 22:45 ` Tomasz Figa
  2014-05-21 13:49   ` Kukjin Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Tomasz Figa @ 2014-05-20 22:45 UTC (permalink / raw)
  To: Beomho Seo, linux-samsung-soc, devicetree, Tomasz Figa,
	Kukjin Kim
  Cc: Myungjoo Ham, Chanwoo Choi, Jaehoon Chung

On 20.05.2014 12:48, Beomho Seo wrote:
> This patchset add some device node for exynos4412-trats2.
> It is based on v3.15-next/dt-samsung-2 branch.
> 
> exynos4412-trats2.dts
> - Fix incorrect compatible. Compatible of AK8975 are "ak8975" or "asahi-kasei,ak8975".
> - Add cm36651 light/proximity sensor device node.
> - Change gpio-key device node. fix incorrect gpio property, and then add "ok-key" node.
> 
> Changes in v3:
> - Patch set based on v3.16-next/dt-samsung
> - ARM: dts: fix incorrect compatible for exynos4412 patch is applied.
> - Remove device node property; status, interrupt-parent, interrupt
> - Changes gpio/interrupt specified index.
> 
> Changes in v2:
> 
> - Change ak8975 magnetic sensor compatible according to binding document.
> - Change cm36651 light/proximity sensor compatible according to binding document and driver.
> 
> Beomho Seo (2):
>   ARM: dts: add cm36651 light/proximity sensor node
>   ARM: dts: fixed gpio key node for exynos4412
> 
>  arch/arm/boot/dts/exynos4412-trats2.dts |   46 +++++++++++++++++++++++++------
>  1 file changed, 38 insertions(+), 8 deletions(-)
> 

For the whole series:

Reviewed-by: Tomasz Figa <t.figa@samsung.com>

Best regards,
Tomasz

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH v3 0/2] ARM: dts: add device data for exynos4412-trats2
  2014-05-20 22:45 ` Tomasz Figa
@ 2014-05-21 13:49   ` Kukjin Kim
  0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2014-05-21 13:49 UTC (permalink / raw)
  To: 'Tomasz Figa', 'Beomho Seo', linux-samsung-soc,
	devicetree, 'Tomasz Figa'
  Cc: 'Myungjoo Ham', 'Chanwoo Choi',
	'Jaehoon Chung'

Tomasz Figa wrote:
> 
> On 20.05.2014 12:48, Beomho Seo wrote:
> > This patchset add some device node for exynos4412-trats2.
> > It is based on v3.15-next/dt-samsung-2 branch.
> >
> > exynos4412-trats2.dts
> > - Fix incorrect compatible. Compatible of AK8975 are "ak8975" or "asahi-
> kasei,ak8975".
> > - Add cm36651 light/proximity sensor device node.
> > - Change gpio-key device node. fix incorrect gpio property, and then add
> "ok-key" node.
> >
> > Changes in v3:
> > - Patch set based on v3.16-next/dt-samsung
> > - ARM: dts: fix incorrect compatible for exynos4412 patch is applied.
> > - Remove device node property; status, interrupt-parent, interrupt
> > - Changes gpio/interrupt specified index.
> >
> > Changes in v2:
> >
> > - Change ak8975 magnetic sensor compatible according to binding
document.
> > - Change cm36651 light/proximity sensor compatible according to binding
> document and driver.
> >
> > Beomho Seo (2):
> >   ARM: dts: add cm36651 light/proximity sensor node
> >   ARM: dts: fixed gpio key node for exynos4412
> >
> >  arch/arm/boot/dts/exynos4412-trats2.dts |   46
> +++++++++++++++++++++++++------
> >  1 file changed, 38 insertions(+), 8 deletions(-)
> >
> 
> For the whole series:
> 
> Reviewed-by: Tomasz Figa <t.figa@samsung.com>
> 
Looks good to me too except useless 2 empty line like following?


+		};
+
 	};

Will apply with removing them :-)

Thanks,
Kukjin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-21 13:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 10:48 [PATCH v3 0/2] ARM: dts: add device data for exynos4412-trats2 Beomho Seo
2014-05-20 22:45 ` Tomasz Figa
2014-05-21 13:49   ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).