[GIT PULL FOR v3.8] OMAP3 ISP patches

2012-11-23 Thread Laurent Pinchart
Hi Mauro,

This time the pull request should be good :-)

The following changes since commit 1323024fd3296537dd34da70fe70b4df12a308ec:

  [media] siano: fix build with allmodconfig (2012-11-23 13:48:39 -0200)

are available in the git repository at:
  git://linuxtv.org/pinchartl/media.git omap3isp/next

Laurent Pinchart (6):
  omap3isp: Use monotonic timestamps for statistics buffers
  omap3isp: Remove unneeded module memory address definitions
  omap3isp: Replace printk with dev_*   

   
  omap3isp: preview: Add support for 8-bit formats at the sink pad  

   
  omap3isp: Prepare/unprepare clocks before/after enable/disable

   
  omap3isp: Replace cpu_is_omap3630() with ISP revision check   

   


   
Sakari Ailus (4):   

   
  omap3isp: Add CSI configuration registers from control block to ISP 
resources   
 
  omap3isp: Add PHY routing configuration   

   
  omap3isp: Configure CSI-2 phy based on platform data  

   
  omap3isp: Find source pad from external entity

   


   
 arch/arm/mach-omap2/devices.c|   10 +  

   
 drivers/media/platform/omap3isp/isp.c|   83 ++ 

   
 drivers/media/platform/omap3isp/isp.h|5 +- 

   
 drivers/media/platform/omap3isp/ispcsi2.c|6 +- 

   
 drivers/media/platform/omap3isp/ispcsiphy.c  |  227 ++---  

  
 drivers/media/platform/omap3isp/ispcsiphy.h  |   10 -  

   
 drivers/media/platform/omap3isp/isphist.c|8 +- 

   
 drivers/media/platform/omap3isp/isppreview.c |   41 +++--
 drivers/media/platform/omap3isp/ispreg.h |   99 +++-
 drivers/media/platform/omap3isp/ispstat.c|5 +-
 drivers/media/platform/omap3isp/ispstat.h|2 +-
 drivers/media/platform/omap3isp/ispvideo.c   |3 +-
 12 files changed, 294 insertions(+), 205 deletions(-)

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PULL FOR v3.8] OMAP3 ISP patches

2012-10-25 Thread Laurent Pinchart
Hi Mauro,

Please cancel this pull request. Two of the patches need to be pushed to v3.7. 
I've sent a separate pull request for them, and I'll resend this one without 
those two patches.

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PULL FOR v3.8] OMAP3 ISP patches

2012-10-19 Thread Laurent Pinchart
Hi Mauro,

The following changes since commit 74df06daf632ce2d321d01cb046004768352efc4:

  [media] Remove include/linux/dvb/ stuff (2012-10-19 07:41:50 -0300)

are available in the git repository at:
  git://linuxtv.org/pinchartl/media.git omap3isp-omap3isp-next

Laurent Pinchart (4):
  omap3isp: Use monotonic timestamps for statistics buffers
  omap3isp: Remove unneeded module memory address definitions
  omap3isp: video: Fix warning caused by bad vidioc_s_crop prototype
  omap3isp: Fix warning caused by bad subdev events operations prototypes

Sakari Ailus (3):
  omap3isp: Add CSI configuration registers from control block to ISP 
resources
  omap3isp: Add PHY routing configuration
  omap3isp: Configure CSI-2 phy based on platform data

 arch/arm/mach-omap2/devices.c   |   10 ++
 drivers/media/platform/omap3isp/isp.c   |6 +-
 drivers/media/platform/omap3isp/isp.h   |5 +-
 drivers/media/platform/omap3isp/ispccdc.c   |4 +-
 drivers/media/platform/omap3isp/ispcsiphy.c |  225 ++
 drivers/media/platform/omap3isp/ispcsiphy.h |   10 --
 drivers/media/platform/omap3isp/isphist.c   |5 +-
 drivers/media/platform/omap3isp/ispreg.h|   99 +++-
 drivers/media/platform/omap3isp/ispstat.c   |9 +-
 drivers/media/platform/omap3isp/ispstat.h   |6 +-
 drivers/media/platform/omap3isp/ispvideo.c  |2 +-
 11 files changed, 216 insertions(+), 165 deletions(-)

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html