]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i2c: qup: use generic device property accessors
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 8 Oct 2024 16:09:47 +0000 (18:09 +0200)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Sun, 24 Nov 2024 15:03:50 +0000 (16:03 +0100)
commit50b9d43e6ceaaaa59c54c95aca5f8dfc862fe48e
tree02cadb05218c4cfa6d7e12e3c1c20ae60972cf6a
parent9f16d5e6f220661f73b36a4be1b21575651d8833
i2c: qup: use generic device property accessors

There's no reason for this driver to use OF-specific property helpers.
Drop the last one in favor of the generic variant and no longer include
of.h.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
drivers/i2c/busses/i2c-qup.c