[PATCH v3 0/6] media: mt9p031: Read back the real clock rate

From: Stefan Riedmueller
Date: Fri Jul 02 2021 - 05:59:27 EST


Hi,

sorry it took me some time but this is the v3 for my previously send
patchstack:
https://lore.kernel.org/linux-media/20200930105133.139981-1-s.riedmueller@xxxxxxxxx/

Changes in v3:
- Dropped 1/5 media: mt9p031: Add support for 8 bit and 10 bit formats
- Dropped 3/5 media: mt9p031: Implement [gs]_register debug calls
- Added reviewed-by from Laurent Pinchart to
media: mt9p031: Read back the real clock rate
- Dropped unnecessary register reads in
media: mt9p031: Fix corrupted frame after restarting
- Changed sorting of register bits from MSB to LSB
- Added patch to switch to BIT macro
- Added two additional dt-bindings patches to add missing properties
documentation

Christian Hemp (1):
media: mt9p031: Make pixel clock polarity configurable by DT

Dirk Bender (1):
media: mt9p031: Fix corrupted frame after restarting stream

Enrico Scholz (1):
media: mt9p031: Read back the real clock rate

Stefan Riedmueller (3):
dt-bindings: media: mt9p031: Add missing required properties
dt-bindings: media: mt9p031: add pclk-sample property
media: mt9p031: Use BIT macro

.../devicetree/bindings/media/i2c/mt9p031.txt | 17 +++++
drivers/media/i2c/Kconfig | 1 +
drivers/media/i2c/mt9p031.c | 71 +++++++++++++++----
include/media/i2c/mt9p031.h | 1 +
4 files changed, 78 insertions(+), 12 deletions(-)

--
2.25.1