summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/intel
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: tigerlake: Fix GPIO mapping for newer version of softwareAndy Shevchenko2021-08-181-13/+13
* pinctrl: lewisburg: Update number of pins in communityYuanyuan Zhong2021-04-281-3/+3
* pinctrl: intel: Actually disable Tx and Rx buffers on GPIO requestAndy Shevchenko2020-12-091-2/+2
* pinctrl: baytrail: Avoid clearing debounce value when turning it offAndy Shevchenko2020-11-161-1/+7
* pinctrl: merrifield: Set default bias in case no particular value givenAndy Shevchenko2020-11-161-0/+8
* pinctrl: jasperlake: Fix HOSTSW_OWN offsetEvan Green2020-11-161-1/+1
* pinctrl: jasperlake: Unhide SPI group of pinsAndy Shevchenko2020-11-161-220/+230
* pinctrl: intel: Set default bias in case no particular value givenAndy Shevchenko2020-10-261-0/+8
* pinctrl: intel: Fix 2 kOhm bias which is 833 OhmAndy Shevchenko2020-10-261-10/+22
* pinctrl: sunrisepoint: Modify COMMUNITY macros to be consistentAndy Shevchenko2020-09-301-33/+27
* pinctrl: cannonlake: Modify COMMUNITY macros to be consistentAndy Shevchenko2020-09-301-11/+11
* pinctrl: tigerlake: Fix register offsets for TGL-H variantAndy Shevchenko2020-09-301-17/+25
* pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOsHans de Goede2020-09-071-1/+13
* pinctrl: intel: Update header block to reflect direct dependenciesAndy Shevchenko2020-08-201-1/+4
* pinctrl: cherryview: Switch to use intel_pinctrl_get_soc_data()Andy Shevchenko2020-08-202-22/+7
* pinctrl: baytrail: Switch to use intel_pinctrl_get_soc_data()Andy Shevchenko2020-08-202-24/+6
* pinctrl: intel: Extract intel_pinctrl_get_soc_data() helper for wider useAndy Shevchenko2020-08-182-6/+20
* pinctrl: cherryview: Utilize temporary variable to hold device pointerAndy Shevchenko2020-08-181-6/+5
* pinctrl: cherryview: Switch to use struct intel_pinctrlAndy Shevchenko2020-08-181-65/+39
* pinctrl: cherryview: Move custom community members to separate data structAndy Shevchenko2020-08-181-14/+31
* pinctrl: cherryview: Drop stale commentAndy Shevchenko2020-08-181-3/+0
* pinctrl: intel: Add Intel Emmitsburg pin controller supportAndy Shevchenko2020-07-213-0/+396
* pinctrl: baytrail: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-191-2/+2
* pinctrl: tigerlake: Add support for Tiger Lake-HMika Westerberg2020-06-291-0/+358
* pinctrl: merrifield: Add I²S bus 2 pins to groups and functionsAndy Shevchenko2020-06-291-0/+4
* pinctrl: merrifield: Update pin names in accordance with official listAndy Shevchenko2020-06-221-23/+23
* pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPI...Hans de Goede2020-06-221-14/+53
* pinctrl: baytrail: Drop no-op ACPI_PTR() callAndy Shevchenko2020-06-221-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: intel: Make use of for_each_requested_gpio_in_range()Andy Shevchenko2020-06-221-15/+6
* pinctrl: intel: Protect IO in few call backs by lockAndy Shevchenko2020-06-221-1/+15
* pinctrl: intel: Split intel_config_get() to three functionsAndy Shevchenko2020-06-221-28/+61
* pinctrl: intel: Drop the only label in the code for consistencyAndy Shevchenko2020-06-221-5/+3
* pinctrl: intel: Get rid of redundant 'else' in intel_config_set_debounce()Andy Shevchenko2020-06-221-5/+5
* pinctrl: intel: Make use of IRQ_RETVAL()Andy Shevchenko2020-06-221-10/+10
* pinctrl: intel: Reduce scope of the lockAndy Shevchenko2020-06-221-7/+7
* pinctrl: intel: Disable input and output buffer when switching to GPIOAndy Shevchenko2020-06-221-1/+13
* pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 3)Andy Shevchenko2020-06-221-129/+137
* pinctrl: intel: Allow drivers to define ACPI address space IDAndy Shevchenko2020-06-221-0/+2
* pinctrl: intel: Allow drivers to define total amount of IRQs per communityAndy Shevchenko2020-06-221-0/+2
* pinctrl: cherryview: Convert chv_writel() to use chv_padreg()Andy Shevchenko2020-06-221-32/+16
* pinctrl: cherryview: Introduce helpers to IO with common registersAndy Shevchenko2020-06-221-13/+26
* pinctrl: cherryview: Introduce chv_readl() helperAndy Shevchenko2020-06-221-35/+36
* pinctrl: intel: Move npins closer to pin_base in struct intel_communityAndy Shevchenko2020-04-221-2/+3
* pinctrl: intel: Update description in struct intel_communityAndy Shevchenko2020-04-221-3/+3
* pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handlerGrace Kao2020-04-171-0/+4
* pinctrl: lynxpoint: Use platform_get_irq_optional() explicitlyAndy Shevchenko2020-04-161-5/+5
* pinctrl: baytrail: Use platform_get_irq_optional() explicitlyAndy Shevchenko2020-04-151-5/+4