summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/intel
AgeCommit message (Expand)Author
2020-06-22pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPI...Hans de Goede
2020-06-22pinctrl: baytrail: Drop no-op ACPI_PTR() callAndy Shevchenko
2020-06-22pinctrl: lynxpoint: Drop no-op ACPI_PTR() callAndy Shevchenko
2020-06-22pinctrl: lynxpoint: Introduce helpers to enable or disable inputAndy Shevchenko
2020-06-22pinctrl: lynxpoint: Make use of for_each_requested_gpio()Andy Shevchenko
2020-06-22pinctrl: intel: Make use of for_each_requested_gpio_in_range()Andy Shevchenko
2020-06-22pinctrl: intel: Protect IO in few call backs by lockAndy Shevchenko
2020-06-22pinctrl: intel: Split intel_config_get() to three functionsAndy Shevchenko
2020-06-22pinctrl: intel: Drop the only label in the code for consistencyAndy Shevchenko
2020-06-22pinctrl: intel: Get rid of redundant 'else' in intel_config_set_debounce()Andy Shevchenko
2020-06-22pinctrl: intel: Make use of IRQ_RETVAL()Andy Shevchenko
2020-06-22pinctrl: intel: Reduce scope of the lockAndy Shevchenko
2020-06-22pinctrl: intel: Disable input and output buffer when switching to GPIOAndy Shevchenko
2020-06-22pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 3)Andy Shevchenko
2020-06-22pinctrl: intel: Allow drivers to define ACPI address space IDAndy Shevchenko
2020-06-22pinctrl: intel: Allow drivers to define total amount of IRQs per communityAndy Shevchenko
2020-06-22pinctrl: cherryview: Convert chv_writel() to use chv_padreg()Andy Shevchenko
2020-06-22pinctrl: cherryview: Introduce helpers to IO with common registersAndy Shevchenko
2020-06-22pinctrl: cherryview: Introduce chv_readl() helperAndy Shevchenko
2020-04-22pinctrl: intel: Move npins closer to pin_base in struct intel_communityAndy Shevchenko
2020-04-22pinctrl: intel: Update description in struct intel_communityAndy Shevchenko
2020-04-17pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handlerGrace Kao
2020-04-16pinctrl: lynxpoint: Use platform_get_irq_optional() explicitlyAndy Shevchenko
2020-04-15pinctrl: baytrail: Use platform_get_irq_optional() explicitlyAndy Shevchenko
2020-04-14pinctrl: intel: Add Intel Jasper Lake pin controller supportAndy Shevchenko
2020-04-14pinctrl: intel: Introduce new flag to force GPIO base to be 0Andy Shevchenko
2020-04-14pinctrl: tigerlake: Use generic flag for special GPIO base treatmentAndy Shevchenko
2020-04-14pinctrl: icelake: Use generic flag for special GPIO base treatmentAndy Shevchenko
2020-04-14pinctrl: cannonlake: Use generic flag for special GPIO base treatmentAndy Shevchenko
2020-04-14pinctrl: intel: Introduce common flags for GPIO mapping schemeAndy Shevchenko
2020-04-13pinctrl: cherryview: Use GENMASK() consistentlyAndy Shevchenko
2020-04-13pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 2)Andy Shevchenko
2020-04-13pinctrl: baytrail: Enable pin configuration setting for GPIO chipAndy Shevchenko
2020-04-13pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-HAndy Shevchenko
2020-01-16pinctrl: tigerlake: Tiger Lake uses _HID enumerationMika Westerberg
2020-01-16pinctrl: sunrisepoint: Add Coffee Lake-S ACPI IDMika Westerberg
2020-01-09pinctrl: intel: Pass irqchip when adding gpiochipLinus Walleij
2020-01-09pinctrl: intel: Add GPIO <-> pin mapping ranges via callbackLinus Walleij
2020-01-09pinctrl: baytrail: Replace WARN with dev_info_once when setting direct-irq pi...Hans de Goede
2020-01-09pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pinsHans de Goede
2020-01-08pinctrl: sunrisepoint: Add missing Interrupt Status register offsetBoyan Ding
2019-12-13pinctrl: lynxpoint: Update summary in the driverAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Switch to pin control APIAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callbackAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Implement ->pin_dbg_show()Andy Shevchenko
2019-12-13pinctrl: lynxpoint: Add pin control operationsAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Reuse struct intel_pinctrl in the driverAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Add pin control data structuresAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Implement intel_gpio_get_direction callbackAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Implement ->irq_ack() callbackAndy Shevchenko