summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/intel
AgeCommit message (Expand)AuthorFilesLines
2018-09-18pinctrl: cherryview: Remove unused groups of pinsAndy Shevchenko1-2/+0
2018-09-18pinctrl: cherryview: Re-use data structures from pinctrl-intel.hAndy Shevchenko1-42/+25
2018-09-18pinctrl: baytrail: Sort headers alphabeticallyAndy Shevchenko1-7/+7
2018-09-18pinctrl: baytrail: Remove unneeded MODULE_DEVICE_TABLE()Andy Shevchenko1-1/+0
2018-09-18pinctrl: intel: Move linux/pm.h to the local headerAndy Shevchenko9-8/+8
2018-09-18pinctrl: cannonlake: Fix gpio base for GPP-ESimon Detheridge1-1/+1
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2-4/+2
2018-08-31pinctrl: lewisburg: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko1-4/+1
2018-08-31pinctrl: sunrisepoint: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko1-4/+1
2018-08-31pinctrl: icelake: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko1-4/+1
2018-08-31pinctrl: geminilake: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko1-4/+1
2018-08-31pinctrl: denverton: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko1-4/+1
2018-08-31pinctrl: cedarfork: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko1-4/+1
2018-08-31pinctrl: cannonlake: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko1-4/+1
2018-08-31pinctrl: broxton: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko1-4/+1
2018-08-31pinctrl: intel: Introduce common macro for PM operationsAndy Shevchenko1-0/+5
2018-08-31pinctrl: sunrisepoint: Convert to use intel_pinctrl_probe_by_hid()Andy Shevchenko1-10/+3
2018-08-31pinctrl: cannonlake: Convert to use intel_pinctrl_probe_by_hid()Andy Shevchenko1-10/+3
2018-08-31pinctrl: intel: Introduce intel_pinctrl_probe_by_hid() internal APIAndy Shevchenko2-0/+10
2018-08-31pinctrl: baytrail: Convert to use device_get_match_data()Andy Shevchenko1-6/+3
2018-08-31pinctrl: geminilake: Convert to use intel_pinctrl_probe_by_uid()Andy Shevchenko1-22/+3
2018-08-31pinctrl: broxton: Convert to use intel_pinctrl_probe_by_uid()Andy Shevchenko1-39/+2
2018-08-31pinctrl: intel: Introduce intel_pinctrl_probe_by_uid() internal APIAndy Shevchenko2-0/+40
2018-08-29pinctrl: intel: Fix a spelling typo in kernel documentationAndy Shevchenko1-1/+1
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2018-08-03pinctrl: intel: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-03pinctrl: baytrail: actually print the apparently misconfigured pinAlexander Stein1-1/+2
2018-07-30pinctrl: cannonlake: Fix community ordering for H variantAndy Shevchenko1-6/+2
2018-07-29pinctrl: intel: Do pin translation when lock IRQAndy Shevchenko1-0/+30
2018-07-16pinctrl: baytrail: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-07-02pinctrl: intel: Convert to use SPDX identifierAndy Shevchenko13-56/+15
2018-06-29pinctrl: intel: Add Ice Lake PCH pin controller supportAndy Shevchenko3-0/+445
2018-06-28pinctrl: cedarfork: Correct EAST pin orderingMika Westerberg1-46/+46
2018-06-07Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2018-06-04pinctrl: cherryview: limit Strago DMI workarounds to version 1.0Dmitry Torokhov1-0/+4
2018-05-02pinctrl: sunrisepoint: Align GPIO number space with WindowsMika Westerberg1-3/+42
2018-05-02pinctrl: cherryview: Associate IRQ descriptors to irqdomainMika Westerberg1-4/+12
2018-03-23pinctrl: intel: Implement intel_gpio_get_direction callbackJavier Arteaga1-0/+19
2018-02-02Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-117/+202
2018-01-08pinctrl: baytrail: Enable glitch filter for GPIOs used as interruptsHans de Goede1-0/+6
2017-12-12pinctrl: cherryview: Mask all interrupts on Intel_Strago based systemsMika Westerberg1-0/+16
2017-12-07pinctrl: intel: ensure error return ret is initializedColin Ian King1-1/+1
2017-12-02pinctrl: intel: Initialize GPIO properly when used through irqchipMika Westerberg1-8/+15
2017-11-29pinctrl: cannonlake: Align GPIO number space with WindowsMika Westerberg1-31/+34
2017-11-29pinctrl: intel: Allow custom GPIO base for pad groupsMika Westerberg2-39/+120
2017-11-29gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translationMika Westerberg1-39/+20
2017-11-29pinctrl: intel: merrifield: Introduce ACPI device tableAndy Shevchenko1-0/+7
2017-11-29pinctrl: denverton: Fix UART2 RTS pin modeAndy Shevchenko1-1/+1
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-10/+402