mbox

[GIT,PULL] Davinci VPIF feature enhancement and fixes for v3.5

Message ID 4665BC9CC4253445B213A010E6DC7B35CE0035@DBDE01.ent.ti.com (mailing list archive)
State Accepted, archived
Headers

Pull-request

git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git pull_vpif

Message

Lad, Prabhakar July 10, 2012, 12:53 p.m. UTC
  Hi Mauro,

Please pull the following VPIF driver feature enhancement and fixes for v3.5

Thanks and Regards,
--Prabhakar Lad

The following changes since commit bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a:

  Linux 3.5-rc6 (2012-07-07 17:23:56 -0700)

are available in the git repository at:
  git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git pull_vpif

Lad, Prabhakar (2):
      davinci: vpif capture: migrate driver to videobuf2
      davinci: vpif display: migrate driver to videobuf2

Manjunath Hadli (12):
      davinci: vpif: add check for genuine interrupts in the isr
      davinci: vpif: make generic changes to re-use the vpif drivers on da850/omap-l138 soc
      davinci: vpif: make request_irq flags as shared
      davinci: vpif: fix setting of data width in config_vpif_params() function
      davinci: vpif display: size up the memory for the buffers from the buffer pool
      davinci: vpif capture: size up the memory for the buffers from the buffer pool
      davinci: vpif: add support for clipping on output data
      davinci: vpif display: Add power management support
      davinci: vpif capture:Add power management support
      davinci: vpif: Add suspend/resume callbacks to vpif driver
      davinci: vpif: add build configuration for vpif drivers
      davinci: vpif: Enable selection of the ADV7343 and THS7303

 drivers/media/video/davinci/Kconfig        |   30 +-
 drivers/media/video/davinci/Makefile       |    8 +-
 drivers/media/video/davinci/vpif.c         |   45 ++-
 drivers/media/video/davinci/vpif.h         |   45 ++
 drivers/media/video/davinci/vpif_capture.c |  690 +++++++++++++++-------------
 drivers/media/video/davinci/vpif_capture.h |   16 +-
 drivers/media/video/davinci/vpif_display.c |  684 +++++++++++++++------------
 drivers/media/video/davinci/vpif_display.h |   23 +-
 include/media/davinci/vpif_types.h         |    2 +
 9 files changed, 881 insertions(+), 662 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  

Comments

Hans Verkuil July 17, 2012, 12:11 p.m. UTC | #1
On Tue 10 July 2012 14:53:52 Lad, Prabhakar wrote:
> Hi Mauro,
> 
> Please pull the following VPIF driver feature enhancement and fixes for v3.5
> 
> Thanks and Regards,
> --Prabhakar Lad

Just for the record:

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>

Regards,

	Hans

> 
> The following changes since commit bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a:
> 
>   Linux 3.5-rc6 (2012-07-07 17:23:56 -0700)
> 
> are available in the git repository at:
>   git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git pull_vpif
> 
> Lad, Prabhakar (2):
>       davinci: vpif capture: migrate driver to videobuf2
>       davinci: vpif display: migrate driver to videobuf2
> 
> Manjunath Hadli (12):
>       davinci: vpif: add check for genuine interrupts in the isr
>       davinci: vpif: make generic changes to re-use the vpif drivers on da850/omap-l138 soc
>       davinci: vpif: make request_irq flags as shared
>       davinci: vpif: fix setting of data width in config_vpif_params() function
>       davinci: vpif display: size up the memory for the buffers from the buffer pool
>       davinci: vpif capture: size up the memory for the buffers from the buffer pool
>       davinci: vpif: add support for clipping on output data
>       davinci: vpif display: Add power management support
>       davinci: vpif capture:Add power management support
>       davinci: vpif: Add suspend/resume callbacks to vpif driver
>       davinci: vpif: add build configuration for vpif drivers
>       davinci: vpif: Enable selection of the ADV7343 and THS7303
> 
>  drivers/media/video/davinci/Kconfig        |   30 +-
>  drivers/media/video/davinci/Makefile       |    8 +-
>  drivers/media/video/davinci/vpif.c         |   45 ++-
>  drivers/media/video/davinci/vpif.h         |   45 ++
>  drivers/media/video/davinci/vpif_capture.c |  690 +++++++++++++++-------------
>  drivers/media/video/davinci/vpif_capture.h |   16 +-
>  drivers/media/video/davinci/vpif_display.c |  684 +++++++++++++++------------
>  drivers/media/video/davinci/vpif_display.h |   23 +-
>  include/media/davinci/vpif_types.h         |    2 +
>  9 files changed, 881 insertions(+), 662 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html