Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752751AbaFWMBw (ORCPT ); Mon, 23 Jun 2014 08:01:52 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:33833 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751307AbaFWMBv (ORCPT ); Mon, 23 Jun 2014 08:01:51 -0400 Message-ID: <53A81720.2050507@ti.com> Date: Mon, 23 Jun 2014 15:01:36 +0300 From: Tomi Valkeinen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Franck Jullien , , CC: , Subject: Re: [PATCH] video: OF display-timings support for ocfb References: <1402517871-27503-1-git-send-email-franck.jullien@gmail.com> In-Reply-To: <1402517871-27503-1-git-send-email-franck.jullien@gmail.com> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LUBlqihxMeIloFGaSAW0U7sMEWr3QGKVu" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --LUBlqihxMeIloFGaSAW0U7sMEWr3QGKVu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 11/06/14 23:17, Franck Jullien wrote: > Signed-off-by: Franck Jullien > --- > drivers/video/fbdev/Kconfig | 2 ++ > drivers/video/fbdev/ocfb.c | 31 ++++++++++++++++++++++++++----- > 2 files changed, 28 insertions(+), 5 deletions(-) You need to add binding documentation if you add new things to the driver's DT support. Actually, we seem to be missing the the binding documentation totally, even if the driver has 'of_device_id' table... > diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig > index e1f4727..b4ac6bb 100644 > --- a/drivers/video/fbdev/Kconfig > +++ b/drivers/video/fbdev/Kconfig > @@ -942,6 +942,8 @@ config FB_OPENCORES > select FB_CFB_FILLRECT > select FB_CFB_COPYAREA > select FB_CFB_IMAGEBLIT > + select VIDEOMODE_HELPERS > + select FB_MODE_HELPERS > help > This enables support for the OpenCores VGA/LCD core. > =20 > diff --git a/drivers/video/fbdev/ocfb.c b/drivers/video/fbdev/ocfb.c > index 7f9dc9b..6d15565 100644 > --- a/drivers/video/fbdev/ocfb.c > +++ b/drivers/video/fbdev/ocfb.c > @@ -22,6 +22,8 @@ > #include > #include > =20 > +#include