All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL for 4.20] Lens driver fixes, imx214 sensor driver
@ 2018-10-07 13:05 Sakari Ailus
  2018-10-08 15:57 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Sakari Ailus @ 2018-10-07 13:05 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

This last pull for 4.20 contains dw9714 and dw9807 lens driver probe error
handling fixes and the Sony imx214 sensor driver. In other words, patches
that have roughly nil changes of breaking something.

Compile tested with and without both subdev uAPI and MC on x86-64, plus on
arm as well.

Please pull.


The following changes since commit 557c97b5133669297be561e6091da9ab6e488e65:

  media: cec: name for RC passthrough device does not need 'RC for' (2018-10-05 11:28:13 -0400)

are available in the git repository at:

  ssh://linuxtv.org/git/sailus/media_tree.git tags/for-4.20-11-sign

for you to fetch changes up to a8f772a119afcc1dfabf4d8b7e258b9f90d2c561:

  imx214: Add imx214 camera sensor driver (2018-10-06 21:20:40 +0300)

----------------------------------------------------------------
dw9714 and dw9807 fixes; imx214 driver

----------------------------------------------------------------
Rajmohan Mani (1):
      media: dw9714: Fix error handling in probe function

Ricardo Ribalda Delgado (2):
      imx214: device tree binding
      imx214: Add imx214 camera sensor driver

Sakari Ailus (2):
      dw9714: Remove useless error message
      dw9807-vcm: Fix probe error handling

 .../devicetree/bindings/media/i2c/sony,imx214.txt  |   53 +
 MAINTAINERS                                        |    8 +
 drivers/media/i2c/Kconfig                          |   12 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/dw9714.c                         |    5 +-
 drivers/media/i2c/dw9807-vcm.c                     |    3 +-
 drivers/media/i2c/imx214.c                         | 1118 ++++++++++++++++++++
 7 files changed, 1197 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx214.txt
 create mode 100644 drivers/media/i2c/imx214.c

-- 
Sakari Ailus
e-mail: sakari.ailus@iki.fi

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

* Re: [GIT PULL for 4.20] Lens driver fixes, imx214 sensor driver
  2018-10-07 13:05 [GIT PULL for 4.20] Lens driver fixes, imx214 sensor driver Sakari Ailus
@ 2018-10-08 15:57 ` Mauro Carvalho Chehab
  2018-10-08 17:08   ` Sakari Ailus
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2018-10-08 15:57 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: linux-media, Rob Herring

Em Sun, 7 Oct 2018 16:05:57 +0300
Sakari Ailus <sakari.ailus@iki.fi> escreveu:

> Hi Mauro,
> 
> This last pull for 4.20 contains dw9714 and dw9807 lens driver probe error
> handling fixes and the Sony imx214 sensor driver. In other words, patches
> that have roughly nil changes of breaking something.
> 
> Compile tested with and without both subdev uAPI and MC on x86-64, plus on
> arm as well.
> 
> Please pull.
> 
> 
> The following changes since commit 557c97b5133669297be561e6091da9ab6e488e65:
> 
>   media: cec: name for RC passthrough device does not need 'RC for' (2018-10-05 11:28:13 -0400)
> 
> are available in the git repository at:
> 
>   ssh://linuxtv.org/git/sailus/media_tree.git tags/for-4.20-11-sign
> 
> for you to fetch changes up to a8f772a119afcc1dfabf4d8b7e258b9f90d2c561:
> 
>   imx214: Add imx214 camera sensor driver (2018-10-06 21:20:40 +0300)
> 
> ----------------------------------------------------------------
> dw9714 and dw9807 fixes; imx214 driver
> 
> ----------------------------------------------------------------
> Rajmohan Mani (1):
>       media: dw9714: Fix error handling in probe function
> 
> Ricardo Ribalda Delgado (2):
>       imx214: device tree binding
>       imx214: Add imx214 camera sensor driver

I'm missing the ack from Rob on the DT patch. Will apply the
remaining ones from this series as they're independent.


> 
> Sakari Ailus (2):
>       dw9714: Remove useless error message
>       dw9807-vcm: Fix probe error handling

> 
>  .../devicetree/bindings/media/i2c/sony,imx214.txt  |   53 +
>  MAINTAINERS                                        |    8 +
>  drivers/media/i2c/Kconfig                          |   12 +
>  drivers/media/i2c/Makefile                         |    1 +
>  drivers/media/i2c/dw9714.c                         |    5 +-
>  drivers/media/i2c/dw9807-vcm.c                     |    3 +-
>  drivers/media/i2c/imx214.c                         | 1118 ++++++++++++++++++++
>  7 files changed, 1197 insertions(+), 3 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx214.txt
>  create mode 100644 drivers/media/i2c/imx214.c
> 

Thanks,
Mauro

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

* Re: [GIT PULL for 4.20] Lens driver fixes, imx214 sensor driver
  2018-10-08 15:57 ` Mauro Carvalho Chehab
@ 2018-10-08 17:08   ` Sakari Ailus
  0 siblings, 0 replies; 3+ messages in thread
From: Sakari Ailus @ 2018-10-08 17:08 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media, Rob Herring

Hi Mauro,

On Mon, Oct 08, 2018 at 12:57:22PM -0300, Mauro Carvalho Chehab wrote:
> Em Sun, 7 Oct 2018 16:05:57 +0300
> Sakari Ailus <sakari.ailus@iki.fi> escreveu:
> 
> > Hi Mauro,
> > 
> > This last pull for 4.20 contains dw9714 and dw9807 lens driver probe error
> > handling fixes and the Sony imx214 sensor driver. In other words, patches
> > that have roughly nil changes of breaking something.
> > 
> > Compile tested with and without both subdev uAPI and MC on x86-64, plus on
> > arm as well.
> > 
> > Please pull.
> > 
> > 
> > The following changes since commit 557c97b5133669297be561e6091da9ab6e488e65:
> > 
> >   media: cec: name for RC passthrough device does not need 'RC for' (2018-10-05 11:28:13 -0400)
> > 
> > are available in the git repository at:
> > 
> >   ssh://linuxtv.org/git/sailus/media_tree.git tags/for-4.20-11-sign
> > 
> > for you to fetch changes up to a8f772a119afcc1dfabf4d8b7e258b9f90d2c561:
> > 
> >   imx214: Add imx214 camera sensor driver (2018-10-06 21:20:40 +0300)
> > 
> > ----------------------------------------------------------------
> > dw9714 and dw9807 fixes; imx214 driver
> > 
> > ----------------------------------------------------------------
> > Rajmohan Mani (1):
> >       media: dw9714: Fix error handling in probe function
> > 
> > Ricardo Ribalda Delgado (2):
> >       imx214: device tree binding
> >       imx214: Add imx214 camera sensor driver
> 
> I'm missing the ack from Rob on the DT patch. Will apply the
> remaining ones from this series as they're independent.

Oops. I somehow thought Rob acked the patch but you're right. I think it
must have been another patch... Thanks for catching this one.

-- 
Regards,

Sakari Ailus
e-mail: sakari.ailus@iki.fi

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

end of thread, other threads:[~2018-10-09  0:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-07 13:05 [GIT PULL for 4.20] Lens driver fixes, imx214 sensor driver Sakari Ailus
2018-10-08 15:57 ` Mauro Carvalho Chehab
2018-10-08 17:08   ` Sakari Ailus

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.