summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>2025-08-06 20:55:51 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2025-08-11 11:44:40 +0200
commita3455a0c24834eaa20f032b214d53b1607d60073 (patch)
tree834519e7123fac652ae5b18a158dbbc585f4bf71 /scripts/stackusage
parent27c76cc93c6c2ee6c0d7fec6dedc1214a977e66f (diff)
downloadkernel-a3455a0c24834eaa20f032b214d53b1607d60073.tar.gz
pinctrl: renesas: rzg2l: Unify OEN access by making pin-to-bit mapping configurable
Refactor the RZG2L pinctrl driver to support reuse of the common rzg2l_read_oen() and rzg2l_write_oen() helpers across SoCs with different output-enable (OEN) bit mappings. Introduce a new `pin_to_oen_bit` callback in `struct rzg2l_pinctrl_data` to allow SoCs to provide custom logic for mapping a pin to its OEN bit. Update the generic OEN read/write paths to use this callback when present. With this change, SoCs like RZ/G3S can reuse the common OEN handling code by simply supplying their own `pin_to_oen_bit` implementation. The previously duplicated `rzg3s_oen_read()` and `rzg3s_oen_write()` functions are now removed. This improves maintainability and prepares the driver for supporting future SoCs with minimal duplication. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/20250806195555.1372317-4-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
istro/kernel/commit/drivers/gpu/drm/exynos/exynos_drm_encoder.c?h=linux-6.6.y&id=38bb5253a95f2eb8cb765b7ab88aac686de6cb12'>drm/exynos: Remove redundant error messagesSachin Kamat 2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho 2013-01-04drm/exynos: change file license to GPLInki Dae 2012-12-13drm/exynos: make wait_for_vblank a manager opPrathyush K 2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie 2012-12-05drm/exynos: make sure that overlay data are updatedInki Dae 2012-11-29drm/exynos: Fix potential NULL pointer dereference in exynos_drm_encoder.cSachin Kamat 2012-11-29drm/exynos: fix overlay updating issueInki Dae 2012-11-22drm/exynos: Fix potential NULL pointer dereference in exynos_drm_encoder.cSachin Kamat 2012-11-22drm/exynos: fix overlay updating issueInki Dae 2012-10-31drm/exynos: fix display on issueInki Dae 2012-10-07Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie 2012-10-04drm/exynos: fix display power call issue.Inki Dae 2012-10-04drm/exynos: Disable plane when releasedInki Dae 2012-10-04drm/exynos: update crtc to plane safelyInki Dae 2012-10-04drm/exynos: add wait_for_vblank callback interface.Inki Dae 2012-10-04drm/exynos: fixed duplicated mode setting.Inki Dae 2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells 2012-07-27drm/exynos: add plane enable/disableJoonyoung Shim 2012-07-27drm/exynos: remove unnecessary connector dpms controlJoonyoung Shim 2012-07-27drm/exynos: fix dpms operation for mode setJoonyoung Shim 2012-07-27drm/exynos: update overlay via plane from crtcJoonyoung Shim 2012-07-27drm/exynos: fix to set pipe of crtcJoonyoung Shim 2012-07-27drm/exynos: fix point to call overlay_ops->mode_setJoonyoung Shim 2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart 2012-06-05drm/exynos: Remove dummy encoder get_crtc operation implementationLaurent Pinchart 2012-03-21drm/exynos: added virtual display driver.Inki Dae 2012-03-20drm/exynos: remove module of exynos drm subdrvJoonyoung Shim 2012-03-20drm/exynos: added mode_fixup feature and code clean.Inki Dae 2012-02-16drm/exynos: added possible_clones setup function.Inki Dae