All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings
@ 2017-01-12  4:14 Chris Brandt
  2017-01-12  7:36 ` Geert Uytterhoeven
  2017-01-18 21:30 ` Rob Herring
  0 siblings, 2 replies; 9+ messages in thread
From: Chris Brandt @ 2017-01-12  4:14 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, Mark Rutland, Geert Uytterhoeven, Simon Horman
  Cc: devicetree, linux-renesas-soc, Chris Brandt

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>

---
v3:
* added list of how many interrupts each SOC has
v2:
* added interrupt description
---
 Documentation/devicetree/bindings/mmc/renesas,mmcif.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt b/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt
index e4ba92aa..c32dc5a 100644
--- a/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt
+++ b/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt
@@ -8,6 +8,7 @@ Required properties:
 
 - compatible: should be "renesas,mmcif-<soctype>", "renesas,sh-mmcif" as a
   fallback. Examples with <soctype> are:
+	- "renesas,mmcif-r7s72100" for the MMCIF found in r7s72100 SoCs
 	- "renesas,mmcif-r8a73a4" for the MMCIF found in r8a73a4 SoCs
 	- "renesas,mmcif-r8a7740" for the MMCIF found in r8a7740 SoCs
 	- "renesas,mmcif-r8a7778" for the MMCIF found in r8a7778 SoCs
@@ -17,6 +18,13 @@ Required properties:
 	- "renesas,mmcif-r8a7794" for the MMCIF found in r8a7794 SoCs
 	- "renesas,mmcif-sh73a0" for the MMCIF found in sh73a0 SoCs
 
+- interrupts: Some SoCs have only 1 shared interrupt, while others have either
+  2 or 3 individual interrupts (error, int, card detect). Below is the number
+  of interrupts for each SoC:
+    1: r8a73a4, r8a7778, r8a7790, r8a7791, r8a7793, r8a7794
+    2: r8a7740, sh73a0
+    3: r7s72100
+
 - clocks: reference to the functional clock
 
 - dmas: reference to the DMA channels, one per channel name listed in the
-- 
2.10.1

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

* Re: [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings
  2017-01-12  4:14 [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings Chris Brandt
@ 2017-01-12  7:36 ` Geert Uytterhoeven
  2017-01-12  9:04   ` Simon Horman
  2017-01-18 21:30 ` Rob Herring
  1 sibling, 1 reply; 9+ messages in thread
From: Geert Uytterhoeven @ 2017-01-12  7:36 UTC (permalink / raw)
  To: Chris Brandt
  Cc: Ulf Hansson, Rob Herring, Mark Rutland, Simon Horman, devicetree,
	Linux-Renesas

Hi Chris,

On Thu, Jan 12, 2017 at 5:14 AM, Chris Brandt <chris.brandt@renesas.com> wrote:
> Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
>
> ---
> v3:
> * added list of how many interrupts each SOC has
> v2:
> * added interrupt description

Thanks or the update!

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings
  2017-01-12  7:36 ` Geert Uytterhoeven
@ 2017-01-12  9:04   ` Simon Horman
  0 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2017-01-12  9:04 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Chris Brandt, Ulf Hansson, Rob Herring, Mark Rutland, devicetree,
	Linux-Renesas

On Thu, Jan 12, 2017 at 08:36:10AM +0100, Geert Uytterhoeven wrote:
> Hi Chris,
> 
> On Thu, Jan 12, 2017 at 5:14 AM, Chris Brandt <chris.brandt@renesas.com> wrote:
> > Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
> >
> > ---
> > v3:
> > * added list of how many interrupts each SOC has
> > v2:
> > * added interrupt description
> 
> Thanks or the update!
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings
  2017-01-12  4:14 [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings Chris Brandt
  2017-01-12  7:36 ` Geert Uytterhoeven
@ 2017-01-18 21:30 ` Rob Herring
  2017-03-22 13:17   ` Chris Brandt
  1 sibling, 1 reply; 9+ messages in thread
From: Rob Herring @ 2017-01-18 21:30 UTC (permalink / raw)
  To: Chris Brandt
  Cc: Ulf Hansson, Mark Rutland, Geert Uytterhoeven, Simon Horman,
	devicetree, linux-renesas-soc

On Wed, Jan 11, 2017 at 11:14:52PM -0500, Chris Brandt wrote:
> Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
> 
> ---
> v3:
> * added list of how many interrupts each SOC has
> v2:
> * added interrupt description
> ---
>  Documentation/devicetree/bindings/mmc/renesas,mmcif.txt | 8 ++++++++
>  1 file changed, 8 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>

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

* RE: [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings
  2017-01-18 21:30 ` Rob Herring
@ 2017-03-22 13:17   ` Chris Brandt
       [not found]     ` <PS1PR06MB1162CACF3A130AB157C200AA8A3C0-l4vAwRX7WilTTnd0MlXEO20DtJ1/0DrXvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Chris Brandt @ 2017-03-22 13:17 UTC (permalink / raw)
  To: Rob Herring
  Cc: Ulf Hansson, Mark Rutland, Geert Uytterhoeven, Simon Horman,
	devicetree, linux-renesas-soc

This one seems to have been forgotten.

Should I resend with all the acks and reviews?

Chris



On Wednesday, January 18, 2017, Rob Herring wrote:
> On Wed, Jan 11, 2017 at 11:14:52PM -0500, Chris Brandt wrote:
> > Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
> >
> > ---
> > v3:
> > * added list of how many interrupts each SOC has
> > v2:
> > * added interrupt description
> > ---
> >  Documentation/devicetree/bindings/mmc/renesas,mmcif.txt | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> 
> Acked-by: Rob Herring <robh@kernel.org>



On Thursday, January 12, 2017, Simon Horman wrote:
> On Thu, Jan 12, 2017 at 08:36:10AM +0100, Geert Uytterhoeven wrote:
> > Hi Chris,
> >
> > On Thu, Jan 12, 2017 at 5:14 AM, Chris Brandt <chris.brandt@renesas.com>
> wrote:
> > > Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
> > >
> > > ---
> > > v3:
> > > * added list of how many interrupts each SOC has
> > > v2:
> > > * added interrupt description
> >
> > Thanks or the update!
> >
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>


On Thursday, January 12, 2017, Geert Uytterhoeven wrote:
> On Thu, Jan 12, 2017 at 5:14 AM, Chris Brandt <chris.brandt@renesas.com>
> wrote:
> > Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
> >
> > ---
> > v3:
> > * added list of how many interrupts each SOC has
> > v2:
> > * added interrupt description
> 
> Thanks or the update!
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

* Re: [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings
  2017-03-22 13:17   ` Chris Brandt
@ 2017-03-22 14:09         ` Ulf Hansson
  0 siblings, 0 replies; 9+ messages in thread
From: Ulf Hansson @ 2017-03-22 14:09 UTC (permalink / raw)
  To: Chris Brandt
  Cc: Rob Herring, Mark Rutland, Geert Uytterhoeven, Simon Horman,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA

On 22 March 2017 at 14:17, Chris Brandt <Chris.Brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> wrote:
> This one seems to have been forgotten.
>
> Should I resend with all the acks and reviews?

Seems like you didn't send it to linux-mmc, so it wasn't picked up by
the patchtracker. Please re-send so I can pick it up.

Kind regards
Uffe

>
> Chris
>
>
>
> On Wednesday, January 18, 2017, Rob Herring wrote:
>> On Wed, Jan 11, 2017 at 11:14:52PM -0500, Chris Brandt wrote:
>> > Signed-off-by: Chris Brandt <chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
>> >
>> > ---
>> > v3:
>> > * added list of how many interrupts each SOC has
>> > v2:
>> > * added interrupt description
>> > ---
>> >  Documentation/devicetree/bindings/mmc/renesas,mmcif.txt | 8 ++++++++
>> >  1 file changed, 8 insertions(+)
>>
>> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
>
>
>
> On Thursday, January 12, 2017, Simon Horman wrote:
>> On Thu, Jan 12, 2017 at 08:36:10AM +0100, Geert Uytterhoeven wrote:
>> > Hi Chris,
>> >
>> > On Thu, Jan 12, 2017 at 5:14 AM, Chris Brandt <chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
>> wrote:
>> > > Signed-off-by: Chris Brandt <chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
>> > >
>> > > ---
>> > > v3:
>> > > * added list of how many interrupts each SOC has
>> > > v2:
>> > > * added interrupt description
>> >
>> > Thanks or the update!
>> >
>> > Reviewed-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
>>
>> Reviewed-by: Simon Horman <horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
>
>
> On Thursday, January 12, 2017, Geert Uytterhoeven wrote:
>> On Thu, Jan 12, 2017 at 5:14 AM, Chris Brandt <chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
>> wrote:
>> > Signed-off-by: Chris Brandt <chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
>> >
>> > ---
>> > v3:
>> > * added list of how many interrupts each SOC has
>> > v2:
>> > * added interrupt description
>>
>> Thanks or the update!
>>
>> Reviewed-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings
@ 2017-03-22 14:09         ` Ulf Hansson
  0 siblings, 0 replies; 9+ messages in thread
From: Ulf Hansson @ 2017-03-22 14:09 UTC (permalink / raw)
  To: Chris Brandt
  Cc: Rob Herring, Mark Rutland, Geert Uytterhoeven, Simon Horman,
	devicetree, linux-renesas-soc

On 22 March 2017 at 14:17, Chris Brandt <Chris.Brandt@renesas.com> wrote:
> This one seems to have been forgotten.
>
> Should I resend with all the acks and reviews?

Seems like you didn't send it to linux-mmc, so it wasn't picked up by
the patchtracker. Please re-send so I can pick it up.

Kind regards
Uffe

>
> Chris
>
>
>
> On Wednesday, January 18, 2017, Rob Herring wrote:
>> On Wed, Jan 11, 2017 at 11:14:52PM -0500, Chris Brandt wrote:
>> > Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
>> >
>> > ---
>> > v3:
>> > * added list of how many interrupts each SOC has
>> > v2:
>> > * added interrupt description
>> > ---
>> >  Documentation/devicetree/bindings/mmc/renesas,mmcif.txt | 8 ++++++++
>> >  1 file changed, 8 insertions(+)
>>
>> Acked-by: Rob Herring <robh@kernel.org>
>
>
>
> On Thursday, January 12, 2017, Simon Horman wrote:
>> On Thu, Jan 12, 2017 at 08:36:10AM +0100, Geert Uytterhoeven wrote:
>> > Hi Chris,
>> >
>> > On Thu, Jan 12, 2017 at 5:14 AM, Chris Brandt <chris.brandt@renesas.com>
>> wrote:
>> > > Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
>> > >
>> > > ---
>> > > v3:
>> > > * added list of how many interrupts each SOC has
>> > > v2:
>> > > * added interrupt description
>> >
>> > Thanks or the update!
>> >
>> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>>
>> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
>
>
> On Thursday, January 12, 2017, Geert Uytterhoeven wrote:
>> On Thu, Jan 12, 2017 at 5:14 AM, Chris Brandt <chris.brandt@renesas.com>
>> wrote:
>> > Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
>> >
>> > ---
>> > v3:
>> > * added list of how many interrupts each SOC has
>> > v2:
>> > * added interrupt description
>>
>> Thanks or the update!
>>
>> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>

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

* RE: [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings
  2017-03-22 14:09         ` Ulf Hansson
@ 2017-03-22 14:11             ` Chris Brandt
  -1 siblings, 0 replies; 9+ messages in thread
From: Chris Brandt @ 2017-03-22 14:11 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Rob Herring, Mark Rutland, Geert Uytterhoeven, Simon Horman,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 551 bytes --]

On Wednesday, March 22, 2017, Ulf Hansson wrote:
> On 22 March 2017 at 14:17, Chris Brandt <Chris.Brandt@renesas.com> wrote:
> > This one seems to have been forgotten.
> >
> > Should I resend with all the acks and reviews?
> 
> Seems like you didn't send it to linux-mmc, so it wasn't picked up by the
> patchtracker. Please re-send so I can pick it up.
> 
> Kind regards
> Uffe

OK. Thank you.

Chris
N‹§²æìr¸›yúèšØb²X¬¶Ç§vØ^–)Þº{.nÇ+‰·zøœzÚÞz)í…æèw*\x1fjg¬±¨\x1e¶‰šŽŠÝ¢j.ïÛ°\½½MŽúgjÌæa×\x02››–' ™©Þ¢¸\f¢·¦j:+v‰¨ŠwèjØm¶Ÿÿ¾\a«‘êçzZ+ƒùšŽŠÝ¢j"ú!¶i

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

* RE: [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings
@ 2017-03-22 14:11             ` Chris Brandt
  0 siblings, 0 replies; 9+ messages in thread
From: Chris Brandt @ 2017-03-22 14:11 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Rob Herring, Mark Rutland, Geert Uytterhoeven, Simon Horman,
	devicetree, linux-renesas-soc

On Wednesday, March 22, 2017, Ulf Hansson wrote:
> On 22 March 2017 at 14:17, Chris Brandt <Chris.Brandt@renesas.com> wrote:
> > This one seems to have been forgotten.
> >
> > Should I resend with all the acks and reviews?
> 
> Seems like you didn't send it to linux-mmc, so it wasn't picked up by the
> patchtracker. Please re-send so I can pick it up.
> 
> Kind regards
> Uffe

OK. Thank you.

Chris

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

end of thread, other threads:[~2017-03-22 14:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-12  4:14 [PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings Chris Brandt
2017-01-12  7:36 ` Geert Uytterhoeven
2017-01-12  9:04   ` Simon Horman
2017-01-18 21:30 ` Rob Herring
2017-03-22 13:17   ` Chris Brandt
     [not found]     ` <PS1PR06MB1162CACF3A130AB157C200AA8A3C0-l4vAwRX7WilTTnd0MlXEO20DtJ1/0DrXvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-03-22 14:09       ` Ulf Hansson
2017-03-22 14:09         ` Ulf Hansson
     [not found]         ` <CAPDyKFqA6zwe9r8tikneL59CURETA7d50Oa1HT9zsrjyQFs9yQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-22 14:11           ` Chris Brandt
2017-03-22 14:11             ` Chris Brandt

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.