* [GIT PULL for 5.3] More sensor and CSI-2 driver patches
@ 2019-06-22 8:29 Sakari Ailus
2019-06-22 8:39 ` Sakari Ailus
0 siblings, 1 reply; 4+ messages in thread
From: Sakari Ailus @ 2019-06-22 8:29 UTC (permalink / raw)
To: linux-media
Hi Mauro,
Here's another set of CSI-2 and sensor driver patches for 5.3.
The number appears large but the only driver receiving a significant amount
of functional changes is the marvell-ccic.
Please pull.
The following changes since commit 3a959dcd11a4b1f55bbb4a37d3bac685c4e106b1:
media: mt9m111: add regulator support (2019-06-21 17:56:39 -0400)
are available in the git repository at:
ssh://linuxtv.org/git/sailus/media_tree.git tags/for-5.3-4-signed
for you to fetch changes up to e1f8eca499d2aac228bea702f361a0601dad5e94:
staging: media: fix style problem (2019-06-22 10:36:59 +0300)
----------------------------------------------------------------
sensor and CSI-2 driver patches for 5.3
----------------------------------------------------------------
Aliasgar Surti (1):
staging: media: fix style problem
Hugues Fruchet (4):
media: st-mipid02: add support of V4L2_CID_LINK_FREQ
media: st-mipid02: add support of RGB565
media: st-mipid02: add support of YUYV8 and UYVY8
media: st-mipid02: add support of JPEG
Lubomir Rintel (9):
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
media: marvell-ccic: only calculate the DPHY registers when needed
media: marvell-ccic: mmp: don't chicken out w/o pdata
Robert Jarzmik (1):
media: mt9m111: fix fw-node refactoring
Sakari Ailus (2):
mt9m111: No need to check for the regulator
mt9m111: Fix error handling in mt9m111_power_on
Wolfram Sang (8):
media: i2c: ak881x: simplify getting the adapter of a client
media: i2c: mt9m001: simplify getting the adapter of a client
media: i2c: mt9m111: simplify getting the adapter of a client
media: i2c: ov2640: simplify getting the adapter of a client
media: i2c: tw9910: simplify getting the adapter of a client
staging: media: soc_camera: imx074: simplify getting the adapter of a client
staging: media: soc_camera: mt9t031: simplify getting the adapter of a client
staging: media: soc_camera: soc_mt9v022: simplify getting the adapter of a client
drivers/media/i2c/ak881x.c | 2 +-
drivers/media/i2c/mt9m001.c | 2 +-
drivers/media/i2c/mt9m111.c | 37 ++-
drivers/media/i2c/ov2640.c | 2 +-
drivers/media/i2c/st-mipid02.c | 60 +++-
drivers/media/i2c/tw9910.c | 3 +-
drivers/media/platform/marvell-ccic/Kconfig | 2 +
drivers/media/platform/marvell-ccic/cafe-driver.c | 58 +++-
drivers/media/platform/marvell-ccic/mcam-core.c | 337 +++++++++++++++-------
drivers/media/platform/marvell-ccic/mcam-core.h | 12 +-
drivers/media/platform/marvell-ccic/mmp-driver.c | 238 ++++-----------
drivers/staging/media/soc_camera/imx074.c | 2 +-
drivers/staging/media/soc_camera/mt9t031.c | 2 +-
drivers/staging/media/soc_camera/soc_mt9v022.c | 2 +-
drivers/staging/media/soc_camera/soc_ov5642.c | 6 +-
include/linux/platform_data/media/mmp-camera.h | 4 -
16 files changed, 424 insertions(+), 345 deletions(-)
--
Sakari Ailus
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [GIT PULL for 5.3] More sensor and CSI-2 driver patches
2019-06-22 8:29 [GIT PULL for 5.3] More sensor and CSI-2 driver patches Sakari Ailus
@ 2019-06-22 8:39 ` Sakari Ailus
2019-06-22 9:58 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 4+ messages in thread
From: Sakari Ailus @ 2019-06-22 8:39 UTC (permalink / raw)
To: linux-media, mchehab
On Sat, Jun 22, 2019 at 11:29:12AM +0300, Sakari Ailus wrote:
> Hi Mauro,
>
> Here's another set of CSI-2 and sensor driver patches for 5.3.
Oops! This should have been for 5.4, not 5.3!
--
Sakari Ailus
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL for 5.3] More sensor and CSI-2 driver patches
2019-06-22 8:39 ` Sakari Ailus
@ 2019-06-22 9:58 ` Mauro Carvalho Chehab
2019-06-22 10:01 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2019-06-22 9:58 UTC (permalink / raw)
To: Sakari Ailus; +Cc: linux-media
Em Sat, 22 Jun 2019 11:39:09 +0300
Sakari Ailus <sakari.ailus@iki.fi> escreveu:
> On Sat, Jun 22, 2019 at 11:29:12AM +0300, Sakari Ailus wrote:
> > Hi Mauro,
> >
> > Here's another set of CSI-2 and sensor driver patches for 5.3.
>
> Oops! This should have been for 5.4, not 5.3!
>
I already applied those yesterday.
Should them be reverted? If so, why?
Thanks,
Mauro
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL for 5.3] More sensor and CSI-2 driver patches
2019-06-22 9:58 ` Mauro Carvalho Chehab
@ 2019-06-22 10:01 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2019-06-22 10:01 UTC (permalink / raw)
To: Sakari Ailus; +Cc: linux-media
Em Sat, 22 Jun 2019 06:58:44 -0300
Mauro Carvalho Chehab <mchehab+samsung@kernel.org> escreveu:
> Em Sat, 22 Jun 2019 11:39:09 +0300
> Sakari Ailus <sakari.ailus@iki.fi> escreveu:
>
> > On Sat, Jun 22, 2019 at 11:29:12AM +0300, Sakari Ailus wrote:
> > > Hi Mauro,
> > >
> > > Here's another set of CSI-2 and sensor driver patches for 5.3.
> >
> > Oops! This should have been for 5.4, not 5.3!
> >
>
> I already applied those yesterday.
No, I didn't apply this series. I applied the last one. If this is
not for 5.4, just mark the PR as rejected at patchwork.
Thanks,
Mauro
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-06-22 10:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-22 8:29 [GIT PULL for 5.3] More sensor and CSI-2 driver patches Sakari Ailus
2019-06-22 8:39 ` Sakari Ailus
2019-06-22 9:58 ` Mauro Carvalho Chehab
2019-06-22 10:01 ` Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox