linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] fbdev fixes and updates for v6.7-rc3
@ 2023-11-26  6:58 Helge Deller
  2023-11-26 16:29 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Helge Deller @ 2023-11-26  6:58 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-fbdev, dri-devel

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] fbdev fixes and updates for v6.7-rc3
  2023-11-26  6:58 [GIT PULL] fbdev fixes and updates for v6.7-rc3 Helge Deller
@ 2023-11-26 16:29 ` Linus Torvalds
  2023-11-26 16:42   ` Helge Deller
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2023-11-26 16:29 UTC (permalink / raw)
  To: Helge Deller; +Cc: linux-kernel, linux-fbdev, dri-devel

On Sat, 25 Nov 2023 at 22:58, Helge Deller <deller@gmx.de> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] fbdev fixes and updates for v6.7-rc3
  2023-11-26 16:29 ` Linus Torvalds
@ 2023-11-26 16:42   ` Helge Deller
  0 siblings, 0 replies; 3+ messages in thread
From: Helge Deller @ 2023-11-26 16:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fbdev, dri-devel

On 11/26/23 17:29, Linus Torvalds wrote:
> On Sat, 25 Nov 2023 at 22:58, Helge Deller <deller@gmx.de> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-26 16:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-26  6:58 [GIT PULL] fbdev fixes and updates for v6.7-rc3 Helge Deller
2023-11-26 16:29 ` Linus Torvalds
2023-11-26 16:42   ` Helge Deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).