]> www.infradead.org Git - users/jedix/linux-maple.git/commit
remoteproc: keystone: Use syscon_regmap_lookup_by_phandle_args
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 11 Jan 2025 18:42:52 +0000 (19:42 +0100)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Wed, 15 Jan 2025 17:03:48 +0000 (10:03 -0700)
commitfed4ec7442eb0e37eefae4a9602d9d93335f251c
tree5eafd41f8bbdad01ff211004f9c7675b361967e1
parent266ce6e408c91a54f01175f496d6f2fe682900fb
remoteproc: keystone: Use syscon_regmap_lookup_by_phandle_args

Use syscon_regmap_lookup_by_phandle_args() which is a wrapper over
syscon_regmap_lookup_by_phandle() and getting the 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>
Link: https://lore.kernel.org/r/20250111-b4-syscon-phandle-args-remoteproc-v1-4-73ed6fafa1e3@linaro.org
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/keystone_remoteproc.c