[GIT PULL] Samsung SoC related updates

2017-12-15 Thread Sylwester Nawrocki
Hi Mauro,

The following changes since commit 0ca4e3130402caea8731a7b54afde56a6edb17c9:

  media: pxa_camera: rename the soc_camera_ prefix to pxa_camera_ (2017-12-14 
12:40:01 -0500)

are available in the git repository at:

  git://linuxtv.org/snawrocki/samsung.git for-v4.16/media/next

for you to fetch changes up to 8d10c3a3fa56badd9d8691b59a88e7f00fdeaa7b:

  s5p-jpeg: Fix off-by-one problem (2017-12-15 17:33:50 +0100)


Arnd Bergmann (1):
  exynos4-is: properly initialize frame format

Flavio Ceolin (1):
  s5p-jpeg: Fix off-by-one problem

Marek Szyprowski (3):
  exynos-gsc: Drop obsolete capabilities
  exynos4-is: Drop obsolete capabilities
  exynos4-is: Remove dependency on obsolete SoC support

Shuah Khan (2):
  s5p-mfc: Remove firmware buf null check in s5p_mfc_load_firmware()
  s5p-mfc: Fix lock contention - request_firmware() once

Simon Shields (1):
  exynos4-is: Check pipe is valid before calling subdev

Sylwester Nawrocki (1):
  s5p-mfc: Fix encoder menu controls initialization

 drivers/media/platform/exynos-gsc/gsc-m2m.c |  4 +---
 drivers/media/platform/exynos4-is/Kconfig   |  2 +-
 drivers/media/platform/exynos4-is/fimc-core.c   |  2 +-
 drivers/media/platform/exynos4-is/fimc-isp.c| 14 +++---
 drivers/media/platform/exynos4-is/fimc-lite.c   |  2 +-
 drivers/media/platform/exynos4-is/fimc-m2m.c| 10 +-
 drivers/media/platform/s5p-jpeg/jpeg-core.c |  2 +-
 drivers/media/platform/s5p-mfc/s5p_mfc.c|  6 ++
 drivers/media/platform/s5p-mfc/s5p_mfc_common.h |  3 +++
 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c   | 10 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c|  2 +-
 include/media/drv-intf/exynos-fimc.h|  3 ++-
 12 files changed, 30 insertions(+), 30 deletions(-)

-- 
Regards,
Sylwester


[GIT PULL] Samsung SoC related updates

2017-03-30 Thread Sylwester Nawrocki
Hi Mauro,

The following changes since commit c3d4fb0fb41f4b5eafeee51173c14e50be12f839:

  [media] rc: sunxi-cir: simplify optional reset handling (2017-03-24 08:30:03 
-0300)

are available in the git repository at:

  git://linuxtv.org/snawrocki/samsung.git for-v4.12/media/next

for you to fetch changes up to b51f9a138838daeed695af086167eaf51cd905d8:

  s5p-g2d: Fix error handling (2017-03-30 18:13:18 +0200)


Christophe JAILLET (1):
  s5p-g2d: Fix error handling

Marek Szyprowski (19):
  s5p-mfc: Fix initialization of internal structures
  s5p-mfc: Fix race between interrupt routine and device functions
  s5p-mfc: Remove unused structures and dead code
  s5p-mfc: Use generic of_device_get_match_data helper
  s5p-mfc: Replace mem_dev_* entries with an array
  s5p-mfc: Replace bank1/bank2 entries with an array
  s5p-mfc: Simplify alloc/release private buffer functions
  s5p-mfc: Move setting DMA max segment size to DMA configure function
  s5p-mfc: Put firmware to private buffer structure
  s5p-mfc: Move firmware allocation to DMA configure function
  s5p-mfc: Allocate firmware with internal private buffer alloc function
  s5p-mfc: Reduce firmware buffer size for MFC v6+ variants
  s5p-mfc: Split variant DMA memory configuration into separate functions
  s5p-mfc: Add support for probe-time preallocated block based allocator
  s5p-mfc: Remove special configuration of IOMMU domain
  s5p-mfc: Use preallocated block allocator always for MFC v6+
  s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentation
  s5p-mfc: Fix unbalanced call to clock management
  s5p-mfc: Don't allocate codec buffers from pre-allocated region

Shuah Khan (2):
  s5p_mfc: Remove unneeded io_modes initialization in s5p_mfc_open()
  s5p-mfc: Print buf pointer in hex constistently

 .../devicetree/bindings/media/s5p-mfc.txt   |   2 +-
 drivers/media/platform/s5p-g2d/g2d.c|   2 +-
 drivers/media/platform/s5p-mfc/regs-mfc-v6.h|   2 +-
 drivers/media/platform/s5p-mfc/regs-mfc-v7.h|   2 +-
 drivers/media/platform/s5p-mfc/regs-mfc-v8.h|   2 +-
 drivers/media/platform/s5p-mfc/s5p_mfc.c| 245 ---
 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c |   2 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_common.h |  43 ++--
 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c   |  72 ++
 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h   |   1 -
 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c|   8 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c|  10 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_iommu.h  |  51 +---
 drivers/media/platform/s5p-mfc/s5p_mfc_opr.c|  93 +--
 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h|  12 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c |  48 ++--
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c |  16 +-
 17 files changed, 316 insertions(+), 295 deletions(-)

-- 
Thanks,
Sylwester


[GIT PULL] Samsung SoC related updates

2016-11-28 Thread Sylwester Nawrocki
Mauro,

this change set adds support for the Exynos5433 SoC variant 
of the MFC subsystem, it also includes related clean up 
and fixes/improvements.

The following changes since commit 36f94a5cf0f9afb527f18166ae56bd3cc7204f63:

  Merge tag 'v4.9-rc5' into patchwork (2016-11-16 16:42:27 -0200)

are available in the git repository at:


  git://linuxtv.org/snawrocki/samsung.git for-v4.10/media/next-2

for you to fetch changes up to d9f2586c6c302d4db39c5aa92b803dcd30b06f4e:

  s5p-mfc: Add support for MFC v8 available in Exynos 5433 SoCs (2016-11-17 
12:11:26 +0100)


Douglas Anderson (1):
  s5p-mfc: Set DMA_ATTR_ALLOC_SINGLE_PAGES

Marek Szyprowski (8):
  s5p-mfc: Use printk_ratelimited for reporting ioctl errors
  s5p-mfc: Remove special clock rate management
  s5p-mfc: Ensure that clock is disabled before turning power off
  s5p-mfc: Remove dead conditional code
  s5p-mfc: Kill all IS_ERR_OR_NULL in clocks management code
  s5p-mfc: Don't keep clock prepared all the time
  s5p-mfc: Rework clock handling
  s5p-mfc: Add support for MFC v8 available in Exynos 5433 SoCs

 .../devicetree/bindings/media/s5p-mfc.txt |   1 +
 drivers/media/platform/s5p-mfc/s5p_mfc.c  |  61 +---
 .../media/platform/s5p-mfc/s5p_mfc_common.h   |  10 +-
 .../media/platform/s5p-mfc/s5p_mfc_debug.h|   6 +
 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c  |   2 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c  |   2 +-
 drivers/media/platform/s5p-mfc/s5p_mfc_pm.c   | 139 ++---
 7 files changed, 103 insertions(+), 118 deletions(-)

--
Thanks, 
Sylwester
--
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