All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v4.1] OMAP3 ISP fixes
@ 2015-03-14 15:00 Laurent Pinchart
  2015-03-25 23:19 ` [GIT PULL FOR v4.1] [v2] OMAP3 ISP DT support & other fixes Laurent Pinchart
  0 siblings, 1 reply; 3+ messages in thread
From: Laurent Pinchart @ 2015-03-14 15:00 UTC (permalink / raw)
  To: linux-media; +Cc: sakari.ailus

Hi Mauro,

The following changes since commit 3d945be05ac1e806af075e9315bc1b3409adae2b:

  [media] mn88473: simplify bandwidth registers setting code (2015-03-03 
13:09:12 -0300)

are available in the git repository at:

  git://linuxtv.org/pinchartl/media.git omap3isp/next

for you to fetch changes up to ba779f69a9af4e44117f6197d3f18812a5748631:

  media: omap3isp: hist: Move histogram DMA to DMA engine (2015-03-14 16:58:33 
+0200)

----------------------------------------------------------------
Lad, Prabhakar (1):
      media: omap3isp: video: drop setting of vb2 buffer state to 
VB2_BUF_STATE_ACTIVE

Laurent Pinchart (3):
      media: omap3isp: video: Don't call vb2 mmap with queue lock held
      media: omap3isp: video: Use v4l2_get_timestamp()
      media: omap3isp: hist: Move histogram DMA to DMA engine

 drivers/media/platform/omap3isp/isph3a_aewb.c |   1 -
 drivers/media/platform/omap3isp/isph3a_af.c   |   1 -
 drivers/media/platform/omap3isp/isphist.c     | 128 +++++++++++++++----------
 drivers/media/platform/omap3isp/ispstat.c     |   2 +-
 drivers/media/platform/omap3isp/ispstat.h     |   5 +-
 drivers/media/platform/omap3isp/ispvideo.c    |  14 +---
 6 files changed, 82 insertions(+), 69 deletions(-)

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL FOR v4.1] [v2] OMAP3 ISP DT support & other fixes
  2015-03-14 15:00 [GIT PULL FOR v4.1] OMAP3 ISP fixes Laurent Pinchart
@ 2015-03-25 23:19 ` Laurent Pinchart
  2015-04-01 23:53   ` [GIT PULL FOR v4.1] [v3] " Laurent Pinchart
  0 siblings, 1 reply; 3+ messages in thread
From: Laurent Pinchart @ 2015-03-25 23:19 UTC (permalink / raw)
  To: linux-media; +Cc: sakari.ailus

Hi Mauro,

This pull request supersedes "[GIT PULL FOR v4.1] OMAP3 ISP fixes". It 
contains all the patches of the previous pull request, plus OMAP3 ISP DT 
support.

Board code and platform changes have been acked by the appropriate maintainers 
to the best of my knowledge.

The following changes since commit 3d945be05ac1e806af075e9315bc1b3409adae2b:

  [media] mn88473: simplify bandwidth registers setting code (2015-03-03 
13:09:12 -0300)

are available in the git repository at:

  git://linuxtv.org/pinchartl/media.git omap3isp/next

for you to fetch changes up to af62d8469b359ccd2d3b9bab5fa147074d4a8619:

  omap3isp: Deprecate platform data support (2015-03-26 01:09:16 +0200)

----------------------------------------------------------------
Lad, Prabhakar (1):
      media: omap3isp: video: drop setting of vb2 buffer state to 
VB2_BUF_STATE_ACTIVE

Laurent Pinchart (4):
      media: omap3isp: video: Don't call vb2 mmap with queue lock held
      media: omap3isp: video: Use v4l2_get_timestamp()
      media: omap3isp: hist: Move histogram DMA to DMA engine
      omap3isp: DT support for clocks

Sakari Ailus (14):
      omap3isp: Fix error handling in probe
      omap3isp: Avoid a BUG_ON() in media_entity_create_link()
      omap3isp: Separate external link creation from platform data parsing
      omap3isp: Platform data could be NULL
      omap3isp: Refactor device configuration structs for Device Tree
      omap3isp: Rename regulators to better suit the Device Tree
      omap3isp: Calculate vpclk_div for CSI-2
      omap3isp: Replace mmio_base_phys array with the histogram block base
      omap3isp: Move the syscon register out of the ISP register maps
      omap3isp: Replace many MMIO regions by two
      dt: bindings: Add lane-polarity property to endpoint nodes
      v4l: of: Read lane-polarities endpoint property
      omap3isp: Add support for the Device Tree
      omap3isp: Deprecate platform data support

 .../devicetree/bindings/media/video-interfaces.txt      |   6 +
 arch/arm/mach-omap2/board-cm-t35.c                      |  57 +--
 arch/arm/mach-omap2/devices.c                           |  76 +---
 arch/arm/mach-omap2/omap34xx.h                          |  36 +-
 drivers/media/platform/Kconfig                          |   1 +
 drivers/media/platform/omap3isp/isp.c                   | 555 +++++++++++----
 drivers/media/platform/omap3isp/isp.h                   |  42 +-
 drivers/media/platform/omap3isp/ispccdc.c               |  26 +-
 drivers/media/platform/omap3isp/ispccp2.c               |  22 +-
 drivers/media/platform/omap3isp/ispcsi2.c               |  14 +-
 drivers/media/platform/omap3isp/ispcsiphy.c             |  48 +-
 drivers/media/platform/omap3isp/isph3a_aewb.c           |   1 -
 drivers/media/platform/omap3isp/isph3a_af.c             |   1 -
 drivers/media/platform/omap3isp/isphist.c               | 127 +++---
 drivers/media/platform/omap3isp/ispstat.c               |   2 +-
 drivers/media/platform/omap3isp/ispstat.h               |   5 +-
 drivers/media/platform/omap3isp/ispvideo.c              |  20 +-
 drivers/media/v4l2-core/v4l2-of.c                       |  41 +-
 include/media/omap3isp.h                                |  36 +-
 include/media/v4l2-of.h                                 |   3 +
 20 files changed, 665 insertions(+), 454 deletions(-)

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL FOR v4.1] [v3] OMAP3 ISP DT support & other fixes
  2015-03-25 23:19 ` [GIT PULL FOR v4.1] [v2] OMAP3 ISP DT support & other fixes Laurent Pinchart
@ 2015-04-01 23:53   ` Laurent Pinchart
  0 siblings, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2015-04-01 23:53 UTC (permalink / raw)
  To: linux-media; +Cc: sakari.ailus

Hi Mauro,

This pull request supersedes "[GIT PULL FOR v4.1] [v2] OMAP3 ISP DT support & 
other fixes". Compared to the previous version it merges the "[PATCH 1/1] 
omap3isp: Don't pass uninitialised arguments to of_graph_get_next_endpoint()" 
bug fix into patch "omap3isp: Add support for the Device Tree".

Board code and platform changes have been acked by the appropriate maintainers 
to the best of my knowledge.

The following changes since commit bf104c238dc1c7172460853882a545141eaa8222:

  [media] mn88472: One function call less in mn88472_init() after error 
detection (2015-04-01 06:22:27 -0300)

are available in the git repository at:

  git://linuxtv.org/pinchartl/media.git omap3isp/next

for you to fetch changes up to fb6ff895435abdc92fd7ddd92e7c8f4630b4e127:

  omap3isp: Deprecate platform data support (2015-04-02 02:46:29 +0300)

----------------------------------------------------------------
Lad, Prabhakar (1):
      media: omap3isp: video: drop setting of vb2 buffer state to 
VB2_BUF_STATE_ACTIVE

Laurent Pinchart (4):
      media: omap3isp: video: Don't call vb2 mmap with queue lock held
      media: omap3isp: video: Use v4l2_get_timestamp()
      media: omap3isp: hist: Move histogram DMA to DMA engine
      omap3isp: DT support for clocks

Sakari Ailus (14):
      omap3isp: Fix error handling in probe
      omap3isp: Avoid a BUG_ON() in media_entity_create_link()
      omap3isp: Separate external link creation from platform data parsing
      omap3isp: Platform data could be NULL
      omap3isp: Refactor device configuration structs for Device Tree
      omap3isp: Rename regulators to better suit the Device Tree
      omap3isp: Calculate vpclk_div for CSI-2
      omap3isp: Replace mmio_base_phys array with the histogram block base
      omap3isp: Move the syscon register out of the ISP register maps
      omap3isp: Replace many MMIO regions by two
      dt: bindings: Add lane-polarity property to endpoint nodes
      v4l: of: Read lane-polarities endpoint property
      omap3isp: Add support for the Device Tree
      omap3isp: Deprecate platform data support

 .../devicetree/bindings/media/video-interfaces.txt      |   6 +
 arch/arm/mach-omap2/board-cm-t35.c                      |  57 +--
 arch/arm/mach-omap2/devices.c                           |  76 +---
 arch/arm/mach-omap2/omap34xx.h                          |  36 +-
 drivers/media/platform/Kconfig                          |   1 +
 drivers/media/platform/omap3isp/isp.c                   | 555 ++++++++++-----
 drivers/media/platform/omap3isp/isp.h                   |  42 +-
 drivers/media/platform/omap3isp/ispccdc.c               |  26 +-
 drivers/media/platform/omap3isp/ispccp2.c               |  22 +-
 drivers/media/platform/omap3isp/ispcsi2.c               |  14 +-
 drivers/media/platform/omap3isp/ispcsiphy.c             |  48 +-
 drivers/media/platform/omap3isp/isph3a_aewb.c           |   1 -
 drivers/media/platform/omap3isp/isph3a_af.c             |   1 -
 drivers/media/platform/omap3isp/isphist.c               | 127 +++---
 drivers/media/platform/omap3isp/ispstat.c               |   2 +-
 drivers/media/platform/omap3isp/ispstat.h               |   5 +-
 drivers/media/platform/omap3isp/ispvideo.c              |  20 +-
 drivers/media/v4l2-core/v4l2-of.c                       |  41 +-
 include/media/omap3isp.h                                |  36 +-
 include/media/v4l2-of.h                                 |   3 +
 20 files changed, 665 insertions(+), 454 deletions(-)

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-01 23:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-14 15:00 [GIT PULL FOR v4.1] OMAP3 ISP fixes Laurent Pinchart
2015-03-25 23:19 ` [GIT PULL FOR v4.1] [v2] OMAP3 ISP DT support & other fixes Laurent Pinchart
2015-04-01 23:53   ` [GIT PULL FOR v4.1] [v3] " Laurent Pinchart

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.