All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] ARM: shmobile: mackerel: streamline SD and MMC devices
@ 2013-03-29 21:05 Guennadi Liakhovetski
  2013-04-02  4:33 ` Simon Horman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Guennadi Liakhovetski @ 2013-03-29 21:05 UTC (permalink / raw)
  To: linux-sh

This patch series is a split of a previous monolithic patch with no changes
of the content.

Guennadi Liakhovetski (5):
  ARM: shmobile: mackerel: SDHI resources do not have to be numbered
  ARM: shmobile: mackerel: remove OCR masks, where regulators are used
  ARM: shmobile: mackerel: switch SDHI and MMCIF interfaces to
    slot-gpio
  ARM: shmobile: mackerel: add interrupt names for SDHI0
  ARM: shmobile: mackerel: clean up MMCIF vs. SDHI1 selection

 arch/arm/mach-shmobile/board-mackerel.c |  111 +++++++++++--------------------
 1 files changed, 40 insertions(+), 71 deletions(-)

-- 
1.7.2.5

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

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

* Re: [PATCH v3 0/5] ARM: shmobile: mackerel: streamline SD and MMC devices
  2013-03-29 21:05 [PATCH v3 0/5] ARM: shmobile: mackerel: streamline SD and MMC devices Guennadi Liakhovetski
@ 2013-04-02  4:33 ` Simon Horman
  2013-04-02  9:13 ` Guennadi Liakhovetski
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2013-04-02  4:33 UTC (permalink / raw)
  To: linux-sh

On Fri, Mar 29, 2013 at 10:05:47PM +0100, Guennadi Liakhovetski wrote:
> This patch series is a split of a previous monolithic patch with no changes
> of the content.
> 
> Guennadi Liakhovetski (5):
>   ARM: shmobile: mackerel: SDHI resources do not have to be numbered
>   ARM: shmobile: mackerel: remove OCR masks, where regulators are used
>   ARM: shmobile: mackerel: switch SDHI and MMCIF interfaces to
>     slot-gpio
>   ARM: shmobile: mackerel: add interrupt names for SDHI0
>   ARM: shmobile: mackerel: clean up MMCIF vs. SDHI1 selection
> 
>  arch/arm/mach-shmobile/board-mackerel.c |  111 +++++++++++--------------------

Thanks Guennadi,

queued up for v3.10 in the boards branch.

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

* Re: [PATCH v3 0/5] ARM: shmobile: mackerel: streamline SD and MMC devices
  2013-03-29 21:05 [PATCH v3 0/5] ARM: shmobile: mackerel: streamline SD and MMC devices Guennadi Liakhovetski
  2013-04-02  4:33 ` Simon Horman
@ 2013-04-02  9:13 ` Guennadi Liakhovetski
  2013-04-02 12:01 ` Simon Horman
  2013-04-02 12:34 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Guennadi Liakhovetski @ 2013-04-02  9:13 UTC (permalink / raw)
  To: linux-sh

Hi Simon

On Tue, 2 Apr 2013, Simon Horman wrote:

> On Fri, Mar 29, 2013 at 10:05:47PM +0100, Guennadi Liakhovetski wrote:
> > This patch series is a split of a previous monolithic patch with no changes
> > of the content.
> > 
> > Guennadi Liakhovetski (5):
> >   ARM: shmobile: mackerel: SDHI resources do not have to be numbered
> >   ARM: shmobile: mackerel: remove OCR masks, where regulators are used
> >   ARM: shmobile: mackerel: switch SDHI and MMCIF interfaces to
> >     slot-gpio
> >   ARM: shmobile: mackerel: add interrupt names for SDHI0
> >   ARM: shmobile: mackerel: clean up MMCIF vs. SDHI1 selection
> > 
> >  arch/arm/mach-shmobile/board-mackerel.c |  111 +++++++++++--------------------
> 
> Thanks Guennadi,
> 
> queued up for v3.10 in the boards branch.

Thanks for taking the patches. Are you aware off the top of your head of 
any patches that are still pending updated versions from me (apart from 
those, that Magnus wanted to discuss with me first)?

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

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

* Re: [PATCH v3 0/5] ARM: shmobile: mackerel: streamline SD and MMC devices
  2013-03-29 21:05 [PATCH v3 0/5] ARM: shmobile: mackerel: streamline SD and MMC devices Guennadi Liakhovetski
  2013-04-02  4:33 ` Simon Horman
  2013-04-02  9:13 ` Guennadi Liakhovetski
@ 2013-04-02 12:01 ` Simon Horman
  2013-04-02 12:34 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2013-04-02 12:01 UTC (permalink / raw)
  To: linux-sh

Hi Guennadi,

On Tue, Apr 02, 2013 at 11:13:03AM +0200, Guennadi Liakhovetski wrote:
> Hi Simon
> 
> On Tue, 2 Apr 2013, Simon Horman wrote:
> 
> > On Fri, Mar 29, 2013 at 10:05:47PM +0100, Guennadi Liakhovetski wrote:
> > > This patch series is a split of a previous monolithic patch with no changes
> > > of the content.
> > > 
> > > Guennadi Liakhovetski (5):
> > >   ARM: shmobile: mackerel: SDHI resources do not have to be numbered
> > >   ARM: shmobile: mackerel: remove OCR masks, where regulators are used
> > >   ARM: shmobile: mackerel: switch SDHI and MMCIF interfaces to
> > >     slot-gpio
> > >   ARM: shmobile: mackerel: add interrupt names for SDHI0
> > >   ARM: shmobile: mackerel: clean up MMCIF vs. SDHI1 selection
> > > 
> > >  arch/arm/mach-shmobile/board-mackerel.c |  111 +++++++++++--------------------
> > 
> > Thanks Guennadi,
> > 
> > queued up for v3.10 in the boards branch.
> 
> Thanks for taking the patches. Are you aware off the top of your head of 
> any patches that are still pending updated versions from me (apart from 
> those, that Magnus wanted to discuss with me first)?

Not off the top of my head, other the ones that are pending
discussion with Magnus.

If you see anything missing as of renesas-next-20130402 then please
let me know.

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

* Re: [PATCH v3 0/5] ARM: shmobile: mackerel: streamline SD and MMC devices
  2013-03-29 21:05 [PATCH v3 0/5] ARM: shmobile: mackerel: streamline SD and MMC devices Guennadi Liakhovetski
                   ` (2 preceding siblings ...)
  2013-04-02 12:01 ` Simon Horman
@ 2013-04-02 12:34 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2013-04-02 12:34 UTC (permalink / raw)
  To: linux-sh

On Tue, Apr 02, 2013 at 09:01:12PM +0900, Simon Horman wrote:
> Hi Guennadi,
> 
> On Tue, Apr 02, 2013 at 11:13:03AM +0200, Guennadi Liakhovetski wrote:
> > Hi Simon
> > 
> > On Tue, 2 Apr 2013, Simon Horman wrote:
> > 
> > > On Fri, Mar 29, 2013 at 10:05:47PM +0100, Guennadi Liakhovetski wrote:
> > > > This patch series is a split of a previous monolithic patch with no changes
> > > > of the content.
> > > > 
> > > > Guennadi Liakhovetski (5):
> > > >   ARM: shmobile: mackerel: SDHI resources do not have to be numbered
> > > >   ARM: shmobile: mackerel: remove OCR masks, where regulators are used
> > > >   ARM: shmobile: mackerel: switch SDHI and MMCIF interfaces to
> > > >     slot-gpio
> > > >   ARM: shmobile: mackerel: add interrupt names for SDHI0
> > > >   ARM: shmobile: mackerel: clean up MMCIF vs. SDHI1 selection
> > > > 
> > > >  arch/arm/mach-shmobile/board-mackerel.c |  111 +++++++++++--------------------
> > > 
> > > Thanks Guennadi,
> > > 
> > > queued up for v3.10 in the boards branch.
> > 
> > Thanks for taking the patches. Are you aware off the top of your head of 
> > any patches that are still pending updated versions from me (apart from 
> > those, that Magnus wanted to discuss with me first)?
> 
> Not off the top of my head, other the ones that are pending
> discussion with Magnus.
> 
> If you see anything missing as of renesas-next-20130402 then please
> let me know.

I did remember one thing, which is I'm wondering
if you could wire up the r8a7779/marzen-reference to use irqpin via DT.
Something similar to what you did for sh73a0/kzm9g-reference. I believe
this would allow access to the SMSC ethernet on marzen-reference
as it did on kzm9g-reference.

I can give you remote access to a marzen board if that would help.

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

end of thread, other threads:[~2013-04-02 12:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-29 21:05 [PATCH v3 0/5] ARM: shmobile: mackerel: streamline SD and MMC devices Guennadi Liakhovetski
2013-04-02  4:33 ` Simon Horman
2013-04-02  9:13 ` Guennadi Liakhovetski
2013-04-02 12:01 ` Simon Horman
2013-04-02 12:34 ` Simon Horman

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.