summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-pinctrl
Commit message (Expand)AuthorAgeFilesLines
* staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: mt7621-pinctrl: Test devm_kzalloc for failure while improving the codeNishad Kamdar2019-01-301-4/+4
* staging: mt7621-pinctrl: Remove space after castNishad Kamdar2019-01-251-1/+1
* staging: mt7621-pinctrl: use pinconf-generic for 'dt_node_to_map' and 'dt_fre...Sergio Paracuellos2019-01-072-38/+4Star
* staging: mt7621-pinctrl: fix uninitialized variable ngroupsColin Ian King2018-11-111-1/+1
* Revert "staging: mt7621-pinctrl: replace core_initcall_sync with builtin_plat...Sergio Paracuellos2018-07-101-1/+6
* staging: mt7621-pinctrl: init *map to NULL for correct memory assignationSergio Paracuellos2018-07-101-0/+1
* staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driverSergio Paracuellos2018-07-061-6/+1Star
* staging: mt7621-pinctrl: remove 'rt2880_pinctrl_pin_dbg_show' callbackSergio Paracuellos2018-07-061-8/+0Star
* staging: mt7621-pinctrl: use ternary operator return in rt2880_get_group_nameSergio Paracuellos2018-07-061-4/+1Star
* staging: mt7621-pinctrl: refactor rt2880_pinctrl_dt_node_to_map functionSergio Paracuellos2018-07-061-43/+15Star
* staging: mt7621-pinctrl: make use of pinctrl_utils_reserve_mapSergio Paracuellos2018-07-061-3/+9
* staging: mt7621-pinctrl: replace uint8_t type with u8 for 'gpio' fieldSergio Paracuellos2018-07-061-4/+3Star
* staging: mt7621-pinctrl: make use of pinctrl_utils_free_mapSergio Paracuellos2018-07-061-14/+2Star
* staging: mt7621-pinctrl: use tabs instead of spaces in some indentationsSergio Paracuellos2018-07-061-3/+3
* staging: mt7621-pinctrl: align function parameters in some functionsSergio Paracuellos2018-07-061-15/+14Star
* staging: mt7621-pinctrl: replace seq_printf with seq_putsSergio Paracuellos2018-07-061-1/+1
* staging: mt7621-pinctrl: avoid lines over 80 charsSergio Paracuellos2018-07-061-11/+15
* staging: mt7621-pinctrl: avoid space after if conditionSergio Paracuellos2018-07-061-1/+1
* staging: mt7621-pinctrl: replace ENOSYS with better fitting error codeSergio Paracuellos2018-06-281-1/+1
* staging: mt7621-pinctrl: remove unnecessary 'out of memory' messageSergio Paracuellos2018-06-281-3/+1Star
* staging: mt7621-pinctrl: replace 'unsigned' types with 'unsigned int'Sergio Paracuellos2018-06-281-13/+14
* staging: mt7621-pinctrl: add SPDX identifierSergio Paracuellos2018-06-281-6/+1Star
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-8/+16
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* staging: mt7621-pinctrl: Remove redundant owner assignmentChristian Lütke-Stetzkamp2018-04-231-1/+0Star
* staging: mt7621-pinctrl: ralink: add pinctrl driverJohn Crispin2018-03-194-0/+485