index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl-single.c
Age
Commit message (
Expand
)
Author
2025-12-16
pinctrl: single: Add missing free in single_allocate_function
Francois Berder
2025-08-15
pinctrl: single: Remove unreachable code
Andrew Goodbody
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
pinctrl: Remove <common.h> and add needed includes
Tom Rini
2023-10-13
pinctrl: single: fix compile warnings with PHYS_64BIT on 32bit
Matthias Schiffer
2023-02-10
Correct SPL use of SANDBOX
Simon Glass
2022-01-18
pinctrl: single: add support for pinctrl-single, pins when #pinctrl-cells = 2
AJ Bagwell
2021-10-05
pinctrl: single: Add request() api
Bharat Gooty
2021-10-05
pinctrl: single: Parse gpio details from dt
Bharat Gooty
2021-07-15
pinctrl: Avoid coverity warning when checking width
Simon Glass
2021-05-26
pinctrl: single: Fix probe failure getting register area size
Vignesh Raghavendra
2021-04-27
pinctrl: single: fix a never true comparison
Dario Binacchi
2021-04-27
pinctrl: single: check function mask to be non-zero
Dario Binacchi
2021-04-12
test: pinmux: add test for 'pinctrl-single' driver
Dario Binacchi
2021-04-12
pinctrl: single: add get_pin_muxing operation
Dario Binacchi
2021-04-12
pinctrl: single: add get_pin_name operation
Dario Binacchi
2021-04-12
pinctrl: single: add get_pins_count operation
Dario Binacchi
2021-04-12
pinctrl: single: add register access functions
Dario Binacchi
2021-04-12
pinctrl: single: change function mask default value
Dario Binacchi
2021-04-12
pinctrl: single: check "register-width" DT property
Dario Binacchi
2021-04-12
pinctrl: single: get register area size by device API
Dario Binacchi
2021-04-12
pinctrl: single: fix debug messages formatting
Dario Binacchi
2021-04-12
pinctrl: single: fix offset management
Dario Binacchi
2021-04-12
pinctrl: single: fix the loop counter variable type
Dario Binacchi
2021-04-12
pinctrl: single: fix format of structure documentation
Dario Binacchi
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-04-23
dm: pinctrl: Use right device pointer for configuring pinctrl
Lokesh Vutla
2020-04-16
dm: pinctrl: convert pinctrl-single to livetree
Patrick Delaunay
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-07-13
pinctrl: pinctrl-single: Add 'pinctrl-single, bits' support
Adam Ford
2018-11-14
pinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-09-10
pinctrl: Fix build warning with ARM64
Lokesh Vutla
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2017-06-01
dm: core: Replace of_offset with accessor (part 2)
Simon Glass
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
dm: Use dm.h header when driver mode is used
Simon Glass
2017-05-11
Add 16-bit single register pin controller support
James Balean
2017-03-26
Add single register pin controller driver
Felix Brack