<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/drivers/rtc/Kconfig, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2018-12-03T15:44:10Z</updated>
<entry>
<title>Kconfig: Migrate CONFIG_RTC_M41T62 define to Kconfig</title>
<updated>2018-12-03T15:44:10Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2018-11-22T13:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d27db67e6b130972441ea27344d09395dee0ae42'/>
<id>urn:sha1:d27db67e6b130972441ea27344d09395dee0ae42</id>
<content type='text'>
This patch moves the RTC M41T62 config define to Kconfig.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>rtc: rv3029: add to Kconfig</title>
<updated>2018-11-30T20:56:45Z</updated>
<author>
<name>Philipp Tomsich</name>
</author>
<published>2018-11-27T21:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=a3716b5f3f4985eb3bea5d2bc00faf7e5df6f04f'/>
<id>urn:sha1:a3716b5f3f4985eb3bea5d2bc00faf7e5df6f04f</id>
<content type='text'>
The MicroCrystal RV3029 driver didn't have a Kconfig entry and was not used
anywhere. Add it to Kconfig to make it selectable.

Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Tested-by: Klaus Goger &lt;klaus.goger@theobroma-systems.com&gt;
</content>
</entry>
<entry>
<title>rtc: Allow use of RTC in SPL and TPL</title>
<updated>2018-10-09T10:40:27Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2018-10-01T18:22:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=380d4f787a3f6fc8055e2165f93e182f7de22d7f'/>
<id>urn:sha1:380d4f787a3f6fc8055e2165f93e182f7de22d7f</id>
<content type='text'>
Add Kconfig options so that the RTC can be used in SPL and TPL. This is
helpful for accessing the contents of CMOS RAM, for example.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig</title>
<updated>2018-10-09T10:40:27Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2018-10-01T18:22:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=107610775b9b1fd96a1dc6375219f590c0d06bb4'/>
<id>urn:sha1:107610775b9b1fd96a1dc6375219f590c0d06bb4</id>
<content type='text'>
Move this option to Kconfig and tidy up the two boards which use it.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>ARM: qemu-arm: enable RTC</title>
<updated>2018-07-19T20:31:37Z</updated>
<author>
<name>Heinrich Schuchardt</name>
</author>
<published>2018-06-28T22:34:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b19886b9469174213877ef37670ce35c55acb456'/>
<id>urn:sha1:b19886b9469174213877ef37670ce35c55acb456</id>
<content type='text'>
QEMU provides an emulated ARM AMBA PrimeCell PL031 RTC.

The patch sets the base address in the board include file according to the
definition in hw/arm/virt.c of the QEMU source. It defines the Kconfig
option for the existing driver, and enables the RTC driver in
qemu_arm64_defconfig and qemu_arm_defconfig as well as the date command.

We need an RTC to provide the GetTime() runtime service in the UEFI
subsystem.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Reviewed-by: Tuomas Tynkkynen &lt;tuomas.tynkkynen@iki.fi&gt;
Tested-by: Tuomas Tynkkynen &lt;tuomas.tynkkynen@iki.fi&gt;
Signed-off-by: AKASHI Takahiro &lt;takahiro.akashi@linaro.org&gt;
</content>
</entry>
<entry>
<title>drivers/rtc: convert mvrtc to DM</title>
<updated>2018-06-06T00:19:09Z</updated>
<author>
<name>Chris Packham</name>
</author>
<published>2018-05-28T11:39:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d3671dfcdb6724989d4eb91be5e97d40614b7145'/>
<id>urn:sha1:d3671dfcdb6724989d4eb91be5e97d40614b7145</id>
<content type='text'>
Add DM support for the Marvell RTC driver.

Signed-off-by: Chris Packham &lt;judge.packham@gmail.com&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>rtc: rewrite isl1208 to support DM</title>
<updated>2018-04-07T00:45:28Z</updated>
<author>
<name>Klaus Goger</name>
</author>
<published>2018-03-19T19:32:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=52280315a4c58647906a56af8ce79b7ee0c28571'/>
<id>urn:sha1:52280315a4c58647906a56af8ce79b7ee0c28571</id>
<content type='text'>
Adds devicemodel support to the ISL1208 driver.
This patch drops the non-dm API as no board was using it anyway.
Also add it to Kconfig.

Signed-off-by: Klaus Goger &lt;klaus.goger@theobroma-systems.com&gt;
Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>rtc: adding RX8010SJ rtc driver</title>
<updated>2018-02-04T11:00:58Z</updated>
<author>
<name>Nandor Han</name>
</author>
<published>2018-01-10T19:31:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=958a2106f5af62d47e3b522ef4bbf3c13185dfb1'/>
<id>urn:sha1:958a2106f5af62d47e3b522ef4bbf3c13185dfb1</id>
<content type='text'>
Add a new driver for RX8010SJ rtc chip. The driver implements both
formats of U-Boot driver model.

Signed-off-by: Nandor Han &lt;nandor.han@ge.com&gt;
Signed-off-by: Martyn Welch &lt;martyn.welch@collabora.co.uk&gt;
Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.co.uk&gt;
</content>
</entry>
<entry>
<title>rtc: add support for s35392a</title>
<updated>2017-11-20T08:58:31Z</updated>
<author>
<name>Nandor Han</name>
</author>
<published>2017-11-08T15:35:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=da5337a61cd41f3bfbaee5b78ba58676bd288073'/>
<id>urn:sha1:da5337a61cd41f3bfbaee5b78ba58676bd288073</id>
<content type='text'>
Add support for S35392A RTC. The driver supports both U-Boot driver
models.

Signed-off-by: Nandor Han &lt;nandor.han@ge.com&gt;
Signed-off-by: Martyn Welch &lt;martyn.welch@collabora.co.uk&gt;
Cc: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>rtc: Add DM support to ds1307</title>
<updated>2017-05-08T15:57:28Z</updated>
<author>
<name>Chris Packham</name>
</author>
<published>2017-04-29T03:20:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d425d6056e0159ee26cb7f7037ff0b72ffd93658'/>
<id>urn:sha1:d425d6056e0159ee26cb7f7037ff0b72ffd93658</id>
<content type='text'>
Add an implementation of the ds1307 driver that uses the driver model
i2c APIs.

Signed-off-by: Chris Packham &lt;judge.packham@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
