Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1341163
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4] spi: master driver to enable RTC on ICPDAS LP-8841 |
| Date | 2016-02-24 00:30 +0100 |
| Message-ID | <r5uyZ-4cb-1@gated-at.bofh.it> (permalink) |
| References | <r4NNo-6Cu-11@gated-at.bofh.it> <r5iHw-42n-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Feb 23, 2016 at 01:44:28PM +0300, Sergei Ianovich wrote: > ICP DAS LP-8841 contains a DS-1302 RTC. This driver provides an SPI > master which makes the RTC usable. The driver is not supposed to work > with anything else. > > The driver uses the standard MicroWire half-duplex transfer timing. > Master output is set on low clock and sensed by the RTC on the rising > edge. Master input is set by the RTC on the trailing edge and is sensed > by the master on low clock. > > Signed-off-by: Sergei Ianovich <ynvich@gmail.com> > CC: Mark Brown <broonie@kernel.org> > CC: Rob Herring <robh@kernel.org> > > v3..v4 > fix Mark Brown review comments > * fix dependencies in Kconfig > > fix Rob Herring review comments > * rewrite binding description > * change binding and doc file names > * fix typo > > v2..v3 to fix Mark Brown review comments > * drop dependencies in Kconfig > * use #ifdef CONFIG_OF to allow build without DT > * drop empty driver->remove > > v1..v2 to fix Mark Brown review comments > * drop ifdef around MODULE_NAME > * use usleep_range directly > * drop empty master->cleanup > --- > .../bindings/spi/icpdas-lp8841-spi-rtc.txt | 54 +++++ Acked-by: Rob Herring <robh@kernel.org>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4] spi: master driver to enable RTC on ICPDAS LP-8841 Sergei Ianovich <ynvich@gmail.com> - 2016-02-23 11:50 +0100 Re: [PATCH v4] spi: master driver to enable RTC on ICPDAS LP-8841 Rob Herring <robh@kernel.org> - 2016-02-24 00:30 +0100 Re: [PATCH v4] spi: master driver to enable RTC on ICPDAS LP-8841 Mark Brown <broonie@kernel.org> - 2016-02-24 05:20 +0100
csiph-web