Message ID | 20231111104225.136512-1-dario.binacchi@amarulasolutions.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix left margin setup and code cleanup | expand |
On 11/11/23 11:41, Dario Binacchi wrote: > This series was created with the intention of fixing the left margin > setting. At the same time, I made some changes with the aim of making > the code more readable, as well as removing the errors/warnings > reported by checkpatch. applied to fbdev for-next git tree. Thanks! Helge > > Dario Binacchi (10): > fbdev: imxfb: fix left margin setting > fbdev: imxfb: move PCR bitfields near their offset > fbdev: imxfb: use BIT, FIELD_{GET,PREP} and GENMASK macros > fbdev: imxfb: replace some magic numbers with constants > fbdev: imxfb: add missing SPDX tag > fbdev: imxfb: drop ftrace-like logging > fbdev: imxfb: add missing spaces after ',' > fbdev: imxfb: Fix style warnings relating to printk() > fbdev: imxfb: use __func__ for function name > fbdev: imxfb: add '*/' on a separate line in block comment > > drivers/video/fbdev/imxfb.c | 179 ++++++++++++++++++++---------------- > 1 file changed, 102 insertions(+), 77 deletions(-) >