mbox series

[RESEND,GIT,PULL] exynos-drm-next

Message ID 20240909004641.406858-1-inki.dae@samsung.com
State New
Headers show
Series [RESEND,GIT,PULL] exynos-drm-next | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-next-for-v6.12

Message

Inki Dae Sept. 9, 2024, 12:46 a.m. UTC
Hi Dave and Daniel,

   Just three cleanups and one fixup.

Please kindly let me know if there is any problem.

Thanks,
Inki Dae

The following changes since commit e066e9aa4d9c869c92d1d03647472e4ce96c0919:

  MAINATINERS: update drm maintainer contacts (2024-09-03 20:07:57 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-next-for-v6.12

for you to fetch changes up to 94ebc3d3235c5c516f67315059ce657e5090e94b:

  drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind() (2024-09-06 16:08:30 +0900)

----------------------------------------------------------------
Three cleanups
- Drop stale exynos file pattern from MAINTAINERS file
  The old "exynos" directory is removed from MAINTAINERS as Samsung Exynos
  display bindings have been relocated. This resolves a warning
  from get_maintainers.pl about no files matching the outdated directory.

- Constify struct exynos_drm_ipp_funcs
  By making struct exynos_drm_ipp_funcs constant, the patch enhances
  security by moving the structure to a read-only section of memory.
  This change results in a slight reduction in the data section size.

- Remove unnecessary code
  The function exynos_atomic_commit is removed as it became redundant
  after a previous update. This cleans up the code and eliminates
  unused function declarations.

One fixup
- Fix wrong assignment in gsc_bind()
  A double assignment in gsc_bind() was flagged by the cocci tool and
  corrected to fix an incorrect assignment, addressing a potential issue
  introduced in a prior commit.

----------------------------------------------------------------
Christophe JAILLET (1):
      drm/exynos: Constify struct exynos_drm_ipp_funcs

Krzysztof Kozlowski (1):
      dt-bindings: MAINTAINERS: drop stale exynos file pattern

Kwanghoon Son (1):
      drm/exynos: Remove unnecessary code

Yuesong Li (1):
      drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind()

 MAINTAINERS                                | 1 -
 drivers/gpu/drm/exynos/exynos_drm_drv.h    | 4 ----
 drivers/gpu/drm/exynos/exynos_drm_fimc.c   | 2 +-
 drivers/gpu/drm/exynos/exynos_drm_gsc.c    | 4 ++--
 drivers/gpu/drm/exynos/exynos_drm_scaler.c | 2 +-
 5 files changed, 4 insertions(+), 9 deletions(-)