devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] of: add vendor prefix for Mentor Graphics
@ 2013-08-20 16:40 Sebastian Andrzej Siewior
  2013-08-20 19:03 ` Stephen Warren
  0 siblings, 1 reply; 6+ messages in thread
From: Sebastian Andrzej Siewior @ 2013-08-20 16:40 UTC (permalink / raw)
  To: devicetree
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Ian Campbell, Lee Jones, Sebastian Andrzej Siewior

This prefix is currently used for the musb driver.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
 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 366ce9b..3065e79 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -36,6 +36,7 @@ linux	Linux-specific binding
 lsi	LSI Corp. (LSI Logic)
 marvell	Marvell Technology Group Ltd.
 maxim	Maxim Integrated Products
+mentor	Mentor Graphics
 mosaixtech	Mosaix Technologies, Inc.
 national	National Semiconductor
 nintendo	Nintendo
-- 
1.8.4.rc2


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

* Re: [PATCH 1/2] of: add vendor prefix for Mentor Graphics
  2013-08-20 16:40 Sebastian Andrzej Siewior
@ 2013-08-20 19:03 ` Stephen Warren
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Warren @ 2013-08-20 19:03 UTC (permalink / raw)
  To: Sebastian Andrzej Siewior
  Cc: devicetree, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell,
	Lee Jones

On 08/20/2013 10:40 AM, Sebastian Andrzej Siewior wrote:
> This prefix is currently used for the musb driver.

The series,
Acked-by: Stephen Warren <swarren@nvidia.com>


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

* [PATCH 1/2] of: add vendor prefix for Mentor Graphics
@ 2013-12-19 16:25 Sebastian Andrzej Siewior
  2013-12-19 16:25 ` [PATCH 2/2] input: ti_am33x_tsc: make the documentation for the ti,wire-config parameter clear Sebastian Andrzej Siewior
  2013-12-20 17:26 ` [PATCH 1/2] of: add vendor prefix for Mentor Graphics Kumar Gala
  0 siblings, 2 replies; 6+ messages in thread
From: Sebastian Andrzej Siewior @ 2013-12-19 16:25 UTC (permalink / raw)
  To: linux-doc, linux-kernel
  Cc: Felipe Balbi, devicetree, Rob Herring, Kumar Gala, Pawel Moll,
	Mark Rutland, Stephen Warren, Ian Campbell, Rob Landley,
	Sebastian Andrzej Siewior

This prefix is currently used for the musb driver.

Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
 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 8c75d85..cb5c438 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -43,6 +43,7 @@ linux	Linux-specific binding
 lsi	LSI Corp. (LSI Logic)
 marvell	Marvell Technology Group Ltd.
 maxim	Maxim Integrated Products
+mentor	Mentor Graphics
 microchip	Microchip Technology Inc.
 mosaixtech	Mosaix Technologies, Inc.
 national	National Semiconductor
-- 
1.8.5.1


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

* [PATCH 2/2] input: ti_am33x_tsc: make the documentation for the ti,wire-config parameter clear
  2013-12-19 16:25 [PATCH 1/2] of: add vendor prefix for Mentor Graphics Sebastian Andrzej Siewior
@ 2013-12-19 16:25 ` Sebastian Andrzej Siewior
  2013-12-20 17:26 ` [PATCH 1/2] of: add vendor prefix for Mentor Graphics Kumar Gala
  1 sibling, 0 replies; 6+ messages in thread
From: Sebastian Andrzej Siewior @ 2013-12-19 16:25 UTC (permalink / raw)
  To: linux-doc, linux-kernel
  Cc: Felipe Balbi, devicetree, Rob Herring, Kumar Gala, Pawel Moll,
	Mark Rutland, Stephen Warren, Ian Campbell, Rob Landley,
	Sebastian Andrzej Siewior, Dmitry Torokhov

The document says "first four bits" and means the upper nibble. Most
people would probably agree that the first four bits are bits 0…3 and
that is the lower nibble.
This patch updates the documentation so it is clear what is meant.

Acked-by: Kumar Gala <galak@codeaurora.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
 .../devicetree/bindings/input/touchscreen/ti-tsc-adc.txt    | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/input/touchscreen/ti-tsc-adc.txt b/Documentation/devicetree/bindings/input/touchscreen/ti-tsc-adc.txt
index 878549b..fa15500 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/ti-tsc-adc.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/ti-tsc-adc.txt
@@ -17,13 +17,16 @@
 				remaining 4 can be used by the ADC.
 	ti,wire-config: Different boards could have a different order for
 			connecting wires on touchscreen. We need to provide an
-			8 bit number where in the 1st four bits represent the
-			analog lines and the next 4 bits represent positive/
-			negative terminal on that input line. Notations to
-			represent the input lines and terminals resoectively
-			is as follows:
+			8 bit number where the most significant nibble represent
+			the analog lines and the least significant nibble
+			represent positive/ negative terminal on that input
+			line. Notations to represent the input lines and
+			terminals resoectively is as follows:
 			AIN0 = 0, AIN1 = 1 and so on till AIN7 = 7.
 			XP  = 0, XN = 1, YP = 2, YN = 3.
+
+			Example: ti,wire-config = <0x71>;
+			=> line AIN7, configuration XN
 - child "adc"
 	ti,adc-channels: List of analog inputs available for ADC.
 			 AIN0 = 0, AIN1 = 1 and so on till AIN7 = 7.
-- 
1.8.5.1

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

* Re: [PATCH 1/2] of: add vendor prefix for Mentor Graphics
  2013-12-19 16:25 [PATCH 1/2] of: add vendor prefix for Mentor Graphics Sebastian Andrzej Siewior
  2013-12-19 16:25 ` [PATCH 2/2] input: ti_am33x_tsc: make the documentation for the ti,wire-config parameter clear Sebastian Andrzej Siewior
@ 2013-12-20 17:26 ` Kumar Gala
  2014-01-06 18:30   ` Mark Rutland
  1 sibling, 1 reply; 6+ messages in thread
From: Kumar Gala @ 2013-12-20 17:26 UTC (permalink / raw)
  To: Sebastian Andrzej Siewior
  Cc: linux-doc, linux-kernel, Felipe Balbi, devicetree, Rob Herring,
	Pawel Moll, Mark Rutland, Stephen Warren, Ian Campbell,
	Rob Landley


On Dec 19, 2013, at 10:25 AM, Sebastian Andrzej Siewior <bigeasy@linutronix.de> wrote:

> This prefix is currently used for the musb driver.
> 
> Acked-by: Stephen Warren <swarren@nvidia.com>
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> ---
> 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 8c75d85..cb5c438 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> @@ -43,6 +43,7 @@ linux	Linux-specific binding
> lsi	LSI Corp. (LSI Logic)
> marvell	Marvell Technology Group Ltd.
> maxim	Maxim Integrated Products
> +mentor	Mentor Graphics

file like we should use ‘ment’, but not sure if we are going away from ticker symbols or not.

> microchip	Microchip Technology Inc.
> mosaixtech	Mosaix Technologies, Inc.
> national	National Semiconductor
> -- 
> 1.8.5.1
> 

- k

-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation


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

* Re: [PATCH 1/2] of: add vendor prefix for Mentor Graphics
  2013-12-20 17:26 ` [PATCH 1/2] of: add vendor prefix for Mentor Graphics Kumar Gala
@ 2014-01-06 18:30   ` Mark Rutland
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Rutland @ 2014-01-06 18:30 UTC (permalink / raw)
  To: Kumar Gala
  Cc: Sebastian Andrzej Siewior, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org, Felipe Balbi, devicetree,
	rob.herring@calxeda.com, Pawel Moll, Stephen Warren, Ian Campbell,
	Rob Landley

On Fri, Dec 20, 2013 at 05:26:02PM +0000, Kumar Gala wrote:
> 
> On Dec 19, 2013, at 10:25 AM, Sebastian Andrzej Siewior <bigeasy@linutronix.de> wrote:
> 
> > This prefix is currently used for the musb driver.
> > 
> > Acked-by: Stephen Warren <swarren@nvidia.com>
> > Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> > ---
> > 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 8c75d85..cb5c438 100644
> > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> > @@ -43,6 +43,7 @@ linux	Linux-specific binding
> > lsi	LSI Corp. (LSI Logic)
> > marvell	Marvell Technology Group Ltd.
> > maxim	Maxim Integrated Products
> > +mentor	Mentor Graphics
> 
> file like we should use ‘ment’, but not sure if we are going away from ticker symbols or not.

In general we've been heading towards full names rather than stock
ticker symbols. It's far easier for a human to make an educated guess
without searching.

I'm certainly happy with mentor as a vendor prefix.

Mark.

> 
> > microchip	Microchip Technology Inc.
> > mosaixtech	Mosaix Technologies, Inc.
> > national	National Semiconductor
> > -- 
> > 1.8.5.1
> > 
> 
> - k
> 
> -- 
> Employee of Qualcomm Innovation Center, Inc.
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
> 
> 

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

end of thread, other threads:[~2014-01-06 18:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-19 16:25 [PATCH 1/2] of: add vendor prefix for Mentor Graphics Sebastian Andrzej Siewior
2013-12-19 16:25 ` [PATCH 2/2] input: ti_am33x_tsc: make the documentation for the ti,wire-config parameter clear Sebastian Andrzej Siewior
2013-12-20 17:26 ` [PATCH 1/2] of: add vendor prefix for Mentor Graphics Kumar Gala
2014-01-06 18:30   ` Mark Rutland
  -- strict thread matches above, loose matches on Subject: below --
2013-08-20 16:40 Sebastian Andrzej Siewior
2013-08-20 19:03 ` Stephen Warren

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