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