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
starfive-6.6.48-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-baytrail.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-16
pinctrl: baytrail: Avoid clearing debounce value when turning it off
Andy Shevchenko
1
-1
/
+7
2020-08-20
pinctrl: baytrail: Switch to use intel_pinctrl_get_soc_data()
Andy Shevchenko
1
-19
/
+5
2020-07-19
pinctrl: baytrail: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
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-04-15
pinctrl: baytrail: Use platform_get_irq_optional() explicitly
Andy Shevchenko
1
-5
/
+4
2020-04-13
pinctrl: baytrail: Enable pin configuration setting for GPIO chip
Andy Shevchenko
1
-0
/
+1
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
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: 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: 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
2019-12-09
pinctrl: baytrail: Really serialize all register accesses
Hans de Goede
1
-37
/
+44
2019-09-20
Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-44
/
+23
2019-09-11
gpio: Initialize the irqchip valid_mask with a callback
Linus Walleij
1
-1
/
+15
2019-08-07
pinctrl: baytrail: Re-use data structures from pinctrl-intel.h (part 2)
Andy Shevchenko
1
-42
/
+23
2019-07-23
pinctrl: baytrail: Use devm_platform_ioremap_resource()
Andy Shevchenko
1
-3
/
+1
2019-07-04
pinctrl: baytrail: Use GENMASK() consistently
Andy Shevchenko
1
-9
/
+7
2019-07-04
pinctrl: baytrail: Re-use data structures from pinctrl-intel.h
Andy Shevchenko
1
-239
/
+60
2019-07-04
pinctrl: baytrail: Use defined macro instead of magic in byt_get_gpio_mux()
Andy Shevchenko
1
-3
/
+4
2019-03-18
pinctrl: baytrail: Fix potential NULL pointer dereference
Aditya Pakki
1
-0
/
+2
2018-11-08
pinctrl: baytrail: Code formatting fixes
Andy Shevchenko
1
-1
/
+1
2018-11-08
pinctrl: baytrail: simplify getting .driver_data
Wolfram Sang
1
-4
/
+2
2018-10-03
pinctrl: baytrail: Convert unsigned to unsigned int
Andy Shevchenko
1
-6
/
+6
2018-09-19
pinctrl: baytrail: Sort headers alphabetically
Andy Shevchenko
1
-7
/
+7
2018-09-19
pinctrl: baytrail: Remove unneeded MODULE_DEVICE_TABLE()
Andy Shevchenko
1
-1
/
+0
2018-09-14
pinctrl: Include <linux/gpio/driver.h> nothing else
Linus Walleij
1
-3
/
+2
2018-08-31
pinctrl: baytrail: Convert to use device_get_match_data()
Andy Shevchenko
1
-6
/
+3
2018-08-03
pinctrl: baytrail: actually print the apparently misconfigured pin
Alexander Stein
1
-1
/
+2
2018-07-16
pinctrl: baytrail: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2018-07-02
pinctrl: intel: Convert to use SPDX identifier
Andy Shevchenko
1
-10
/
+2
2018-01-08
pinctrl: baytrail: Enable glitch filter for GPIOs used as interrupts
Hans de Goede
1
-0
/
+6
2017-11-08
gpio: Move irq_valid_mask into struct gpio_irq_chip
Thierry Reding
1
-2
/
+2
2017-11-08
gpio: Move irqdomain into struct gpio_irq_chip
Thierry Reding
1
-1
/
+1
2017-08-14
pinctrl: baytrail: Do not call WARN_ON for a firmware bug
Hans de Goede
1
-2
/
+2
2017-02-22
Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-13
/
+6
2017-01-30
pinctrl: baytrail: Add missing spinlock usage in byt_gpio_irq_handler
Alexander Stein
1
-0
/
+2
2017-01-30
pinctrl: baytrail: Debounce register is one per community
Andy Shevchenko
1
-3
/
+10
2017-01-30
pinctrl: baytrail: Rectify debounce support (part 2)
Andy Shevchenko
1
-4
/
+8
2017-01-30
Merge tag 'v4.10-rc6' into devel
Linus Walleij
1
-14
/
+25
2017-01-26
pinctrl: baytrail: Fix debugfs offset output
Alexander Stein
1
-1
/
+1
2017-01-12
pinctrl: baytrail: Do not add all GPIOs to IRQ domain
Andy Shevchenko
1
-3
/
+8
2017-01-11
pinctrl: baytrail: Convert to use devm_*()
Andy Shevchenko
1
-12
/
+5
[next]