2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/video/fbdev/omap2/omapfb
Krzysztof Kozlowski 3a48b38f48 fbdev: omapfb: Use syscon_regmap_lookup_by_phandle_args
Use syscon_regmap_lookup_by_phandle_args() which is a wrapper over
syscon_regmap_lookup_by_phandle() combined with getting the syscon
argument.  Except simpler code this annotates within one line that given
phandle has arguments, so grepping for code would be easier.

There is also no real benefit in printing errors on missing syscon
argument, because this is done just too late: runtime check on
static/build-time data.  Dtschema and Devicetree bindings offer the
static/build-time check for this already.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Helge Deller <deller@gmx.de>
2025-01-12 18:12:35 +01:00
..
displays Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2024-11-04 14:25:33 +10:00
dss fbdev: omapfb: Use syscon_regmap_lookup_by_phandle_args 2025-01-12 18:12:35 +01:00
Kconfig fbdev/omapfb: Initialize fb_ops to fbdev I/O-memory helpers 2023-10-19 12:55:57 +02:00
Makefile omapfb: rename omap2 module to omap2fb.ko 2018-07-24 19:11:27 +02:00
omapfb-ioctl.c fbdev: Use fallthrough pseudo-keyword 2020-08-03 21:38:37 +02:00
omapfb-main.c fbdev: Switch back to struct platform_driver::remove() 2024-10-08 21:47:18 +02:00
omapfb-sysfs.c fbdev: omapfb: Use kstrtobool() instead of strtobool() 2023-01-16 09:37:31 +01:00
omapfb.h fbdev: omapfb: avoid -Wempty-body warning 2021-03-22 15:02:14 +01:00
vrfb.c fbdev: omapfb: Drop unused remove function 2023-11-07 14:42:34 +01:00