summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/intel/pinctrl-lynxpoint.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: lynxpoint: Simplify code with cleanup helpersAndy Shevchenko2023-11-241-51/+21
* treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski2023-11-041-1/+1
* pinctrl: lynxpoint: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-2/+2
* pinctrl: lynxpoint: Replace kernel.h by what is actually being usedAndy Shevchenko2023-10-031-1/+1
* pinctrl: lynxpoint: drop runtime PM supportRaag Jadav2023-10-031-29/+3
* pinctrl: lynxpoint: Make use of pm_ptr()Andy Shevchenko2023-08-181-4/+3
* pinctrl: lynxpoint: reuse common functions from pinctrl-intelRaag Jadav2023-08-151-78/+8
* pinctrl: lynxpoint: Convert to use new memeber in struct intel_functionAndy Shevchenko2022-12-301-4/+4
* pinctrl: lynxpoint: Add missing header(s)Andy Shevchenko2022-10-241-2/+4
* pinctrl: lynxpoint: Switch to to embedded struct pingroupAndy Shevchenko2022-06-201-5/+5
* pinctrl: lynxpoint: make irq_chip immutableAndy Shevchenko2022-05-161-10/+16
* pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-6/+2
* pinctrl: lynxpoint: Enable pin configuration setting for GPIO chipAndy Shevchenko2020-11-121-0/+1
* pinctrl: lynxpoint: Use defined constant for disabled bias explicitlyAndy Shevchenko2020-11-121-2/+4
* pinctrl: lynxpoint: Unify initcall location in the codeAndy Shevchenko2020-11-041-2/+1
* pinctrl: lynxpoint: Drop no-op ACPI_PTR() callAndy Shevchenko2020-06-221-1/+1
* pinctrl: lynxpoint: Introduce helpers to enable or disable inputAndy Shevchenko2020-06-221-7/+14
* pinctrl: lynxpoint: Make use of for_each_requested_gpio()Andy Shevchenko2020-06-221-5/+6
* pinctrl: lynxpoint: Use platform_get_irq_optional() explicitlyAndy Shevchenko2020-04-161-5/+5
* pinctrl: lynxpoint: Update summary in the driverAndy Shevchenko2019-12-131-4/+6
* pinctrl: lynxpoint: Switch to pin control APIAndy Shevchenko2019-12-131-57/+10
* pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callbackAndy Shevchenko2019-12-131-0/+14
* pinctrl: lynxpoint: Implement ->pin_dbg_show()Andy Shevchenko2019-12-131-0/+23
* pinctrl: lynxpoint: Add pin control operationsAndy Shevchenko2019-12-131-1/+314
* pinctrl: lynxpoint: Reuse struct intel_pinctrl in the driverAndy Shevchenko2019-12-131-24/+60
* pinctrl: lynxpoint: Add pin control data structuresAndy Shevchenko2019-12-131-2/+124
* pinctrl: lynxpoint: Implement intel_gpio_get_direction callbackAndy Shevchenko2019-12-131-0/+11
* pinctrl: lynxpoint: Implement ->irq_ack() callbackAndy Shevchenko2019-12-131-3/+14
* pinctrl: lynxpoint: Move ownership check to IRQ chipAndy Shevchenko2019-12-131-6/+6
* pinctrl: lynxpoint: Move lp_irq_type() closer to IRQ related routinesAndy Shevchenko2019-12-131-44/+44
* pinctrl: lynxpoint: Move ->remove closer to ->probe()Andy Shevchenko2019-12-131-6/+6
* pinctrl: lynxpoint: Extract lp_gpio_acpi_use() for future useAndy Shevchenko2019-12-131-2/+12
* pinctrl: lynxpoint: Convert unsigned to unsigned intAndy Shevchenko2019-12-131-12/+12
* pinctrl: lynxpoint: Switch to memory mapped IO accessorsAndy Shevchenko2019-12-131-44/+44
* pinctrl: lynxpoint: Keep pointer to struct device instead of its containerAndy Shevchenko2019-12-131-7/+7
* pinctrl: lynxpoint: Relax GPIO request rulesAndy Shevchenko2019-12-131-3/+11
* pinctrl: lynxpoint: Assume 2 bits for mode selectorAndy Shevchenko2019-12-131-2/+4
* pinctrl: lynxpoint: Use standard pattern for memory allocationAndy Shevchenko2019-12-131-1/+1
* pinctrl: lynxpoint: Use %pR to print IO resourceAndy Shevchenko2019-12-131-2/+1
* pinctrl: lynxpoint: Drop useless assignmentAndy Shevchenko2019-12-131-1/+1
* pinctrl: lynxpoint: Correct amount of pinsAndy Shevchenko2019-12-131-6/+6
* pinctrl: lynxpoint: Use raw_spinlock for lockingAndy Shevchenko2019-12-131-14/+14
* pinctrl: lynxpoint: Move GPIO driver to pin controller folderAndy Shevchenko2019-12-131-0/+471