index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
mt7621-gpio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: mt7621-gpio: remove driver from staging
Sergio Paracuellos
2018-07-10
5
-380
/
+0
*
staging: mt7621-gpio: use devm_kasprintf to set gpio banks labels
Sergio Paracuellos
2018-07-06
1
-10
/
+2
*
staging: mt7621-gpio: assign gpio chip custom changes after bgpio_init
Sergio Paracuellos
2018-07-06
1
-3
/
+4
*
staging: mt7621-gpio: use custom xlate function
Sergio Paracuellos
2018-07-06
1
-0
/
+18
*
staging: mt7621-gpio: set irq chip name only once
Sergio Paracuellos
2018-07-06
1
-1
/
+1
*
staging: mt7621-gpio: avoid use banks in device tree
Sergio Paracuellos
2018-06-28
2
-58
/
+22
*
staging: mt7621-gpio: update Kconfig with SoC details
Sergio Paracuellos
2018-06-28
1
-2
/
+2
*
staging: mt7621-gpio: avoid long line in a comment
Sergio Paracuellos
2018-06-28
1
-2
/
+3
*
staging: mt7621-gpio: set different names for each gpio_chip and irq_chip
Sergio Paracuellos
2018-06-28
1
-2
/
+12
*
staging: mt7621-gpio: avoid one level indentation in interrupt handler
Sergio Paracuellos
2018-06-28
1
-7
/
+5
*
staging: mt7621-gpio: avoid to set up irqs if not defined in dts
Sergio Paracuellos
2018-06-28
1
-20
/
+22
*
staging: mt7621-gpio: avoid check for NULL in 'to_mediatek_gpio' calls
Sergio Paracuellos
2018-06-28
1
-9
/
+0
*
staging: mt7621-gpio: align indentation for all defines
Sergio Paracuellos
2018-06-28
1
-2
/
+2
*
staging: mt7621-gpio: update kerneldoc for state containers
Sergio Paracuellos
2018-06-28
1
-12
/
+3
*
staging: mt7621-gpio: remove no more necessary PIN_MASK macro
Sergio Paracuellos
2018-06-28
1
-10
/
+9
*
staging: mt7621-gpio: avoid custom irq_domain for gpio
Sergio Paracuellos
2018-06-28
2
-141
/
+81
*
staging: mt7621-gpio: implement high level and low level irqs
Sergio Paracuellos
2018-06-28
1
-10
/
+37
*
staging: mt7621-gpio: add kerneldoc for state data containers
Sergio Paracuellos
2018-06-28
1
-0
/
+18
*
staging: mt7621-gpio: add COMPILE_TEST
Sergio Paracuellos
2018-06-28
1
-1
/
+1
*
staging: mt7621-gpio: implement '.irq_[request|release]_resources' functions
Sergio Paracuellos
2018-06-28
1
-5
/
+37
*
staging: mt7621-gpio: make use of 'builtin_platform_driver'
Sergio Paracuellos
2018-06-28
1
-1
/
+1
*
staging: mt7621-gpio: avoid including 'gpio.h'
Sergio Paracuellos
2018-06-28
1
-1
/
+0
*
staging: mt7621-gpio: make use 'bgpio_init' from GPIO_GENERIC
Sergio Paracuellos
2018-06-28
2
-95
/
+42
*
staging: mt7621-gpio: reorder includes alphabetically
Sergio Paracuellos
2018-06-01
1
-4
/
+4
*
staging: mt7621-gpio: change gc_map to don't use pointers
Sergio Paracuellos
2018-06-01
1
-10
/
+7
*
staging: mt7621-gpio: use GPIOF_DIR_OUT and GPIOF_DIR_IN macros instead of cu...
Sergio Paracuellos
2018-06-01
1
-1
/
+2
*
staging: mt7621-gpio: change 'to_mediatek_gpio' to make just a one line return
Sergio Paracuellos
2018-06-01
1
-7
/
+3
*
staging: mt7621-gpio: dt-bindings: update documentation for #interrupt-cells ...
Sergio Paracuellos
2018-06-01
1
-2
/
+8
*
staging: mt7621-gpio: update #interrupt-cells for the gpio node
Sergio Paracuellos
2018-06-01
1
-1
/
+1
*
staging: mt7621-gpio: dt-bindings: complete documentation for the gpio
Sergio Paracuellos
2018-06-01
1
-5
/
+9
*
staging: mt7621-gpio: change lock place in irq mask and unmask functions
Sergio Paracuellos
2018-06-01
1
-4
/
+2
*
staging: mt7621-gpio: avoid locking in mediatek_gpio_get_direction
Sergio Paracuellos
2018-06-01
1
-6
/
+1
*
staging: mt7621-gpio: fix masks for gpio pin
Sergio Paracuellos
2018-06-01
1
-5
/
+6
*
staging: mt7621-gpio: use module_platform_driver() instead subsys initcall
Sergio Paracuellos
2018-06-01
1
-7
/
+1
*
staging: mt7621-gpio: rename MTK_MAX_BANK into MTK_BANK_CNT
Sergio Paracuellos
2018-06-01
1
-5
/
+5
*
staging: mt7621-gpio: update TODO file
Sergio Paracuellos
2018-05-25
1
-2
/
+0
*
staging: mt7621-gpio: use MTK_BANK_WIDTH instead of magic number
Sergio Paracuellos
2018-05-25
1
-3
/
+3
*
staging: mt7621-gpio: use ternary operator in return in mediatek_gpio_get_dir...
Sergio Paracuellos
2018-05-25
1
-4
/
+1
*
staging: mt7621-gpio: avoid devm_kzalloc() hidden inside declarations and ref...
Sergio Paracuellos
2018-05-25
1
-5
/
+6
*
staging: mt7621-gpio: dt-bindings: add interrupt nodes to bindings doc
Sergio Paracuellos
2018-05-25
1
-1
/
+8
*
staging: mt7621-gpio: avoid use of globals and use platform_data instead
Sergio Paracuellos
2018-05-25
1
-28
/
+62
*
staging: mt7621-gpio: replace 'mtk' to use correct one 'mediatek'
Sergio Paracuellos
2018-05-25
1
-2
/
+2
*
staging: mt7621-gpio: dt-bindings: add documentation for mt7621-gpio
Sergio Paracuellos
2018-05-25
1
-0
/
+51
*
staging: mt7621-gpio: add SPDX identifier
Sergio Paracuellos
2018-05-15
1
-4
/
+1
*
staging: mt7621-gpio: fix some warnings because of lines exceeded 80 characters
Sergio Paracuellos
2018-05-15
1
-6
/
+13
*
staging: mt7621-gpio: prefer unsigned int to bare unsigned
Sergio Paracuellos
2018-04-23
1
-6
/
+6
*
staging: gpio-mt7621: Include the right header
Linus Walleij
2018-04-23
1
-1
/
+1
*
staging: mt7621-gpio: mt7621: make symbol gc_map static
Wei Yongjun
2018-03-22
1
-1
/
+1
*
staging: mt7621-gpio: remove redundant owner assignments of drivers
HariPrasath Elango
2018-03-22
1
-1
/
+0
*
staging: mt7621-gpio: ralink: add mt7621 gpio controller
John Crispin
2018-03-19
4
-0
/
+367