From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 23 Sep 2016 23:05:00 +0200 Subject: [U-Boot] [PATCH 1/2] at91: video: Support driver-model for the HLCD driver In-Reply-To: <1470641688-26363-2-git-send-email-songjun.wu@microchip.com> References: <1470641688-26363-1-git-send-email-songjun.wu@microchip.com> <1470641688-26363-2-git-send-email-songjun.wu@microchip.com> Message-ID: <20160923230500.493c54f9@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 8 Aug 2016 15:34:47 +0800 Songjun Wu songjun.wu at microchip.com wrote: > Add driver-model support to this driver. > > Signed-off-by: Songjun Wu > --- > > drivers/video/Kconfig | 7 + > drivers/video/Makefile | 2 +- > drivers/video/atmel_hlcdfb.c | 330 ++++++++++++++++++++++++++++++++++++++++++- > 3 files changed, 335 insertions(+), 4 deletions(-) applied to u-boot-video/master, thanks! -- Anatolij