summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| | * pinctrl: lynxpoint: Use raw_spinlock for lockingAndy Shevchenko2019-12-131-14/+14
| | * pinctrl: lynxpoint: Move GPIO driver to pin controller folderAndy Shevchenko2019-12-133-0/+482
| | * pinctrl: baytrail: Reuse struct intel_pinctrl in the driverAndy Shevchenko2019-12-131-99/+87
| | * pinctrl: baytrail: Use local variable to keep device pointerAndy Shevchenko2019-12-131-9/+10
| | * pinctrl: baytrail: Keep pointer to struct device instead of its containerAndy Shevchenko2019-12-131-29/+29
| | * pinctrl: intel: Share struct intel_pinctrl for wider useAndy Shevchenko2019-12-132-34/+45
| | * pinctrl: intel: Use GPIO direction definitionsMatti Vaittinen2019-12-131-1/+4
| | * pinctrl: cherryview: Use GPIO direction definitionsMatti Vaittinen2019-12-131-1/+4
| | * pinctrl: baytrail: Use GPIO direction definitionsMatti Vaittinen2019-12-131-2/+2
| | * pinctrl: baytrail: Move IRQ valid mask initialization to a dedicated callbackAndy Shevchenko2019-12-131-14/+9
| | * pinctrl: baytrail: Group GPIO IRQ chip initializationAndy Shevchenko2019-12-091-1/+1
| | * pinctrl: baytrail: Allocate IRQ chip dynamicAndy Shevchenko2019-12-091-10/+9
| * | pinctrl: iproc: Use platform_get_irq_optional() to avoid error messageRayagonda Kokatanur2020-01-151-1/+1
| * | Merge tag 'samsung-pinctrl-5.6' of https://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2020-01-151-6/+10
| |\ \
| | * | pinctrl: samsung: Fix missing OF and GPIOLIB dependency on S3C24xx and S3C64xxKrzysztof Kozlowski2019-12-151-2/+4
| | * | pinctrl: samsung: Clarify the option titles/namesKrzysztof Kozlowski2019-12-111-3/+3
| | * | pinctrl: samsung: Enable compile test for build coverageKrzysztof Kozlowski2019-12-111-3/+5
| * | | Merge tag 'sh-pfc-for-v5.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2020-01-0912-102/+137
| |\ \ \
| | * | | pinctrl: sh-pfc: Split R-Car H3 support in two independent driversGeert Uytterhoeven2020-01-086-59/+81
| | * | | pinctrl: sh-pfc: sh7269: Fix CAN function GPIOsGeert Uytterhoeven2019-12-311-12/+27
| | * | | pinctrl: sh-pfc: sh7264: Fix CAN function GPIOsGeert Uytterhoeven2019-12-311-5/+4
| | * | | pinctrl: sh-pfc: sh7264: Fix Port K I/O Register 0 definitionGeert Uytterhoeven2019-12-311-12/+12
| | * | | pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_BGeert Uytterhoeven2019-12-311-2/+2
| | * | | pinctrl: rza1: Reduce printed messagesChris Brandt2019-12-201-2/+2
| | * | | pinctrl: sh-pfc: r8a77965: Fix DU_DOTCLKIN3 drive/bias controlGeert Uytterhoeven2019-12-201-3/+3
| | * | | pinctrl: sh-pfc: Remove use of ARCH_R8A7796Geert Uytterhoeven2019-12-131-1/+1
| | * | | pinctrl: sh-pfc: Make legacy function GPIO handling less fragileGeert Uytterhoeven2019-12-091-6/+5
| | |/ /
| * | | pinctrl: artpec6: fix __iomem on reg in setBen Dooks (Codethink)2020-01-071-1/+1
| * | | pinctrl: ingenic: Use devm_platform_ioremap_resource()Paul Cercueil2020-01-071-2/+1
| * | | pinctrl: ingenic: Factorize irq_set_type functionPaul Cercueil2020-01-071-40/+24
| * | | pinctrl: ingenic: Remove duplicated ingenic_chip_info structuresPaul Cercueil2020-01-071-28/+2
| * | | pinctrl: ingenic: Put ingenic_chip_info pointer in match dataPaul Cercueil2020-01-071-57/+45
| * | | pinctrl: ingenic: Remove platform ID tablePaul Cercueil2020-01-071-24/+2
| * | | pinctrl: meson: meson8b: add the GPIOH pinmux settings for ETH_RXD{2,3}Martin Blumenstingl2020-01-071-1/+6
| * | | pinctrl: nuvoton: npcm7xx: constify copied structureJulia Lawall2020-01-071-1/+1
| * | | pinctrl: qcom: ssbi-gpio: constify copied structureJulia Lawall2020-01-071-1/+1
| * | | pinctrl: ssbi-mpp: constify copied structureJulia Lawall2020-01-071-1/+1
| * | | pinctrl: armada-37xx: Remove unneeded semicolonMa Feng2020-01-071-2/+2
| * | | pinctrl: qcom: make 'm_voc_groups' staticBen Dooks (Codethink)2020-01-071-1/+1
| * | | pinctrl: sunxi: sun50i-h5 use platform_irq_countPeng Fan2020-01-071-2/+11
| * | | pinctrl: actions: remove duplicate dsi entryBen Dooks (Codethink)2020-01-071-1/+0
| * | | pinctrl: tegra: fix missing __iomem in suspend/resumeBen Dooks (Codethink)2020-01-071-2/+2
| * | | pinctrl: Ingenic: Add pinctrl driver for X1830.周琰杰 (Zhou Yanjie)2020-01-061-15/+265
| * | | pinctrl: Ingenic: Introduce reg_offset and use it instead hard code.周琰杰 (Zhou Yanjie)2020-01-061-4/+14
| * | | pinctrl: Ingenic: Add missing parts for X1000 and X1500.周琰杰 (Zhou Yanjie)2020-01-061-0/+64
| * | | pinctrl: Ingenic: Fix bugs in X1000 and X1500.周琰杰 (Zhou Yanjie)2020-01-061-47/+47
| * | | Merge branch 'ib-pinctrl-unreg-mappings' into develLinus Walleij2019-12-303-31/+18
| |\ \ \
| | * | | pinctrl: Allow modules to use pinctrl_[un]register_mappingsHans de Goede2019-12-303-31/+18
| | |/ /
| * | | Merge tag 'v5.5-rc3' into develLinus Walleij2019-12-296-152/+184
| |\ \ \
| * | | | pinctrl: iproc: Set irq handler based on trig typeHamish Martin2019-12-161-1/+7