devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] of: Add vendor prefix for Energy Micro
@ 2014-03-25 14:11 Uwe Kleine-König
       [not found] ` <1395756677-6166-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Uwe Kleine-König @ 2014-03-25 14:11 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: kernel-bIcnvbaLZ9MEGnE8C9+IrQ, Marc Kleine-Budde

There are already patches floating around to add
energymicro,efm32-{i2c,serial,spi} as compatible strings.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
---
 Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index 40ce2df0e0e9..7e5401201d3d 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -31,6 +31,7 @@ davicom	DAVICOM Semiconductor, Inc.
 denx	Denx Software Engineering
 edt	Emerging Display Technologies
 emmicro	EM Microelectronic
+energymicro	Silicon Laboratories (formerly Energy Micro AS)
 epfl	Ecole Polytechnique Fédérale de Lausanne
 epson	Seiko Epson Corp.
 est	ESTeem Wireless Modems
-- 
1.9.1

--
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 related	[flat|nested] 10+ messages in thread

* Re: [PATCH] of: Add vendor prefix for Energy Micro
       [not found] ` <1395756677-6166-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
@ 2014-03-25 16:35   ` Mark Rutland
  2014-03-25 16:51   ` Rob Herring
  2014-07-23 20:22   ` Uwe Kleine-König
  2 siblings, 0 replies; 10+ messages in thread
From: Mark Rutland @ 2014-03-25 16:35 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, Marc Kleine-Budde

On Tue, Mar 25, 2014 at 02:11:17PM +0000, Uwe Kleine-König wrote:
> There are already patches floating around to add
> energymicro,efm32-{i2c,serial,spi} as compatible strings.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>

Looks sensible to me.

Acked-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>

> ---
>  Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
> index 40ce2df0e0e9..7e5401201d3d 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> @@ -31,6 +31,7 @@ davicom	DAVICOM Semiconductor, Inc.
>  denx	Denx Software Engineering
>  edt	Emerging Display Technologies
>  emmicro	EM Microelectronic
> +energymicro	Silicon Laboratories (formerly Energy Micro AS)
>  epfl	Ecole Polytechnique Fédérale de Lausanne
>  epson	Seiko Epson Corp.
>  est	ESTeem Wireless Modems
> -- 
> 1.9.1
> 
> --
> 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
> 
--
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] 10+ messages in thread

* Re: [PATCH] of: Add vendor prefix for Energy Micro
       [not found] ` <1395756677-6166-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  2014-03-25 16:35   ` Mark Rutland
@ 2014-03-25 16:51   ` Rob Herring
       [not found]     ` <CAL_Jsq+TVKywqbQ4vePQWjgbZ4Zc_d_CUrx6R33-pHtxVtsAzg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2014-07-23 20:22   ` Uwe Kleine-König
  2 siblings, 1 reply; 10+ messages in thread
From: Rob Herring @ 2014-03-25 16:51 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, Marc Kleine-Budde

On Tue, Mar 25, 2014 at 9:11 AM, Uwe Kleine-König
<u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> wrote:
> There are already patches floating around to add
> energymicro,efm32-{i2c,serial,spi} as compatible strings.

"Patches floating around" is not a very convincing argument why
"silabs" should not just be used instead. I have no problem taking
this, but if changing to silabs is possible, we may want to do that.

Rob
--
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] 10+ messages in thread

* Re: [PATCH] of: Add vendor prefix for Energy Micro
       [not found]     ` <CAL_Jsq+TVKywqbQ4vePQWjgbZ4Zc_d_CUrx6R33-pHtxVtsAzg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2014-03-25 19:59       ` Uwe Kleine-König
       [not found]         ` <20140325195950.GB15793-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Uwe Kleine-König @ 2014-03-25 19:59 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, Marc Kleine-Budde

On Tue, Mar 25, 2014 at 11:51:33AM -0500, Rob Herring wrote:
> On Tue, Mar 25, 2014 at 9:11 AM, Uwe Kleine-König
> <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> wrote:
> > There are already patches floating around to add
> > energymicro,efm32-{i2c,serial,spi} as compatible strings.
> 
> "Patches floating around" is not a very convincing argument why
> "silabs" should not just be used instead. I have no problem taking
> this, but if changing to silabs is possible, we may want to do that.
I think energymicro is still the right prefix, because back when efm32
was created it was still Energy Micro. Or am I wrong here?

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
--
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] 10+ messages in thread

* Re: [PATCH] of: Add vendor prefix for Energy Micro
       [not found]         ` <20140325195950.GB15793-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
@ 2014-03-31 22:03           ` Uwe Kleine-König
       [not found]             ` <20140331220334.GB6045-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Uwe Kleine-König @ 2014-03-31 22:03 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, kernel-bIcnvbaLZ9MEGnE8C9+IrQ,
	Marc Kleine-Budde, Wolfram Sang, Mark Brown, Greg Kroah-Hartman

Hello,

On Tue, Mar 25, 2014 at 08:59:50PM +0100, Uwe Kleine-König wrote:
> On Tue, Mar 25, 2014 at 11:51:33AM -0500, Rob Herring wrote:
> > On Tue, Mar 25, 2014 at 9:11 AM, Uwe Kleine-König
> > <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> wrote:
> > > There are already patches floating around to add
> > > energymicro,efm32-{i2c,serial,spi} as compatible strings.
> > 
> > "Patches floating around" is not a very convincing argument why
> > "silabs" should not just be used instead. I have no problem taking
> > this, but if changing to silabs is possible, we may want to do that.
> I think energymicro is still the right prefix, because back when efm32
> was created it was still Energy Micro. Or am I wrong here?
Some of these patches entered next in the meantime, affected are:

	1b5b23718b84 i2c: efm32: new bus driver
	12f6dd860cf8 spi: efm32: use $vendor,$device scheme for compatible string

A third patch is in gregkh's queue, Subject: "[PATCH] serial: efm32: use
$vendor,$device scheme for compatible string", Message-Id:
1395755954-18988-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org .

(Wolfram, I just noticed that I failed to fix the binding docs for the
changed compatible string. Should I send a fixup or a v5?)

If I should better use "silabs,..." instead of "energymicro,..." I'd
like to have that sorted out before 3.15-rc1.

Thoughts?

Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
--
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] 10+ messages in thread

* Re: [PATCH] of: Add vendor prefix for Energy Micro
       [not found]             ` <20140331220334.GB6045-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
@ 2014-03-31 23:21               ` Wolfram Sang
  2014-04-01 12:10               ` Rob Herring
  1 sibling, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2014-03-31 23:21 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Rob Herring, devicetree-u79uwXL29TY76Z2rM5mHXA,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ, Marc Kleine-Budde, Mark Brown,
	Greg Kroah-Hartman

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]


> > > "Patches floating around" is not a very convincing argument why
> > > "silabs" should not just be used instead. I have no problem taking
> > > this, but if changing to silabs is possible, we may want to do that.
> > I think energymicro is still the right prefix, because back when efm32
> > was created it was still Energy Micro. Or am I wrong here?

I agree with the "EnergyMicro" reasoning.

> (Wolfram, I just noticed that I failed to fix the binding docs for the
> changed compatible string. Should I send a fixup or a v5?)

Fixup, please.


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [PATCH] of: Add vendor prefix for Energy Micro
       [not found]             ` <20140331220334.GB6045-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  2014-03-31 23:21               ` Wolfram Sang
@ 2014-04-01 12:10               ` Rob Herring
  1 sibling, 0 replies; 10+ messages in thread
From: Rob Herring @ 2014-04-01 12:10 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, Marc Kleine-Budde,
	Wolfram Sang, Mark Brown, Greg Kroah-Hartman

On Mon, Mar 31, 2014 at 5:03 PM, Uwe Kleine-König
<u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> wrote:
> Hello,
>
> On Tue, Mar 25, 2014 at 08:59:50PM +0100, Uwe Kleine-König wrote:
>> On Tue, Mar 25, 2014 at 11:51:33AM -0500, Rob Herring wrote:
>> > On Tue, Mar 25, 2014 at 9:11 AM, Uwe Kleine-König
>> > <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> wrote:
>> > > There are already patches floating around to add
>> > > energymicro,efm32-{i2c,serial,spi} as compatible strings.
>> >
>> > "Patches floating around" is not a very convincing argument why
>> > "silabs" should not just be used instead. I have no problem taking
>> > this, but if changing to silabs is possible, we may want to do that.
>> I think energymicro is still the right prefix, because back when efm32
>> was created it was still Energy Micro. Or am I wrong here?
> Some of these patches entered next in the meantime, affected are:
>
>         1b5b23718b84 i2c: efm32: new bus driver
>         12f6dd860cf8 spi: efm32: use $vendor,$device scheme for compatible string
>
> A third patch is in gregkh's queue, Subject: "[PATCH] serial: efm32: use
> $vendor,$device scheme for compatible string", Message-Id:
> 1395755954-18988-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org .
>
> (Wolfram, I just noticed that I failed to fix the binding docs for the
> changed compatible string. Should I send a fixup or a v5?)
>
> If I should better use "silabs,..." instead of "energymicro,..." I'd
> like to have that sorted out before 3.15-rc1.
>
> Thoughts?

Okay, energymicro is fine.

Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>

Rob
--
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] 10+ messages in thread

* [PATCH] of: Add vendor prefix for Energy Micro
       [not found] ` <1395756677-6166-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  2014-03-25 16:35   ` Mark Rutland
  2014-03-25 16:51   ` Rob Herring
@ 2014-07-23 20:22   ` Uwe Kleine-König
       [not found]     ` <1406146969-26279-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  2 siblings, 1 reply; 10+ messages in thread
From: Uwe Kleine-König @ 2014-07-23 20:22 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: kernel-bIcnvbaLZ9MEGnE8C9+IrQ, Mark Rutland, Rob Herring

The kernel supports devices with the following compatible strings
already:

	energymicro,efm32-i2c
	energymicro,efm32-uart
	energymicro,efm32-spi
	energymicro,efm32-timer

So add "energymicro" to the list of vendors.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
---
Hello,

An earlier version (with a different changelog) was sent with
Message-Id: 1395756677-6166-1-git-send-email-u.kleine-koenig@pengutronix.de
in March and got an Ack by Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> and
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>.
I adapted the change log because the drivers are in mainline in the meantime.

Best regards
Uwe

 Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index 46a311e728a8..b9c84039d0c3 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -42,6 +42,7 @@ dmo	Data Modul AG
 ebv	EBV Elektronik
 edt	Emerging Display Technologies
 emmicro	EM Microelectronic
+energymicro	Silicon Laboratories (formerly Energy Micro AS)
 epfl	Ecole Polytechnique Fédérale de Lausanne
 epson	Seiko Epson Corp.
 est	ESTeem Wireless Modems
-- 
2.0.0

--
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 related	[flat|nested] 10+ messages in thread

* Re: [PATCH] of: Add vendor prefix for Energy Micro
       [not found]     ` <1406146969-26279-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
@ 2014-07-24 10:38       ` Mark Rutland
  2014-09-26 16:34         ` Rob Herring
  0 siblings, 1 reply; 10+ messages in thread
From: Mark Rutland @ 2014-07-24 10:38 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, Rob Herring

On Wed, Jul 23, 2014 at 09:22:49PM +0100, Uwe Kleine-König wrote:
> The kernel supports devices with the following compatible strings
> already:
> 
> 	energymicro,efm32-i2c
> 	energymicro,efm32-uart
> 	energymicro,efm32-spi
> 	energymicro,efm32-timer
> 
> So add "energymicro" to the list of vendors.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> ---
> Hello,
> 
> An earlier version (with a different changelog) was sent with
> Message-Id: 1395756677-6166-1-git-send-email-u.kleine-koenig@pengutronix.de
> in March and got an Ack by Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> and
> Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>.
> I adapted the change log because the drivers are in mainline in the meantime.

As with last time, this looks sensible to me:

Acked-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>

Rob, do you want to pick this up?

Mark.

> 
> Best regards
> Uwe
> 
>  Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
> index 46a311e728a8..b9c84039d0c3 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> @@ -42,6 +42,7 @@ dmo	Data Modul AG
>  ebv	EBV Elektronik
>  edt	Emerging Display Technologies
>  emmicro	EM Microelectronic
> +energymicro	Silicon Laboratories (formerly Energy Micro AS)
>  epfl	Ecole Polytechnique Fédérale de Lausanne
>  epson	Seiko Epson Corp.
>  est	ESTeem Wireless Modems
> -- 
> 2.0.0
> 
> --
> 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
> 
--
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] 10+ messages in thread

* Re: [PATCH] of: Add vendor prefix for Energy Micro
  2014-07-24 10:38       ` Mark Rutland
@ 2014-09-26 16:34         ` Rob Herring
  0 siblings, 0 replies; 10+ messages in thread
From: Rob Herring @ 2014-09-26 16:34 UTC (permalink / raw)
  To: Mark Rutland
  Cc: Uwe Kleine-König,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org

On Thu, Jul 24, 2014 at 5:38 AM, Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> wrote:
> On Wed, Jul 23, 2014 at 09:22:49PM +0100, Uwe Kleine-König wrote:
>> The kernel supports devices with the following compatible strings
>> already:
>>
>>       energymicro,efm32-i2c
>>       energymicro,efm32-uart
>>       energymicro,efm32-spi
>>       energymicro,efm32-timer
>>
>> So add "energymicro" to the list of vendors.
>>
>> Signed-off-by: Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
>> ---
>> Hello,
>>
>> An earlier version (with a different changelog) was sent with
>> Message-Id: 1395756677-6166-1-git-send-email-u.kleine-koenig@pengutronix.de
>> in March and got an Ack by Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> and
>> Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>.
>> I adapted the change log because the drivers are in mainline in the meantime.
>
> As with last time, this looks sensible to me:
>
> Acked-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
>
> Rob, do you want to pick this up?

Applied. Sorry for the delay.

Rob
--
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] 10+ messages in thread

end of thread, other threads:[~2014-09-26 16:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-25 14:11 [PATCH] of: Add vendor prefix for Energy Micro Uwe Kleine-König
     [not found] ` <1395756677-6166-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-03-25 16:35   ` Mark Rutland
2014-03-25 16:51   ` Rob Herring
     [not found]     ` <CAL_Jsq+TVKywqbQ4vePQWjgbZ4Zc_d_CUrx6R33-pHtxVtsAzg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-03-25 19:59       ` Uwe Kleine-König
     [not found]         ` <20140325195950.GB15793-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-03-31 22:03           ` Uwe Kleine-König
     [not found]             ` <20140331220334.GB6045-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-03-31 23:21               ` Wolfram Sang
2014-04-01 12:10               ` Rob Herring
2014-07-23 20:22   ` Uwe Kleine-König
     [not found]     ` <1406146969-26279-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-07-24 10:38       ` Mark Rutland
2014-09-26 16:34         ` Rob Herring

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