All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCHv3 0/6] fb: vt8500: patches for 3.10
Date: Thu, 04 Apr 2013 10:16:08 +0000	[thread overview]
Message-ID: <515D52E8.4010206@ti.com> (raw)
In-Reply-To: <515D0F5E.5010805@prisktech.co.nz>

[-- Attachment #1: Type: text/plain, Size: 759 bytes --]

On 2013-04-04 08:27, Tony Prisk wrote:

> Tomi,
> 
> If no one has any further comments, are you still prepared to take this
> series?
> If so, I will send a pull-request.

Yes, I can take it. No need for pull-request, it was simple enough to
apply. I'll push it to linux-next today or tomorrow.

> With regards to the earlier concern about your current patch series, I
> think its easiest if you do take this series then you could do a fixup
> patch if this one is merged first. From what I remember of your series,
> it is basically a rename of of_get_display_timings() to
> of_get_display_timing() and some new code which I don't use. Seems a
> rather trivial patch for a fixup later.

Yes, I can fix it. Should be trivial.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 899 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: tomi.valkeinen@ti.com (Tomi Valkeinen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv3 0/6] fb: vt8500: patches for 3.10
Date: Thu, 4 Apr 2013 13:16:08 +0300	[thread overview]
Message-ID: <515D52E8.4010206@ti.com> (raw)
In-Reply-To: <515D0F5E.5010805@prisktech.co.nz>

On 2013-04-04 08:27, Tony Prisk wrote:

> Tomi,
> 
> If no one has any further comments, are you still prepared to take this
> series?
> If so, I will send a pull-request.

Yes, I can take it. No need for pull-request, it was simple enough to
apply. I'll push it to linux-next today or tomorrow.

> With regards to the earlier concern about your current patch series, I
> think its easiest if you do take this series then you could do a fixup
> patch if this one is merged first. From what I remember of your series,
> it is basically a rename of of_get_display_timings() to
> of_get_display_timing() and some new code which I don't use. Seems a
> rather trivial patch for a fixup later.

Yes, I can fix it. Should be trivial.

 Tomi


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130404/a56e2ab5/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Tony Prisk <linux@prisktech.co.nz>
Cc: <linux-fbdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<vt8500-wm8505-linux-kernel@googlegroups.com>,
	<linux-arm-kernel@lists.infradead.org>, <plagnioj@jcrosoft.com>
Subject: Re: [PATCHv3 0/6] fb: vt8500: patches for 3.10
Date: Thu, 4 Apr 2013 13:16:08 +0300	[thread overview]
Message-ID: <515D52E8.4010206@ti.com> (raw)
In-Reply-To: <515D0F5E.5010805@prisktech.co.nz>

[-- Attachment #1: Type: text/plain, Size: 759 bytes --]

On 2013-04-04 08:27, Tony Prisk wrote:

> Tomi,
> 
> If no one has any further comments, are you still prepared to take this
> series?
> If so, I will send a pull-request.

Yes, I can take it. No need for pull-request, it was simple enough to
apply. I'll push it to linux-next today or tomorrow.

> With regards to the earlier concern about your current patch series, I
> think its easiest if you do take this series then you could do a fixup
> patch if this one is merged first. From what I remember of your series,
> it is basically a rename of of_get_display_timings() to
> of_get_display_timing() and some new code which I don't use. Seems a
> rather trivial patch for a fixup later.

Yes, I can fix it. Should be trivial.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 899 bytes --]

  reply	other threads:[~2013-04-04 10:16 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-02 18:20 [PATCHv3 0/6] fb: vt8500: patches for 3.10 Tony Prisk
2013-04-02 18:20 ` Tony Prisk
2013-04-02 18:20 ` Tony Prisk
2013-04-02 18:20 ` [PATCHv3 1/6] video: vt8500: Make wmt_ge_rops optional Tony Prisk
2013-04-02 18:20   ` Tony Prisk
2013-04-02 18:20   ` Tony Prisk
2013-04-02 18:20 ` [PATCHv3 2/6] video: vt8500: Remove unused platform_data/video-vt8500lcdfb.h Tony Prisk
2013-04-02 18:20   ` Tony Prisk
2013-04-02 18:20   ` Tony Prisk
2013-04-02 18:20 ` [PATCHv3 3/6] video: vt8500: Correct descriptions in video/Kconfig Tony Prisk
2013-04-02 18:20   ` Tony Prisk
2013-04-02 18:20   ` Tony Prisk
2013-04-02 18:20 ` [PATCHv3 4/6] drivers/video/wm8505fb.c: use devm_ functions Tony Prisk
2013-04-02 18:20   ` Tony Prisk
2013-04-02 18:20   ` Tony Prisk
2013-04-02 18:20 ` [PATCHv3 5/6] video: vt8500: Adjust contrast in wm8505 framebuffer driver Tony Prisk
2013-04-02 18:20   ` Tony Prisk
2013-04-02 18:20   ` Tony Prisk
2013-04-02 18:20 ` [PATCHv3 6/6] video: fb: vt8500: Convert framebuffer drivers to standardized binding Tony Prisk
2013-04-02 18:20   ` Tony Prisk
2013-04-02 18:20   ` Tony Prisk
2013-04-03  4:33 ` [PATCHv3 0/6] fb: vt8500: patches for 3.10 Jean-Christophe PLAGNIOL-VILLARD
2013-04-03  4:33   ` Jean-Christophe PLAGNIOL-VILLARD
2013-04-03  4:33   ` Jean-Christophe PLAGNIOL-VILLARD
2013-04-04  5:27 ` Tony Prisk
2013-04-04  5:27   ` Tony Prisk
2013-04-04  5:27   ` Tony Prisk
2013-04-04 10:16   ` Tomi Valkeinen [this message]
2013-04-04 10:16     ` Tomi Valkeinen
2013-04-04 10:16     ` 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=515D52E8.4010206@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.