linux/drivers/w1/masters
Rob Herring efc19c44aa w1: amd_axi_w1: Explicitly include correct DT includes
The DT of_device.h and of_platform.h date back to the separate
of_platform_bus_type before it was merged into the regular platform bus.
As part of that merge prepping Arm DT support 13 years ago, they
"temporarily" include each other. They also include platform_device.h
and of.h. As a result, there's a pretty much random mix of those include
files used throughout the tree. In order to detangle these headers and
replace the implicit includes with struct declarations, users need to
explicitly include the correct includes.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20231207163318.2727816-1-robh@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
2023-12-08 08:35:25 +01:00
..
amd_axi_w1.c w1: amd_axi_w1: Explicitly include correct DT includes 2023-12-08 08:35:25 +01:00
ds2482.c w1: ds2482: Switch back to use struct i2c_driver's .probe() 2023-09-13 10:48:42 +02:00
ds2490.c w1: minor white-space and code style fixes 2023-04-20 14:15:06 +02:00
Kconfig w1: Add AXI 1-wire host driver for AMD programmable logic IP core 2023-11-15 22:04:06 +01:00
Makefile w1: Add AXI 1-wire host driver for AMD programmable logic IP core 2023-11-15 22:04:06 +01:00
matrox_w1.c w1: matrox: remove unnecessary ENOMEM messages 2023-04-20 14:15:07 +02:00
mxc_w1.c w1: mxc_w1: Fix timeout resolution problem leading to bus error 2020-10-02 15:53:25 +02:00
omap_hdq.c w1: omap-hdq: remove unnecessary ENOMEM messages 2023-04-20 14:15:07 +02:00
sgi_w1.c w1: sgi: move from strlcpy with unused retval to strscpy 2023-05-08 08:14:49 +02:00
w1-gpio.c w1: gpio: rename pointer to driver data from pdata to ddata 2023-12-07 14:28:36 +01:00