2023-11-26 06:58:43

by Helge Deller

[permalink] [raw]
Subject: [GIT PULL] fbdev fixes and updates for v6.7-rc3

Hi Linus,

please pull some small fbdev fixes for 6.7-rc3.

A left margin fix and code cleanups in imxfb, and one
sparse warning fix in fsl-diu-fb.

Thanks,
Helge

---

The following changes since commit ffc253263a1375a65fa6c9f62a893e9767fbebfa:

Linux 6.6 (2023-10-29 16:31:08 -1000)

are available in the Git repository at:

http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.7-rc3

for you to fetch changes up to 64a1aed0aa07698d12deca9b7821ea77762ff328:

fbdev: mmp: Fix typo and wording in code comment (2023-11-25 09:54:41 +0100)

----------------------------------------------------------------
fbdev fixes and cleanups for 6.7-rc3:

- fix left margin settings in imxfb
- sparse warning fix in fsl-diu-fb
- lots of code cleanups in imxfb

----------------------------------------------------------------
Dario Binacchi (11):
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
fbdev: mmp: Fix typo and wording in code comment

Stanislav Kinsburskii (1):
fbdev: fsl-diu-fb: Fix sparse warning due to virt_to_phys() prototype change

drivers/video/fbdev/fsl-diu-fb.c | 2 +-
drivers/video/fbdev/imxfb.c | 179 ++++++++++++++++++++---------------
drivers/video/fbdev/mmp/hw/mmp_spi.c | 2 +-
3 files changed, 104 insertions(+), 79 deletions(-)


2023-11-26 16:31:23

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] fbdev fixes and updates for v6.7-rc3

On Sat, 25 Nov 2023 at 22:58, Helge Deller <[email protected]> wrote:
>
> please pull some small fbdev fixes for 6.7-rc3.

These all seem to be pure cleanups, not bug fixes.

Please resend during the merge window.

Linus

2023-11-26 16:42:29

by Helge Deller

[permalink] [raw]
Subject: Re: [GIT PULL] fbdev fixes and updates for v6.7-rc3

On 11/26/23 17:29, Linus Torvalds wrote:
> On Sat, 25 Nov 2023 at 22:58, Helge Deller <[email protected]> wrote:
>>
>> please pull some small fbdev fixes for 6.7-rc3.
>
> These all seem to be pure cleanups, not bug fixes.

Well, at least:
- fbdev: imxfb: fix left margin setting
is a bug fix,

and:
- fbdev: fsl-diu-fb: Fix sparse warning due to virt_to_phys() prototype change
pops up in in multiple sparse reports.

> Please resend during the merge window.

I'll do.

Thanks!
Helge