Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1684014
| Path | csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Javier Martinez Canillas <javier@dowhile0.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [RESEND PATCH v6 0/8] mfd: Add OF device table to I2C drivers that are missing it |
| Date | Mon, 10 Jul 2017 09:50:01 +0200 |
| Message-ID | <u1BC9-28a-7@gated-at.bofh.it> (permalink) |
| References | <tSI0a-63s-13@gated-at.bofh.it> |
| X-Original-To | Lee Jones <lee.jones@linaro.org> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=dowhile0-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=91/wEuQcNa8KXFxgwsHJ2eG0ObLLwQ8JcfaMoeGEvK0=; b=YqFRljDRYIZ0ElLqgkQmYscXlxWry3cu04dXQ0Pj0fVX5EkSIeuxXFDWEmuGI+8ChW RFvK4/hbH3z2efrBtvmfPnRDLPCktWKBGHdd3KFOqFBAopqiWFekFN64nh4H5eOddwFV 7BQDAxnaC/Z+lFFDqQ4E6af1BYJ/YUb3IQEECgfMY5/Z8+bTic+iqkhtSSAmsEFv3TqN msmjVqDXis9LpCFVEW/Xr7URzeM+GdsLsMqsf/bOnyxEjSIof+ieU//vtRw5QZm9n1jv lt7oKm0kkOqMDTKq4+fpMcduYYF/oAXY81dCTig64846pDiR865+aBG0ZY+F2e6q1e+X g0DQ== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=91/wEuQcNa8KXFxgwsHJ2eG0ObLLwQ8JcfaMoeGEvK0=; b=Qk7VMeQSdwLtiJwM+ghuXDoP2stiBmVUhv0BcFMstPT9Jt5C2JKeYYymvYg+De+RoY +cdEs0FWjGbjku7MwKBWtiGHGJHQD81t9L7juBCGDK8+T/SW++C2/I8Zv2dl/jlbAJZy 73kEfG1vveya0i5gEgf58uwpzKuhJUQZ6sKUvrVVyuosPckSSECaH1qikbTRfb4OFuXB ysSPsNoCKNahj4ZWHo33/OmfLfwL9NT8eKBlJDCdeDmJude1B2JBGjhvNeHkJOg/FPGE t4hO/5iCjN2rBaM1lVZk3UZo/qaRNzpotOpSnn/+6k1QXkAy7iBt0XnMnb5J+M1OaoC0 UtUA== |
| X-Gm-Message-State | AIVw111DmeZYzawDzja7nyHApDsVT/dcImq9ZdGWlQZNcKPXDSIdLjhS 0j9eAyBZ7QSVrttAljIbYuvW+5EheW2H |
| X-Received | by 10.36.189.198 with SMTP id x189mr9876484ite.56.1499672446937; Mon, 10 Jul 2017 00:40:46 -0700 (PDT) |
| MIME-Version | 1.0 |
| X-Originating-IP | [149.6.131.75] |
| Content-Type | text/plain; charset="UTF-8" |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 34 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Linux Kernel <linux-kernel@vger.kernel.org>, "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>, Wolfram Sang <wsa@the-dreams.de>, Rob Herring <robh+dt@kernel.org>, Tony Lindgren <tony@atomide.com>, Aaro Koskinen <aaro.koskinen@iki.fi>, Javier Martinez Canillas <javier@dowhile0.org>, BenoƮt Cousson <bcousson@baylibre.com>, Linus Walleij <linus.walleij@linaro.org>, Mark Rutland <mark.rutland@arm.com>, "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>, Russell King <linux@armlinux.org.uk>, "linux-arm-kernel@lists.infradead.org" <linux-arm-kernel@lists.infradead.org>, Linux I2C <linux-i2c@vger.kernel.org> |
| X-Original-Date | Mon, 10 Jul 2017 09:40:46 +0200 |
| X-Original-Message-ID | <CABxcv=k8g8c3KmLK+ZqQiG+-+j2Y=FuRpadQ=xguXG5qGGWwhg@mail.gmail.com> |
| X-Original-References | <20170615184928.12007-1-javier@dowhile0.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1684014 |
Show key headers only | View raw
Hello Lee, On Thu, Jun 15, 2017 at 8:49 PM, Javier Martinez Canillas <javier@dowhile0.org> wrote: > > This series add OF device ID tables to mfd I2C drivers whose devices are > either used in Device Tree source files or are listed in binding docs as > a compatible string. > > That's done because the plan is to change the I2C core to report proper OF > modaliases instead of always reporting a MODALIAS=i2c:<foo> regardless if > a device was registered via DT or using the legacy platform data mechanism. > > So these patches will make sure that mfd I2C drivers modules will continue > to be autoloaded once the I2C core is changed to report proper OF modalias. > > Users didn't have a vendor prefix in the used compatible strings, but since > there wasn't a DT binding document for these drivers, it can be said that > were working for mere luck and so this series fixes the users and add a DT > binding doc for the drivers. > > Most patches can be applied independently, with the exception of patches > 2 to 4 that should be applied in the same tree to keep bisect-ability. I > suggest these to go through the MFD subsystem tree. > > Best regards, > Javier > Are you planning to pick this series? It has been in the list for months and were resent many times... Best regards, Javier
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [RESEND PATCH v6 0/8] mfd: Add OF device table to I2C drivers that are missing it Javier Martinez Canillas <javier@dowhile0.org> - 2017-07-10 09:50 +0200
Re: [RESEND PATCH v6 0/8] mfd: Add OF device table to I2C drivers that are missing it Lee Jones <lee.jones@linaro.org> - 2017-07-10 10:10 +0200
Re: [RESEND PATCH v6 0/8] mfd: Add OF device table to I2C drivers that are missing it Javier Martinez Canillas <javier@dowhile0.org> - 2017-07-10 10:40 +0200
csiph-web