linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Improve ACPI detection code for atomisp
@ 2020-06-04 20:47 Mauro Carvalho Chehab
  2020-06-04 20:47 ` [PATCH 1/5] media: atomisp: improve sensor detection code to use _DSM table Mauro Carvalho Chehab
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2020-06-04 20:47 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, linux-kernel, Sakari Ailus,
	Greg Kroah-Hartman, devel, linux-media

Add support to read the sensor configuration directly from the BIOS,
instead of relying on DMI match tables.

As we don't have the legacy models there which has their own
DMI match tables, we can't remove them, but this change should
make this driver to better detect unlisted devices.

Mauro Carvalho Chehab (5):
  media: atomisp: improve sensor detection code to use _DSM table
  Revert "media: atomisp: Add some ACPI detection info"
  Revert "media: atomisp: add Asus Transform T101HA ACPI vars"
  media: atomisp: change clock source default for ISP2401
  media: atomisp: improve ACPI/DMI detection logs

 drivers/staging/media/atomisp/TODO            |  43 +----
 .../media/atomisp/i2c/atomisp-gc0310.c        |  11 --
 .../media/atomisp/i2c/atomisp-gc2235.c        |  11 --
 .../media/atomisp/i2c/atomisp-lm3554.c        |  11 --
 .../media/atomisp/i2c/atomisp-mt9m114.c       |  11 --
 .../media/atomisp/i2c/atomisp-ov2680.c        |  11 --
 .../media/atomisp/i2c/atomisp-ov2722.c        |  11 --
 .../media/atomisp/i2c/ov5693/atomisp-ov5693.c |  11 --
 .../media/atomisp/pci/atomisp_gmin_platform.c | 157 ++++++++++++++----
 9 files changed, 129 insertions(+), 148 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2020-06-04 20:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-04 20:47 [PATCH 0/5] Improve ACPI detection code for atomisp Mauro Carvalho Chehab
2020-06-04 20:47 ` [PATCH 1/5] media: atomisp: improve sensor detection code to use _DSM table Mauro Carvalho Chehab
2020-06-04 20:47 ` [PATCH 2/5] Revert "media: atomisp: Add some ACPI detection info" Mauro Carvalho Chehab
2020-06-04 20:47 ` [PATCH 3/5] Revert "media: atomisp: add Asus Transform T101HA ACPI vars" Mauro Carvalho Chehab
2020-06-04 20:47 ` [PATCH 4/5] media: atomisp: change clock source default for ISP2401 Mauro Carvalho Chehab
2020-06-04 20:47 ` [PATCH 5/5] media: atomisp: improve ACPI/DMI detection logs Mauro Carvalho Chehab

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).