summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-aw9523.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: aw9523: fix kerneldoc for _aw9523_gpio_get_multiple()Bartosz Golaszewski2024-10-101-2/+2
* pinctrl: aw9523: use devm_mutex_initRosen Penev2024-10-041-23/+13
* pinctrl: aw9523: add missing mutex_destroyRosen Penev2024-10-041-2/+4
* pinctrl: aw9523: use enable for regulatorRosen Penev2024-10-021-16/+5
* pinctrl: aw9523: Drop explicit initialization of struct i2c_device_id::driver...Uwe Kleine-König2024-10-011-1/+1
* pinctrl: aw9523: Fix indentation in a few placesAndy Shevchenko2024-04-041-9/+8
* pinctrl: aw9523: Sort headers and group pinctrl/*Andy Shevchenko2024-04-041-5/+6
* pinctrl: aw9523: Make use of dev_err_probe()Andy Shevchenko2024-04-041-6/+3
* pinctrl: aw9523: Remove unused irqchip field in struct aw9523_irqAndy Shevchenko2024-04-041-8/+0
* pinctrl: aw9523: Get rid of redundant ' & U8_MAX' piecesAndy Shevchenko2024-04-041-7/+7
* pinctrl: aw9523: Use temporary variable for HW IRQ numberAndy Shevchenko2024-04-041-8/+8
* pinctrl: aw9523: Make use of struct pinfunction and PINCTRL_PINFUNCTION()Andy Shevchenko2024-04-041-26/+6
* pinctrl: aw9523: Always try both ports in aw9523_gpio_set_multiple()Andy Shevchenko2024-04-041-5/+2
* pinctrl: aw9523: Use correct error code for not supported functionalityAndy Shevchenko2024-04-041-4/+5
* pinctrl: aw9523: Destroy mutex on ->remove()Andy Shevchenko2024-04-041-7/+1
* pinctrl: aw9523: Add proper terminatorLinus Walleij2024-03-061-0/+1
* pinctrl: Add driver for Awinic AW9523/B I2C GPIO ExpanderAngeloGioacchino Del Regno2024-03-051-0/+1118