From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Sat, 16 Feb 2013 02:04:12 +0000 Subject: Re: [PATCH v2] fbdev: Add Renesas vdc4 framebuffer driver Message-Id: <20130216020412.GA3637@verge.net.au> List-Id: References: <1347267372-22949-1-git-send-email-phil.edworthy@renesas.com> In-Reply-To: <1347267372-22949-1-git-send-email-phil.edworthy@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org On Fri, Oct 05, 2012 at 05:34:54PM +0100, phil.edworthy@renesas.com wrote: > Hi, > > Any news on this patch? Phil, did this patch get merged in the end? > > Thanks > Phil > > > From: Jingoo Han > > To: "'Phil Edworthy'" , > > Cc: "'Florian Tobias Schandinat'" , linux- > > fbdev@vger.kernel.org, linux-sh@vger.kernel.org, "'Jingoo Han'" > > > > Date: 11/09/2012 03:31 > > Subject: Re: [PATCH v2] fbdev: Add Renesas vdc4 framebuffer driver > > > > On Monday, September 10, 2012 5:56 PM Phil Edworthy wrote > > > > > > The vdc4 display hardware is found on the sh7269 device. > > > > > > Signed-off-by: Phil Edworthy > > > > > > Reviewed-by: Jingoo Han > > > > Best regards, > > Jingoo Han > > > > > > > --- > > > v2: > > > * Use devm_ variants of clk_get, ioremap_nocache, request_irq. > > > * Replace spaces with tabs. > > > * Check ren_vdc4_start return value. > > > * Fix headers used. > > > > > > drivers/video/Kconfig | 10 + > > > drivers/video/Makefile | 1 + > > > drivers/video/ren_vdc4fb.c | 641 +++++++++++++++++++++++++++++++ > > +++++++++++++ > > > include/video/ren_vdc4fb.h | 19 ++ > > > 4 files changed, 671 insertions(+), 0 deletions(-) > > > create mode 100644 drivers/video/ren_vdc4fb.c > > > create mode 100644 include/video/ren_vdc4fb.h > > > > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >