linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Add I2C support to R8A7778/BOCK-W
@ 2013-04-19 22:17 Sergei Shtylyov
  2013-04-19 22:28 ` Sergei Shtylyov
  0 siblings, 1 reply; 6+ messages in thread
From: Sergei Shtylyov @ 2013-04-19 22:17 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

   Here's the patch against the Simon Horman's 'renesas.git' repo,
'renesas-next-20130417' tag and my recent yet unapplied USB patches.
Here we add I2C support to the R8A7778 platform code. This will be
important in the future for the VIN driver since the video sensor chip
is controller via I2C bus #0 on BOCK-W. 

[1/1] ARM: shmobile: r8a7778: add I2C support

The patch #2 (ARM: shmobile: BOCK-W: enable I2C in defconfig) has been
already merged, and so not reposted.

WBR, Sergei

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

* [PATCH v2 0/1] Add I2C support to R8A7778/BOCK-W
  2013-04-19 22:17 [PATCH v2 0/1] Add I2C support to R8A7778/BOCK-W Sergei Shtylyov
@ 2013-04-19 22:28 ` Sergei Shtylyov
  2013-04-22  4:52   ` Simon Horman
  0 siblings, 1 reply; 6+ messages in thread
From: Sergei Shtylyov @ 2013-04-19 22:28 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/20/2013 02:17 AM, Sergei Shtylyov wrote:

>     Here's the patch against the Simon Horman's 'renesas.git' repo,
> 'renesas-next-20130417' tag and my recent yet unapplied USB patches.

    Sorry, it's against 'renesas-next-20130419' tag now.

WBR, Sergei

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

* [PATCH v2 0/1] Add I2C support to R8A7778/BOCK-W
  2013-04-19 22:28 ` Sergei Shtylyov
@ 2013-04-22  4:52   ` Simon Horman
  2013-04-22  5:09     ` Simon Horman
  2013-04-22 12:33     ` Sergei Shtylyov
  0 siblings, 2 replies; 6+ messages in thread
From: Simon Horman @ 2013-04-22  4:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Apr 20, 2013 at 02:28:14AM +0400, Sergei Shtylyov wrote:
> On 04/20/2013 02:17 AM, Sergei Shtylyov wrote:
> 
> >    Here's the patch against the Simon Horman's 'renesas.git' repo,
> >'renesas-next-20130417' tag and my recent yet unapplied USB patches.
> 
>    Sorry, it's against 'renesas-next-20130419' tag now.

Sorry, it doesn't seem to apply cleanly on top of
renesas-next-20130417 or renesas-next-20130419.

Could you please rebase, add Morimoto-san's Acked-by and repost?

Thanks

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

* [PATCH v2 0/1] Add I2C support to R8A7778/BOCK-W
  2013-04-22  4:52   ` Simon Horman
@ 2013-04-22  5:09     ` Simon Horman
  2013-04-22 12:33     ` Sergei Shtylyov
  1 sibling, 0 replies; 6+ messages in thread
From: Simon Horman @ 2013-04-22  5:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 22, 2013 at 01:52:49PM +0900, Simon Horman wrote:
> On Sat, Apr 20, 2013 at 02:28:14AM +0400, Sergei Shtylyov wrote:
> > On 04/20/2013 02:17 AM, Sergei Shtylyov wrote:
> > 
> > >    Here's the patch against the Simon Horman's 'renesas.git' repo,
> > >'renesas-next-20130417' tag and my recent yet unapplied USB patches.
> > 
> >    Sorry, it's against 'renesas-next-20130419' tag now.
> 
> Sorry, it doesn't seem to apply cleanly on top of
> renesas-next-20130417 or renesas-next-20130419.
> 
> Could you please rebase, add Morimoto-san's Acked-by and repost?

Please ignore that, I see your USB patches are part of the base.

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

* [PATCH v2 0/1] Add I2C support to R8A7778/BOCK-W
  2013-04-22  4:52   ` Simon Horman
  2013-04-22  5:09     ` Simon Horman
@ 2013-04-22 12:33     ` Sergei Shtylyov
  2013-04-23  2:09       ` Simon Horman
  1 sibling, 1 reply; 6+ messages in thread
From: Sergei Shtylyov @ 2013-04-22 12:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 22-04-2013 8:52, Simon Horman wrote:

>>>     Here's the patch against the Simon Horman's 'renesas.git' repo,
>>> 'renesas-next-20130417' tag and my recent yet unapplied USB patches.

>>     Sorry, it's against 'renesas-next-20130419' tag now.

> Sorry, it doesn't seem to apply cleanly on top of
> renesas-next-20130417 or renesas-next-20130419.

    It's also atop of USB the patches.

> Could you please rebase, add Morimoto-san's Acked-by and repost?

    I don't think we're in a hurry to apply this before USB patches but if you 
insist, I'll exchange these patchsets in my series and repost.

> Thanks

WBR, Sergei

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

* [PATCH v2 0/1] Add I2C support to R8A7778/BOCK-W
  2013-04-22 12:33     ` Sergei Shtylyov
@ 2013-04-23  2:09       ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2013-04-23  2:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 22, 2013 at 04:33:40PM +0400, Sergei Shtylyov wrote:
> Hello.
> 
> On 22-04-2013 8:52, Simon Horman wrote:
> 
> >>>    Here's the patch against the Simon Horman's 'renesas.git' repo,
> >>>'renesas-next-20130417' tag and my recent yet unapplied USB patches.
> 
> >>    Sorry, it's against 'renesas-next-20130419' tag now.
> 
> >Sorry, it doesn't seem to apply cleanly on top of
> >renesas-next-20130417 or renesas-next-20130419.
> 
>    It's also atop of USB the patches.

Sorry for missing that.

> >Could you please rebase, add Morimoto-san's Acked-by and repost?
> 
>    I don't think we're in a hurry to apply this before USB patches
> but if you insist, I'll exchange these patchsets in my series and
> repost.

I'm comfortable with waiting if you are.

Please let me know if/when any of your series are ready.
I try to keep on top of things things but there are a number
of patches in-flight so there is ample scope for error on my part.

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

end of thread, other threads:[~2013-04-23  2:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19 22:17 [PATCH v2 0/1] Add I2C support to R8A7778/BOCK-W Sergei Shtylyov
2013-04-19 22:28 ` Sergei Shtylyov
2013-04-22  4:52   ` Simon Horman
2013-04-22  5:09     ` Simon Horman
2013-04-22 12:33     ` Sergei Shtylyov
2013-04-23  2:09       ` Simon Horman

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).