Files
u-boot/drivers
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
..
2023-05-02 14:23:58 -04:00
2023-10-11 10:35:24 -04:00
2023-11-12 16:45:03 +00:00
2023-01-20 12:27:24 -05:00
2023-11-02 17:45:53 +08:00
2023-12-01 16:01:59 +01:00
2023-04-25 15:31:28 -04:00