summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: cy8c95x0: Enable GPIO rangeAndy Shevchenko2022-09-081-4/+18
* pinctrl: cy8c95x0: Drop unneeded npins assignmentAndy Shevchenko2022-09-081-1/+0
* pinctrl: cy8c95x0: Fix pin control name to enable more than oneAndy Shevchenko2022-09-081-2/+1
* pinctrl: cy8c95x0: Fix return value in cy8c95x0_detect()Andy Shevchenko2022-09-081-1/+1
* pinctrl: cy8c95x0: Allow IRQ chip core to handle numberingAndy Shevchenko2022-09-081-1/+0
* pinctrl: cy8c95x0: make irq_chip immutableAndy Shevchenko2022-09-081-13/+19
* pinctrl: berlin: fix spelling typo in commentJiangshan Yi2022-09-051-1/+1
* pinctrl: pistachio: Switch to use fwnode instead ofAndy Shevchenko2022-09-031-12/+11
* pinctrl: at91: use dev_dbg() instead of printk()Claudiu Beznea2022-09-031-2/+2
* pinctrl: at91: move gpio suspend/resume calls to driver's contextClaudiu Beznea2022-09-031-43/+36
* pinctrl: at91: use kernel-doc style for documentation of at91_gpio_chipClaudiu Beznea2022-09-031-7/+19
* pinctrl: mcp23s08: Drop assignment of default number of OF cellsAndy Shevchenko2022-09-031-3/+0
* pinctrl: imx8m: kconfig: Depends on SOC_IMX8MFrancesco Dolcini2022-08-311-4/+4
* pinctrl: amd: change dev_warn to dev_dbg for additional feature supportBasavaraj Natikar2022-08-311-2/+2
* pinctrl: aspeed: Force to disable the function's signalBilly Tsai2022-08-311-10/+1
* pinctrl: nuvoton: Use 'unsigned int' instead of just 'unsigned'.Jilin Yuan2022-08-261-4/+4
* pinctrl: amd: Pick some different unicode symbolsMario Limonciello2022-08-261-14/+14
* pinctrl: fixup for "i2c: Make remove callback return void"Stephen Rothwell2022-08-261-3/+1
* pinctrl: mediatek: add mt8188 driverHui.Liu2022-08-254-0/+3945
* pinctrl: qcom: Add sc8280xp lpass lpi pinctrl driverSrinivas Kandagatla2022-08-253-0/+217
* pinctrl: qcom: Add sm8450 lpass lpi pinctrl driverSrinivas Kandagatla2022-08-253-0/+250
* pinctrl: nomadik: Convert drivers to use struct pingroup and PINCTRL_PINGROUP()Andy Shevchenko2022-08-254-186/+180
* pinctrl: bcm: Convert drivers to use struct pingroup and PINCTRL_PINGROUP()Andy Shevchenko2022-08-257-320/+259
* pinctrl: Add Cypress cy8c95x0 supportPatrick Rudolph2022-08-253-0/+1396
* pinctrl: armada-37xx: Remove unused macro PIN_GRP()Pali Rohár2022-08-221-10/+0
* pinctrl: armada-37xx: Checks for errors in gpio_request_enable callbackPali Rohár2022-08-221-2/+6
* pinctrl: armada-37xx: Fix definitions for MPP pins 20-22Pali Rohár2022-08-221-3/+5
* pinctrl: armada-37xx: Add missing GPIO-only pinsPali Rohár2022-08-221-0/+12
* pinctrl: rockchip: Add RV1126 pinctrl supportJagan Teki2022-08-222-7/+327
* Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-08-1063-558/+11183
|\
| * pinctrl: qcom: Make PINCTRL_SM8450 depend on PINCTRL_MSMJohn Garry2022-08-031-1/+1
| * pinctrl: qcom: sm8250: Fix PDC mapJianhua Lu2022-08-031-1/+1
| * pinctrl: amd: Fix an unused variableMario Limonciello2022-08-031-1/+0
| * pinctrl: amd: Use unicode for debugfs outputMario Limonciello2022-07-261-58/+56
| * pinctrl: amd: Fix newline declaration in debugfs outputMario Limonciello2022-07-261-1/+1
| * pinctrl: at91: Fix typo 'the the' in commentSlark Xiao2022-07-261-1/+1
| * pinctrl: mvebu: Missing a blank line after declarations.Xin Gao2022-07-261-0/+10
| * pinctrl: qcom: Add SM6375 TLMM driverKonrad Dybcio2022-07-263-0/+1554
| * Revert "pinctrl: qcom: spmi-gpio: make the irqchip immutable"Linus Walleij2022-07-181-12/+10
| * pinctrl: imx93: Add MODULE_DEVICE_TABLE()Fabio Estevam2022-07-181-0/+1
| * pinctrl: sunxi: Add driver for Allwinner D1Samuel Holland2022-07-185-5/+863
| * pinctrl: sunxi: Make some layout parameters dynamicSamuel Holland2022-07-182-18/+29
| * pinctrl: sunxi: Refactor register/offset calculationSamuel Holland2022-07-182-123/+89
| * pinctrl: sunxi: Support the 2.5V I/O bias modeSamuel Holland2022-07-185-2/+20
| * pinctrl: sunxi: Add I/O bias setting for H6 R-PIOSamuel Holland2022-07-182-3/+5
| * pinctrl: qcom-pmic-gpio: add support for PMP8074Robert Marko2022-07-181-0/+2
| * pinctrl: qcom: spmi-gpio: Add pm8226 compatibilityDominik Kobinski2022-07-181-0/+1
| * pinctrl: core: Use device_match_of_node() helperAndy Shevchenko2022-07-181-1/+1
| * pinctrl: at91: remove #ifdef CONFIG_PMClaudiu Beznea2022-07-181-7/+1
| * pinctrl: at91-pio4: remove #ifdef CONFIG_PM_SLEEPClaudiu Beznea2022-07-181-6/+1