summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-pinctrl
AgeCommit message (Expand)AuthorLines
2020-12-08pinctrl: ralink: add a pinctrl driver for the rt2880 familySergio Paracuellos-386/+0
2020-12-07staging: mt7621-pinctrl: stop using the deprecated 'pinctrl_add_gpio_range'Sergio Paracuellos-29/+0
2020-04-23staging: mt7621-pinctrl: Use correct pointer type argument for sizeofJason Yan-1/+1
2019-07-22staging: mt7621-pinctrl: Add of_node_put() before returnNishka Dasgupta-1/+4
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman-0/+1
2019-01-30staging: mt7621-pinctrl: Test devm_kzalloc for failure while improving the codeNishad Kamdar-4/+4
2019-01-25staging: mt7621-pinctrl: Remove space after castNishad Kamdar-1/+1
2019-01-07staging: mt7621-pinctrl: use pinconf-generic for 'dt_node_to_map' and 'dt_fre...Sergio Paracuellos-38/+4
2018-11-11staging: mt7621-pinctrl: fix uninitialized variable ngroupsColin Ian King-1/+1
2018-07-10Revert "staging: mt7621-pinctrl: replace core_initcall_sync with builtin_plat...Sergio Paracuellos-1/+6
2018-07-10staging: mt7621-pinctrl: init *map to NULL for correct memory assignationSergio Paracuellos-0/+1
2018-07-06staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driverSergio Paracuellos-6/+1
2018-07-06staging: mt7621-pinctrl: remove 'rt2880_pinctrl_pin_dbg_show' callbackSergio Paracuellos-8/+0
2018-07-06staging: mt7621-pinctrl: use ternary operator return in rt2880_get_group_nameSergio Paracuellos-4/+1
2018-07-06staging: mt7621-pinctrl: refactor rt2880_pinctrl_dt_node_to_map functionSergio Paracuellos-43/+15
2018-07-06staging: mt7621-pinctrl: make use of pinctrl_utils_reserve_mapSergio Paracuellos-3/+9
2018-07-06staging: mt7621-pinctrl: replace uint8_t type with u8 for 'gpio' fieldSergio Paracuellos-4/+3
2018-07-06staging: mt7621-pinctrl: make use of pinctrl_utils_free_mapSergio Paracuellos-14/+2
2018-07-06staging: mt7621-pinctrl: use tabs instead of spaces in some indentationsSergio Paracuellos-3/+3
2018-07-06staging: mt7621-pinctrl: align function parameters in some functionsSergio Paracuellos-15/+14
2018-07-06staging: mt7621-pinctrl: replace seq_printf with seq_putsSergio Paracuellos-1/+1
2018-07-06staging: mt7621-pinctrl: avoid lines over 80 charsSergio Paracuellos-11/+15
2018-07-06staging: mt7621-pinctrl: avoid space after if conditionSergio Paracuellos-1/+1
2018-06-28staging: mt7621-pinctrl: replace ENOSYS with better fitting error codeSergio Paracuellos-1/+1
2018-06-28staging: mt7621-pinctrl: remove unnecessary 'out of memory' messageSergio Paracuellos-3/+1
2018-06-28staging: mt7621-pinctrl: replace 'unsigned' types with 'unsigned int'Sergio Paracuellos-13/+14
2018-06-28staging: mt7621-pinctrl: add SPDX identifierSergio Paracuellos-6/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-8/+16
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-04-23staging: mt7621-pinctrl: Remove redundant owner assignmentChristian Lütke-Stetzkamp-1/+0
2018-03-19staging: mt7621-pinctrl: ralink: add pinctrl driverJohn Crispin-0/+485