linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: Douglas Anderson <dianders@chromium.org>,
	Jiri Kosina <jkosina@suse.cz>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	andrea@borgia.bo.it, Kai Heng Feng <kai.heng.feng@canonical.com>,
	"open list:HID CORE LAYER" <linux-input@vger.kernel.org>,
	Stephen Boyd <swboyd@chromium.org>,
	Hans De Goede <hdegoede@redhat.com>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	DTML <devicetree@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 1/3] dt-bindings: HID: i2c-hid: Label this binding as deprecated
Date: Fri, 30 Oct 2020 13:00:42 -0500	[thread overview]
Message-ID: <20201030180042.GB3967106@bogus> (raw)
In-Reply-To: <CAO-hwJLn5XKV+cp+fCRY395uBWuX=JrxgiGSHUnJXFpTzFWu4w@mail.gmail.com>

On Fri, Oct 30, 2020 at 11:51:53AM +0100, Benjamin Tissoires wrote:
> Hi Doug,
> 
> Foreword: I was about to say "yeah, whatever" to please Rob for once.

Read my other reply first... I think we mostly agree.

> But after re-reading this and more specifically patch 3 of the series,
> that won't do. More comments inlined.
> 
> On Sat, Oct 24, 2020 at 1:23 AM Douglas Anderson <dianders@chromium.org> wrote:
> >
> > As pointed out by Rob Herring [1], we should have a device-specific
> > compatible string.  This means people shouldn't be using the
> > "i2c-over-hid" compatible string anymore, or at least not without a
> > more specific compatible string before it.  Specifically:
> >
> > 1. For newly added devices we should just have the device-specific
> >    device string (no "hid-over-i2c" fallback) and infer the timings
> >    and hid-descr-addr from there.
> 
> And that's a big NACK from a maintainer point of view. I know in the
> device tree world these strings are important so that people can just
> say "I have a device compatible with X", and go on, but in the HID
> world that means we will have to implement one compatible struct per
> vendor/device, which is not something I want to do.

It's not really any different than PCI and USB VID/PIDs.

> You can think of it as if you are suddenly saying that because it
> would be easier for a few particular USB devices that need a quirk,
> you "just" need to add the list of *all* USB HID devices that are
> around. i2c-hid should be a driver that doesn't change unless 2 things
> happen:
> - there is a change in the spec
> - there is a specific quirk required for a device that doesn't follow the spec.

Or does something outside of what the spec covers. 

> So if having device tree support for these means we suddenly need to
> add every single device around in the compatible table, I would be
> tempted to just drop the support for those new devices.
> 
> Again, you (or anyone else) have to understand that the descriptor
> address is just a parameter which is known at the manufacturing time,
> but that can vary with different vendors and or products. In the ACPI
> world, this parameter is provided in the DSDT, and there is no reason
> for it to not be provided in the DT.

Whether that makes sense as a standard 'hid-over-i2c' property is a 
separate discussion. Seems like it might be.

It's trying to parameterize power sequencing to be generic and a never 
ending stream of quirk property additions that I'm against. That's based 
on the mistake of accepting those to some point in the past. 
hid-over-i2c is not special here.

If we wanted to parameterize power control/sequences in DT, then we'd 
need to handle any number of controls (GPIO, regulators, clocks, power 
domains, register poking, firmware loading, etc.) in any order and 
amounts of time in between. What we'd end up needing is some programming 
language in DT (Forth anyone?).

> The last thing I want to see is people using device tree having to
> recompile i2c-hid to register their own device.

That's fine if they don't need extra things like power control...

> If this part of the Device Tree binding is so important for the DT
> world, then we should split up the DT bindings from i2c-hid, and have
> some platform driver that would handle a conversion between devicetree
> and platform data. But this driver won't be maintained by me.
> 
> I agree adding the various sleep parameters in the platform data is
> not good, but I prefer that over having to maintain an endless table
> of parameters for every single i2c-hid device out there.

How is match data any different from platform data? It not other than 
one is all in the same file and the other adds a bunch of boilerplate 
and a pointless driver. If it's really such a maintainer burden, then 
perhaps the driver model could learn how to add match entries 
dynamically or from multiple sources (like a 2nd file of ids and 
data). Just throwing out ideas here...

Rob

  reply	other threads:[~2020-10-30 18:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-23 23:22 [PATCH v2 1/3] dt-bindings: HID: i2c-hid: Label this binding as deprecated Douglas Anderson
2020-10-23 23:22 ` [PATCH v2 2/3] dt-bindings: HID: i2c-hid: Introduce bindings for the Goodix GT7375P Douglas Anderson
2020-10-23 23:30   ` Doug Anderson
2020-10-30 10:52   ` Benjamin Tissoires
2020-10-23 23:22 ` [PATCH v2 3/3] HID: i2c-hid: Support the Goodix GT7375P touchscreen Douglas Anderson
2020-10-30 11:01   ` Benjamin Tissoires
2020-10-30 10:51 ` [PATCH v2 1/3] dt-bindings: HID: i2c-hid: Label this binding as deprecated Benjamin Tissoires
2020-10-30 18:00   ` Rob Herring [this message]
2020-10-30 19:12     ` Benjamin Tissoires
2020-10-30 20:11       ` Dmitry Torokhov
2020-11-03  0:18       ` Doug Anderson
2020-10-30 16:47 ` Rob Herring
2020-11-03  0:16   ` Doug Anderson

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=20201030180042.GB3967106@bogus \
    --to=robh@kernel.org \
    --cc=andrea@borgia.bo.it \
    --cc=benjamin.tissoires@redhat.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hdegoede@redhat.com \
    --cc=jkosina@suse.cz \
    --cc=kai.heng.feng@canonical.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=swboyd@chromium.org \
    /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).