mbox series

[GIT,PULL,FOR,v6.3] max9286 changes

Message ID Y8MOXqieU16D/SyE@pendragon.ideasonboard.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v6.3] max9286 changes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git tags/media-gmsl-next-20230114

Message

Laurent Pinchart Jan. 14, 2023, 8:19 p.m. UTC
Hi Mauro,

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git tags/media-gmsl-next-20230114

for you to fetch changes up to 80f19527cd068d0b5c8a33e98cd3cd910f44f4e0:

  media: i2c: max9286: Print power-up GMSL link configuration (2023-01-14 22:17:31 +0200)

----------------------------------------------------------------
max9286 changes

----------------------------------------------------------------
Laurent Pinchart (11):
      dt-bindings: media: i2c: max9286: Add support for per-port supplies
      dt-bindings: media: i2c: max9286: Add property to select I2C speed
      dt-bindings: media: i2c: max9286: Add property to select bus width
      media: i2c: max9286: Support manual framesync operation
      media: i2c: max9286: Rename MAX9286_DATATYPE_RAW11 to RAW12
      media: i2c: max9286: Support 12-bit raw bayer formats
      media: i2c: max9286: Define macros for all bits of register 0x15
      media: i2c: max9286: Configure remote I2C speed from device tree
      media: i2c: max9286: Configure bus width from device tree
      media: i2c: max9286: Select HS as data enable signal
      media: i2c: max9286: Print power-up GMSL link configuration

Thomas Nizan (1):
      media: i2c: max9286: Add support for port regulators

 .../bindings/media/i2c/maxim,max9286.yaml          |  51 ++-
 drivers/media/i2c/max9286.c                        | 462 +++++++++++++++++----
 2 files changed, 427 insertions(+), 86 deletions(-)