]> git.dujemihanovic.xyz Git - u-boot.git/commit
rtc: davinci: replace 32bit access with 8bit access
authorDario Binacchi <dariobin@libero.it>
Wed, 2 Jun 2021 20:38:00 +0000 (22:38 +0200)
committerLokesh Vutla <lokeshvutla@ti.com>
Wed, 9 Jun 2021 16:53:44 +0000 (22:23 +0530)
commit82a456a085facede0913a742660df9a1607d1543
tree358630dab2344ebfabf04c6abc5ccac788eeb356
parent6acee20e57c751b20321c95ed78aa452febf1f7e
rtc: davinci: replace 32bit access with 8bit access

Use 32-bit access only where it is needed. Most of the RTC registers
contain useful information in the 8 least significant bits, the others
are reserved.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210602203805.11494-4-dariobin@libero.it
drivers/rtc/davinci.c