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
/
devicetree.c
Age
Commit message (
Expand
)
Author
2023-12-04
pinctrl: Convert unsigned to unsigned int
Andy Shevchenko
2022-11-10
pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map
Zeng Heng
2022-06-10
pinctrl: devicetree: Delete usage of driver_deferred_probe_check_state()
Saravana Kannan
2020-09-12
pinctrl: devicetree: Keep deferring even on timeout
Thierry Reding
2020-07-16
pinctrl: devicetree: Add one new attribute description and rename another two
Lee Jones
2020-04-04
Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2020-04-01
gpio: export of_pinctrl_get to modules
Stephen Rothwell
2020-03-04
pinctrl: Remove use of driver_deferred_probe_check_state_continue()
John Stultz
2019-12-30
pinctrl: Allow modules to use pinctrl_[un]register_mappings
Hans de Goede
2019-11-05
pinctrl: just return if no valid maps
lijiazi
2019-10-04
pinctrl: devicetree.c: remove orphan pinctrl_dt_has_hogs()
Rasmus Villemoes
2019-10-03
pinctrl: devicetree: Avoid taking direct reference to device name string
Will Deacon
2019-08-05
pinctrl: devicetree: Use strlen() instead of hardcoded number
Geert Uytterhoeven
2019-07-03
driver: core: Allow subsystems to continue deferring probe
Thierry Reding
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
Thomas Gleixner
2018-07-10
pinctrl: Support stopping deferred probe after initcalls
Rob Herring
2018-06-18
pinctrl: devicetree: Fix pctldev pointer overwrite
Fabio Estevam
2018-03-02
pinctrl: devicetree: Fix dt_to_map_one_config handling of hogs
Richard Fitzgerald
2017-08-31
pinctrl: Delete an error message
Markus Elfring
2017-08-14
pinctrl: Convert to using %pOF instead of full_name
Rob Herring
2017-01-09
pinctrl: core: Make dt_free_map optional
Tony Lindgren
2017-01-03
pinctrl: core: Use delayed work for hogs
Tony Lindgren
2016-11-04
pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args
Tony Lindgren
2016-06-18
pinctrl: OF: Don't create a pinctrl handle if no pinctrl entries exist
Jon Hunter
2015-07-16
pinctrl: simplify of_pinctrl_get()
Masahiro Yamada
2015-05-06
pinctrl: Don't just pretend to protect pinctrl_maps, do it for real
Doug Anderson
2014-02-24
pinctrl: Quiet logging about missing DT nodes when not using DT
Mark Brown
2013-04-26
pinctrl: move subsystem mutex to pinctrl_dev struct
Patrice Chotard
2013-03-07
pinctrl: Declare operation structures as const
Laurent Pinchart
2013-01-11
pinctrl: do not defer device tree hogs
Linus Walleij
2012-11-11
gpiolib: separation of pin concerns
Linus Walleij
2012-11-11
gpiolib: provide provision to register pin ranges
Shiraz Hashim
2012-04-18
pinctrl: implement pinctrl deferred probing
Linus Walleij
2012-04-18
pinctrl: core device tree mapping table parsing support
Stephen Warren