summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* pinctrl: intel: Add Intel Jasper Lake pin controller supportAndy Shevchenko2020-04-143-0/+353
* pinctrl: intel: Introduce new flag to force GPIO base to be 0Andy Shevchenko2020-04-142-0/+5
* pinctrl: tigerlake: Use generic flag for special GPIO base treatmentAndy Shevchenko2020-04-141-17/+15
* pinctrl: icelake: Use generic flag for special GPIO base treatmentAndy Shevchenko2020-04-141-16/+14
* pinctrl: cannonlake: Use generic flag for special GPIO base treatmentAndy Shevchenko2020-04-141-30/+28
* pinctrl: intel: Introduce common flags for GPIO mapping schemeAndy Shevchenko2020-04-142-8/+25
* pinctrl: cherryview: Use GENMASK() consistentlyAndy Shevchenko2020-04-131-8/+8
* pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 2)Andy Shevchenko2020-04-131-165/+97
* pinctrl: baytrail: Enable pin configuration setting for GPIO chipAndy Shevchenko2020-04-131-0/+1
* pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-HAndy Shevchenko2020-04-131-7/+8
* pinctrl: tigerlake: Tiger Lake uses _HID enumerationMika Westerberg2020-01-161-297/+250
* pinctrl: sunrisepoint: Add Coffee Lake-S ACPI IDMika Westerberg2020-01-161-0/+1
* pinctrl: intel: Pass irqchip when adding gpiochipLinus Walleij2020-01-091-13/+13
* pinctrl: intel: Add GPIO <-> pin mapping ranges via callbackLinus Walleij2020-01-091-13/+22
* pinctrl: baytrail: Replace WARN with dev_info_once when setting direct-irq pi...Hans de Goede2020-01-091-4/+4
* pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pinsHans de Goede2020-01-091-1/+7
* pinctrl: sunrisepoint: Add missing Interrupt Status register offsetBoyan Ding2020-01-081-0/+1
* pinctrl: lynxpoint: Update summary in the driverAndy Shevchenko2019-12-131-4/+6
* pinctrl: lynxpoint: Switch to pin control APIAndy Shevchenko2019-12-132-57/+13
* 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