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