<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/Intel-BMC/linux.git/drivers/rtc/rtc-aspeed.c, branch dev-4.3</title>
<subtitle>Intel OpenBMC Linux kernel source tree (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/Intel-BMC/linux.git/atom?h=dev-4.3</id>
<link rel='self' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/atom?h=dev-4.3'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/'/>
<updated>2016-01-27T01:12:52+00:00</updated>
<entry>
<title>rtc: aspeed month is off-by-one</title>
<updated>2016-01-27T01:12:52+00:00</updated>
<author>
<name>Milton D. Miller II</name>
<email>miltonm@us.ibm.com</email>
</author>
<published>2016-01-13T14:37:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=43064e9c473689de45446252c1f92a2e7e199b06'/>
<id>urn:sha1:43064e9c473689de45446252c1f92a2e7e199b06</id>
<content type='text'>
hwclock sets the date one month different from what it read back.

The mktime64 call takes the month as the 1-based counted month not the
0-based months since January like struct rtc_tm and struct tm.  No
adjustment from the hardware is needed.  Also mask off a few 0 bits.

Reported-by: Norman James &lt;nkskjames@gmail.com&gt;
Signed-off-by: Milton Miller &lt;miltonm@us.ibm.com&gt;
Reviewed-by: Andrew Jeffery &lt;andrew@aj.id.au&gt;
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>rtc: Add Aspeed AST2400 rtc driver</title>
<updated>2015-11-16T03:31:19+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2015-06-04T07:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=07caaf06732836fcb3b7a237358c8134e43495c3'/>
<id>urn:sha1:07caaf06732836fcb3b7a237358c8134e43495c3</id>
<content type='text'>
Read and writes the time to the non-battery backed RTC in the Aspeed
AST2400 system on chip.

TODO: support timer functionality.

Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
</feed>
