index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
mt7621-pinctrl
/
pinctrl-rt2880.c
Age
Commit message (
Expand
)
Author
2019-07-22
staging: mt7621-pinctrl: Add of_node_put() before return
Nishka Dasgupta
2019-01-30
staging: mt7621-pinctrl: Test devm_kzalloc for failure while improving the code
Nishad Kamdar
2019-01-25
staging: mt7621-pinctrl: Remove space after cast
Nishad Kamdar
2019-01-07
staging: mt7621-pinctrl: use pinconf-generic for 'dt_node_to_map' and 'dt_fre...
Sergio Paracuellos
2018-11-11
staging: mt7621-pinctrl: fix uninitialized variable ngroups
Colin Ian King
2018-07-10
Revert "staging: mt7621-pinctrl: replace core_initcall_sync with builtin_plat...
Sergio Paracuellos
2018-07-10
staging: mt7621-pinctrl: init *map to NULL for correct memory assignation
Sergio Paracuellos
2018-07-06
staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driver
Sergio Paracuellos
2018-07-06
staging: mt7621-pinctrl: remove 'rt2880_pinctrl_pin_dbg_show' callback
Sergio Paracuellos
2018-07-06
staging: mt7621-pinctrl: use ternary operator return in rt2880_get_group_name
Sergio Paracuellos
2018-07-06
staging: mt7621-pinctrl: refactor rt2880_pinctrl_dt_node_to_map function
Sergio Paracuellos
2018-07-06
staging: mt7621-pinctrl: make use of pinctrl_utils_reserve_map
Sergio Paracuellos
2018-07-06
staging: mt7621-pinctrl: replace uint8_t type with u8 for 'gpio' field
Sergio Paracuellos
2018-07-06
staging: mt7621-pinctrl: make use of pinctrl_utils_free_map
Sergio Paracuellos
2018-07-06
staging: mt7621-pinctrl: use tabs instead of spaces in some indentations
Sergio Paracuellos
2018-07-06
staging: mt7621-pinctrl: align function parameters in some functions
Sergio Paracuellos
2018-07-06
staging: mt7621-pinctrl: replace seq_printf with seq_puts
Sergio Paracuellos
2018-07-06
staging: mt7621-pinctrl: avoid lines over 80 chars
Sergio Paracuellos
2018-07-06
staging: mt7621-pinctrl: avoid space after if condition
Sergio Paracuellos
2018-06-28
staging: mt7621-pinctrl: replace ENOSYS with better fitting error code
Sergio Paracuellos
2018-06-28
staging: mt7621-pinctrl: remove unnecessary 'out of memory' message
Sergio Paracuellos
2018-06-28
staging: mt7621-pinctrl: replace 'unsigned' types with 'unsigned int'
Sergio Paracuellos
2018-06-28
staging: mt7621-pinctrl: add SPDX identifier
Sergio Paracuellos
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-04-23
staging: mt7621-pinctrl: Remove redundant owner assignment
Christian Lütke-Stetzkamp
2018-03-19
staging: mt7621-pinctrl: ralink: add pinctrl driver
John Crispin