aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-gpio/gpio-mt7621.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-01staging: mt7621-gpio: change lock place in irq mask and unmask functionsSergio Paracuellos1-4/+2
2018-06-01staging: mt7621-gpio: avoid locking in mediatek_gpio_get_directionSergio Paracuellos1-6/+1
2018-06-01staging: mt7621-gpio: fix masks for gpio pinSergio Paracuellos1-5/+6
2018-06-01staging: mt7621-gpio: use module_platform_driver() instead subsys initcallSergio Paracuellos1-7/+1
2018-06-01staging: mt7621-gpio: rename MTK_MAX_BANK into MTK_BANK_CNTSergio Paracuellos1-5/+5
2018-05-25staging: mt7621-gpio: use MTK_BANK_WIDTH instead of magic numberSergio Paracuellos1-3/+3
2018-05-25staging: mt7621-gpio: use ternary operator in return in mediatek_gpio_get_directionSergio Paracuellos1-4/+1
2018-05-25staging: mt7621-gpio: avoid devm_kzalloc() hidden inside declarations and refactor function a bitSergio Paracuellos1-5/+6
2018-05-25staging: mt7621-gpio: avoid use of globals and use platform_data insteadSergio Paracuellos1-28/+62
2018-05-25staging: mt7621-gpio: replace 'mtk' to use correct one 'mediatek'Sergio Paracuellos1-2/+2
2018-05-15staging: mt7621-gpio: add SPDX identifierSergio Paracuellos1-4/+1
2018-05-15staging: mt7621-gpio: fix some warnings because of lines exceeded 80 charactersSergio Paracuellos1-6/+13
2018-04-23staging: mt7621-gpio: prefer unsigned int to bare unsignedSergio Paracuellos1-6/+6
2018-04-23staging: gpio-mt7621: Include the right headerLinus Walleij1-1/+1
2018-03-22staging: mt7621-gpio: mt7621: make symbol gc_map staticWei Yongjun1-1/+1
2018-03-22staging: mt7621-gpio: remove redundant owner assignments of driversHariPrasath Elango1-1/+0
2018-03-19staging: mt7621-gpio: ralink: add mt7621 gpio controllerJohn Crispin1-0/+353