Re: [PATCH 6/6] rockchip: rk3506: Use FIELD_PREP_WM16 macro
Simon Glass <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <CAFLszTgbOQNzDvBtQQvYEqsXuNxKhwWQU=kUJnY4kFnRsxwcEQ__11057.4382984609$1786210806$gmane$org@mail.gmail.com> |
On 2026-08-03T19:09:38, Jonas Karlman <[email protected]> wrote: > rockchip: rk3506: Use FIELD_PREP_WM16 macro > > Change to use writel() together with the FIELD_PREP_WM16() macro instead > of using the rk_clrreg() macro or custom write-enable bit handling. > > No change in behavior is expected due to this code style change. > > Signed-off-by: Jonas Karlman <[email protected]> > > arch/arm/mach-rockchip/rk3506/rk3506.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) Reviewed-by: Simon Glass <[email protected]>