linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] arm64: dts: rockchip: px30: fix ov5695 camera probe
@ 2022-05-19  7:51 Tommaso Merciai
  2022-05-19  7:51 ` [PATCH 1/4] media: i2c: ov5695: use regulator_bulk_enable/regulator_bulk disable instead of for loop Tommaso Merciai
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Tommaso Merciai @ 2022-05-19  7:51 UTC (permalink / raw)
  Cc: tommaso.merciai, linuxfancy, linux-amarula, michael,
	Shunqian Zheng, Mauro Carvalho Chehab, linux-media, linux-kernel

Hi,
This series fix camera probing issue of ov5695 camera driver for px30 evb.
Improve also the ov5695.c driver using using regulator_bulk_enable/regulatore_bulk_disable
function in __ov5695_power_on/__ov5695_power_off functions instead of for loop

1. use regulator_bulk_enable/regulator_bulk disable instead of for loop into
   ov5695 power_on/power_off
2. max drive-strength for cif_clkout_m0
3. add mux for mipi-pdn pad
4. use rk gpio naming convention for reset-gpio of ov5695

Note:
 - This series was tested on PX30_Mini_EVB_V11_20190507 board

Tommaso Merciai (4):
  media: i2c: ov5695: use regulator_bulk_enable/regulator_bulk disable
    instead of for loop
  arm64: dts: rockchip: px30: max drive-strength for cif_clkout_m0
  arm64: dts: rockchip: px30: add mux for mipi-pdn pad
  arm64: dts: rockchip: px30: use rk gpio naming convention into
    reset-gpios

 arch/arm64/boot/dts/rockchip/px30-evb.dts | 17 +++++++++++++--
 drivers/media/i2c/ov5695.c                | 25 +++++++----------------
 2 files changed, 22 insertions(+), 20 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-06-09 10:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19  7:51 [PATCH 0/4] arm64: dts: rockchip: px30: fix ov5695 camera probe Tommaso Merciai
2022-05-19  7:51 ` [PATCH 1/4] media: i2c: ov5695: use regulator_bulk_enable/regulator_bulk disable instead of for loop Tommaso Merciai
2022-05-31 13:14   ` Jacopo Mondi
2022-05-31 15:40     ` Tommaso Merciai
2022-05-31 15:50       ` Michael Nazzareno Trimarchi
2022-06-01  8:11         ` Jacopo Mondi
2022-06-01  8:39           ` Michael Nazzareno Trimarchi
2022-06-02  5:57             ` Michael Nazzareno Trimarchi
2022-06-09 10:11               ` Tommaso Merciai
2022-05-19  7:51 ` [PATCH 2/4] arm64: dts: rockchip: px30: max drive-strength for cif_clkout_m0 Tommaso Merciai
2022-05-23  8:17   ` Michael Nazzareno Trimarchi
2022-05-19  7:51 ` [PATCH 3/4] arm64: dts: rockchip: px30: add mux for mipi-pdn pad Tommaso Merciai
2022-05-23  8:18   ` Michael Nazzareno Trimarchi
2022-05-19  7:51 ` [PATCH 4/4] arm64: dts: rockchip: px30: use rk gpio naming convention into reset-gpios Tommaso Merciai
2022-05-23  8:16   ` Michael Nazzareno Trimarchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).