summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/intel/int3472
AgeCommit message (Expand)AuthorFilesLines
2023-10-06platform/x86: int3472: Switch to devm_get_gpiod()Hans de Goede3-26/+6
2023-10-06platform/x86: int3472: Stop using gpiod_toggle_active_low()Hans de Goede4-59/+41
2023-10-06platform/x86: int3472: Add new skl_int3472_gpiod_get_from_temp_lookup() helperBartosz Golaszewski1-0/+26
2023-10-06platform/x86: int3472: Add new skl_int3472_fill_gpiod_lookup() helperHans de Goede1-10/+22
2023-07-10platform/x86: int3472/discrete: set variable skl_int3472_regulator_second_sen...Tom Rix1-1/+1
2023-07-01Merge tag 'platform-drivers-x86-v6.5-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-119/+181
2023-06-20platform/x86: int3472: discrete: Log a warning if the pin-numbers don't matchHans de Goede1-1/+7
2023-06-20platform/x86: int3472: discrete: Use FIELD_GET() on the GPIO _DSM return valueHans de Goede1-3/+7
2023-06-20platform/x86: int3472: discrete: Add alternative "AVDD" regulator supply nameHans de Goede2-1/+2
2023-06-20platform/x86: int3472: discrete: Add support for 1 GPIO regulator shared betw...Hans de Goede2-7/+41
2023-06-20platform/x86: int3472: discrete: Remove sensor_config-sHans de Goede3-61/+31
2023-06-20platform/x86: int3472: discrete: Drop GPIO remapping supportHans de Goede2-40/+3
2023-06-13platform/x86: int3472: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König1-1/+1
2023-06-08platform/x86: int3472: Evaluate device's _DSM method to control imaging clockBingbu Cao3-15/+99
2023-05-30platform/x86: int3472: Avoid crash in unregistering regulator gpioHao Yao1-5/+8
2023-03-07platform/x86: intel: int3472: discrete: Convert to platform remove callback r...Uwe Kleine-König1-4/+2
2023-03-07platform/x86: int3472: Add GPIOs to Surface Go 3 Board dataDaniel Scally1-2/+3
2023-02-10platform/x86: int3472/discrete: add LEDS_CLASS dependencyArnd Bergmann1-0/+1
2023-02-06platform/x86: int3472/discrete: Drop unnecessary obj->type == string checkHans de Goede1-8/+0
2023-02-03platform/x86: int3472/discrete: Get the polarity from the _DSM entryHans de Goede3-4/+16
2023-02-03platform/x86: int3472/discrete: Move GPIO request to skl_int3472_register_clo...Hans de Goede3-31/+30
2023-02-03platform/x86: int3472/discrete: Create a LED class device for the privacy LEDHans de Goede5-47/+106
2023-02-03platform/x86: int3472/discrete: Refactor GPIO to sensor mappingHans de Goede1-9/+36
2023-01-12platform/x86: int3472/discrete: Ensure the clk/power enable pins are in outpu...Hans de Goede2-0/+7
2022-12-08regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang1-1/+2
2022-10-10Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-3/+3
2022-10-05Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-18/+16
2022-10-05Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+1
2022-10-04platform/x86: int3472: Don't leak reference on errorAndy Shevchenko1-3/+3
2022-09-24platform/x86: int3472: Add board data for Surface Go2 IR cameraDaniel Scally1-0/+33
2022-09-24platform/x86: int3472: Support multiple gpio lookups in board dataDaniel Scally3-9/+32
2022-09-24platform/x86: int3472: Support multiple clock consumersDaniel Scally1-7/+52
2022-09-24ACPI: scan: Add acpi_dev_get_next_consumer_dev()Daniel Scally1-1/+1
2022-09-22platform/x86: int3472/discrete: Drop a forward declarationUwe Kleine-König1-18/+16
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-02-21platform/x86: int3472: Add terminator to gpiod_lookup_tableDaniel Scally1-1/+2
2022-02-03platform/x86: Replace acpi_bus_get_device()Rafael J. Wysocki1-3/+2
2022-01-08platform/x86: int3472: Add board data for Surface Go 3Daniel Scally1-0/+13
2021-12-13platform/x86: int3472: Deal with probe ordering issuesHans de Goede2-0/+7
2021-12-13platform/x86: int3472: Pass tps68470_regulator_platform_data to the tps68470-...Hans de Goede4-1/+199
2021-12-13platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regula...Hans de Goede1-7/+28
2021-12-13platform/x86: int3472: Add get_sensor_adev_and_name() helperHans de Goede3-18/+35
2021-12-13platform/x86: int3472: Split into 2 driversHans de Goede7-120/+105
2021-10-11platform/x86: intel_skl_int3472: Correct null checkDaniel Scally1-1/+1
2021-08-12platform/x86/intel: int3472: Use y instead of objs in MakefileAndy Shevchenko1-1/+1
2021-06-28platform/x86: intel_skl_int3472: Uninitialized variable in skl_int3472_handle...Dan Carpenter1-2/+2
2021-06-22platform/x86: intel_skl_int3472: Move to intel/ subfolderAndy Shevchenko7-0/+1020