From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Hanjun Guo <hanjun.guo@linaro.org>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org,
patches@linaro.org, linaro-kernel@lists.linaro.org,
linaro-acpi@lists.linaro.org
Subject: Re: [PATCH 00/10] Convert to module_platform_driver() in video driver
Date: Mon, 30 Sep 2013 07:52:00 +0000 [thread overview]
Message-ID: <52492DA0.90903@ti.com> (raw)
In-Reply-To: <1380432730-7263-1-git-send-email-hanjun.guo@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1602 bytes --]
On 29/09/13 08:32, Hanjun Guo wrote:
> This patch set just did one simple thing: convert to module_platform_driver()
> in video driver to simplify the code.
>
> Hanjun Guo (10):
> Video / hecubafb: Use module_platform_driver() to simplify code
> Video / bfin-t350mcqb-fb: Use module_platform_driver() to simplify
> code
> Video / metronomefb: Use module_platform_driver() to simplify code
> Video / jz4740_fb: Use module_platform_driver() to simplify code
> Video / da8xx-fb: Use module_platform_driver() to simplify code
> Video / cobalt_lcdfb: Use module_platform_driver() to simplify code
> Video / broadsheetfb: Use module_platform_driver() to simplify code
> Video / bf54x-lq043fb: Use module_platform_driver() to simplify code
> Video / au1200fb: Use module_platform_driver() to simplify code
> Video / au1100fb: Use module_platform_driver() to simplify code
>
> drivers/video/au1100fb.c | 14 +-------------
> drivers/video/au1200fb.c | 16 +---------------
> drivers/video/bf54x-lq043fb.c | 14 +-------------
> drivers/video/bfin-t350mcqb-fb.c | 14 +-------------
> drivers/video/broadsheetfb.c | 14 +-------------
> drivers/video/cobalt_lcdfb.c | 14 +-------------
> drivers/video/da8xx-fb.c | 14 +-------------
> drivers/video/hecubafb.c | 14 +-------------
> drivers/video/jz4740_fb.c | 13 +------------
> drivers/video/metronomefb.c | 14 +-------------
> 10 files changed, 10 insertions(+), 131 deletions(-)
Thanks, queuing for 3.13.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Hanjun Guo <hanjun.guo@linaro.org>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
<linux-fbdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<patches@linaro.org>, <linaro-kernel@lists.linaro.org>,
<linaro-acpi@lists.linaro.org>
Subject: Re: [PATCH 00/10] Convert to module_platform_driver() in video driver
Date: Mon, 30 Sep 2013 10:52:00 +0300 [thread overview]
Message-ID: <52492DA0.90903@ti.com> (raw)
In-Reply-To: <1380432730-7263-1-git-send-email-hanjun.guo@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1602 bytes --]
On 29/09/13 08:32, Hanjun Guo wrote:
> This patch set just did one simple thing: convert to module_platform_driver()
> in video driver to simplify the code.
>
> Hanjun Guo (10):
> Video / hecubafb: Use module_platform_driver() to simplify code
> Video / bfin-t350mcqb-fb: Use module_platform_driver() to simplify
> code
> Video / metronomefb: Use module_platform_driver() to simplify code
> Video / jz4740_fb: Use module_platform_driver() to simplify code
> Video / da8xx-fb: Use module_platform_driver() to simplify code
> Video / cobalt_lcdfb: Use module_platform_driver() to simplify code
> Video / broadsheetfb: Use module_platform_driver() to simplify code
> Video / bf54x-lq043fb: Use module_platform_driver() to simplify code
> Video / au1200fb: Use module_platform_driver() to simplify code
> Video / au1100fb: Use module_platform_driver() to simplify code
>
> drivers/video/au1100fb.c | 14 +-------------
> drivers/video/au1200fb.c | 16 +---------------
> drivers/video/bf54x-lq043fb.c | 14 +-------------
> drivers/video/bfin-t350mcqb-fb.c | 14 +-------------
> drivers/video/broadsheetfb.c | 14 +-------------
> drivers/video/cobalt_lcdfb.c | 14 +-------------
> drivers/video/da8xx-fb.c | 14 +-------------
> drivers/video/hecubafb.c | 14 +-------------
> drivers/video/jz4740_fb.c | 13 +------------
> drivers/video/metronomefb.c | 14 +-------------
> 10 files changed, 10 insertions(+), 131 deletions(-)
Thanks, queuing for 3.13.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]
next parent reply other threads:[~2013-09-30 7:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1380432730-7263-1-git-send-email-hanjun.guo@linaro.org>
2013-09-30 7:52 ` Tomi Valkeinen [this message]
2013-09-30 7:52 ` [PATCH 00/10] Convert to module_platform_driver() in video driver Tomi Valkeinen
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=52492DA0.90903@ti.com \
--to=tomi.valkeinen@ti.com \
--cc=hanjun.guo@linaro.org \
--cc=linaro-acpi@lists.linaro.org \
--cc=linaro-kernel@lists.linaro.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@linaro.org \
--cc=plagnioj@jcrosoft.com \
/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.