summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-1624-37/+8
* pinctrl-sunxi: don't call pinctrl_gpio_direction()Hans Verkuil2021-12-161-2/+6
* pinctrl-bcm2835: don't call pinctrl_gpio_direction()Hans Verkuil2021-12-161-3/+9
* pinctrl: bcm2835: Silence uninit warningLinus Walleij2021-12-101-1/+1
* pinctrl: Sort Kconfig and Makefile entries alphabeticallyAndy Shevchenko2021-12-092-258/+258
* pinctrl: Add Intel Thunder Bay pinctrl driverLakshmi Sowjanya D2021-12-093-0/+1342
* pinctrl: qcom: Add SM8450 pinctrl driverVinod Koul2021-12-093-0/+1699
* Merge tag 'renesas-pinctrl-for-v5.17-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij2021-12-054-111/+216
|\
| * pinctrl: renesas: Remove unneeded locking around sh_pfc_read() callsGeert Uytterhoeven2021-11-191-8/+1
| * pinctrl: renesas: rzg2l: Add support to get/set drive-strength and output-imp...Lad Prabhakar2021-11-151-48/+113
| * pinctrl: renesas: rzg2l: Rename PIN_CFG_* macros to match HW manualLad Prabhakar2021-11-151-61/+61
| * pinctrl: renesas: rzg2l: Add support to get/set pin config for GPIO port pinsLad Prabhakar2021-11-151-2/+34
| * pinctrl: renesas: rzg2l: Add helper functions to read/write pin configLad Prabhakar2021-11-151-24/+37
| * pinctrl: renesas: rzg2l: Rename RZG2L_SINGLE_PIN_GET_PORT macroLad Prabhakar2021-11-151-7/+7
| * pinctrl: pinconf-generic: Add support for "output-impedance-ohms" to be extra...Lad Prabhakar2021-11-151-0/+2
| * pinctrl: renesas: rza1: Fix kerneldoc function namesGeert Uytterhoeven2021-11-151-3/+3
* | pinctrl: spear: plgpio: Introduce regmap phandleHerve Codina2021-12-051-5/+17
* | pinctrl: spear: plgpio: Convert to regmapHerve Codina2021-12-051-60/+76
* | pinctrl: spear: spear: Convert to regmapHerve Codina2021-12-052-7/+15
* | pinctrl: apple-gpio: fix flexible_array.cocci warningskernel test robot2021-12-021-1/+1
* | pinctrl: mediatek: add a check for error in mtk_pinconf_bias_get_rsel()Dan Carpenter2021-12-021-0/+2
* | pinctrl: mediatek: uninitialized variable in mtk_pctrl_show_one_pin()Dan Carpenter2021-12-021-1/+1
* | pinctrl: freescale: Add i.MXRT1050 pinctrl driver supportGiulio Benetti2021-12-023-0/+357
* | pinctrl/rockchip: fix gpio device creationJohn Keeping2021-12-021-1/+1
* | pinctrl: apple: return an error if pinmux is missing in the DTJoey Gouly2021-11-271-1/+1
* | pinctrl: apple: use modulo rather than bitwise andJoey Gouly2021-11-271-1/+1
* | pinctrl: apple: don't set gpio_chip.of_nodeJoey Gouly2021-11-271-1/+0
* | pinctrl: apple: remove gpio-controller checkJoey Gouly2021-11-271-4/+0
* | pinctrl: apple: give error label a specific nameJoey Gouly2021-11-271-3/+4
* | pinctrl: apple: make apple_gpio_get_direction more readableJoey Gouly2021-11-271-2/+3
* | pinctrl: apple: handle regmap_read errorsJoey Gouly2021-11-271-3/+7
* | pinctrl: apple: add missing bits.h headerJoey Gouly2021-11-271-0/+1
* | pinctrl: apple: use C style commentJoey Gouly2021-11-271-1/+1
* | pinctrl: apple: add missing commaJoey Gouly2021-11-271-1/+1
* | pinctrl: apple: fix some formatting issuesJoey Gouly2021-11-271-41/+28
* | Merge tag 'v5.16-rc2' into develLinus Walleij2021-11-27115-528/+921
|\ \
| * \ Merge tag 'pinctrl-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-208-16/+42
| |\ \
| | * | pinctrl: qcom: sm8350: Correct UFS and SDC offsetsBjorn Andersson2021-11-161-4/+4
| | * | pinctrl: tegra194: remove duplicate initializer againArnd Bergmann2021-11-161-1/+0
| | * | pinctrl: qcom: sdm845: Enable dual edge errataBjorn Andersson2021-11-161-0/+1
| | * | pinctrl: apple: Always return valid type in apple_gpio_irq_typeSven Peter2021-11-161-6/+6
| | * | pinctrl: ralink: include 'ralink_regs.h' in 'pinctrl-mt7620.c'Sergio Paracuellos2021-11-161-0/+1
| | * | pinctrl: qcom: fix unmet dependencies on GPIOLIB for GPIOLIB_IRQCHIPJulian Braha2021-11-161-0/+2
| | * | pinctrl: tegra: Return const pointer from tegra_pinctrl_get_group()Prathamesh Shete2021-11-161-2/+2
| | * | pinctrl: amd: Fix wakeups when IRQ is shared with SCIMario Limonciello2021-11-161-3/+26
| | |/
| * | Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-203-45/+45
| |\ \
| | * | s390: replace snprintf in show functions with sysfs_emitQing Wang2021-11-163-45/+45
| | |/
| * | Merge tag 'libata-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-194-4/+25
| |\ \
| | * | ata: libata-sata: Declare ata_ncq_sdev_attrs staticDamien Le Moal2021-11-181-1/+1
| | * | ata: libahci: Adjust behavior when StorageD3Enable _DSD is setMario Limonciello2021-11-181-0/+15