aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-01-30staging: mt7621-pinctrl: Test devm_kzalloc for failure while improving the codeNishad Kamdar1-4/+4
2019-01-25staging: mt7621-pinctrl: Remove space after castNishad Kamdar1-1/+1
2019-01-07staging: mt7621-pinctrl: use pinconf-generic for 'dt_node_to_map' and 'dt_free_map'Sergio Paracuellos2-38/+4
2018-11-11staging: mt7621-pinctrl: fix uninitialized variable ngroupsColin Ian King1-1/+1
2018-07-10Revert "staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driver"Sergio Paracuellos1-1/+6
2018-07-10staging: mt7621-pinctrl: init *map to NULL for correct memory assignationSergio Paracuellos1-0/+1
2018-07-06staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driverSergio Paracuellos1-6/+1
2018-07-06staging: mt7621-pinctrl: remove 'rt2880_pinctrl_pin_dbg_show' callbackSergio Paracuellos1-8/+0
2018-07-06staging: mt7621-pinctrl: use ternary operator return in rt2880_get_group_nameSergio Paracuellos1-4/+1
2018-07-06staging: mt7621-pinctrl: refactor rt2880_pinctrl_dt_node_to_map functionSergio Paracuellos1-43/+15
2018-07-06staging: mt7621-pinctrl: make use of pinctrl_utils_reserve_mapSergio Paracuellos1-3/+9
2018-07-06staging: mt7621-pinctrl: replace uint8_t type with u8 for 'gpio' fieldSergio Paracuellos1-4/+3
2018-07-06staging: mt7621-pinctrl: make use of pinctrl_utils_free_mapSergio Paracuellos1-14/+2
2018-07-06staging: mt7621-pinctrl: use tabs instead of spaces in some indentationsSergio Paracuellos1-3/+3
2018-07-06staging: mt7621-pinctrl: align function parameters in some functionsSergio Paracuellos1-15/+14
2018-07-06staging: mt7621-pinctrl: replace seq_printf with seq_putsSergio Paracuellos1-1/+1
2018-07-06staging: mt7621-pinctrl: avoid lines over 80 charsSergio Paracuellos1-11/+15
2018-07-06staging: mt7621-pinctrl: avoid space after if conditionSergio Paracuellos1-1/+1
2018-06-28staging: mt7621-pinctrl: replace ENOSYS with better fitting error codeSergio Paracuellos1-1/+1
2018-06-28staging: mt7621-pinctrl: remove unnecessary 'out of memory' messageSergio Paracuellos1-3/+1
2018-06-28staging: mt7621-pinctrl: replace 'unsigned' types with 'unsigned int'Sergio Paracuellos1-13/+14
2018-06-28staging: mt7621-pinctrl: add SPDX identifierSergio Paracuellos1-6/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-8/+16
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-23staging: mt7621-pinctrl: Remove redundant owner assignmentChristian Lütke-Stetzkamp1-1/+0
2018-03-19staging: mt7621-pinctrl: ralink: add pinctrl driverJohn Crispin4-0/+485