All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Updata S5PC110 GONI board
@ 2010-08-19  8:50 Joonyoung Shim
  2010-09-28 12:07 ` Kukjin Kim
  0 siblings, 1 reply; 4+ messages in thread
From: Joonyoung Shim @ 2010-08-19  8:50 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This patchset is to update GONi board.
Kyungmin sent partial one of this patchset but this is more updated
version.

Thanks.


Joonyoung Shim (2):
       ARM: S5PC110: Add keypad device to the GONI board
       ARM: S5PC110: Add si470x radio device to the GONI board

Kyungmin Park (2):
       ARM: S5PC110: GONI: Add TSP driver
       ARM: S5PC110: GONI: Fixed voltage support for eMMC

  arch/arm/mach-s5pv210/Kconfig     |    6 ++
  arch/arm/mach-s5pv210/mach-goni.c |  156 
+++++++++++++++++++++++++++++++++++++
  2 files changed, 162 insertions(+), 0 deletions(-)

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

* [PATCH 0/4] Updata S5PC110 GONI board
  2010-08-19  8:50 [PATCH 0/4] Updata S5PC110 GONI board Joonyoung Shim
@ 2010-09-28 12:07 ` Kukjin Kim
  2010-09-28 12:13   ` Marek Szyprowski
  0 siblings, 1 reply; 4+ messages in thread
From: Kukjin Kim @ 2010-09-28 12:07 UTC (permalink / raw)
  To: linux-arm-kernel

Joonyoung Shim wrote:
> 
> Hi,
> 
Hi,

> This patchset is to update GONi board.
> Kyungmin sent partial one of this patchset but this is more updated
> version.
> 
> Thanks.
> 
> 
> Joonyoung Shim (2):
>        ARM: S5PC110: Add keypad device to the GONI board
>        ARM: S5PC110: Add si470x radio device to the GONI board
> 

Could you please re-send following two patches?
- keypad device patch already has been merged in my tree.
- si470x radio patch has been included in Marek's patches

And I think need to update handling of gpio_request returning in the TSP
patch.

> Kyungmin Park (2):
>        ARM: S5PC110: GONI: Add TSP driver
>        ARM: S5PC110: GONI: Fixed voltage support for eMMC
> 
>   arch/arm/mach-s5pv210/Kconfig     |    6 ++
>   arch/arm/mach-s5pv210/mach-goni.c |  156
> +++++++++++++++++++++++++++++++++++++
>   2 files changed, 162 insertions(+), 0 deletions(-)

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

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

* [PATCH 0/4] Updata S5PC110 GONI board
  2010-09-28 12:07 ` Kukjin Kim
@ 2010-09-28 12:13   ` Marek Szyprowski
  2010-09-28 12:18     ` Kukjin Kim
  0 siblings, 1 reply; 4+ messages in thread
From: Marek Szyprowski @ 2010-09-28 12:13 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

On Tuesday, September 28, 2010 2:07 PM Kukjin Kim wrote:

> > This patchset is to update GONi board.
> > Kyungmin sent partial one of this patchset but this is more updated
> > version.
> >
> > Thanks.
> >
> >
> > Joonyoung Shim (2):
> >        ARM: S5PC110: Add keypad device to the GONI board
> >        ARM: S5PC110: Add si470x radio device to the GONI board
> >
> 
> Could you please re-send following two patches?
> - keypad device patch already has been merged in my tree.
> - si470x radio patch has been included in Marek's patches
> 
> And I think need to update handling of gpio_request returning in the TSP
> patch.

TSP patch has been also included in my patch series with gpio-interrupts
(it is the last one).

> 
> > Kyungmin Park (2):
> >        ARM: S5PC110: GONI: Add TSP driver
> >        ARM: S5PC110: GONI: Fixed voltage support for eMMC


Best regards
--
Marek Szyprowski
Samsung Poland R&D Center

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

* [PATCH 0/4] Updata S5PC110 GONI board
  2010-09-28 12:13   ` Marek Szyprowski
@ 2010-09-28 12:18     ` Kukjin Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2010-09-28 12:18 UTC (permalink / raw)
  To: linux-arm-kernel

Marek Szyprowski wrote:
> 
> Hello,
> 
Hi ;-)

> On Tuesday, September 28, 2010 2:07 PM Kukjin Kim wrote:
> 
> > > This patchset is to update GONi board.
> > > Kyungmin sent partial one of this patchset but this is more updated
> > > version.
> > >
> > > Thanks.
> > >
> > >
> > > Joonyoung Shim (2):
> > >        ARM: S5PC110: Add keypad device to the GONI board
> > >        ARM: S5PC110: Add si470x radio device to the GONI board
> > >
> >
> > Could you please re-send following two patches?
> > - keypad device patch already has been merged in my tree.
> > - si470x radio patch has been included in Marek's patches
> >
> > And I think need to update handling of gpio_request returning in the TSP
> > patch.
> 
> TSP patch has been also included in my patch series with gpio-interrupts
> (it is the last one).
> 
Oh ok...I found.
Will check soon.

> >
> > > Kyungmin Park (2):
> > >        ARM: S5PC110: GONI: Add TSP driver
> > >        ARM: S5PC110: GONI: Fixed voltage support for eMMC
> 

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

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

end of thread, other threads:[~2010-09-28 12:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-19  8:50 [PATCH 0/4] Updata S5PC110 GONI board Joonyoung Shim
2010-09-28 12:07 ` Kukjin Kim
2010-09-28 12:13   ` Marek Szyprowski
2010-09-28 12:18     ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.