From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 8/8] DT: Add vendor prefix for Dialog Semiconductor Ltd. Date: Wed, 11 Jun 2014 09:22:27 -0500 Message-ID: References: <2E89032DDAA8B9408CB92943514A0337A56F53A6@SW-EX-MBX01.diasemi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <2E89032DDAA8B9408CB92943514A0337A56F53A6-68WUHU125fLLPO1uwJ3ImwLouzNaz+3S@public.gmane.org> Sender: linux-iio-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Opensource [Adam Thomson]" Cc: Geert Uytterhoeven , Lee Jones , Samuel Ortiz , Jonathan Cameron , "linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Dmitry Eremin-Solenikov , David Woodhouse , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Support Opensource , Guennadi Liakhovetski List-Id: devicetree@vger.kernel.org On Wed, Jun 11, 2014 at 8:17 AM, Opensource [Adam Thomson] wrote: >> On Wed, Jun 11, 2014 at 13:43, Rob Herring wrote: >> >> dlg is the correct one and seems to be the most widely used, so we >> should go with that and mark the others deprecated. >> >> diasemi is documented for the da9210, but not used anywhere. >> >> There appears to be 2 different da9053 bindings. I'd guess the dialog >> variant used on 2 i.MX boards is not used. Other i.MX boards use the >> dlg version. I'm not sure what is going on with da9055. Please sort >> these out. >> > > The intention is to update the other Dialog drivers after we've agreed this > prefix. With regards to da9055, what's the issue here as I believe that uses > the 'dlg' prefix already? In documentation it does, but I'm not sure how these strings are used: drivers/mfd/da9055-core.c: .of_compatible = "dialog,da9055-gpio", drivers/mfd/da9055-core.c: .of_compatible = "dialog,da9055-regulator", drivers/mfd/da9055-core.c: .of_compatible = "dialog,da9055-regulator", drivers/mfd/da9055-core.c: .of_compatible = "dialog,da9055-regulator", drivers/mfd/da9055-core.c: .of_compatible = "dialog,da9055-regulator", drivers/mfd/da9055-core.c: .of_compatible = "dialog,da9055-regulator", drivers/mfd/da9055-core.c: .of_compatible = "dialog,da9055-regulator", drivers/mfd/da9055-core.c: .of_compatible = "dialog,da9055-regulator", drivers/mfd/da9055-core.c: .of_compatible = "dialog,da9055-regulator", drivers/mfd/da9055-core.c: .of_compatible = "dialog,da9055-onkey", drivers/mfd/da9055-core.c: .of_compatible = "dialog,da9055-rtc", drivers/mfd/da9055-core.c: .of_compatible = "dialog,da9055-hwmon", drivers/mfd/da9055-core.c: .of_compatible = "dialog,da9055-watchdog", Rob