Re: [PATCH dt-schema 0/3] schemas: i2c: fix "smbus_alert" handling
Rob Herring <[email protected]>
| Newsgroups | org.kernel.vger.devicetree-spec,org.kernel.vger.linux-i2c,org.kernel.vger.linux-renesas-soc |
|---|---|
| Message-ID | <CAL_JsqKJRhq9UzsjqbOAam0GSkm4R7m82FZ0zzYFp-mY2HS+Yw@mail.gmail.com> |
On Thu, Aug 15, 2024 at 6:09 AM Wolfram Sang <[email protected]> wrote: > > "smbus_alert" is currently listed as an interrupt for targets. This is > wrong, it is an interrupt for the controller. The mistake (mea culpa!) > was already in the originating "i2c.txt" file in the Linux Kernel. Time > to fix it. Make small changes to descriptions to use inclusive language > while we are here. > > Sadly, not tested with 'dt-doc-validate'. I tried to install my local > dtschema repo with > > $ ~/.venv/bin/pip3 install -e . > > and got: > > error: Multiple top-level packages discovered in a flat-layout: ['patches', 'dtschema']. Do you have a 'patches' directory? Not sure why that's a problem other than python having specific ideas on directory structures. Rob