summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-stmfx.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: stmfx: Fix hazardous u8[] to unsigned long castMarc Zyngier2021-08-101-2/+4
* pinctrl: stmfx: Use irqchip templateLinus Walleij2020-08-041-15/+17
* pinctrl: stmfx: stmfx_pinconf_set doesn't require to get direction anymoreAmelie Delaunay2020-04-281-5/+1
* pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2020-02-211-3/+14
* Merge tag 'pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-11-271-0/+21
|\
| * Merge tag 'v5.4-rc5' into develLinus Walleij2019-11-131-1/+1
| |\
| * | pinctrl: stmfx: add irq_request/release_resources callbacksAmelie Delaunay2019-10-161-0/+21
* | | pinctrl: stmfx: fix valid_mask init sequenceAmelie Delaunay2019-11-071-14/+0
| |/ |/|
* | pinctrl: stmfx: fix null pointer on removeAmelie Delaunay2019-10-051-1/+1
|/
* Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-09-191-15/+13
|\
| * pinctrl: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-051-3/+1
| * pinctrl: stmfx: update pinconf settingsAlexandre Torgue2019-08-051-12/+12
* | gpio: Use callback presence to determine need of valid_maskLinus Walleij2019-08-201-1/+0
* | pinctrl: stmfx: Use the callback to populate valid_maskLinus Walleij2019-08-201-3/+14
|/
* pinctrl: stmfx: enable links creationsBenjamin Gaignard2019-05-231-0/+1
* pinctrl: stmfx: Fix 'warn: bitwise AND condition is false here'Lee Jones2019-05-131-1/+1
* pinctrl: stmfx: Fix 'warn: unsigned <VAR> is never less than zero'Lee Jones2019-05-131-2/+1
* pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driverAmelie Delaunay2019-05-101-0/+820