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
/
pinctrl-cherryview.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-30
pinctrl: cherryview: Convert to use new memeber in struct intel_function
Andy Shevchenko
1
-3
/
+3
2022-10-24
pinctrl: cherryview: Add missing header(s)
Andy Shevchenko
1
-2
/
+4
2022-06-20
pinctrl: cherryview: Switch to to embedded struct pingroup
Andy Shevchenko
1
-8
/
+8
2022-05-17
pinctrl: cherryview: Use GPIO chip pointer in chv_gpio_irq_mask_unmask()
Andy Shevchenko
1
-4
/
+3
2022-05-16
pinctrl: cherryview: make irq_chip immutable
Andy Shevchenko
1
-27
/
+38
2022-01-24
pinctrl: cherryview: Trigger hwirq0 for interrupt-lines without a mapping
Hans de Goede
1
-2
/
+3
2021-11-26
pinctrl: cherryview: Use temporary variable for struct device
Andy Shevchenko
1
-28
/
+29
2021-11-26
pinctrl: cherryview: Do not allow the same interrupt line to be used by 2 pins
Hans de Goede
1
-8
/
+61
2021-11-26
pinctrl: cherryview: Don't use selection 0 to mark an interrupt line as unused
Hans de Goede
1
-2
/
+16
2021-08-12
pinctrl: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
1
-3
/
+2
2020-09-07
pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOs
Hans de Goede
1
-1
/
+13
2020-08-20
pinctrl: cherryview: Switch to use intel_pinctrl_get_soc_data()
Andy Shevchenko
1
-17
/
+6
2020-08-18
pinctrl: cherryview: Utilize temporary variable to hold device pointer
Andy Shevchenko
1
-6
/
+5
2020-08-18
pinctrl: cherryview: Switch to use struct intel_pinctrl
Andy Shevchenko
1
-65
/
+39
2020-08-18
pinctrl: cherryview: Move custom community members to separate data struct
Andy Shevchenko
1
-14
/
+31
2020-08-18
pinctrl: cherryview: Drop stale comment
Andy Shevchenko
1
-3
/
+0
2020-06-22
pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 3)
Andy Shevchenko
1
-129
/
+137
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-17
pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handler
Grace Kao
1
-0
/
+4
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
2019-12-13
pinctrl: cherryview: Use GPIO direction definitions
Matti Vaittinen
1
-1
/
+4
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-11-07
pinctrl: cherryview: Missed type change to unsigned int
Andy Shevchenko
1
-2
/
+2
2019-10-30
pinctrl: cherryview: Allocate IRQ chip dynamic
Andy Shevchenko
1
-12
/
+12
2019-10-30
pinctrl: cherryview: Fix spelling mistake in the comment
Andy Shevchenko
1
-1
/
+1
2019-10-30
pinctrl: cherryview: Fix irq_valid_mask calculation
Hans de Goede
1
-1
/
+1
2019-10-01
pinctrl: cherryview: restore Strago DMI workaround for all versions
Dmitry Torokhov
1
-4
/
+0
2019-09-20
Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-6
/
+2
2019-09-11
gpio: Initialize the irqchip valid_mask with a callback
Linus Walleij
1
-16
/
+26
2019-08-07
pinctrl: cherryview: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-07-23
pinctrl: cherryview: Use devm_platform_ioremap_resource()
Andy Shevchenko
1
-3
/
+1
2019-01-21
pinctrl: cherryview: fix Strago DMI workaround
Dmitry Torokhov
1
-4
/
+4
2018-12-05
pinctrl: cherryview: Stop clearing the GPIO_EN bit from chv_gpio_disable_free
Hans de Goede
1
-5
/
+2
2018-12-05
pinctrl: cherryview: Add chv_gpio_clear_triggering() helper function
Hans de Goede
1
-5
/
+14
2018-11-08
pinctrl: cherryview: simplify getting .driver_data
Wolfram Sang
1
-4
/
+2
2018-10-03
pinctrl: cherryview: Convert unsigned to unsigned int
Andy Shevchenko
1
-33
/
+33
2018-09-19
pinctrl: cherryview: Remove linux/init.h and sort headers
Andy Shevchenko
1
-4
/
+4
2018-09-19
pinctrl: cherryview: Describe members of couple of structs
Andy Shevchenko
1
-0
/
+3
2018-09-19
pinctrl: cherryview: Remove unused groups of pins
Andy Shevchenko
1
-2
/
+0
2018-09-19
pinctrl: cherryview: Re-use data structures from pinctrl-intel.h
Andy Shevchenko
1
-42
/
+25
2018-09-14
pinctrl: Include <linux/gpio/driver.h> nothing else
Linus Walleij
1
-1
/
+0
2018-07-02
pinctrl: intel: Convert to use SPDX identifier
Andy Shevchenko
1
-4
/
+1
2018-06-07
Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+4
2018-06-04
pinctrl: cherryview: limit Strago DMI workarounds to version 1.0
Dmitry Torokhov
1
-0
/
+4
2018-05-02
pinctrl: cherryview: Associate IRQ descriptors to irqdomain
Mika Westerberg
1
-4
/
+12
[next]