summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)Author
2020-01-07pinctrl: ingenic: Remove duplicated ingenic_chip_info structuresPaul Cercueil
2020-01-07pinctrl: ingenic: Put ingenic_chip_info pointer in match dataPaul Cercueil
2020-01-07pinctrl: ingenic: Remove platform ID tablePaul Cercueil
2020-01-07pinctrl: meson: meson8b: add the GPIOH pinmux settings for ETH_RXD{2,3}Martin Blumenstingl
2020-01-07pinctrl: nuvoton: npcm7xx: constify copied structureJulia Lawall
2020-01-07pinctrl: qcom: ssbi-gpio: constify copied structureJulia Lawall
2020-01-07pinctrl: ssbi-mpp: constify copied structureJulia Lawall
2020-01-07pinctrl: meson: Fix wrong shift value when get drive-strengthQianggui Song
2020-01-07pinctrl: lochnagar: select GPIOLIBArnd Bergmann
2020-01-07pinctrl: armada-37xx: Remove unneeded semicolonMa Feng
2020-01-07pinctrl: qcom: make 'm_voc_groups' staticBen Dooks (Codethink)
2020-01-07pinctrl: sunxi: sun50i-h5 use platform_irq_countPeng Fan
2020-01-07pinctrl: actions: remove duplicate dsi entryBen Dooks (Codethink)
2020-01-07pinctrl: tegra: fix missing __iomem in suspend/resumeBen Dooks (Codethink)
2020-01-06pinctrl: Ingenic: Add pinctrl driver for X1830.周琰杰 (Zhou Yanjie)
2020-01-06pinctrl: Ingenic: Introduce reg_offset and use it instead hard code.周琰杰 (Zhou Yanjie)
2020-01-06pinctrl: Ingenic: Add missing parts for X1000 and X1500.周琰杰 (Zhou Yanjie)
2020-01-06pinctrl: Ingenic: Fix bugs in X1000 and X1500.周琰杰 (Zhou Yanjie)
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-31pinctrl: sh-pfc: sh7269: Fix CAN function GPIOsGeert Uytterhoeven
2019-12-31pinctrl: sh-pfc: sh7264: Fix CAN function GPIOsGeert Uytterhoeven
2019-12-31pinctrl: sh-pfc: sh7264: Fix Port K I/O Register 0 definitionGeert Uytterhoeven
2019-12-31pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_BGeert Uytterhoeven
2019-12-30Merge branch 'ib-pinctrl-unreg-mappings' into develLinus Walleij
2019-12-30pinctrl: Allow modules to use pinctrl_[un]register_mappingsHans de Goede
2019-12-29Merge tag 'v5.5-rc3' into develLinus Walleij
2019-12-20pinctrl: rza1: Reduce printed messagesChris Brandt
2019-12-20pinctrl: sh-pfc: r8a77965: Fix DU_DOTCLKIN3 drive/bias controlGeert Uytterhoeven
2019-12-16pinctrl: ingenic: Fixup PIN_CONFIG_OUTPUT configPaul Cercueil
2019-12-16pinctrl: iproc: Set irq handler based on trig typeHamish Martin
2019-12-16pinctrl: qcom: sc7180: Add new qup functionsRajendra Nayak
2019-12-16pinctrl: qcom: sc7180: Add GPIO wakeup interrupt mapMaulik Shah
2019-12-16Merge branch 'ib-pinctrl-default-state' into develLinus Walleij
2019-12-15pinctrl: samsung: Fix missing OF and GPIOLIB dependency on S3C24xx and S3C64xxKrzysztof Kozlowski
2019-12-13pinctrl: lynxpoint: Update summary in the driverAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Switch to pin control APIAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callbackAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Implement ->pin_dbg_show()Andy Shevchenko
2019-12-13pinctrl: lynxpoint: Add pin control operationsAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Reuse struct intel_pinctrl in the driverAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Add pin control data structuresAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Implement intel_gpio_get_direction callbackAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Implement ->irq_ack() callbackAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Move ownership check to IRQ chipAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Move lp_irq_type() closer to IRQ related routinesAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Move ->remove closer to ->probe()Andy Shevchenko
2019-12-13pinctrl: lynxpoint: Extract lp_gpio_acpi_use() for future useAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Convert unsigned to unsigned intAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Switch to memory mapped IO accessorsAndy Shevchenko
2019-12-13pinctrl: lynxpoint: Keep pointer to struct device instead of its containerAndy Shevchenko