summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-gpio
AgeCommit message (Expand)AuthorLines
2018-07-10staging: mt7621-gpio: remove driver from stagingSergio Paracuellos-380/+0
2018-07-06staging: mt7621-gpio: use devm_kasprintf to set gpio banks labelsSergio Paracuellos-10/+2
2018-07-06staging: mt7621-gpio: assign gpio chip custom changes after bgpio_initSergio Paracuellos-3/+4
2018-07-06staging: mt7621-gpio: use custom xlate functionSergio Paracuellos-0/+18
2018-07-06staging: mt7621-gpio: set irq chip name only onceSergio Paracuellos-1/+1
2018-06-28staging: mt7621-gpio: avoid use banks in device treeSergio Paracuellos-58/+22
2018-06-28staging: mt7621-gpio: update Kconfig with SoC detailsSergio Paracuellos-2/+2
2018-06-28staging: mt7621-gpio: avoid long line in a commentSergio Paracuellos-2/+3
2018-06-28staging: mt7621-gpio: set different names for each gpio_chip and irq_chipSergio Paracuellos-2/+12
2018-06-28staging: mt7621-gpio: avoid one level indentation in interrupt handlerSergio Paracuellos-7/+5
2018-06-28staging: mt7621-gpio: avoid to set up irqs if not defined in dtsSergio Paracuellos-20/+22
2018-06-28staging: mt7621-gpio: avoid check for NULL in 'to_mediatek_gpio' callsSergio Paracuellos-9/+0
2018-06-28staging: mt7621-gpio: align indentation for all definesSergio Paracuellos-2/+2
2018-06-28staging: mt7621-gpio: update kerneldoc for state containersSergio Paracuellos-12/+3
2018-06-28staging: mt7621-gpio: remove no more necessary PIN_MASK macroSergio Paracuellos-10/+9
2018-06-28staging: mt7621-gpio: avoid custom irq_domain for gpioSergio Paracuellos-141/+81
2018-06-28staging: mt7621-gpio: implement high level and low level irqsSergio Paracuellos-10/+37
2018-06-28staging: mt7621-gpio: add kerneldoc for state data containersSergio Paracuellos-0/+18
2018-06-28staging: mt7621-gpio: add COMPILE_TESTSergio Paracuellos-1/+1
2018-06-28staging: mt7621-gpio: implement '.irq_[request|release]_resources' functionsSergio Paracuellos-5/+37
2018-06-28staging: mt7621-gpio: make use of 'builtin_platform_driver'Sergio Paracuellos-1/+1
2018-06-28staging: mt7621-gpio: avoid including 'gpio.h'Sergio Paracuellos-1/+0
2018-06-28staging: mt7621-gpio: make use 'bgpio_init' from GPIO_GENERICSergio Paracuellos-95/+42
2018-06-01staging: mt7621-gpio: reorder includes alphabeticallySergio Paracuellos-4/+4
2018-06-01staging: mt7621-gpio: change gc_map to don't use pointersSergio Paracuellos-10/+7
2018-06-01staging: mt7621-gpio: use GPIOF_DIR_OUT and GPIOF_DIR_IN macros instead of cu...Sergio Paracuellos-1/+2
2018-06-01staging: mt7621-gpio: change 'to_mediatek_gpio' to make just a one line returnSergio Paracuellos-7/+3
2018-06-01staging: mt7621-gpio: dt-bindings: update documentation for #interrupt-cells ...Sergio Paracuellos-2/+8
2018-06-01staging: mt7621-gpio: update #interrupt-cells for the gpio nodeSergio Paracuellos-1/+1
2018-06-01staging: mt7621-gpio: dt-bindings: complete documentation for the gpioSergio Paracuellos-5/+9
2018-06-01staging: mt7621-gpio: change lock place in irq mask and unmask functionsSergio Paracuellos-4/+2
2018-06-01staging: mt7621-gpio: avoid locking in mediatek_gpio_get_directionSergio Paracuellos-6/+1
2018-06-01staging: mt7621-gpio: fix masks for gpio pinSergio Paracuellos-5/+6
2018-06-01staging: mt7621-gpio: use module_platform_driver() instead subsys initcallSergio Paracuellos-7/+1
2018-06-01staging: mt7621-gpio: rename MTK_MAX_BANK into MTK_BANK_CNTSergio Paracuellos-5/+5
2018-05-25staging: mt7621-gpio: update TODO fileSergio Paracuellos-2/+0
2018-05-25staging: mt7621-gpio: use MTK_BANK_WIDTH instead of magic numberSergio Paracuellos-3/+3
2018-05-25staging: mt7621-gpio: use ternary operator in return in mediatek_gpio_get_dir...Sergio Paracuellos-4/+1
2018-05-25staging: mt7621-gpio: avoid devm_kzalloc() hidden inside declarations and ref...Sergio Paracuellos-5/+6
2018-05-25staging: mt7621-gpio: dt-bindings: add interrupt nodes to bindings docSergio Paracuellos-1/+8
2018-05-25staging: mt7621-gpio: avoid use of globals and use platform_data insteadSergio Paracuellos-28/+62
2018-05-25staging: mt7621-gpio: replace 'mtk' to use correct one 'mediatek'Sergio Paracuellos-2/+2
2018-05-25staging: mt7621-gpio: dt-bindings: add documentation for mt7621-gpioSergio Paracuellos-0/+51
2018-05-15staging: mt7621-gpio: add SPDX identifierSergio Paracuellos-4/+1
2018-05-15staging: mt7621-gpio: fix some warnings because of lines exceeded 80 charactersSergio Paracuellos-6/+13
2018-04-23staging: mt7621-gpio: prefer unsigned int to bare unsignedSergio Paracuellos-6/+6
2018-04-23staging: gpio-mt7621: Include the right headerLinus Walleij-1/+1
2018-03-22staging: mt7621-gpio: mt7621: make symbol gc_map staticWei Yongjun-1/+1
2018-03-22staging: mt7621-gpio: remove redundant owner assignments of driversHariPrasath Elango-1/+0
2018-03-19staging: mt7621-gpio: ralink: add mt7621 gpio controllerJohn Crispin-0/+367