Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
73735e49383675ee1caf7a93dfd61976c2244fc8
/
drivers
/
pinctrl
/
core.c
942cde7
pinctrl: core: Warn about NULL gpio_chip in pinctrl_ready_for_gpio_range()
by Tony Lindgren
· 9 years ago
2b38ca6
pinctrl: use dev_err() to show message in pinctrl_register_one_pin()
by Masahiro Yamada
· 9 years ago
93a4b1b
Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 9 years ago
323de9e
pinctrl: make pinctrl_register() return proper error code
by Masahiro Yamada
· 9 years ago
7e9236f
pinctrl: fix confusing debug message in pinctrl_register_map()
by Masahiro Yamada
· 9 years ago
b217e43
pinctrl: Grammar s/used in as/used as/
by Geert Uytterhoeven
· 10 years ago
c5272a2
pinctrl: Don't just pretend to protect pinctrl_maps, do it for real
by Doug Anderson
· 10 years ago
db93fac
pinctrl: Fix two deadlocks
by Jim Lin
· 10 years ago
2243a87
pinctrl: avoid duplicated calling enable_pinmux_setting for a pin
by Fan Wu
· 10 years ago
e5b3b2d
pinctrl: allows not to define the get_group_pins operation
by Antoine Ténart
· 11 years ago
e7f2a44
pinctrl: do not init debugfs entries for unimplemented functionalities
by Florian Vaussard
· 11 years ago
7b320cb
pinctrl: protect pinctrl_list add
by Stanislaw Gruszka
· 11 years ago
586a87e
pinctrl/gpio: non-linear GPIO ranges accesible from gpiolib
by Christian Ruppert
· 11 years ago
6ad30ce
Merge tag 'v3.11-rc7' into devel
by Linus Walleij
· 11 years ago
9b77ace
pinctrl: core: Add proper mutex lock in pinctrl_request_gpio
by Axel Lin
· 11 years ago
6c325f8
pinctrl: core: Remove unnecessary test for desc->name
by Axel Lin
· 11 years ago
5ffbe2e
pinctrl: core: Hold pctldev->mutex mutex lock while traversing gpio_ranges list
by Axel Lin
· 11 years ago
f005902
pinctrl: core: Hold pinctrldev_list_mutex mutex while traversing pinctrldev_list
by Axel Lin
· 11 years ago
db6c2c6
pinctrl: fix a memleak when freeing maps
by Linus Walleij
· 11 years ago
f333349
pinctrl: Remove duplicate code in pinctrl_pm_select_state functions
by Tony Lindgren
· 11 years ago
843aec9
pinctrl: Staticize local symbols
by Sachin Kamat
· 11 years ago
c8f50e8
pinctrl: core: fix missing unlock on error in pinctrl_find_gpio_range_from_pin()
by Wei Yongjun
· 11 years ago
f472dea
pinctrl: export pinctrl_pm_select_*_state
by Arnd Bergmann
· 11 years ago
c8587ee
pinctrl: add pin list based GPIO ranges
by Christian Ruppert
· 11 years ago
14005ee
drivers: pinctrl sleep and idle states in the core
by Linus Walleij
· 11 years ago
44d5f7b
pinctrl: sink pinctrldev_list_mutex
by Linus Walleij
· 11 years ago
d463f82
pinctrl: fix mutex deadlock in get_pinctrl_dev_from_of_node()
by Daniel Mack
· 12 years ago
42fed7b
pinctrl: move subsystem mutex to pinctrl_dev struct
by Patrice Chotard
· 12 years ago
385d942
pinctrl: simplify the re-enable old state code in pinctrl_select_state
by Richard Genoud
· 12 years ago
af60617
pinctrl: select_state: don't call pinctrl_free_setting on error
by Richard Genoud
· 12 years ago
175ca83
pinctrl: pinctrl_select_state: set the old_state back on error
by Richard Genoud
· 12 years ago
8009d5f
pinctrl: remove superfluous optimization in pinctrl_select_state_locked
by Richard Genoud
· 12 years ago
da58751
pinctrl: use dev_info instead of pr_info in pinctrl_select_state_locked
by Richard Genoud
· 12 years ago
2afe822
pinctrl: core: add dependence of GPIOLIB
by Haojian Zhuang
· 12 years ago
50cf7c8
pinctrl: re-enable old state in case of error in pinctrl_select_state
by Richard Genoud
· 12 years ago
3102a76
pinctrl: disable and free setting in select_state in case of error
by Richard Genoud
· 12 years ago
d3cee830
pinctrl: create pinctrl_free_setting function
by Richard Genoud
· 12 years ago
51e13c2
pinctrl: check pinctrl ready for gpio range
by Haojian Zhuang
· 12 years ago
a72149e
pinctrl: core: use devres_release() instead of devres_destroy()
by Jingoo Han
· 12 years ago
6f9e41f
pinctrl/pinconfig: add debug interface
by Laurent Meunier
· 12 years ago
2917e83
pinctrl: core: Make pinctrl_release static
by Sachin Kamat
· 12 years ago
ab78029
drivers/pinctrl: grab default handles from device core
by Linus Walleij
· 12 years ago
d6e99ab
pinctrl: core: get devname from pinctrl_dev
by Haojian Zhuang
· 12 years ago
840a47b
pinctrl: add sleep mode management for hogs
by Julien Delacou
· 12 years ago
8921649
pinctrl: skip deferral of hogs
by Linus Walleij
· 12 years ago
b0666ba
pinctrl: fix comment mistake
by Linus Walleij
· 12 years ago
9afbefb
pinctrl: add function to retrieve range from pin
by Linus Walleij
· 12 years ago
dfa9751
pinctrl: make range registration defer properly
by Linus Walleij
· 12 years ago
192c369
gpiolib: rename find_pinctrl_*
by Linus Walleij
· 12 years ago
f23f151
gpiolib: provide provision to register pin ranges
by Shiraz Hashim
· 12 years ago
7e10ee6
Revert "pinctrl: remove pinctrl_remove_gpio_range"
by Viresh Kumar
· 12 years ago
1a78958
pinctrl: reserve pins when states are activated
by Linus Walleij
· 12 years ago
b4dd784
pinctrl: fix missing unlock on error in pinctrl_groups_show()
by Wei Yongjun
· 12 years ago
eb26cc9
pinctrl: Fix potential memory leak in pinctrl_register_one_pin()
by Sachin Kamat
· 12 years ago
d599bfb
trivial: pinctrl core: remove extraneous code lines
by Richard Genoud
· 12 years ago
3e5e00b
pinctrl: add pinctrl_add_gpio_ranges function
by Dong Aisheng
· 12 years ago
5d589b0
pinctrl: remove pinctrl_remove_gpio_range
by Dong Aisheng
· 12 years ago
da9aecb
pinctrl/pinctrl-core: cleanup pinctrl_register
by Devendra Naga
· 12 years ago
bc66468
pinctrl: fix a minor harmless typo
by Guennadi Liakhovetski
· 12 years ago
4650b7c
pinctrl: support gpio request deferred probing
by Dong Aisheng
· 13 years ago
5b3aa5f
pinctrl: add pinctrl_provide_dummies interface for platforms to use
by Dong Aisheng
· 13 years ago
ad6e110
pinctrl: enhance reporting of errors when loading from DT
by John Crispin
· 13 years ago
fde04f4
pinctrl: propagate map validation errors
by Stephen Warren
· 13 years ago
dcb5dbc
pinctrl: show pin name for pingroups in sysfs
by Dong Aisheng
· 13 years ago
6d4ca1f
pinctrl: implement devm_pinctrl_get()/put()
by Stephen Warren
· 13 years ago
c05127c
pinctrl: implement pinctrl deferred probing
by Linus Walleij
· 13 years ago
d1e90e9
pinctrl: replace list_*() with get_*_count()
by Viresh Kumar
· 13 years ago
57291ce
pinctrl: core device tree mapping table parsing support
by Stephen Warren
· 13 years ago
d26bc49
pinctrl: implement pinctrl_check_ops
by Stephen Warren
· 13 years ago
1e2082b
pinctrl: enhance mapping table to support pin config operations
by Stephen Warren
· 13 years ago
6e5e959
pinctrl: API changes to support multiple states per device
by Stephen Warren
· 13 years ago
7ecdb16
pinctrl: refactor struct pinctrl handling in core.c vs pinmux.c
by Stephen Warren
· 13 years ago
57b676f
pinctrl: fix and simplify locking
by Stephen Warren
· 13 years ago
110e4ec
pinctrl: assume map table entries can't have a NULL name field
by Stephen Warren
· 13 years ago
46919ae
pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that state
by Stephen Warren
· 13 years ago
3eedb43
pinctrl: move pinctrl-maps debugfs file to top-level
by Stephen Warren
· 13 years ago
2304b47
pinctrl: remove pin and hogs locks from struct pinctrl_dev
by Stephen Warren
· 13 years ago
02f5b98
pinctrl: allocate sizeof(*p) instead of sizeof(struct foo)
by Stephen Warren
· 13 years ago
95dcd4a
pinctrl: use dev_*() instead of pr_*(), add some msgs, minor cleanups
by Stephen Warren
· 13 years ago
1681f5a
pinctrl: disallow map table entries with NULL dev_name field
by Stephen Warren
· 13 years ago
b1eed4e
pinctrl: error if mapping table's control dev can't be found
by Stephen Warren
· 13 years ago
f026fe3
pinctrl: downgrade pinctrl_get warning when no maps are found
by Stephen Warren
· 13 years ago
9891d98
pinctrl: assume map table entries can't have a NULL ctrl_dev_name field
by Stephen Warren
· 13 years ago
4ecce45d
pinctrl: core.c/h cleanups
by Stephen Warren
· 13 years ago
b2b3e66
pinctrl: Store mapping table as a list of chunks
by Stephen Warren
· 13 years ago
8b9c139
pinctrl: use list_add_tail instead of list_add
by Stephen Warren
· 13 years ago
13398a4
pinctrl: pinctrl_register_mappings() shouldn't be __init
by Stephen Warren
· 13 years ago
449d16b
pinctrl: make "hog" mapping table entries work
by Stephen Warren
· 13 years ago
77a5988
pinctrl: changes hog mechanism to be self-referential
by Linus Walleij
· 13 years ago
befe5bd
pinctrl: factor pin control handles over to the core
by Linus Walleij
· 13 years ago
e93bcee
pinctrl: move generic functions to the pinctrl_ namespace
by Linus Walleij
· 13 years ago
9dfac4f
pinctrl: delete raw device pointers in pinmux maps
by Linus Walleij
· 13 years ago
8dc6ae4
pinctrl: restore pin naming
by Linus Walleij
· 13 years ago
b9130b7
pinctrl: add checks for empty function names
by Tony Lindgren
· 13 years ago
0215716
pinctrl: free debugfs entries when unloading a pinmux driver
by Tony Lindgren
· 13 years ago
0d2006b
pinctrl: remove unnecessary max pin number
by Chanho Park
· 13 years ago
706e852
pinctrl: correct a offset while enumerating pins
by Chanho Park
· 13 years ago
ca53c5f
pinctrl: conjure names for unnamed pins
by Linus Walleij
· 13 years ago
51cd24e
pinctrl: don't create a device for each pin controller
by Stephen Warren
· 13 years ago
ae6b4d8
pinctrl: add a pin config interface
by Linus Walleij
· 13 years ago
Next »