Hi Yang, On Wed, Aug 16, 2023 at 11:43 AM Yang Yingliang <yangyingliang@xxxxxxxxxx> wrote: > Change legacy name master to modern name host. > > No functional changed. > > Signed-off-by: Yang Yingliang <yangyingliang@xxxxxxxxxx> Thanks for your patch! > --- a/drivers/spi/spi-rzv2m-csi.c > +++ b/drivers/spi/spi-rzv2m-csi.c > @@ -41,7 +41,7 @@ > #define CSI_CLKSEL_CKP BIT(17) > #define CSI_CLKSEL_DAP BIT(16) > #define CSI_CLKSEL_MODE (CSI_CLKSEL_CKP|CSI_CLKSEL_DAP) > -#define CSI_CLKSEL_SLAVE BIT(15) > +#define CSI_CLKSEL_TARGET BIT(15) Please do not change this register bit definition, as its name matches Rev. 1.30 of the RZ/V2M Hardware User's Manual. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds