All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] media: atomisp: Fix AXP288 PMIC and dual-cam support
@ 2022-01-16 21:51 Hans de Goede
  2022-01-16 21:51 ` [PATCH 1/9] media: atomisp: Don't use ifdef on IS_ISP2401 Hans de Goede
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Hans de Goede @ 2022-01-16 21:51 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Sakari Ailus
  Cc: Hans de Goede, Tsuchiya Yuto, Andy Shevchenko, Yury Luneff,
	Nable, andrey.i.trufanov, Fabio Aiuto, linux-media,
	linux-staging

Hi All,

Here is a patch series fixing various bugs in the current
atomisp_gmin_platform AXP288 support (it was completely broken before
this series) as well as adding support for devices with front and back
sensors.

This has been tested on a Teclast Tbook11 and a
Trekstor Surftab Duo W1 10.1, both of which use ov2680 sensors as both
there front and back sensors.

I think this should also make things work on the Cyberbook T116,
but I did not get around to testing that yet.

This series also contains some code to try and get things to work on
Bay Trail devices. This at least makes the driver load, but it does
not work yet and actually getting it to work may very well be quite
tricky.

Regards,

Hans


Hans de Goede (9):
  media: atomisp: Don't use ifdef on IS_ISP2401
  media: atomisp: Don't use ifdef ISP2400
  media: atomisp: Use irci_stable_candrpv_0415_20150423_1753 fw for byt
  media: atomisp_gmin_platform: Fix axp_regulator_set() writing to the
    wrong register
  media: atomisp_gmin_platform: Add enable-count to
    gmin_[v1p8|v2p8]_ctrl()
  media: atomisp_gmin_platform: Set ELDO1 to 1.6V on devices with an
    AXP288 PMIC
  media: atomisp_gmin_platform: Do not turn ELDO2 off from axp_v1p8_on()
  media: atomisp_gmin_platform: Base CsiPort default on detected CLK
  media: atomisp_gmin_platform: Add DMI quirk to not turn AXP ELDO2
    regulator off on some boards

 .../media/atomisp/pci/atomisp_compat_css20.c  |   4 +-
 .../media/atomisp/pci/atomisp_gmin_platform.c | 148 +++++++++++++-----
 .../staging/media/atomisp/pci/atomisp_v4l2.c  |   2 +-
 .../media/atomisp/pci/sh_css_firmware.c       |   4 +
 4 files changed, 114 insertions(+), 44 deletions(-)

-- 
2.33.1


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

end of thread, other threads:[~2022-01-24 11:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-16 21:51 [PATCH 0/9] media: atomisp: Fix AXP288 PMIC and dual-cam support Hans de Goede
2022-01-16 21:51 ` [PATCH 1/9] media: atomisp: Don't use ifdef on IS_ISP2401 Hans de Goede
2022-01-16 21:51 ` [PATCH 2/9] media: atomisp: Don't use ifdef ISP2400 Hans de Goede
2022-01-16 21:51 ` [PATCH 3/9] media: atomisp: Use irci_stable_candrpv_0415_20150423_1753 fw for byt Hans de Goede
2022-01-16 21:51 ` [PATCH 4/9] media: atomisp_gmin_platform: Fix axp_regulator_set() writing to the wrong register Hans de Goede
2022-01-16 21:52 ` [PATCH 5/9] media: atomisp_gmin_platform: Add enable-count to gmin_[v1p8|v2p8]_ctrl() Hans de Goede
2022-01-16 21:52 ` [PATCH 6/9] media: atomisp_gmin_platform: Set ELDO1 to 1.6V on devices with an AXP288 PMIC Hans de Goede
2022-01-16 21:52 ` [PATCH 7/9] media: atomisp_gmin_platform: Do not turn ELDO2 off from axp_v1p8_on() Hans de Goede
2022-01-16 21:52 ` [PATCH 8/9] media: atomisp_gmin_platform: Base CsiPort default on detected CLK Hans de Goede
2022-01-16 21:52 ` [PATCH 9/9] media: atomisp_gmin_platform: Add DMI quirk to not turn AXP ELDO2 regulator off on some boards Hans de Goede
2022-01-18  9:01 ` [PATCH 0/9] media: atomisp: Fix AXP288 PMIC and dual-cam support Andy Shevchenko
2022-01-24 10:37 ` Bay Trail atomisp support update (was [PATCH 0/9] media: atomisp: ...) Hans de Goede
2022-01-24 11:14   ` Mauro Carvalho Chehab

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.