index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl-stmfx.c
Age
Commit message (
Expand
)
Author
2023-10-10
pinctrl: stmfx: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-10
pinctrl: stmfx: Improve error message in .remove()'s error path
Uwe Kleine-König
2023-08-10
pinctrl: stmfx: Do not check for 0 return after calling platform_get_irq()
Ruan Jinjie
2023-04-14
pinctrl: stmfx: Convert to immutable irq_chip
Linus Walleij
2023-03-23
pinctrl: Use of_property_present() for testing DT property presence
Rob Herring
2022-10-24
pinctrl: stmfx: Add missing header(s)
Andy Shevchenko
2021-12-16
pinctrl: Get rid of duplicate of_node assignment in the drivers
Andy Shevchenko
2021-08-10
pinctrl: stmfx: Fix hazardous u8[] to unsigned long cast
Marc Zyngier
2020-08-04
pinctrl: stmfx: Use irqchip template
Linus Walleij
2020-04-28
pinctrl: stmfx: stmfx_pinconf_set doesn't require to get direction anymore
Amelie Delaunay
2020-02-21
pinctrl: Use new GPIO_LINE_DIRECTION
Matti Vaittinen
2019-11-27
Merge tag 'pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2019-11-13
Merge tag 'v5.4-rc5' into devel
Linus Walleij
2019-11-07
pinctrl: stmfx: fix valid_mask init sequence
Amelie Delaunay
2019-10-16
pinctrl: stmfx: add irq_request/release_resources callbacks
Amelie Delaunay
2019-10-05
pinctrl: stmfx: fix null pointer on remove
Amelie Delaunay
2019-09-19
Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2019-08-20
gpio: Use callback presence to determine need of valid_mask
Linus Walleij
2019-08-20
pinctrl: stmfx: Use the callback to populate valid_mask
Linus Walleij
2019-08-05
pinctrl: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-05
pinctrl: stmfx: update pinconf settings
Alexandre Torgue
2019-05-23
pinctrl: stmfx: enable links creations
Benjamin Gaignard
2019-05-13
pinctrl: stmfx: Fix 'warn: bitwise AND condition is false here'
Lee Jones
2019-05-13
pinctrl: stmfx: Fix 'warn: unsigned <VAR> is never less than zero'
Lee Jones
2019-05-10
pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver
Amelie Delaunay