Re: [PATCH 5/5] treewide: use dev_read_addr_*_ptr() where appropriate

2023-10-13 Thread Simon Glass
On Wed, 27 Sept 2023 at 07:34, Matthias Schiffer wrote: > > A follow-up to commit 842fb5de424e > ("drivers: use devfdt_get_addr_size_index_ptr when cast to pointer") > and commit 320a1938b6f7 > ("drivers: use devfdt_get_addr_index_ptr when cast to pointer"). > > In addition to using the *_ptr vari

Re: [PATCH 5/5] treewide: use dev_read_addr_*_ptr() where appropriate

2023-10-01 Thread Simon Glass
On Wed, 27 Sept 2023 at 07:34, Matthias Schiffer wrote: > > A follow-up to commit 842fb5de424e > ("drivers: use devfdt_get_addr_size_index_ptr when cast to pointer") > and commit 320a1938b6f7 > ("drivers: use devfdt_get_addr_index_ptr when cast to pointer"). > > In addition to using the *_ptr vari

[PATCH 5/5] treewide: use dev_read_addr_*_ptr() where appropriate

2023-09-27 Thread Matthias Schiffer
A follow-up to commit 842fb5de424e ("drivers: use devfdt_get_addr_size_index_ptr when cast to pointer") and commit 320a1938b6f7 ("drivers: use devfdt_get_addr_index_ptr when cast to pointer"). In addition to using the *_ptr variants of these functions where the address is cast to a pointer, this a