Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1245794
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [Resend: PATCH v2 1/4] Documentation: dt: soc: move driver description to a separate document |
| Date | 2015-10-13 16:40 +0200 |
| Message-ID | <qj8Uc-Wq-53@gated-at.bofh.it> (permalink) |
| References | <qiRqj-A2-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Monday 12 October 2015 15:54:59 Murali Karicheri wrote: > Currently the DT bindings have details about the driver as well. This > patch moves this to a separate document for knav qmss driver so that > driver detail update can be done as needed without polluting the DT > bindings description. > > Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> > --- > Documentation/arm/keystone/knav-qmss.txt | 24 ++++++++++++++++++++++ > .../bindings/soc/ti/keystone-navigator-qmss.txt | 20 ++++-------------- > 2 files changed, 28 insertions(+), 16 deletions(-) > create mode 100644 Documentation/arm/keystone/knav-qmss.txt > > diff --git a/Documentation/arm/keystone/knav-qmss.txt b/Documentation/arm/keystone/knav-qmss.txt > new file mode 100644 > index 0000000..79946d1 > --- /dev/null > +++ b/Documentation/arm/keystone/knav-qmss.txt > > +For details of the driver, please refer to > +Documentation/arm/keystone/knav-qmss.txt > > Required properties: > - compatible : Must be "ti,keystone-navigator-qmss"; > I'd actually not even put this sentence in: the binding is supposed to describe the hardware, not the Linux implementation as you correctly describe above, but I'd also try to not reference files that only exist in the Linux kernel tree. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[Resend: PATCH v2 1/4] Documentation: dt: soc: move driver description to a separate document Murali Karicheri <m-karicheri2@ti.com> - 2015-10-12 22:00 +0200 Re: [Resend: PATCH v2 1/4] Documentation: dt: soc: move driver description to a separate document Arnd Bergmann <arnd@arndb.de> - 2015-10-13 16:40 +0200
csiph-web