summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
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
2019-12-13pinctrl: intel: Share struct intel_pinctrl for wider useAndy Shevchenko-34/+45
2019-12-13pinctrl: intel: Use GPIO direction definitionsMatti Vaittinen-1/+4
2019-12-13pinctrl: cherryview: Use GPIO direction definitionsMatti Vaittinen-1/+4
2019-12-13pinctrl: baytrail: Use GPIO direction definitionsMatti Vaittinen-2/+2
2019-12-13pinctrl: baytrail: Move IRQ valid mask initialization to a dedicated callbackAndy Shevchenko-14/+9
2019-12-13pinctrl: sh-pfc: Remove use of ARCH_R8A7796Geert Uytterhoeven-1/+1
2019-12-13pinctrl: core: Add pinctrl_select_default_state() and export itUlf Hansson-14/+19
2019-12-13pinctrl: Modify Kconfig to fix linker errorRahul Tanwar-0/+1
2019-12-13Merge tag 'intel-pinctrl-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij-134/+173
2019-12-13pinctrl: pinmux: fix a possible null pointer in pinmux_can_be_used_for_gpioAlexandre Torgue-1/+1
2019-12-13pinctrl: aspeed-g6: Add AST2600 pinconf supportJohnny Huang-0/+297
2019-12-13pinctrl: aspeed: Use masks to describe pinconf bitfieldsJohnny Huang-19/+20
2019-12-13pinctrl: aspeed: Move aspeed_pin_config_map to separate source fileJohnny Huang-33/+44
2019-12-13pinctrl: aspeed: Add ASPEED_SB_PINCONF() helperJohnny Huang-181/+188
2019-12-13pinctrl: aspeed-g6: Add support for the AST2600 USB pinmuxJohnny Huang-1/+69
2019-12-13pinctrl: aspeed-g6: Add AST2600 I3C1 and I3C2 pinmux configJohnny Huang-1/+29
2019-12-12pinctrl: aspeed-g6: Fix LPC/eSPI mux configurationAndrew Jeffery-16/+8
2019-12-12pinctrl: stm32: Use the correct style for SPDX License IdentifierNishad Kamdar-1/+1
2019-12-12pinctrl: meson-axg: Use the correct style for SPDX License IdentifierNishad Kamdar-1/+1
2019-12-12pinctrl: mediatek: Use the correct style for SPDX License IdentifierNishad Kamdar-1/+1
2019-12-11pinctrl: samsung: Clarify the option titles/namesKrzysztof Kozlowski-3/+3
2019-12-11pinctrl: samsung: Enable compile test for build coverageKrzysztof Kozlowski-3/+5
2019-12-09pinctrl: baytrail: Group GPIO IRQ chip initializationAndy Shevchenko-1/+1
2019-12-09pinctrl: baytrail: Allocate IRQ chip dynamicAndy Shevchenko-10/+9
2019-12-09pinctrl: cherryview: Pass irqchip when adding gpiochipHans de Goede-23/+22
2019-12-09pinctrl: cherryview: Add GPIO <-> pin mapping ranges via callbackHans de Goede-11/+22
2019-12-09pinctrl: cherryview: Split out irq hw-init into a separate helper functionHans de Goede-18/+27
2019-12-09pinctrl: baytrail: Pass irqchip when adding gpiochipAndy Shevchenko-18/+24
2019-12-09pinctrl: baytrail: Add GPIO <-> pin mapping ranges via callbackAndy Shevchenko-7/+14
2019-12-09pinctrl: baytrail: Update North Community pin listAndy Shevchenko-28/+28
2019-12-09pinctrl: baytrail: Really serialize all register accessesHans de Goede-37/+44
2019-12-09pinctrl: sh-pfc: Make legacy function GPIO handling less fragileGeert Uytterhoeven-6/+5
2019-12-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+146
2019-11-28pinctrl: Fix warning by adding missing MODULE_LICENSERahul Tanwar-0/+1
2019-11-27Merge tag 'pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-1296/+5497