summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/intel
AgeCommit message (Expand)AuthorLines
2020-06-26pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPI...Hans de Goede-14/+53
2020-04-22pinctrl: intel: Move npins closer to pin_base in struct intel_communityAndy Shevchenko-2/+3
2020-04-22pinctrl: intel: Update description in struct intel_communityAndy Shevchenko-3/+3
2020-04-17pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handlerGrace Kao-0/+4
2020-04-16pinctrl: lynxpoint: Use platform_get_irq_optional() explicitlyAndy Shevchenko-5/+5
2020-04-15pinctrl: baytrail: Use platform_get_irq_optional() explicitlyAndy Shevchenko-5/+4
2020-04-14pinctrl: intel: Add Intel Jasper Lake pin controller supportAndy Shevchenko-0/+353
2020-04-14pinctrl: intel: Introduce new flag to force GPIO base to be 0Andy Shevchenko-0/+5
2020-04-14pinctrl: tigerlake: Use generic flag for special GPIO base treatmentAndy Shevchenko-17/+15
2020-04-14pinctrl: icelake: Use generic flag for special GPIO base treatmentAndy Shevchenko-16/+14
2020-04-14pinctrl: cannonlake: Use generic flag for special GPIO base treatmentAndy Shevchenko-30/+28
2020-04-14pinctrl: intel: Introduce common flags for GPIO mapping schemeAndy Shevchenko-8/+25
2020-04-13pinctrl: cherryview: Use GENMASK() consistentlyAndy Shevchenko-8/+8
2020-04-13pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 2)Andy Shevchenko-165/+97
2020-04-13pinctrl: baytrail: Enable pin configuration setting for GPIO chipAndy Shevchenko-0/+1
2020-04-13pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-HAndy Shevchenko-7/+8
2020-01-16pinctrl: tigerlake: Tiger Lake uses _HID enumerationMika Westerberg-297/+250
2020-01-16pinctrl: sunrisepoint: Add Coffee Lake-S ACPI IDMika Westerberg-0/+1
2020-01-09pinctrl: intel: Pass irqchip when adding gpiochipLinus Walleij-13/+13
2020-01-09pinctrl: intel: Add GPIO <-> pin mapping ranges via callbackLinus Walleij-13/+22
2020-01-09pinctrl: baytrail: Replace WARN with dev_info_once when setting direct-irq pi...Hans de Goede-4/+4
2020-01-09pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pinsHans de Goede-1/+7
2020-01-08pinctrl: sunrisepoint: Add missing Interrupt Status register offsetBoyan Ding-0/+1
2019-12-13pinctrl: lynxpoint: Update summary in the driverAndy Shevchenko-4/+6
2019-12-13pinctrl: lynxpoint: Switch to pin control APIAndy Shevchenko-57/+13
2019-12-13pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callbackAndy Shevchenko-0/+14
2019-12-13pinctrl: lynxpoint: Implement ->pin_dbg_show()Andy Shevchenko-0/+23
2019-12-13pinctrl: lynxpoint: Add pin control operationsAndy Shevchenko-1/+314
2019-12-13pinctrl: lynxpoint: Reuse struct intel_pinctrl in the driverAndy Shevchenko-24/+60
2019-12-13pinctrl: lynxpoint: Add pin control data structuresAndy Shevchenko-2/+124
2019-12-13pinctrl: lynxpoint: Implement intel_gpio_get_direction callbackAndy Shevchenko-0/+11
2019-12-13pinctrl: lynxpoint: Implement ->irq_ack() callbackAndy Shevchenko-3/+14
2019-12-13pinctrl: lynxpoint: Move ownership check to IRQ chipAndy Shevchenko-6/+6
2019-12-13pinctrl: lynxpoint: Move lp_irq_type() closer to IRQ related routinesAndy Shevchenko-44/+44
2019-12-13pinctrl: lynxpoint: Move ->remove closer to ->probe()Andy Shevchenko-6/+6
2019-12-13pinctrl: lynxpoint: Extract lp_gpio_acpi_use() for future useAndy Shevchenko-2/+12
2019-12-13pinctrl: lynxpoint: Convert unsigned to unsigned intAndy Shevchenko-12/+12
2019-12-13pinctrl: lynxpoint: Switch to memory mapped IO accessorsAndy Shevchenko-44/+44
2019-12-13pinctrl: lynxpoint: Keep pointer to struct device instead of its containerAndy Shevchenko-7/+7
2019-12-13pinctrl: lynxpoint: Relax GPIO request rulesAndy Shevchenko-3/+11
2019-12-13pinctrl: lynxpoint: Assume 2 bits for mode selectorAndy Shevchenko-2/+4
2019-12-13pinctrl: lynxpoint: Use standard pattern for memory allocationAndy Shevchenko-1/+1
2019-12-13pinctrl: lynxpoint: Use %pR to print IO resourceAndy Shevchenko-2/+1
2019-12-13pinctrl: lynxpoint: Drop useless assignmentAndy Shevchenko-1/+1
2019-12-13pinctrl: lynxpoint: Correct amount of pinsAndy Shevchenko-6/+6
2019-12-13pinctrl: lynxpoint: Use raw_spinlock for lockingAndy Shevchenko-14/+14
2019-12-13pinctrl: lynxpoint: Move GPIO driver to pin controller folderAndy Shevchenko-0/+482
2019-12-13pinctrl: baytrail: Reuse struct intel_pinctrl in the driverAndy Shevchenko-99/+87
2019-12-13pinctrl: baytrail: Use local variable to keep device pointerAndy Shevchenko-9/+10
2019-12-13pinctrl: baytrail: Keep pointer to struct device instead of its containerAndy Shevchenko-29/+29