Message ID | 20230817120518.153728-1-marcus.folkesson@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [v6,1/6] dt-bindings: iio: adc: mcp3911: add support for the whole MCP39xx family | expand |
On Thu, Aug 17, 2023 at 02:05:13PM +0200, Marcus Folkesson wrote: > Microchip does have many similar chips, add those to the compatible > string as the driver support is extended. With properly formed cover letter (and using --base) a maintainer may safe their time by utilizing some features of `b4`. I.e. the b4 -slt -M ... will treat the series as a PR with summary in cover letter taking into merge commit. This is really cool feature and from now on I will require people to submit the series with mandatory cover-letter and --base in use. BUT. I'm not the maintainer here, so up to Jonathan to decide.
On Thu, Aug 17, 2023 at 03:42:21PM +0300, Andy Shevchenko wrote: > On Thu, Aug 17, 2023 at 02:05:13PM +0200, Marcus Folkesson wrote: > > Microchip does have many similar chips, add those to the compatible > > string as the driver support is extended. > > With properly formed cover letter (and using --base) a maintainer may safe > their time by utilizing some features of `b4`. I.e. the > > b4 -slt -M ... b4 shazam -slt -M ... > will treat the series as a PR with summary in cover letter taking into merge > commit. This is really cool feature and from now on I will require people to > submit the series with mandatory cover-letter and --base in use. > > BUT. I'm not the maintainer here, so up to Jonathan to decide.
On Thu, 17 Aug 2023 15:42:20 +0300 Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote: > On Thu, Aug 17, 2023 at 02:05:13PM +0200, Marcus Folkesson wrote: > > Microchip does have many similar chips, add those to the compatible > > string as the driver support is extended. > > With properly formed cover letter (and using --base) a maintainer may safe > their time by utilizing some features of `b4`. I.e. the > > b4 -slt -M ... > > will treat the series as a PR with summary in cover letter taking into merge > commit. This is really cool feature and from now on I will require people to > submit the series with mandatory cover-letter and --base in use. > > BUT. I'm not the maintainer here, so up to Jonathan to decide. > Not today, but I'll keep the option in mind. Thanks for highlighting it. Jonathan
diff --git a/Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml b/Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml index f7b3fde4115a..06951ec5f5da 100644 --- a/Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml +++ b/Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml @@ -18,7 +18,13 @@ description: | properties: compatible: enum: + - microchip,mcp3910 - microchip,mcp3911 + - microchip,mcp3912 + - microchip,mcp3913 + - microchip,mcp3914 + - microchip,mcp3918 + - microchip,mcp3919 reg: maxItems: 1