From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754902AbbKUMxS (ORCPT ); Sat, 21 Nov 2015 07:53:18 -0500 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:41971 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297AbbKUMxQ (ORCPT ); Sat, 21 Nov 2015 07:53:16 -0500 Date: Sat, 21 Nov 2015 12:52:52 +0000 From: Mark Brown To: Rob Herring Cc: Adam Thomson , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Support Opensource Message-ID: <20151121125252.GD26072@sirena.org.uk> References: <20151120155351.GA13917@rob-hp-laptop> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="76DTJ5CE0DCVQemd" Content-Disposition: inline In-Reply-To: <20151120155351.GA13917@rob-hp-laptop> X-Cookie: Your domestic life may be harmonious. User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: 92.40.248.95 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: Re: [PATCH v3 1/2] ASoC: da7218: Add bindings documentation for DA7218 audio codec X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on mezzanine.sirena.org.uk) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --76DTJ5CE0DCVQemd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Nov 20, 2015 at 09:53:51AM -0600, Rob Herring wrote: > On Thu, Nov 19, 2015 at 01:59:34PM +0000, Adam Thomson wrote: > > +- VDD-supply: VDD power supply for the device > > +- VDDMIC-supply: VDDMIC power supply for the device > > +- VDDIO-supply: VDDIO power supply for the device > These should be lower case (that is documented in ePAPR BTW :)). Does that actually make a meaningful difference to anything? Things end up this way because the strings we use to request the supplies end up in the property names, we've also got a few other things like representing microvolts as uV which just look very wrong when written all lowercase. We could work around it for the supply names by force lowercasing the name if we don't find the property with the passed name (to avoid breaking existing users) though. There's a bunch of stuff in ePAPR that we're ignoring, and a bunch of other stuff that has no real value like the class naming stuff. --76DTJ5CE0DCVQemd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWUGkkAAoJECTWi3JdVIfQWl4H/RDSgXh229dQZWfcM1mECnYd mNcVzURkDN0x8WUFoX6jfF/C2bufqzz7TimMAsH8zF7C1gHLALx/gtvieGPPYmN/ wTjt4qtcipvNB5+rKjiNvEzukSvXvl1Gx31zqTbGnAoDK/v481OvzRGjhQiuU6/T njfmYFm/aNYV65/xPnXoiTm/zB9Q9szRPIPV70kvq7Mpsp/z30j/VOyMxxES3jxa +bATZq0qZq4i/GS7a57o7GJ3Si0DLS89MWy+fdVH+8AhUpiq7tgatCG0cNRr64Wu ErdEFS4XPDs9BJWEe9ua+i81yfor2NB1MBfIrmzn85XoOs/yyYdwsXzW81xhFr4= =MShk -----END PGP SIGNATURE----- --76DTJ5CE0DCVQemd-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v3 1/2] ASoC: da7218: Add bindings documentation for DA7218 audio codec Date: Sat, 21 Nov 2015 12:52:52 +0000 Message-ID: <20151121125252.GD26072@sirena.org.uk> References: <20151120155351.GA13917@rob-hp-laptop> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6360125759100229767==" Return-path: In-Reply-To: <20151120155351.GA13917@rob-hp-laptop> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Rob Herring Cc: Mark Rutland , devicetree@vger.kernel.org, alsa-devel@alsa-project.org, Support Opensource , Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, Takashi Iwai , Liam Girdwood , Kumar Gala , Adam Thomson List-Id: devicetree@vger.kernel.org --===============6360125759100229767== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="76DTJ5CE0DCVQemd" Content-Disposition: inline --76DTJ5CE0DCVQemd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Nov 20, 2015 at 09:53:51AM -0600, Rob Herring wrote: > On Thu, Nov 19, 2015 at 01:59:34PM +0000, Adam Thomson wrote: > > +- VDD-supply: VDD power supply for the device > > +- VDDMIC-supply: VDDMIC power supply for the device > > +- VDDIO-supply: VDDIO power supply for the device > These should be lower case (that is documented in ePAPR BTW :)). Does that actually make a meaningful difference to anything? Things end up this way because the strings we use to request the supplies end up in the property names, we've also got a few other things like representing microvolts as uV which just look very wrong when written all lowercase. We could work around it for the supply names by force lowercasing the name if we don't find the property with the passed name (to avoid breaking existing users) though. There's a bunch of stuff in ePAPR that we're ignoring, and a bunch of other stuff that has no real value like the class naming stuff. --76DTJ5CE0DCVQemd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWUGkkAAoJECTWi3JdVIfQWl4H/RDSgXh229dQZWfcM1mECnYd mNcVzURkDN0x8WUFoX6jfF/C2bufqzz7TimMAsH8zF7C1gHLALx/gtvieGPPYmN/ wTjt4qtcipvNB5+rKjiNvEzukSvXvl1Gx31zqTbGnAoDK/v481OvzRGjhQiuU6/T njfmYFm/aNYV65/xPnXoiTm/zB9Q9szRPIPV70kvq7Mpsp/z30j/VOyMxxES3jxa +bATZq0qZq4i/GS7a57o7GJ3Si0DLS89MWy+fdVH+8AhUpiq7tgatCG0cNRr64Wu ErdEFS4XPDs9BJWEe9ua+i81yfor2NB1MBfIrmzn85XoOs/yyYdwsXzW81xhFr4= =MShk -----END PGP SIGNATURE----- --76DTJ5CE0DCVQemd-- --===============6360125759100229767== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============6360125759100229767==--