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
/
pinctrl
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-17
pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handler
Grace Kao
1
-0
/
+4
2020-04-13
pinctrl: baytrail: Enable pin configuration setting for GPIO chip
Andy Shevchenko
1
-0
/
+1
2020-04-13
pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-H
Andy Shevchenko
1
-7
/
+8
2020-01-16
pinctrl: tigerlake: Tiger Lake uses _HID enumeration
Mika Westerberg
1
-297
/
+250
2020-01-16
pinctrl: sunrisepoint: Add Coffee Lake-S ACPI ID
Mika Westerberg
1
-0
/
+1
2020-01-09
pinctrl: intel: Pass irqchip when adding gpiochip
Linus Walleij
1
-13
/
+13
2020-01-09
pinctrl: intel: Add GPIO <-> pin mapping ranges via callback
Linus Walleij
1
-13
/
+22
2020-01-09
pinctrl: baytrail: Replace WARN with dev_info_once when setting direct-irq pi...
Hans de Goede
1
-4
/
+4
2020-01-09
pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins
Hans de Goede
1
-1
/
+7
2020-01-08
pinctrl: sunrisepoint: Add missing Interrupt Status register offset
Boyan Ding
1
-0
/
+1
2019-12-13
pinctrl: lynxpoint: Update summary in the driver
Andy Shevchenko
1
-4
/
+6
2019-12-13
pinctrl: lynxpoint: Switch to pin control API
Andy Shevchenko
2
-57
/
+13
2019-12-13
pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callback
Andy Shevchenko
1
-0
/
+14
2019-12-13
pinctrl: lynxpoint: Implement ->pin_dbg_show()
Andy Shevchenko
1
-0
/
+23
2019-12-13
pinctrl: lynxpoint: Add pin control operations
Andy Shevchenko
1
-1
/
+314
2019-12-13
pinctrl: lynxpoint: Reuse struct intel_pinctrl in the driver
Andy Shevchenko
1
-24
/
+60
2019-12-13
pinctrl: lynxpoint: Add pin control data structures
Andy Shevchenko
1
-2
/
+124
2019-12-13
pinctrl: lynxpoint: Implement intel_gpio_get_direction callback
Andy Shevchenko
1
-0
/
+11
2019-12-13
pinctrl: lynxpoint: Implement ->irq_ack() callback
Andy Shevchenko
1
-3
/
+14
2019-12-13
pinctrl: lynxpoint: Move ownership check to IRQ chip
Andy Shevchenko
1
-6
/
+6
2019-12-13
pinctrl: lynxpoint: Move lp_irq_type() closer to IRQ related routines
Andy Shevchenko
1
-44
/
+44
2019-12-13
pinctrl: lynxpoint: Move ->remove closer to ->probe()
Andy Shevchenko
1
-6
/
+6
2019-12-13
pinctrl: lynxpoint: Extract lp_gpio_acpi_use() for future use
Andy Shevchenko
1
-2
/
+12
2019-12-13
pinctrl: lynxpoint: Convert unsigned to unsigned int
Andy Shevchenko
1
-12
/
+12
2019-12-13
pinctrl: lynxpoint: Switch to memory mapped IO accessors
Andy Shevchenko
1
-44
/
+44
2019-12-13
pinctrl: lynxpoint: Keep pointer to struct device instead of its container
Andy Shevchenko
1
-7
/
+7
2019-12-13
pinctrl: lynxpoint: Relax GPIO request rules
Andy Shevchenko
1
-3
/
+11
2019-12-13
pinctrl: lynxpoint: Assume 2 bits for mode selector
Andy Shevchenko
1
-2
/
+4
2019-12-13
pinctrl: lynxpoint: Use standard pattern for memory allocation
Andy Shevchenko
1
-1
/
+1
2019-12-13
pinctrl: lynxpoint: Use %pR to print IO resource
Andy Shevchenko
1
-2
/
+1
2019-12-13
pinctrl: lynxpoint: Drop useless assignment
Andy Shevchenko
1
-1
/
+1
2019-12-13
pinctrl: lynxpoint: Correct amount of pins
Andy Shevchenko
1
-6
/
+6
2019-12-13
pinctrl: lynxpoint: Use raw_spinlock for locking
Andy Shevchenko
1
-14
/
+14
2019-12-13
pinctrl: lynxpoint: Move GPIO driver to pin controller folder
Andy Shevchenko
3
-0
/
+482
2019-12-13
pinctrl: baytrail: Reuse struct intel_pinctrl in the driver
Andy Shevchenko
1
-99
/
+87
2019-12-13
pinctrl: baytrail: Use local variable to keep device pointer
Andy Shevchenko
1
-9
/
+10
2019-12-13
pinctrl: baytrail: Keep pointer to struct device instead of its container
Andy Shevchenko
1
-29
/
+29
2019-12-13
pinctrl: intel: Share struct intel_pinctrl for wider use
Andy Shevchenko
2
-34
/
+45
2019-12-13
pinctrl: intel: Use GPIO direction definitions
Matti Vaittinen
1
-1
/
+4
2019-12-13
pinctrl: cherryview: Use GPIO direction definitions
Matti Vaittinen
1
-1
/
+4
2019-12-13
pinctrl: baytrail: Use GPIO direction definitions
Matti Vaittinen
1
-2
/
+2
2019-12-13
pinctrl: baytrail: Move IRQ valid mask initialization to a dedicated callback
Andy Shevchenko
1
-14
/
+9
2019-12-09
pinctrl: baytrail: Group GPIO IRQ chip initialization
Andy Shevchenko
1
-1
/
+1
2019-12-09
pinctrl: baytrail: Allocate IRQ chip dynamic
Andy Shevchenko
1
-10
/
+9
2019-12-09
pinctrl: cherryview: Pass irqchip when adding gpiochip
Hans de Goede
1
-23
/
+22
2019-12-09
pinctrl: cherryview: Add GPIO <-> pin mapping ranges via callback
Hans de Goede
1
-11
/
+22
2019-12-09
pinctrl: cherryview: Split out irq hw-init into a separate helper function
Hans de Goede
1
-18
/
+27
2019-12-09
pinctrl: baytrail: Pass irqchip when adding gpiochip
Andy Shevchenko
1
-18
/
+24
2019-12-09
pinctrl: baytrail: Add GPIO <-> pin mapping ranges via callback
Andy Shevchenko
1
-7
/
+14
2019-12-09
pinctrl: baytrail: Update North Community pin list
Andy Shevchenko
1
-28
/
+28
[next]