Re: [PATCH v3 1/6] dt-bindings: iio: adc: ad7768-1: Document multidevice support
David Lechner <[email protected]>
| Newsgroups | org.kernel.vger.linux-spi,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/18/26 1:46 AM, Krzysztof Kozlowski wrote: > On 18/08/2026 01:32, Jonathan Santos wrote: >> The AD7768-1 family supports aggregating up to four devices on a single >> SPI controller, with each device occupying a dedicated CS line and a >> single data lane. >> >> Extend the `reg` property to accept up to 4 entries (one per device). >> >> Add `spi-rx-bus-width` property to declare the per-device lane count. >> Since each lane is bound to one CS, the number of entries must match >> `reg`. Make it required when `reg` has more than one entry. >> >> Add an example for a four ADAQ7768-1 aggregation, with shared DRDY and >> SYNC_IN pin. >> >> Signed-off-by: Jonathan Santos <[email protected]> >> --- >> Changes in v3: >> * New patch. > > Please use scripts/get_maintainers.pl to get a list of necessary people > and lists to CC. It might happen, that command when run on an older > kernel, gives you outdated entries. Therefore please be sure you base > your patches on recent Linux kernel. > > Tools like b4 or scripts/get_maintainer.pl provide you proper list of > people, so fix your workflow. Tools might also fail if you work on some > ancient tree (don't, instead use mainline) or work on fork of kernel > (don't, instead use mainline). Just use b4 and everything should be > fine, although remember about `b4 prep --auto-to-cc` if you added new > patches to the patchset. > > You missed at least devicetree list (maybe more), so this won't be Also missed IIO. > tested by automated tooling. Performing review on untested code might be > a waste of time. > > Please kindly resend and include all necessary To/Cc entries. > > Best regards, > Krzysztof