Re: [PATCH] drm: lima: Add support for multiple reset lines

2019-10-05 Thread Qiang Yu
On Wed, Oct 2, 2019 at 2:29 AM John Stultz wrote: > > From: Peter Griffin > > Some SoCs like HiKey have 2 reset lines, so update > to use the devm_reset_control_array_* variant of the > API so that multiple resets can be specified in DT. > > Cc: Qiang Yu > Cc: David Airlie > Cc: Daniel Vetter

[PATCH] drm: lima: Add support for multiple reset lines

2019-10-01 Thread John Stultz
From: Peter Griffin Some SoCs like HiKey have 2 reset lines, so update to use the devm_reset_control_array_* variant of the API so that multiple resets can be specified in DT. Cc: Qiang Yu Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org Cc: l...@lists.freedesktop.org Si