linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: deller@gmx.de, sam@ravnborg.org, javierm@redhat.com
Cc: dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org,
	Thomas Zimmermann <tzimmermann@suse.de>
Subject: [PATCH 0/4] fbdev: Rename helpers for struct fb_ops
Date: Sat, 29 Jul 2023 21:26:45 +0200	[thread overview]
Message-ID: <20230729193157.15446-1-tzimmermann@suse.de> (raw)

As discussed at [1], rename helpers for struct fb_ops to include
'MEM' in their name to signal that these helpers operate on a
certain type of memory address; either I/O, system or DMA-able
ranges. These are trival renames without any functional changes.

[1] https://lore.kernel.org/dri-devel/1ab418ae-592f-4347-fa75-bf9b00115afe@gmx.de/T/#mcb92691d6131333782cc83190a5fc00bd575a0c5

Thomas Zimmermann (4):
  fbdev: Use _IOMEM_ infix for I/O-memory helpers
  fbdev: Use _SYSMEM_ infix for system-memory helpers
  fbdev: Use _DMAMEM_ infix for DMA-memory helpers
  fbdev: Align deferred I/O with naming of helpers

 drivers/gpu/drm/Kconfig                    |  4 ++--
 drivers/gpu/drm/armada/Kconfig             |  2 +-
 drivers/gpu/drm/armada/armada_fbdev.c      |  2 +-
 drivers/gpu/drm/drm_fbdev_dma.c            |  4 ++--
 drivers/gpu/drm/drm_fbdev_generic.c        |  6 ++---
 drivers/gpu/drm/exynos/Kconfig             |  2 +-
 drivers/gpu/drm/exynos/exynos_drm_fbdev.c  |  4 ++--
 drivers/gpu/drm/gma500/Kconfig             |  2 +-
 drivers/gpu/drm/gma500/fbdev.c             |  4 ++--
 drivers/gpu/drm/i915/Kconfig               |  2 +-
 drivers/gpu/drm/i915/display/intel_fbdev.c |  6 ++---
 drivers/gpu/drm/msm/Kconfig                |  2 +-
 drivers/gpu/drm/msm/msm_fbdev.c            |  6 ++---
 drivers/gpu/drm/omapdrm/Kconfig            |  2 +-
 drivers/gpu/drm/omapdrm/omap_fbdev.c       |  4 ++--
 drivers/gpu/drm/radeon/Kconfig             |  2 +-
 drivers/gpu/drm/radeon/radeon_fbdev.c      |  2 +-
 drivers/gpu/drm/tegra/Kconfig              |  2 +-
 drivers/gpu/drm/tegra/fbdev.c              |  4 ++--
 drivers/video/fbdev/Kconfig                | 10 ++++-----
 drivers/video/fbdev/broadsheetfb.c         |  6 ++---
 drivers/video/fbdev/core/Kconfig           | 10 ++++-----
 drivers/video/fbdev/hecubafb.c             |  6 ++---
 drivers/video/fbdev/metronomefb.c          |  6 ++---
 drivers/video/fbdev/ssd1307fb.c            |  6 ++---
 drivers/video/fbdev/xen-fbfront.c          |  6 ++---
 include/linux/fb.h                         | 26 +++++++++++-----------
 27 files changed, 69 insertions(+), 69 deletions(-)


base-commit: fba8a13ec9ae1a7175cc0dda7235b3d2df0f0f90
-- 
2.41.0


             reply	other threads:[~2023-07-29 19:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-29 19:26 Thomas Zimmermann [this message]
2023-07-29 19:26 ` [PATCH 1/4] fbdev: Use _IOMEM_ infix for I/O-memory helpers Thomas Zimmermann
2023-07-29 19:26 ` [PATCH 2/4] fbdev: Use _SYSMEM_ infix for system-memory helpers Thomas Zimmermann
2023-07-29 19:26 ` [PATCH 3/4] fbdev: Use _DMAMEM_ infix for DMA-memory helpers Thomas Zimmermann
2023-07-30 16:20   ` Helge Deller
2023-07-31  7:30     ` Thomas Zimmermann
2023-07-31  7:53       ` Helge Deller
2023-07-29 19:26 ` [PATCH 4/4] fbdev: Align deferred I/O with naming of helpers Thomas Zimmermann
2023-07-30  8:53 ` [PATCH 0/4] fbdev: Rename helpers for struct fb_ops Sam Ravnborg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230729193157.15446-1-tzimmermann@suse.de \
    --to=tzimmermann@suse.de \
    --cc=deller@gmx.de \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=javierm@redhat.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=sam@ravnborg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).