summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-2/+2
|\ \ \
| * | | arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCAWilliam Zhang2022-08-151-2/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-223-20/+103
|\ \ \ | | |/ | |/|
| * | pinctrl: ocelot: Fix interrupt controllerHoratiu Vultur2022-09-141-14/+97
| * | pinctrl: sunxi: Fix name for A100 R_PIOMichael Wu2022-08-261-1/+1
| * | pinctrl: qcom: sc8180x: Fix wrong pin numbersMolly Sophia2022-08-221-4/+4
| * | pinctrl: qcom: sc8180x: Fix gpio_wakeirq_mapMolly Sophia2022-08-221-1/+1
| |/
* | pinctrl: microchip-sgpio: add ability to be used in a non-mmio configurationColin Foster2022-09-091-6/+2
* | pinctrl: microchip-sgpio: allow sgpio driver to be used as a moduleColin Foster2022-09-092-2/+9
* | pinctrl: ocelot: add ability to be used in a non-mmio configurationColin Foster2022-09-091-11/+5
|/
* 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