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