<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/rtc/Kconfig, branch v4.7</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v4.7</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v4.7'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2016-05-21T15:06:52Z</updated>
<entry>
<title>rtc: rv3029: Add support of RV3049</title>
<updated>2016-05-21T15:06:52Z</updated>
<author>
<name>Mylène Josserand</name>
<email>mylene.josserand@free-electrons.com</email>
</author>
<published>2016-05-03T09:54:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c2a1c145401df063d1197ace5d3b5bd323e26f86'/>
<id>urn:sha1:c2a1c145401df063d1197ace5d3b5bd323e26f86</id>
<content type='text'>
Add support of Microcrystal RV3049 RTC (SPI) using regmap on the
RV3029 (I2C) driver.

Signed-off-by: Mylène Josserand &lt;mylene.josserand@free-electrons.com&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>rtc: ds1302: rewrite using SPI</title>
<updated>2016-05-20T10:33:51Z</updated>
<author>
<name>Sergey Yanovich</name>
<email>ynvich@gmail.com</email>
</author>
<published>2016-02-23T10:54:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d25a5ed37d5fdd25f3cfbffc2f9a0f62e58f884c'/>
<id>urn:sha1:d25a5ed37d5fdd25f3cfbffc2f9a0f62e58f884c</id>
<content type='text'>
DS1302 is an half-duplex SPI device. The driver respects this fact now.
Pin configurations should be implemented using SPI subsystem.

Signed-off-by: Sergei Ianovich &lt;ynvich@gmail.com&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>rtc: rv3029: stop mentioning rv3029c2</title>
<updated>2016-03-14T23:29:33Z</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@free-electrons.com</email>
</author>
<published>2016-03-14T23:29:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=399221ccf45106455c163bb34b4e66256c0ae233'/>
<id>urn:sha1:399221ccf45106455c163bb34b4e66256c0ae233</id>
<content type='text'>
rv3029c2 is actually rv3029. c2 denotes an option.

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>rtc: pcf2127: add support for spi interface</title>
<updated>2016-03-14T16:08:41Z</updated>
<author>
<name>Akinobu Mita</name>
<email>akinobu.mita@gmail.com</email>
</author>
<published>2016-03-14T14:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9408ec1af875a83ad75f3dac1aa18d2337a809fe'/>
<id>urn:sha1:9408ec1af875a83ad75f3dac1aa18d2337a809fe</id>
<content type='text'>
pcf2127 has selectable I2C-bus and SPI-bus interface support.

This adds support for SPI interface.

Signed-off-by: Akinobu Mita &lt;akinobu.mita@gmail.com&gt;
Cc: Alessandro Zummo &lt;a.zummo@towertech.it&gt;
Cc: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>rtc: rv3029: Add thermometer hwmon support</title>
<updated>2016-03-14T16:08:40Z</updated>
<author>
<name>Michael Büsch</name>
<email>m@bues.ch</email>
</author>
<published>2016-03-10T17:34:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a696b31e2feeaa0ef99242adb9e771b0d3369a81'/>
<id>urn:sha1:a696b31e2feeaa0ef99242adb9e771b0d3369a81</id>
<content type='text'>
This adds support to
- enable/disable the thermometer
- set the temperature scanning interval
- read the current temperature that is used for temp compensation.
via hwmon interface

Signed-off-by: Michael Buesch &lt;m@bues.ch&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>rtc: merge ds3232 and ds3234</title>
<updated>2016-03-14T16:08:35Z</updated>
<author>
<name>Akinobu Mita</name>
<email>akinobu.mita@gmail.com</email>
</author>
<published>2016-03-06T15:27:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=080481f54ef621211d6c75a03dc652fb6ed04222'/>
<id>urn:sha1:080481f54ef621211d6c75a03dc652fb6ed04222</id>
<content type='text'>
According to "Feature Comparison of the DS323x Real-Time Clocks"
(http://pdfserv.maximintegrated.com/en/an/AN5143.pdf), DS3232 and
DS3234 are very similar.

This merges rtc-ds3232 and rtc-ds3234 with using regmap.
This change also enables to support alarm for ds3234.

Signed-off-by: Akinobu Mita &lt;akinobu.mita@gmail.com&gt;
Suggested-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>rtc: pxa: fix Kconfig indentation</title>
<updated>2016-03-14T16:08:34Z</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@free-electrons.com</email>
</author>
<published>2016-03-10T04:46:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=832315b05b660427ebdc5987b66e02cb7ec7b4f6'/>
<id>urn:sha1:832315b05b660427ebdc5987b66e02cb7ec7b4f6</id>
<content type='text'>
The pxa section is indented using spaces, use tabs.

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>rtc: enable COMPILE_TEST</title>
<updated>2016-03-14T16:08:31Z</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@free-electrons.com</email>
</author>
<published>2015-05-03T09:00:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7a587eae2a8b6eeb7919fd25f686fa20b14f4821'/>
<id>urn:sha1:7a587eae2a8b6eeb7919fd25f686fa20b14f4821</id>
<content type='text'>
There are several arch-specific RTC drivers that can be successfully
compiled on other platforms. Add a COMPILE_TEST dependency for those.

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
</content>
</entry>
<entry>
<title>rtc: always show I2C</title>
<updated>2016-03-14T16:08:28Z</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@free-electrons.com</email>
</author>
<published>2016-03-03T03:01:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e0252ec77b5ea6cf4403ba49112bc95378ffe50a'/>
<id>urn:sha1:e0252ec77b5ea6cf4403ba49112bc95378ffe50a</id>
<content type='text'>
Always show there is an I2C section, like the other sections.

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>rtc: max77686: Add support for MAX20024/MAX77620 RTC IP</title>
<updated>2016-03-14T16:08:27Z</updated>
<author>
<name>Laxman Dewangan</name>
<email>ldewangan@nvidia.com</email>
</author>
<published>2016-03-02T08:36:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=726fe738bd5cc5deba86d7e621505392c0f7961f'/>
<id>urn:sha1:726fe738bd5cc5deba86d7e621505392c0f7961f</id>
<content type='text'>
Maxim Semiconductor's PMIC MAX77686 has RTC IP which is
reused in the MAX77620/MAX20024 PMICs.

Add support for these devices in MAX77686 RTC driver. This
device does not have RTC alarm pending status outside of
RTC IP. The RTC IP is having separate I2C address for its
register access.

Signed-off-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
</content>
</entry>
</feed>
