Re: [PATCHv3 0/6] fb: vt8500: patches for 3.10

2013-04-04 Thread Tomi Valkeinen
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




signature.asc
Description: OpenPGP digital signature


Re: [PATCHv3 0/6] fb: vt8500: patches for 3.10

2013-04-04 Thread Tomi Valkeinen
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




signature.asc
Description: OpenPGP digital signature


Re: [PATCHv3 0/6] fb: vt8500: patches for 3.10

2013-04-03 Thread Tony Prisk

On 03/04/13 07:20, Tony Prisk wrote:

V3 Changes:
Tidied up patch 1 as requested by Jean-Christophe - Makes the patch much
simpler.

V2 Changes:
Split the SoC and board portions of the binding into their respective files.
Removed the forced non-interlaced code from wm8505fb.c and vt8500lcdfb.c

Julia Lawall (1):
   drivers/video/wm8505fb.c: use devm_ functions

Tony Prisk (5):
   video: vt8500: Make wmt_ge_rops optional
   video: vt8500: Remove unused platform_data/video-vt8500lcdfb.h
   video: vt8500: Correct descriptions in video/Kconfig
   video: vt8500: Adjust contrast in wm8505 framebuffer driver.
   video: fb: vt8500: Convert framebuffer drivers to standardized
 binding

  .../devicetree/bindings/video/via,vt8500-fb.txt|   48 ++-
  .../devicetree/bindings/video/wm,wm8505-fb.txt |   32 +++--
  arch/arm/boot/dts/vt8500-bv07.dts  |   34 ++---
  arch/arm/boot/dts/vt8500.dtsi  |4 +-
  arch/arm/boot/dts/wm8505-ref.dts   |   34 ++---
  arch/arm/boot/dts/wm8505.dtsi  |4 +-
  arch/arm/boot/dts/wm8650-mid.dts   |   36 +++--
  arch/arm/boot/dts/wm8650.dtsi  |4 +-
  arch/arm/boot/dts/wm8850-w70v2.dts |   40 +++---
  arch/arm/boot/dts/wm8850.dtsi  |4 +-
  drivers/video/Kconfig  |   37 +++--
  drivers/video/vt8500lcdfb.c|   55 +++-
  drivers/video/wm8505fb.c   |  144 ++--
  drivers/video/wmt_ge_rops.h|   23 
  include/linux/platform_data/video-vt8500lcdfb.h|   31 -
  15 files changed, 211 insertions(+), 319 deletions(-)
  delete mode 100644 include/linux/platform_data/video-vt8500lcdfb.h


Tomi,

If no one has any further comments, are you still prepared to take this 
series?

If so, I will send a pull-request.

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.


Let me know what you want to do.

Regards
Tony P
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHv3 0/6] fb: vt8500: patches for 3.10

2013-04-03 Thread Tony Prisk

On 03/04/13 07:20, Tony Prisk wrote:

V3 Changes:
Tidied up patch 1 as requested by Jean-Christophe - Makes the patch much
simpler.

V2 Changes:
Split the SoC and board portions of the binding into their respective files.
Removed the forced non-interlaced code from wm8505fb.c and vt8500lcdfb.c

Julia Lawall (1):
   drivers/video/wm8505fb.c: use devm_ functions

Tony Prisk (5):
   video: vt8500: Make wmt_ge_rops optional
   video: vt8500: Remove unused platform_data/video-vt8500lcdfb.h
   video: vt8500: Correct descriptions in video/Kconfig
   video: vt8500: Adjust contrast in wm8505 framebuffer driver.
   video: fb: vt8500: Convert framebuffer drivers to standardized
 binding

  .../devicetree/bindings/video/via,vt8500-fb.txt|   48 ++-
  .../devicetree/bindings/video/wm,wm8505-fb.txt |   32 +++--
  arch/arm/boot/dts/vt8500-bv07.dts  |   34 ++---
  arch/arm/boot/dts/vt8500.dtsi  |4 +-
  arch/arm/boot/dts/wm8505-ref.dts   |   34 ++---
  arch/arm/boot/dts/wm8505.dtsi  |4 +-
  arch/arm/boot/dts/wm8650-mid.dts   |   36 +++--
  arch/arm/boot/dts/wm8650.dtsi  |4 +-
  arch/arm/boot/dts/wm8850-w70v2.dts |   40 +++---
  arch/arm/boot/dts/wm8850.dtsi  |4 +-
  drivers/video/Kconfig  |   37 +++--
  drivers/video/vt8500lcdfb.c|   55 +++-
  drivers/video/wm8505fb.c   |  144 ++--
  drivers/video/wmt_ge_rops.h|   23 
  include/linux/platform_data/video-vt8500lcdfb.h|   31 -
  15 files changed, 211 insertions(+), 319 deletions(-)
  delete mode 100644 include/linux/platform_data/video-vt8500lcdfb.h


Tomi,

If no one has any further comments, are you still prepared to take this 
series?

If so, I will send a pull-request.

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.


Let me know what you want to do.

Regards
Tony P
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHv3 0/6] fb: vt8500: patches for 3.10

2013-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:20 Wed 03 Apr , Tony Prisk wrote:
Acked-by: Jean-Christophe PLAGNIOL-VILLARD 
on the whole serie

Best Regards,
J.
> V3 Changes:
> Tidied up patch 1 as requested by Jean-Christophe - Makes the patch much
> simpler.
> 
> V2 Changes:
> Split the SoC and board portions of the binding into their respective files.
> Removed the forced non-interlaced code from wm8505fb.c and vt8500lcdfb.c
> 
> Julia Lawall (1):
>   drivers/video/wm8505fb.c: use devm_ functions
> 
> Tony Prisk (5):
>   video: vt8500: Make wmt_ge_rops optional
>   video: vt8500: Remove unused platform_data/video-vt8500lcdfb.h
>   video: vt8500: Correct descriptions in video/Kconfig
>   video: vt8500: Adjust contrast in wm8505 framebuffer driver.
>   video: fb: vt8500: Convert framebuffer drivers to standardized
> binding
> 
>  .../devicetree/bindings/video/via,vt8500-fb.txt|   48 ++-
>  .../devicetree/bindings/video/wm,wm8505-fb.txt |   32 +++--
>  arch/arm/boot/dts/vt8500-bv07.dts  |   34 ++---
>  arch/arm/boot/dts/vt8500.dtsi  |4 +-
>  arch/arm/boot/dts/wm8505-ref.dts   |   34 ++---
>  arch/arm/boot/dts/wm8505.dtsi  |4 +-
>  arch/arm/boot/dts/wm8650-mid.dts   |   36 +++--
>  arch/arm/boot/dts/wm8650.dtsi  |4 +-
>  arch/arm/boot/dts/wm8850-w70v2.dts |   40 +++---
>  arch/arm/boot/dts/wm8850.dtsi  |4 +-
>  drivers/video/Kconfig  |   37 +++--
>  drivers/video/vt8500lcdfb.c|   55 +++-
>  drivers/video/wm8505fb.c   |  144 
> ++--
>  drivers/video/wmt_ge_rops.h|   23 
>  include/linux/platform_data/video-vt8500lcdfb.h|   31 -
>  15 files changed, 211 insertions(+), 319 deletions(-)
>  delete mode 100644 include/linux/platform_data/video-vt8500lcdfb.h
> 
> -- 
> 1.7.9.5
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHv3 0/6] fb: vt8500: patches for 3.10

2013-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:20 Wed 03 Apr , Tony Prisk wrote:
Acked-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com
on the whole serie

Best Regards,
J.
 V3 Changes:
 Tidied up patch 1 as requested by Jean-Christophe - Makes the patch much
 simpler.
 
 V2 Changes:
 Split the SoC and board portions of the binding into their respective files.
 Removed the forced non-interlaced code from wm8505fb.c and vt8500lcdfb.c
 
 Julia Lawall (1):
   drivers/video/wm8505fb.c: use devm_ functions
 
 Tony Prisk (5):
   video: vt8500: Make wmt_ge_rops optional
   video: vt8500: Remove unused platform_data/video-vt8500lcdfb.h
   video: vt8500: Correct descriptions in video/Kconfig
   video: vt8500: Adjust contrast in wm8505 framebuffer driver.
   video: fb: vt8500: Convert framebuffer drivers to standardized
 binding
 
  .../devicetree/bindings/video/via,vt8500-fb.txt|   48 ++-
  .../devicetree/bindings/video/wm,wm8505-fb.txt |   32 +++--
  arch/arm/boot/dts/vt8500-bv07.dts  |   34 ++---
  arch/arm/boot/dts/vt8500.dtsi  |4 +-
  arch/arm/boot/dts/wm8505-ref.dts   |   34 ++---
  arch/arm/boot/dts/wm8505.dtsi  |4 +-
  arch/arm/boot/dts/wm8650-mid.dts   |   36 +++--
  arch/arm/boot/dts/wm8650.dtsi  |4 +-
  arch/arm/boot/dts/wm8850-w70v2.dts |   40 +++---
  arch/arm/boot/dts/wm8850.dtsi  |4 +-
  drivers/video/Kconfig  |   37 +++--
  drivers/video/vt8500lcdfb.c|   55 +++-
  drivers/video/wm8505fb.c   |  144 
 ++--
  drivers/video/wmt_ge_rops.h|   23 
  include/linux/platform_data/video-vt8500lcdfb.h|   31 -
  15 files changed, 211 insertions(+), 319 deletions(-)
  delete mode 100644 include/linux/platform_data/video-vt8500lcdfb.h
 
 -- 
 1.7.9.5
 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/