summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2020-01-08pinctrl: sh-pfc: Split R-Car H3 support in two independent driversGeert Uytterhoeven-59/+81
2020-01-07pinctrl: artpec6: fix __iomem on reg in setBen Dooks (Codethink)-1/+1
2020-01-07pinctrl: ingenic: Use devm_platform_ioremap_resource()Paul Cercueil-2/+1
2020-01-07pinctrl: ingenic: Factorize irq_set_type functionPaul Cercueil-40/+24
2020-01-07pinctrl: ingenic: Remove duplicated ingenic_chip_info structuresPaul Cercueil-28/+2
2020-01-07pinctrl: ingenic: Put ingenic_chip_info pointer in match dataPaul Cercueil-57/+45
2020-01-07pinctrl: ingenic: Remove platform ID tablePaul Cercueil-24/+2
2020-01-07pinctrl: meson: meson8b: add the GPIOH pinmux settings for ETH_RXD{2,3}Martin Blumenstingl-1/+6
2020-01-07pinctrl: nuvoton: npcm7xx: constify copied structureJulia Lawall-1/+1
2020-01-07pinctrl: qcom: ssbi-gpio: constify copied structureJulia Lawall-1/+1
2020-01-07pinctrl: ssbi-mpp: constify copied structureJulia Lawall-1/+1
2020-01-07pinctrl: meson: Fix wrong shift value when get drive-strengthQianggui Song-0/+1
2020-01-07pinctrl: lochnagar: select GPIOLIBArnd Bergmann-0/+1
2020-01-07pinctrl: armada-37xx: Remove unneeded semicolonMa Feng-2/+2
2020-01-07pinctrl: qcom: make 'm_voc_groups' staticBen Dooks (Codethink)-1/+1
2020-01-07pinctrl: sunxi: sun50i-h5 use platform_irq_countPeng Fan-2/+11
2020-01-07pinctrl: actions: remove duplicate dsi entryBen Dooks (Codethink)-1/+0
2020-01-07pinctrl: tegra: fix missing __iomem in suspend/resumeBen Dooks (Codethink)-2/+2
2020-01-06pinctrl: Ingenic: Add pinctrl driver for X1830.周琰杰 (Zhou Yanjie)-15/+265
2020-01-06pinctrl: Ingenic: Introduce reg_offset and use it instead hard code.周琰杰 (Zhou Yanjie)-4/+14
2020-01-06pinctrl: Ingenic: Add missing parts for X1000 and X1500.周琰杰 (Zhou Yanjie)-0/+64
2020-01-06pinctrl: Ingenic: Fix bugs in X1000 and X1500.周琰杰 (Zhou Yanjie)-47/+47
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-4/+4
2019-12-31pinctrl: sh-pfc: sh7269: Fix CAN function GPIOsGeert Uytterhoeven-12/+27
2019-12-31pinctrl: sh-pfc: sh7264: Fix CAN function GPIOsGeert Uytterhoeven-5/+4
2019-12-31pinctrl: sh-pfc: sh7264: Fix Port K I/O Register 0 definitionGeert Uytterhoeven-12/+12
2019-12-31pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_BGeert Uytterhoeven-2/+2
2019-12-30Merge branch 'ib-pinctrl-unreg-mappings' into develLinus Walleij-31/+18
2019-12-30pinctrl: Allow modules to use pinctrl_[un]register_mappingsHans de Goede-31/+18
2019-12-29Merge tag 'v5.5-rc3' into develLinus Walleij-152/+184
2019-12-20pinctrl: rza1: Reduce printed messagesChris Brandt-2/+2
2019-12-20pinctrl: sh-pfc: r8a77965: Fix DU_DOTCLKIN3 drive/bias controlGeert Uytterhoeven-3/+3
2019-12-16pinctrl: ingenic: Fixup PIN_CONFIG_OUTPUT configPaul Cercueil-2/+2
2019-12-16pinctrl: iproc: Set irq handler based on trig typeHamish Martin-1/+7
2019-12-16pinctrl: qcom: sc7180: Add new qup functionsRajendra Nayak-20/+40
2019-12-16pinctrl: qcom: sc7180: Add GPIO wakeup interrupt mapMaulik Shah-0/+18
2019-12-16Merge branch 'ib-pinctrl-default-state' into develLinus Walleij-14/+19
2019-12-15pinctrl: samsung: Fix missing OF and GPIOLIB dependency on S3C24xx and S3C64xxKrzysztof Kozlowski-2/+4
2019-12-13pinctrl: lynxpoint: Update summary in the driverAndy Shevchenko-4/+6
2019-12-13pinctrl: lynxpoint: Switch to pin control APIAndy Shevchenko-57/+13
2019-12-13pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callbackAndy Shevchenko-0/+14
2019-12-13pinctrl: lynxpoint: Implement ->pin_dbg_show()Andy Shevchenko-0/+23
2019-12-13pinctrl: lynxpoint: Add pin control operationsAndy Shevchenko-1/+314
2019-12-13pinctrl: lynxpoint: Reuse struct intel_pinctrl in the driverAndy Shevchenko-24/+60
2019-12-13pinctrl: lynxpoint: Add pin control data structuresAndy Shevchenko-2/+124
2019-12-13pinctrl: lynxpoint: Implement intel_gpio_get_direction callbackAndy Shevchenko-0/+11
2019-12-13pinctrl: lynxpoint: Implement ->irq_ack() callbackAndy Shevchenko-3/+14
2019-12-13pinctrl: lynxpoint: Move ownership check to IRQ chipAndy Shevchenko-6/+6
2019-12-13pinctrl: lynxpoint: Move lp_irq_type() closer to IRQ related routinesAndy Shevchenko-44/+44
2019-12-13pinctrl: lynxpoint: Move ->remove closer to ->probe()Andy Shevchenko-6/+6