summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | pinctrl: denverton: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko2018-08-311-4/+1
* | pinctrl: cedarfork: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko2018-08-311-4/+1
* | pinctrl: cannonlake: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko2018-08-311-4/+1
* | pinctrl: broxton: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko2018-08-311-4/+1
* | pinctrl: intel: Introduce common macro for PM operationsAndy Shevchenko2018-08-311-0/+5
* | pinctrl: sunrisepoint: Convert to use intel_pinctrl_probe_by_hid()Andy Shevchenko2018-08-311-10/+3
* | pinctrl: cannonlake: Convert to use intel_pinctrl_probe_by_hid()Andy Shevchenko2018-08-311-10/+3
* | pinctrl: intel: Introduce intel_pinctrl_probe_by_hid() internal APIAndy Shevchenko2018-08-312-0/+10
* | pinctrl: baytrail: Convert to use device_get_match_data()Andy Shevchenko2018-08-311-6/+3
* | pinctrl: geminilake: Convert to use intel_pinctrl_probe_by_uid()Andy Shevchenko2018-08-311-22/+3
* | pinctrl: broxton: Convert to use intel_pinctrl_probe_by_uid()Andy Shevchenko2018-08-311-39/+2
* | pinctrl: intel: Introduce intel_pinctrl_probe_by_uid() internal APIAndy Shevchenko2018-08-312-0/+40
* | pinctrl: intel: Fix a spelling typo in kernel documentationAndy Shevchenko2018-08-291-1/+1
|/
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* | pinctrl: intel: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko2018-08-031-2/+4
* | pinctrl: baytrail: actually print the apparently misconfigured pinAlexander Stein2018-08-031-1/+2
* | pinctrl: cannonlake: Fix community ordering for H variantAndy Shevchenko2018-07-301-6/+2
* | pinctrl: intel: Do pin translation when lock IRQAndy Shevchenko2018-07-291-0/+30
* | pinctrl: baytrail: Mark expected switch fall-throughsGustavo A. R. Silva2018-07-161-0/+2
* | pinctrl: intel: Convert to use SPDX identifierAndy Shevchenko2018-07-0213-56/+15
* | pinctrl: intel: Add Ice Lake PCH pin controller supportAndy Shevchenko2018-06-293-0/+445
* | pinctrl: cedarfork: Correct EAST pin orderingMika Westerberg2018-06-281-46/+46
|/
* Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-071-0/+4
|\
| * pinctrl: cherryview: limit Strago DMI workarounds to version 1.0Dmitry Torokhov2018-06-041-0/+4
* | pinctrl: sunrisepoint: Align GPIO number space with WindowsMika Westerberg2018-05-021-3/+42
* | pinctrl: cherryview: Associate IRQ descriptors to irqdomainMika Westerberg2018-05-021-4/+12
|/
* pinctrl: intel: Implement intel_gpio_get_direction callbackJavier Arteaga2018-03-231-0/+19
* Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-026-117/+202
|\
| * pinctrl: baytrail: Enable glitch filter for GPIOs used as interruptsHans de Goede2018-01-081-0/+6
| * pinctrl: intel: ensure error return ret is initializedColin Ian King2017-12-071-1/+1
| * pinctrl: intel: Initialize GPIO properly when used through irqchipMika Westerberg2017-12-021-8/+15
| * pinctrl: cannonlake: Align GPIO number space with WindowsMika Westerberg2017-11-291-31/+34
| * pinctrl: intel: Allow custom GPIO base for pad groupsMika Westerberg2017-11-292-39/+120
| * gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translationMika Westerberg2017-11-291-39/+20
| * pinctrl: intel: merrifield: Introduce ACPI device tableAndy Shevchenko2017-11-291-0/+7
* | pinctrl: cherryview: Mask all interrupts on Intel_Strago based systemsMika Westerberg2017-12-121-0/+16
* | pinctrl: denverton: Fix UART2 RTS pin modeAndy Shevchenko2017-11-291-1/+1
|/
* Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-166-10/+402
|\
| * Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-093-7/+7
| |\
| * | pinctrl: intel: Add Intel Cedar Fork PCH pin controller supportMika Westerberg2017-10-313-0/+384
| * | pinctrl: intel: Make offset to interrupt status register configurableMika Westerberg2017-10-312-8/+15
| * | pinctrl: Do not depend in GPIOLIB, select itLinus Walleij2017-10-121-1/+2
| * | pinctrl: cherryview fixed typo in commentChris Gorman2017-09-271-1/+1
* | | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-153-7/+7
|\ \ \ | | |/ | |/|
| * | gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding2017-11-082-4/+4
| * | gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-083-3/+3
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | pinctrl: cherryview: fix issues caused by dynamic gpio irqs mappingGrygorii Strashko2017-10-081-1/+13
|/
* pinctrl: intel: Read back TX buffer stateAndy Shevchenko2017-08-311-1/+6