Re: [U-Boot] [PATCH] video: mxsfb: Support data-enable and pixclock polarity

2018-06-21 Thread Michael Nazzareno Trimarchi
Hi On Thu, Jun 21, 2018 at 9:17 AM, Anatolij Gustschin wrote: > Hi Michael, > > On Wed, 20 Jun 2018 22:55:55 +0200 > Michael Trimarchi mich...@amarulasolutions.com wrote: > >> Add extra feature to support data-enable and clock-polarity >> >> Signed-off-by: Michael Trimarchi >> --- >>

Re: [U-Boot] [PATCH] video: mxsfb: Support data-enable and pixclock polarity

2018-06-21 Thread Anatolij Gustschin
Hi Michael, On Wed, 20 Jun 2018 22:55:55 +0200 Michael Trimarchi mich...@amarulasolutions.com wrote: > Add extra feature to support data-enable and clock-polarity > > Signed-off-by: Michael Trimarchi > --- > drivers/video/mxsfb.c | 21 ++--- > 1 file changed, 18 insertions(+),

[U-Boot] [PATCH] video: mxsfb: Support data-enable and pixclock polarity

2018-06-20 Thread Michael Trimarchi
Add extra feature to support data-enable and clock-polarity Signed-off-by: Michael Trimarchi --- drivers/video/mxsfb.c | 21 ++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c index 02fde05..4e3e3d7 100644 ---