]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: greybus: arche-apb-ctrl.c: Switch to the gpio descriptor interface
authorNishad Kamdar <nishadkamdar@gmail.com>
Mon, 14 Jan 2019 14:57:31 +0000 (20:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jan 2019 15:18:14 +0000 (16:18 +0100)
commitfbacec8f2a0e05dd72de475224f3ab1c705c70fb
tree05ac932b9740cec160f236de8550fd6950199f59
parente28dd69ee81be1ce44cc96a61a2172fc503944a4
staging: greybus: arche-apb-ctrl.c: Switch to the gpio descriptor interface

Use the gpiod interface instead of the deprecated old non-descriptor
interface while continuing to ignore gpio flags from device tree in
functions "deassert_reset()" and "assert_reset()" for now.

Reviewed-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/arche-apb-ctrl.c