aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-stmfx.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-16pinctrl: Get rid of duplicate of_node assignment in the driversGravatar Andy Shevchenko 1-1/+0
2021-08-10pinctrl: stmfx: Fix hazardous u8[] to unsigned long castGravatar Marc Zyngier 1-2/+4
2020-08-04pinctrl: stmfx: Use irqchip templateGravatar Linus Walleij 1-15/+17
2020-04-28pinctrl: stmfx: stmfx_pinconf_set doesn't require to get direction anymoreGravatar Amelie Delaunay 1-5/+1
2020-02-21pinctrl: Use new GPIO_LINE_DIRECTIONGravatar Matti Vaittinen 1-3/+14
2019-11-27Merge tag 'pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-0/+21
2019-11-13Merge tag 'v5.4-rc5' into develGravatar Linus Walleij 1-1/+1
2019-11-07pinctrl: stmfx: fix valid_mask init sequenceGravatar Amelie Delaunay 1-14/+0
2019-10-16pinctrl: stmfx: add irq_request/release_resources callbacksGravatar Amelie Delaunay 1-0/+21
2019-10-05pinctrl: stmfx: fix null pointer on removeGravatar Amelie Delaunay 1-1/+1
2019-09-19Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-15/+13
2019-08-20gpio: Use callback presence to determine need of valid_maskGravatar Linus Walleij 1-1/+0
2019-08-20pinctrl: stmfx: Use the callback to populate valid_maskGravatar Linus Walleij 1-3/+14
2019-08-05pinctrl: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-3/+1
2019-08-05pinctrl: stmfx: update pinconf settingsGravatar Alexandre Torgue 1-12/+12
2019-05-23pinctrl: stmfx: enable links creationsGravatar Benjamin Gaignard 1-0/+1
2019-05-13pinctrl: stmfx: Fix 'warn: bitwise AND condition is false here'Gravatar Lee Jones 1-1/+1
2019-05-13pinctrl: stmfx: Fix 'warn: unsigned <VAR> is never less than zero'Gravatar Lee Jones 1-2/+1
2019-05-10pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driverGravatar Amelie Delaunay 1-0/+820