linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dan Murphy <dmurphy@ti.com>
To: Sebastian Reichel <sebastian.reichel@collabora.com>
Cc: linux-pm@vger.kernel.org, robh@kernel.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	"Pali Rohár" <pali@kernel.org>, "Andrew F . Davis" <afd@ti.com>
Subject: Re: [PATCH v2] dt-bindings: power: Convert bq27xxx dt to yaml
Date: Mon, 11 May 2020 14:06:33 -0500	[thread overview]
Message-ID: <767f3083-45ae-9198-0a25-6beddc7e0c03@ti.com> (raw)
In-Reply-To: <20200511153055.7u7afdcpcfbsmswq@earth.universe>

Sebastian

On 5/11/20 10:30 AM, Sebastian Reichel wrote:
> Hi,
>
> On Mon, May 11, 2020 at 09:55:11AM -0500, Dan Murphy wrote:
>> On 5/11/20 9:57 AM, Sebastian Reichel wrote:
>>> On Mon, May 11, 2020 at 09:29:59AM -0500, Dan Murphy wrote:
>>>> On 5/11/20 9:32 AM, Sebastian Reichel wrote:
>>>>> On Mon, May 11, 2020 at 07:25:06AM -0500, Dan Murphy wrote:
>>>>>> On 5/10/20 11:17 AM, Sebastian Reichel wrote:
>>>>>>> This needs is missing the power-supplies property. The N900 DT
>>>>>>> contains a bq27200 referencing the charger, so it should fail the DT
>>>>>>> check without the property being listed here.
>>>>>> Hmm.  I ran the dt checker specifically on the binding and it did not fail.
>>>>>> Unless I need to build some other DTs as well.
>>>>>> Either I will have the power-supplies property
>>>>> I just tried it myself. The problem is the way you are specifying
>>>>> the compatible strings. This is the parsing result:
>>>>>
>>>>> enum: ['ti,bq27200 - BQ27200', 'ti,bq27210 - BQ27210', 'ti,bq27500 - deprecated,
>>>>>          use revision specific property below', ...
>>>>>
>>>>> You can see this in Documentation/devicetree/bindings/processed-schema.yaml, which
>>>>> is generated by running the check. The compatible comments need a # as separation
>>>>> character like this to generate proper bindings:
>>>>>
>>>>> properties:
>>>>>      compatible:
>>>>>        enum:
>>>>>          - ti,bq27200 # BQ27200
>>>>>          - ti,bq27210 # BQ27210
>>>>>          - ti,bq27500 # deprecated, use revision specific property below
>>>> Well honestly not sure why we need the comment either. These are pretty
>>>> self explanatory maybe we should just remove the additional comments
>>> Fine with me.
>> Ack
>>>> Any consideration on just removing the deprecated values?
>>> Let's keep them with their comment for now. Removing them should
>>> start with marking them as depracated in the binding and generating
>>> a runtime warning in the driver, so that people become aware of the
>>> problem. At least for ti,bq27500 we have mainline users At least for
>>> ti,bq27500 we have mainline users.
>> There are only 2 dts files that have this reference unless we are not sure
>> which device is actually in use.
> DT is considered ABI and one is supposed to be able to boot a new
> kernel with an old DT. It's not enough to just update the in-tree
> dts files. I suppose we can consider removing support for the old
> compatible values after having the warning being printed for some
> time and the mainline users being converted to the new binding.

Yes I know. I may have said that before.

After looking at the driver and how this is all stitched together I 
think I am just going to stick to the DT conversion as is.

I will make the basic changes for conversion but any changes to the 
compatibles should be done later.

Dan


> -- Sebastian

  reply	other threads:[~2020-05-11 19:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-07 18:30 [PATCH v2] dt-bindings: power: Convert bq27xxx dt to yaml Dan Murphy
2020-05-10 16:17 ` Sebastian Reichel
2020-05-11 12:25   ` Dan Murphy
2020-05-11 14:32     ` Sebastian Reichel
2020-05-11 14:29       ` Dan Murphy
2020-05-11 14:57         ` Sebastian Reichel
2020-05-11 14:55           ` Dan Murphy
2020-05-11 15:30             ` Sebastian Reichel
2020-05-11 19:06               ` Dan Murphy [this message]
2020-05-11 15:22 ` Andrew F. Davis
2020-05-11 15:23   ` Dan Murphy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=767f3083-45ae-9198-0a25-6beddc7e0c03@ti.com \
    --to=dmurphy@ti.com \
    --cc=afd@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=pali@kernel.org \
    --cc=robh@kernel.org \
    --cc=sebastian.reichel@collabora.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).