]> Gentwo Git Trees - linux/.git/commit
spi: gpio: Make use of device properties
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 17 May 2024 19:42:01 +0000 (22:42 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 27 May 2024 00:33:30 +0000 (01:33 +0100)
commit04518cd88776721960aff724049138a8bd929c59
treec522e3f1eac8166c21d1bcd183c04d0f51f16762
parentf44b3730b038363475a3f84bee2038d8b6448ed8
spi: gpio: Make use of device properties

Convert the module to be property provider agnostic and allow
it to be used on non-OF platforms.

Include mod_devicetable.h explicitly to replace the dropped of.h
which included mod_devicetable.h indirectly.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://msgid.link/r/20240517194246.747427-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-gpio.c