On Mon, Jul 02, 2018 at 12:27:18PM +0200, Heiko Stuebner wrote: > From: huang lin > > Refactor Innolux P079ZCA panel driver, let it support > multi panels from Innolux that share similar power sequences. > > Panels may require different power supplies so use regulator bulk > interfaces and define per panel supply-names. > > Changes in v2: > - Change regulator property name to meet the panel datasheet > Changes in v3: > - this patch only refactor P079ZCA panel to support multi panel, > support P097PFG panel in another patch > Changes in v4: > - Modify the patch which suggest by Thierry > Changes in v5: > - use regulator_bulk to handle different supply number > > Signed-off-by: Lin Huang > Signed-off-by: Heiko Stuebner > --- > drivers/gpu/drm/panel/panel-innolux-p079zca.c | 143 ++++++++++++------ > 1 file changed, 100 insertions(+), 43 deletions(-) Applied with minor changes, see below. > diff --git a/drivers/gpu/drm/panel/panel-innolux-p079zca.c b/drivers/gpu/drm/panel/panel-innolux-p079zca.c > index bb53e0850764..840ad4a6a6a6 100644 > --- a/drivers/gpu/drm/panel/panel-innolux-p079zca.c > +++ b/drivers/gpu/drm/panel/panel-innolux-p079zca.c > @@ -20,12 +20,29 @@ > > #include