]> git.baikalelectronics.ru Git - kernel.git/commit
drm/sun4i: hdmi: Use more portable I/O helpers
authorSamuel Holland <samuel@sholland.org>
Sun, 24 Apr 2022 16:26:22 +0000 (11:26 -0500)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 26 Apr 2022 12:23:47 +0000 (14:23 +0200)
commit80b27336d3b7568cbaf4aae90a605f914983b319
tree587acddd7780f6a32ec0b6c329012da6c82a4479
parent8fce1a2108e8a0476bfe342f1303ab2588799864
drm/sun4i: hdmi: Use more portable I/O helpers

readsb/writesb are unavailable on some architectures. In preparation for
removing the Kconfig architecture dependency, switch to the equivalent
but more portable ioread/write8_rep helpers.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220424162633.12369-5-samuel@sholland.org
drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c