Hi Mauro,
Here are sensor and Marvell CCIC driver patches for v5.3. Included is also
a fix for fwnode C-PHY handling.
Please pull.
The following changes since commit bc8c479a5b19bd44f7379e42e627170957985ee9:
media: venus: helpers: fix dynamic buffer mode for v4 (2019-05-21 09:03:25
-0400)
are available in the git repository at:
ssh://linuxtv.org/git/sailus/media_tree.git tags/for-5.3-1-signed
for you to fetch changes up to b9656c3ca991c4edca908bb37455351f6fddf235:
media:staging/intel-ipu3: update minimal GDC envelope size to 4 (2019-05-22
12:06:14 +0300)
----------------------------------------------------------------
sensor + ccic patches for 5.3
----------------------------------------------------------------
Akinobu Mita (4):
media: ov7740: fix unbalanced pm_runtime_get/put
media: ov7740: avoid invalid framesize setting
media: ov7740: fix vertical flip control
media: ov7740: remove redundant V4L2_CTRL_FLAG_VOLATILE set
Bingbu Cao (1):
media:staging/intel-ipu3: update minimal GDC envelope size to 4
Lubomir Rintel (10):
media: dt-bindings: marvell,mmp2-ccic: Add Marvell MMP2 camera
marvell-ccic: fix DMA s/g desc number calculation
marvell-ccic: don't generate EOF on parallel bus
Revert "[media] marvell-ccic: reset ccic phy when stop streaming for
stability"
marvell-ccic: drop unused stuff
marvell-ccic/mmp: enable clock before accessing registers
marvell-ccic: rename the clocks
marvell-ccic/mmp: add devicetree support
marvell-ccic: use async notifier to get the sensor
marvell-ccic: provide a clock for the sensor
Nicholas Mc Guire (1):
media: smiapp: core: add small range to usleep_range
Sakari Ailus (1):
v4l: fwnode: C-PHY has no clock lane
Shawnx Tu (1):
media: ov8856: modify register to fix test pattern
.../bindings/media/marvell,mmp2-ccic.txt | 50 +++
drivers/media/i2c/ov7740.c | 24 +-
drivers/media/i2c/ov8856.c | 12 +-
drivers/media/i2c/smiapp/smiapp-quirk.c | 2 +-
drivers/media/platform/marvell-ccic/Kconfig | 2 +
drivers/media/platform/marvell-ccic/cafe-driver.c | 58 +++-
drivers/media/platform/marvell-ccic/mcam-core.c | 339 ++++++++++++++-------
drivers/media/platform/marvell-ccic/mcam-core.h | 12 +-
drivers/media/platform/marvell-ccic/mmp-driver.c | 241 ++++-----------
drivers/media/v4l2-core/v4l2-fwnode.c | 8 +-
drivers/staging/media/ipu3/ipu3-css.c | 14 +-
include/linux/platform_data/media/mmp-camera.h | 4 -
12 files changed, 424 insertions(+), 342 deletions(-)
create mode 100644
Documentation/devicetree/bindings/media/marvell,mmp2-ccic.txt
--
Sakari Ailus