summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/intel
Commit message (Expand)AuthorAgeFilesLines
* treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski2023-11-043-3/+3
* treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski2023-11-043-3/+3
* pinctrl: lynxpoint: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-2/+2
* pinctrl: intel: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-2/+2
* pinctrl: cherryview: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-2/+2
* Merge tag 'pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-11-039-268/+165
|\
| * pinctrl: intel: fetch community only when we need itRaag Jadav2023-10-111-6/+7
| * pinctrl: cherryview: reduce scope of PIN_CONFIG_BIAS_HIGH_IMPEDANCE caseRaag Jadav2023-10-111-1/+1
| * pinctrl: cherryview: Convert to platform remove callback returning voidUwe Kleine-König2023-10-111-4/+2
| * pinctrl: cherryview: Simplify code with cleanup helpersAndy Shevchenko2023-10-061-90/+46
| * pinctrl: cherryview: Avoid duplicated I/OAndy Shevchenko2023-10-061-4/+7
| * pinctrl: denverton: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()Andy Shevchenko2023-10-061-1/+1
| * pinctrl: broxton: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()Andy Shevchenko2023-10-061-2/+1
| * pinctrl: moorefield: Replace kernel.h by what is actually being usedAndy Shevchenko2023-10-031-1/+1
| * pinctrl: merrifield: Replace kernel.h by what is actually being usedAndy Shevchenko2023-10-031-1/+1
| * pinctrl: lynxpoint: Replace kernel.h by what is actually being usedAndy Shevchenko2023-10-031-1/+1
| * pinctrl: cherryview: Replace kernel.h by what is actually being usedAndy Shevchenko2023-10-031-1/+1
| * pinctrl: baytrail: 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: baytrail: drop runtime PM supportRaag Jadav2023-10-031-17/+2
| * pinctrl: intel: refine intel_config_set_pull() functionRaag Jadav2023-10-031-20/+21
| * pinctrl: intel: Replace kernel.h by what is actually being usedAndy Shevchenko2023-10-031-1/+1
| * pinctrl: denverton: Enable platform device in the absence of ACPI enumerationAndy Shevchenko2023-09-271-0/+7
| * pinctrl: intel: Simplify code with cleanup helpersAndy Shevchenko2023-09-261-90/+56
| * pinctrl: baytrail: fix debounce disable caseRaag Jadav2023-09-121-2/+9
* | pinctrl: intel: use acpi_dev_uid_match() for matching _UIDRaag Jadav2023-10-241-1/+1
|/
* pinctrl: cherryview: fix address_space_handler() argumentRaag Jadav2023-08-221-3/+2
* pinctrl: intel: consolidate ACPI dependencyRaag Jadav2023-08-221-19/+1
* pinctrl: cherryview: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helperAndy Shevchenko2023-08-211-7/+3
* pinctrl: lynxpoint: Make use of pm_ptr()Andy Shevchenko2023-08-181-4/+3
* pinctrl: baytrail: Make use of pm_ptr()Andy Shevchenko2023-08-181-8/+3
* pinctrl: intel: Switch to use exported namespaceAndy Shevchenko2023-08-1516-9/+18
* Merge patch series "Reuse common functions from pinctrl-intel"Andy Shevchenko2023-08-156-236/+57
|\
| * pinctrl: lynxpoint: reuse common functions from pinctrl-intelRaag Jadav2023-08-152-83/+9
| * pinctrl: cherryview: reuse common functions from pinctrl-intelRaag Jadav2023-08-151-60/+9
| * pinctrl: baytrail: reuse common functions from pinctrl-intelRaag Jadav2023-08-151-79/+11
| * pinctrl: intel: export common pinctrl functionsRaag Jadav2023-08-152-14/+28
* | Merge patch series "Introduce Intel Tangier pinctrl driver"Andy Shevchenko2023-08-157-1277/+778
|\ \
| * | pinctrl: moorefield: Adapt to Intel Tangier driverRaag Jadav2023-08-153-622/+37
| * | pinctrl: merrifield: Adapt to Intel Tangier driverRaag Jadav2023-08-153-655/+41
| * | pinctrl: tangier: Introduce Intel Tangier driverRaag Jadav2023-08-155-0/+700
| |/
* / pinctrl: baytrail: consolidate common mask operationRaag Jadav2023-08-151-19/+15
|/
* pinctrl: cherryview: Drop goto labelAndy Shevchenko2023-06-191-4/+5
* pinctrl: baytrail: invert if conditionRaag Jadav2023-06-191-3/+1
* pinctrl: baytrail: add warning for BYT_VAL_REG retrieval failureRaag Jadav2023-06-191-0/+8
* pinctrl: baytrail: reduce scope of spinlock in ->dbg_show() hookRaag Jadav2023-06-191-10/+10
* pinctrl: intel: refine ->irq_set_type() hookRaag Jadav2023-06-151-21/+24
* pinctrl: intel: refine ->set_mux() hookRaag Jadav2023-06-141-4/+5
* pinctrl: baytrail: Use str_hi_lo() helperAndy Shevchenko2023-06-121-1/+2
* pinctrl: intel: Add Intel Meteor Lake-S pin controller supportAndy Shevchenko2023-06-071-6/+206