All of lore.kernel.org
 help / color / mirror / Atom feed
From: Damian Hobson-Garcia <dhobsong@igel.co.jp>
To: Axel Lin <axel.lin@gmail.com>
Cc: linux-kernel@vger.kernel.org, Wan ZongShun <mcuos.com@gmail.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Lennert Buytenhek <buytenh@marvell.com>,
	Ben Dooks <ben@simtec.co.uk>, Alexey Charkov <alchark@gmail.com>,
	Manuel Lauss <mano@roarinelk.homelinux.net>,
	Florian Tobias Schandinat <FlorianSchandinat@gmx.de>,
	linux-fbdev@vger.kernel.org
Subject: Re: [PATCH] video: convert drivers/video/* to use module_platform_driver()
Date: Mon, 28 Nov 2011 09:09:19 +0000	[thread overview]
Message-ID: <4ED34FBF.2020802@igel.co.jp> (raw)
In-Reply-To: <1322274354.10633.3.camel@phoenix>

On 2011/11/26 11:25, Axel Lin wrote:
> This patch converts the drivers in drivers/video/* to use the
> module_platform_driver() macro which makes the code smaller and a bit
> simpler.
> 
> Cc: Wan ZongShun <mcuos.com@gmail.com>
> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> Cc: Lennert Buytenhek <buytenh@marvell.com>
> Cc: Ben Dooks <ben@simtec.co.uk>
> Cc: Alexey Charkov <alchark@gmail.com>
> Cc: Damian Hobson-Garcia <dhobsong@igel.co.jp>
> Cc: Manuel Lauss <mano@roarinelk.homelinux.net>
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
>  drivers/video/mxsfb.c            |   13 +------------
>  drivers/video/nuc900fb.c         |   13 +------------
>  drivers/video/pxa168fb.c         |   12 +-----------
>  drivers/video/pxa3xx-gcu.c       |   15 +--------------
>  drivers/video/s3c-fb.c           |   13 +------------
>  drivers/video/sh7760fb.c         |   13 +------------
>  drivers/video/sh_mobile_lcdcfb.c |   13 +------------
>  drivers/video/sh_mobile_meram.c  |   13 +------------
>  drivers/video/sm501fb.c          |   13 +------------
>  drivers/video/vt8500lcdfb.c      |   13 +------------
>  drivers/video/w100fb.c           |   13 +------------
>  drivers/video/wm8505fb.c         |   13 +------------
>  drivers/video/wmt_ge_rops.c      |   13 +------------
>  drivers/video/xilinxfb.c         |   20 +-------------------
>  14 files changed, 14 insertions(+), 176 deletions(-)

for sh_mobile_meram.c

Acked-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>

Thanks very much,

WARNING: multiple messages have this Message-ID (diff)
From: Damian Hobson-Garcia <dhobsong@igel.co.jp>
To: Axel Lin <axel.lin@gmail.com>
Cc: linux-kernel@vger.kernel.org, Wan ZongShun <mcuos.com@gmail.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Lennert Buytenhek <buytenh@marvell.com>,
	Ben Dooks <ben@simtec.co.uk>, Alexey Charkov <alchark@gmail.com>,
	Manuel Lauss <mano@roarinelk.homelinux.net>,
	Florian Tobias Schandinat <FlorianSchandinat@gmx.de>,
	linux-fbdev@vger.kernel.org
Subject: Re: [PATCH] video: convert drivers/video/* to use module_platform_driver()
Date: Mon, 28 Nov 2011 18:09:19 +0900	[thread overview]
Message-ID: <4ED34FBF.2020802@igel.co.jp> (raw)
In-Reply-To: <1322274354.10633.3.camel@phoenix>

On 2011/11/26 11:25, Axel Lin wrote:
> This patch converts the drivers in drivers/video/* to use the
> module_platform_driver() macro which makes the code smaller and a bit
> simpler.
> 
> Cc: Wan ZongShun <mcuos.com@gmail.com>
> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> Cc: Lennert Buytenhek <buytenh@marvell.com>
> Cc: Ben Dooks <ben@simtec.co.uk>
> Cc: Alexey Charkov <alchark@gmail.com>
> Cc: Damian Hobson-Garcia <dhobsong@igel.co.jp>
> Cc: Manuel Lauss <mano@roarinelk.homelinux.net>
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
>  drivers/video/mxsfb.c            |   13 +------------
>  drivers/video/nuc900fb.c         |   13 +------------
>  drivers/video/pxa168fb.c         |   12 +-----------
>  drivers/video/pxa3xx-gcu.c       |   15 +--------------
>  drivers/video/s3c-fb.c           |   13 +------------
>  drivers/video/sh7760fb.c         |   13 +------------
>  drivers/video/sh_mobile_lcdcfb.c |   13 +------------
>  drivers/video/sh_mobile_meram.c  |   13 +------------
>  drivers/video/sm501fb.c          |   13 +------------
>  drivers/video/vt8500lcdfb.c      |   13 +------------
>  drivers/video/w100fb.c           |   13 +------------
>  drivers/video/wm8505fb.c         |   13 +------------
>  drivers/video/wmt_ge_rops.c      |   13 +------------
>  drivers/video/xilinxfb.c         |   20 +-------------------
>  14 files changed, 14 insertions(+), 176 deletions(-)

for sh_mobile_meram.c

Acked-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>

Thanks very much,

  parent reply	other threads:[~2011-11-28  9:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-26  2:25 [PATCH] video: convert drivers/video/* to use Axel Lin
2011-11-26  2:25 ` [PATCH] video: convert drivers/video/* to use module_platform_driver() Axel Lin
2011-11-28  2:41 ` [PATCH] video: convert drivers/video/* to use Jingoo Han
2011-11-28  2:46 ` [PATCH] video: convert drivers/video/* to use module_platform_driver() Wan ZongShun
2011-11-28  8:43 ` [PATCH] video: convert drivers/video/* to use Sascha Hauer
2011-11-28  8:43   ` [PATCH] video: convert drivers/video/* to use module_platform_driver() Sascha Hauer
2011-11-28  9:09 ` Damian Hobson-Garcia [this message]
2011-11-28  9:09   ` Damian Hobson-Garcia
2011-11-28  9:54 ` Alexey Charkov
2011-11-28  9:54   ` Alexey Charkov
2011-11-28 10:01 ` [PATCH] video: convert drivers/video/* to use Lennert Buytenhek
2011-12-04  0:38 ` [PATCH] video: convert drivers/video/* to use module_platform_driver() Florian Tobias Schandinat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ED34FBF.2020802@igel.co.jp \
    --to=dhobsong@igel.co.jp \
    --cc=FlorianSchandinat@gmx.de \
    --cc=alchark@gmail.com \
    --cc=axel.lin@gmail.com \
    --cc=ben@simtec.co.uk \
    --cc=buytenh@marvell.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mano@roarinelk.homelinux.net \
    --cc=mcuos.com@gmail.com \
    --cc=s.hauer@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.