Re: [PATCH v1 3/8] phy: get rid of raw hex values

2023-10-03 Thread neil . armstrong
On 02/10/2023 18:58, Alexey Romanov wrote: It is better to use defines instead of write raw hex values in regmap. Signed-off-by: Alexey Romanov --- drivers/phy/meson-g12a-usb2.c | 161 -- 1 file changed, 153 insertions(+), 8 deletions(-) diff --git a/drivers/

[PATCH v1 3/8] phy: get rid of raw hex values

2023-10-02 Thread Alexey Romanov
It is better to use defines instead of write raw hex values in regmap. Signed-off-by: Alexey Romanov --- drivers/phy/meson-g12a-usb2.c | 161 -- 1 file changed, 153 insertions(+), 8 deletions(-) diff --git a/drivers/phy/meson-g12a-usb2.c b/drivers/phy/meson-g12a-