summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26media: atomisp: Replace open-coded i2c_find_device_by_fwnode()Andy Shevchenko1-6/+2
2024-04-26media: atomisp: Put PMIC device after getting its I²C addressAndy Shevchenko1-5/+8
2024-04-26media: staging: media: atomisp: Fix formatting issues and minor code issueJonathan Bergh1-4/+3
2023-06-09media: atomisp: Fix buffer overrun in gmin_get_var_int()Hans de Goede1-2/+2
2023-06-09media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var()Dan Carpenter1-1/+1
2023-06-09media: atomisp: Drop v4l2_get_acpi_sensor_info() functionHans de Goede1-240/+0
2023-06-09media: atomisp: initialize settings to 0Hans Verkuil1-1/+1
2023-06-09media: atomisp: Store number of sensor lanes per port in struct atomisp_deviceHans de Goede1-0/+2
2023-04-15media: atomisp: gmin_platform: Add Lenovo Ideapad Miix 310 gmin_varsHans de Goede1-0/+19
2023-04-15media: atomisp: gmin_platform: Make DMI quirks take precedence over the _DSM ...Hans de Goede1-19/+11
2023-04-15media: atomisp: Add v4l2_get_acpi_sensor_info() helperHans de Goede1-0/+240
2023-02-08media: atomisp: Put sensor ACPI devices in D3 before disable ACPI power-resou...Hans de Goede1-0/+8
2023-02-08media: atomisp: Add atomisp_register_sensor_no_gmin() helperHans de Goede1-0/+61
2023-02-08media: atomisp: Remove atomisp_gmin_find_subdev()Hans de Goede1-27/+0
2023-02-08media: atomisp: Fix regulator registers on BYT devices with CRC PMICHans de Goede1-4/+20
2022-09-24media: atomisp_gmin_platform: Unexport and split camera_sensor_csi()Andy Shevchenko1-31/+37
2022-09-24media: atomisp: Remove const/fixed camera_capsHans de Goede1-18/+0
2022-09-24media: atomisp_gmin_platform: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko1-5/+3
2022-06-20media: atomisp_gmin_platform: stop abusing efivar APIArd Biesheuvel1-21/+6
2022-02-08media: atomisp_gmin_platform: Add DMI quirk to not turn AXP ELDO2 regulator o...Hans de Goede1-0/+18
2022-02-08media: atomisp_gmin_platform: Base CsiPort default on detected CLKHans de Goede1-7/+16
2022-02-08media: atomisp_gmin_platform: Do not turn ELDO2 off from axp_v1p8_on()Hans de Goede1-5/+0
2022-02-08media: atomisp_gmin_platform: Set ELDO1 to 1.6V on devices with an AXP288 PMICHans de Goede1-7/+7
2022-02-08media: atomisp_gmin_platform: Add enable-count to gmin_[v1p8|v2p8]_ctrl()Hans de Goede1-21/+65
2022-02-08media: atomisp_gmin_platform: Fix axp_regulator_set() writing to the wrong re...Hans de Goede1-1/+1
2021-11-15media: atomisp: fix uninitialized bug in gmin_get_pmic_id_and_addr()Dan Carpenter1-1/+1
2021-11-15media: atomisp: add Microsoft Surface 3 ACPI varsTsuchiya Yuto1-0/+19
2021-07-22media: atomisp: Fix whitespace at the beginning of lineAniket Bhattacharyea1-4/+4
2020-09-03media: atomisp: atomisp_gmin_platform: check before useMauro Carvalho Chehab1-2/+3
2020-09-03media: atomisp: move null check to earlier pointCengiz Can1-1/+4
2020-07-18media: atomisp: Get rid of ACPI specifics in gmin_subdev_add()Andy Shevchenko1-9/+5
2020-07-18media: atomisp: Provide Gmin subdev as parameter to gmin_subdev_add()Andy Shevchenko1-27/+24
2020-07-18media: atomisp: Use temporary variable for device in gmin_subdev_add()Andy Shevchenko1-15/+2
2020-07-18media: atomisp: Refactor PMIC detection to a separate functionAndy Shevchenko1-23/+36
2020-07-18media: atomisp: Deduplicate return ret in gmin_i2c_write()Andy Shevchenko1-7/+3
2020-07-18media: atomisp: Make pointer to PMIC client globalAndy Shevchenko1-2/+3
2020-07-18media: atomisp: Don't try to parse unexpected ACPI object typeAndy Shevchenko1-0/+4
2020-07-18media: atomisp: make platform data more readableAndy Shevchenko1-0/+3
2020-07-18media: atomisp: Unify pdev to be pointer to struct pci_deviceAndy Shevchenko1-3/+3
2020-07-18media: atomisp: Use proper APIs to find I²C client device by ACPI HIDAndy Shevchenko1-25/+18
2020-07-18media: atomisp: place all gpio parsing togetherMauro Carvalho Chehab1-46/+40
2020-07-18media: atomisp: split add from find subdevMauro Carvalho Chehab1-2/+4
2020-07-18media: atomisp: print info if gpio0 and gpio2 were detectedMauro Carvalho Chehab1-0/+4
2020-07-18media: atomisp: properly parse CLK PMIC on newer devicesMauro Carvalho Chehab1-2/+64
2020-07-18media: atomisp: Prepare sensor support for ACPI PMMauro Carvalho Chehab1-6/+83
2020-07-18media: atomisp: reorganize the code under gmin_subdev_add()Mauro Carvalho Chehab1-59/+60
2020-07-17media: atomisp: fix the handling of clock numberMauro Carvalho Chehab1-7/+42
2020-06-11media: atomisp: improve ACPI/DMI detection logsMauro Carvalho Chehab1-6/+12
2020-06-11media: Revert "media: atomisp: add Asus Transform T101HA ACPI vars"Mauro Carvalho Chehab1-16/+0
2020-06-11media: atomisp: improve sensor detection code to use _DSM tableMauro Carvalho Chehab1-5/+100