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-07-21
pinctrl: intel: Add Intel Emmitsburg pin controller support
Andy Shevchenko
3
-0
/
+396
2020-07-19
pinctrl: baytrail: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-06-29
pinctrl: tigerlake: Add support for Tiger Lake-H
Mika Westerberg
1
-0
/
+358
2020-06-29
pinctrl: merrifield: Add I²S bus 2 pins to groups and functions
Andy Shevchenko
1
-0
/
+4
2020-06-22
pinctrl: merrifield: Update pin names in accordance with official list
Andy Shevchenko
1
-23
/
+23
2020-06-22
pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPI...
Hans de Goede
1
-14
/
+53
2020-06-22
pinctrl: baytrail: Drop no-op ACPI_PTR() call
Andy Shevchenko
1
-2
/
+1
2020-06-22
pinctrl: lynxpoint: Drop no-op ACPI_PTR() call
Andy Shevchenko
1
-1
/
+1
2020-06-22
pinctrl: lynxpoint: Introduce helpers to enable or disable input
Andy Shevchenko
1
-7
/
+14
2020-06-22
pinctrl: lynxpoint: Make use of for_each_requested_gpio()
Andy Shevchenko
1
-5
/
+6
2020-06-22
pinctrl: intel: Make use of for_each_requested_gpio_in_range()
Andy Shevchenko
1
-15
/
+6
2020-06-22
pinctrl: intel: Protect IO in few call backs by lock
Andy Shevchenko
1
-1
/
+15
2020-06-22
pinctrl: intel: Split intel_config_get() to three functions
Andy Shevchenko
1
-28
/
+61
2020-06-22
pinctrl: intel: Drop the only label in the code for consistency
Andy Shevchenko
1
-5
/
+3
2020-06-22
pinctrl: intel: Get rid of redundant 'else' in intel_config_set_debounce()
Andy Shevchenko
1
-5
/
+5
2020-06-22
pinctrl: intel: Make use of IRQ_RETVAL()
Andy Shevchenko
1
-10
/
+10
2020-06-22
pinctrl: intel: Reduce scope of the lock
Andy Shevchenko
1
-7
/
+7
2020-06-22
pinctrl: intel: Disable input and output buffer when switching to GPIO
Andy Shevchenko
1
-1
/
+13
2020-06-22
pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 3)
Andy Shevchenko
1
-129
/
+137
2020-06-22
pinctrl: intel: Allow drivers to define ACPI address space ID
Andy Shevchenko
1
-0
/
+2
2020-06-22
pinctrl: intel: Allow drivers to define total amount of IRQs per community
Andy Shevchenko
1
-0
/
+2
2020-06-22
pinctrl: cherryview: Convert chv_writel() to use chv_padreg()
Andy Shevchenko
1
-32
/
+16
2020-06-22
pinctrl: cherryview: Introduce helpers to IO with common registers
Andy Shevchenko
1
-13
/
+26
2020-06-22
pinctrl: cherryview: Introduce chv_readl() helper
Andy Shevchenko
1
-35
/
+36
2020-04-22
pinctrl: intel: Move npins closer to pin_base in struct intel_community
Andy Shevchenko
1
-2
/
+3
2020-04-22
pinctrl: intel: Update description in struct intel_community
Andy Shevchenko
1
-3
/
+3
2020-04-17
pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handler
Grace Kao
1
-0
/
+4
2020-04-16
pinctrl: lynxpoint: Use platform_get_irq_optional() explicitly
Andy Shevchenko
1
-5
/
+5
2020-04-15
pinctrl: baytrail: Use platform_get_irq_optional() explicitly
Andy Shevchenko
1
-5
/
+4
2020-04-14
pinctrl: intel: Add Intel Jasper Lake pin controller support
Andy Shevchenko
3
-0
/
+353
2020-04-14
pinctrl: intel: Introduce new flag to force GPIO base to be 0
Andy Shevchenko
2
-0
/
+5
2020-04-14
pinctrl: tigerlake: Use generic flag for special GPIO base treatment
Andy Shevchenko
1
-17
/
+15
2020-04-14
pinctrl: icelake: Use generic flag for special GPIO base treatment
Andy Shevchenko
1
-16
/
+14
2020-04-14
pinctrl: cannonlake: Use generic flag for special GPIO base treatment
Andy Shevchenko
1
-30
/
+28
2020-04-14
pinctrl: intel: Introduce common flags for GPIO mapping scheme
Andy Shevchenko
2
-8
/
+25
2020-04-13
pinctrl: cherryview: Use GENMASK() consistently
Andy Shevchenko
1
-8
/
+8
2020-04-13
pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 2)
Andy Shevchenko
1
-165
/
+97
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
[next]