Re: [PATCH] riscv: Fix setting no-map in reserved memory nodes

2021-09-17 Thread Rick Chen
> From: Samuel Holland > Sent: Monday, September 13, 2021 12:06 AM > To: Rick Jian-Zhi Chen(陳建志) ; Leo Yu-Chi Liang(梁育齊) > > Cc: u-boot@lists.denx.de; Samuel Holland ; Atish Patra > ; Bin Meng ; Etienne Carriere > ; Sean Anderson ; Simon Glass > > Subject: [PATCH] riscv: Fix setting no-map

[PATCH 3/4] rtc: rx8025: set date in a single i2c transaction

2021-09-17 Thread Mathew McBride
The RX8025/RX8035 does not like having it's time registers set byte-by-byte in separate I2C transactions. >From the note at the top of the file, it appears target-dependent workarounds have been used in the past for this. Resolve this by setting the time registers in a single I2C transaction.

[PATCH 4/4] rtc: rx8025: revise single register write to use offset

2021-09-17 Thread Mathew McBride
Writing of individual registers was not functioning correctly as a 0 'offset' byte under DM-managed I2C was being appended in front of register we wanted to access. Signed-off-by: Mathew McBride --- drivers/rtc/rx8025.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff

[PATCH 0/4] Add EPSON RX8035 RTC support

2021-09-17 Thread Mathew McBride
This patchset adds support for the EPSON RX8035 real time clock to the rx8025 driver. The two devices are very similar and with only minor differences for basic real time clock functions. Some issues have been identified with the handling of date setting and clock reset with the U-Boot driver

[PATCH 2/4] rtc: rx8025: add support for EPSON RX8035.

2021-09-17 Thread Mathew McBride
The RX8035 is a newer model from EPSON which is very similar in operation to the RX8025. The changes mirror similar ones that will be in Linux 5.15: https://lore.kernel.org/all/20210709044518.28769-2-m...@traverse.com.au/ The UBOOT_DRIVER ID has also been corrected, previously it declared itself

[PATCH 1/4] rtc: rx8025: drop non-DM support

2021-09-17 Thread Mathew McBride
A search of the tree showed there is only one user of this driver (soon to be two) - board/socrates The second user will be the Traverse Ten64 board. Both these boards have DM_RTC. Signed-off-by: Mathew McBride --- drivers/rtc/Kconfig | 1 + drivers/rtc/rx8025.c | 80

Re: [ANN] U-Boot v2021.10-rc4 released

2021-09-17 Thread Christophe Leroy
Hi Tom, Le 15/09/2021 à 01:01, Tom Rini a écrit : Hey all, Alright, I'm a day late, but, here's v2021.10-rc4. We've had a few regressions pop up of late, unfortunately. I've pushed the fix for (what I believe are) existing FIT images showing a problem where we calculated the crc32 wrong.

<    1   2