Re: [PATCH] rockchip: efuse: fix rk3399 reading multiple values

2023-04-20 Thread Jonas Karlman
On 2023-04-20 13:16, John Keeping wrote: > On Mon, Apr 17, 2023 at 06:58:30PM +0100, John Keeping wrote: >> On Mon, Apr 17, 2023 at 05:39:24PM +, Jonas Karlman wrote: >>> On 2023-04-17 18:09, John Keeping wrote: Update rk3399 to match the pattern in the other device-specific

Re: [PATCH] rockchip: efuse: fix rk3399 reading multiple values

2023-04-20 Thread John Keeping
On Mon, Apr 17, 2023 at 06:58:30PM +0100, John Keeping wrote: > On Mon, Apr 17, 2023 at 05:39:24PM +, Jonas Karlman wrote: > > On 2023-04-17 18:09, John Keeping wrote: > > > Update rk3399 to match the pattern in the other device-specific > > > implementations to ensure the previous address is

Re: [PATCH] rockchip: efuse: fix rk3399 reading multiple values

2023-04-18 Thread Jonas Karlman
On 2023-04-17 20:19, Jonas Karlman wrote: > On 2023-04-17 19:58, John Keeping wrote: >> On Mon, Apr 17, 2023 at 05:39:24PM +, Jonas Karlman wrote: >>> On 2023-04-17 18:09, John Keeping wrote: Update rk3399 to match the pattern in the other device-specific implementations to ensure

Re: [PATCH] rockchip: efuse: fix rk3399 reading multiple values

2023-04-17 Thread Jonas Karlman
On 2023-04-17 19:58, John Keeping wrote: > On Mon, Apr 17, 2023 at 05:39:24PM +, Jonas Karlman wrote: >> On 2023-04-17 18:09, John Keeping wrote: >>> Update rk3399 to match the pattern in the other device-specific >>> implementations to ensure the previous address is cleared when reading >>>

Re: [PATCH] rockchip: efuse: fix rk3399 reading multiple values

2023-04-17 Thread John Keeping
On Mon, Apr 17, 2023 at 05:39:24PM +, Jonas Karlman wrote: > On 2023-04-17 18:09, John Keeping wrote: > > Update rk3399 to match the pattern in the other device-specific > > implementations to ensure the previous address is cleared when reading > > multiple blocks. > > Does this fix a real

Re: [PATCH] rockchip: efuse: fix rk3399 reading multiple values

2023-04-17 Thread Jonas Karlman
Hi John, On 2023-04-17 18:09, John Keeping wrote: > Update rk3399 to match the pattern in the other device-specific > implementations to ensure the previous address is cleared when reading > multiple blocks. Does this fix a real issue for you? Compared to the other device-specific

[PATCH] rockchip: efuse: fix rk3399 reading multiple values

2023-04-17 Thread John Keeping
Update rk3399 to match the pattern in the other device-specific implementations to ensure the previous address is cleared when reading multiple blocks. Signed-off-by: John Keeping --- drivers/misc/rockchip-efuse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git