u-boot/drivers/pinctrl/exynos
Sam Protsenko 5bf111b77c pinctrl: exynos: Convert to use livetree API for fdt access
Use counterpart dev_read_* functions instead of fdt* ones. It fixes
checkpatch warnings like this:

    WARNING: Use the livetree API (dev_read_...)
    #54: FILE: drivers/pinctrl/exynos/pinctrl-exynos.c:137:
        pinvals[idx] = fdtdec_get_int(fdt, node,

and also makes it possible to avoid using the global data pointer in the
driver.

No functional change.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2024-01-09 10:59:28 -05:00
..
Kconfig SoC: exynos: add support for exynos 78x0 2021-10-31 11:25:39 -04:00
Makefile SoC: exynos: add support for exynos 78x0 2021-10-31 11:25:39 -04:00
pinctrl-exynos.c pinctrl: exynos: Convert to use livetree API for fdt access 2024-01-09 10:59:28 -05:00
pinctrl-exynos.h pinctrl: exynos: Support different register types in pin banks 2024-01-09 10:59:28 -05:00
pinctrl-exynos78x0.c exynos78x0: pinctrl: set const to structs 2021-11-09 14:07:46 +09:00
pinctrl-exynos7420.c pinctrl: exynos: Support different register types in pin banks 2024-01-09 10:59:28 -05:00