* [PATCH v2] dt: bindings: vendor-prefix: Add 3 accelerometer vendor prefixes @ 2016-10-06 17:06 Hans de Goede [not found] ` <20161006170650.13518-1-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Hans de Goede @ 2016-10-06 17:06 UTC (permalink / raw) To: Rob Herring Cc: Jonathan Cameron, devicetree, linux-iio-u79uwXL29TY76Z2rM5mHXA, Hans de Goede Recently the kernel has gotten support in the iio subsystem for a number of new accelerometers from mCube, Memsic and MiraMEMS. This commit adds the vendor prefixes already used for these vendors in Documentation/devicetree/bindings/i2c/trivial-devices.txt to vendor-prefixes.txt. The "full" company names were taken from the company's websites: http://www.mcubemems.com/ http://www.memsic.com/ http://www.miramems.com/en/ Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> --- Changes in v2: -Drop domintech, it is already in the iio/next tree --- Documentation/devicetree/bindings/vendor-prefixes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 5c67e91..abe0129 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -157,13 +157,16 @@ lltc Linear Technology Corporation marvell Marvell Technology Group Ltd. maxim Maxim Integrated Products meas Measurement Specialties +mcube mCube mediatek MediaTek Inc. melexis Melexis N.V. +memsic MEMSIC Inc. merrii Merrii Technology Co., Ltd. micrel Micrel Inc. microchip Microchip Technology Inc. micron Micron Technology Inc. minix MINIX Technology Ltd. +miramems MiraMEMS Sensing Technology Co., Ltd. mitsubishi Mitsubishi Electric Corporation mosaixtech Mosaix Technologies, Inc. moxa Moxa -- 2.9.3 ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <20161006170650.13518-1-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>]
* Re: [PATCH v2] dt: bindings: vendor-prefix: Add 3 accelerometer vendor prefixes [not found] ` <20161006170650.13518-1-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> @ 2016-10-09 7:37 ` Jonathan Cameron 2016-10-10 14:50 ` Rob Herring 1 sibling, 0 replies; 4+ messages in thread From: Jonathan Cameron @ 2016-10-09 7:37 UTC (permalink / raw) To: Hans de Goede, Rob Herring; +Cc: devicetree, linux-iio-u79uwXL29TY76Z2rM5mHXA On 06/10/16 18:06, Hans de Goede wrote: > Recently the kernel has gotten support in the iio subsystem for a number > of new accelerometers from mCube, Memsic and MiraMEMS. > > This commit adds the vendor prefixes already used for these vendors > in Documentation/devicetree/bindings/i2c/trivial-devices.txt to > vendor-prefixes.txt. > > The "full" company names were taken from the company's websites: > http://www.mcubemems.com/ > http://www.memsic.com/ > http://www.miramems.com/en/ > > Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Applied to the togreg branch of iio.git - initially pushed out as testing. Thanks, Jonathan > --- > Changes in v2: > -Drop domintech, it is already in the iio/next tree > --- > Documentation/devicetree/bindings/vendor-prefixes.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt > index 5c67e91..abe0129 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > @@ -157,13 +157,16 @@ lltc Linear Technology Corporation > marvell Marvell Technology Group Ltd. > maxim Maxim Integrated Products > meas Measurement Specialties > +mcube mCube > mediatek MediaTek Inc. > melexis Melexis N.V. > +memsic MEMSIC Inc. > merrii Merrii Technology Co., Ltd. > micrel Micrel Inc. > microchip Microchip Technology Inc. > micron Micron Technology Inc. > minix MINIX Technology Ltd. > +miramems MiraMEMS Sensing Technology Co., Ltd. > mitsubishi Mitsubishi Electric Corporation > mosaixtech Mosaix Technologies, Inc. > moxa Moxa > -- 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] 4+ messages in thread
* Re: [PATCH v2] dt: bindings: vendor-prefix: Add 3 accelerometer vendor prefixes [not found] ` <20161006170650.13518-1-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 2016-10-09 7:37 ` Jonathan Cameron @ 2016-10-10 14:50 ` Rob Herring 2016-10-10 20:19 ` Jonathan Cameron 1 sibling, 1 reply; 4+ messages in thread From: Rob Herring @ 2016-10-10 14:50 UTC (permalink / raw) To: Hans de Goede Cc: Jonathan Cameron, devicetree, linux-iio-u79uwXL29TY76Z2rM5mHXA On Thu, Oct 06, 2016 at 07:06:50PM +0200, Hans de Goede wrote: > Recently the kernel has gotten support in the iio subsystem for a number > of new accelerometers from mCube, Memsic and MiraMEMS. > > This commit adds the vendor prefixes already used for these vendors > in Documentation/devicetree/bindings/i2c/trivial-devices.txt to > vendor-prefixes.txt. > > The "full" company names were taken from the company's websites: > http://www.mcubemems.com/ > http://www.memsic.com/ > http://www.miramems.com/en/ > > Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> > --- > Changes in v2: > -Drop domintech, it is already in the iio/next tree > --- > Documentation/devicetree/bindings/vendor-prefixes.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt > index 5c67e91..abe0129 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > @@ -157,13 +157,16 @@ lltc Linear Technology Corporation > marvell Marvell Technology Group Ltd. > maxim Maxim Integrated Products > meas Measurement Specialties > +mcube mCube Not in alphabetical order. > mediatek MediaTek Inc. > melexis Melexis N.V. > +memsic MEMSIC Inc. > merrii Merrii Technology Co., Ltd. > micrel Micrel Inc. > microchip Microchip Technology Inc. > micron Micron Technology Inc. > minix MINIX Technology Ltd. > +miramems MiraMEMS Sensing Technology Co., Ltd. > mitsubishi Mitsubishi Electric Corporation > mosaixtech Mosaix Technologies, Inc. > moxa Moxa > -- > 2.9.3 > > -- > 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] 4+ messages in thread
* Re: [PATCH v2] dt: bindings: vendor-prefix: Add 3 accelerometer vendor prefixes 2016-10-10 14:50 ` Rob Herring @ 2016-10-10 20:19 ` Jonathan Cameron 0 siblings, 0 replies; 4+ messages in thread From: Jonathan Cameron @ 2016-10-10 20:19 UTC (permalink / raw) To: Rob Herring, Hans de Goede; +Cc: devicetree, linux-iio-u79uwXL29TY76Z2rM5mHXA On 10/10/16 15:50, Rob Herring wrote: > On Thu, Oct 06, 2016 at 07:06:50PM +0200, Hans de Goede wrote: >> Recently the kernel has gotten support in the iio subsystem for a number >> of new accelerometers from mCube, Memsic and MiraMEMS. >> >> This commit adds the vendor prefixes already used for these vendors >> in Documentation/devicetree/bindings/i2c/trivial-devices.txt to >> vendor-prefixes.txt. >> >> The "full" company names were taken from the company's websites: >> http://www.mcubemems.com/ >> http://www.memsic.com/ >> http://www.miramems.com/en/ >> >> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> >> --- >> Changes in v2: >> -Drop domintech, it is already in the iio/next tree >> --- >> Documentation/devicetree/bindings/vendor-prefixes.txt | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt >> index 5c67e91..abe0129 100644 >> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt >> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt >> @@ -157,13 +157,16 @@ lltc Linear Technology Corporation >> marvell Marvell Technology Group Ltd. >> maxim Maxim Integrated Products >> meas Measurement Specialties >> +mcube mCube > > Not in alphabetical order. Fixed up. Thanks, Jonathan > >> mediatek MediaTek Inc. >> melexis Melexis N.V. >> +memsic MEMSIC Inc. >> merrii Merrii Technology Co., Ltd. >> micrel Micrel Inc. >> microchip Microchip Technology Inc. >> micron Micron Technology Inc. >> minix MINIX Technology Ltd. >> +miramems MiraMEMS Sensing Technology Co., Ltd. >> mitsubishi Mitsubishi Electric Corporation >> mosaixtech Mosaix Technologies, Inc. >> moxa Moxa >> -- >> 2.9.3 >> >> -- >> 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] 4+ messages in thread
end of thread, other threads:[~2016-10-10 20:19 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-10-06 17:06 [PATCH v2] dt: bindings: vendor-prefix: Add 3 accelerometer vendor prefixes Hans de Goede [not found] ` <20161006170650.13518-1-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 2016-10-09 7:37 ` Jonathan Cameron 2016-10-10 14:50 ` Rob Herring 2016-10-10 20:19 ` Jonathan Cameron
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).