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
/
gpio
/
gpiolib-acpi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-10
Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-3
/
+12
2022-10-04
gpiolib: acpi: Add wake_capable variants of acpi_dev_gpio_irq_get
Raul E Rangel
1
-3
/
+12
2022-09-05
gpiolib: acpi: Add a quirk for Asus UM325UAZ
Mario Limonciello
1
-0
/
+14
2022-09-05
gpiolib: acpi: Add support to ignore programming an interrupt
Mario Limonciello
1
-4
/
+20
2022-07-19
gpiolib: acpi: support bias pull disable
Nuno Sá
1
-0
/
+3
2022-04-08
gpiolib: acpi: Convert type for pin to be unsigned
Andy Shevchenko
1
-8
/
+10
2022-04-08
gpiolib: acpi: use correct format characters
Linus Torvalds
1
-2
/
+2
2022-03-07
gpiolib: acpi: Convert ACPI value of debounce to microseconds
Andy Shevchenko
1
-2
/
+4
2022-01-03
gpiolib: acpi: make fwnode take precedence in struct gpio_chip
Andy Shevchenko
1
-0
/
+3
2021-11-26
gpiolib: acpi: Unify debug and other messages format
Andy Shevchenko
1
-6
/
+4
2021-11-26
gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use
Hans de Goede
1
-4
/
+11
2021-11-15
gpiolib: acpi: shrink devm_acpi_dev_add_driver_gpios()
Andy Shevchenko
1
-13
/
+7
2021-11-15
gpiolib: acpi: Remove never used devm_acpi_dev_remove_driver_gpios()
Andy Shevchenko
1
-6
/
+0
2021-10-20
gpiolib: acpi: Replace custom code with device_match_acpi_handle()
Andy Shevchenko
1
-4
/
+1
2021-09-22
gpiolib: acpi: Make set-debounce-timeout failures non fatal
Hans de Goede
1
-2
/
+4
2021-06-16
Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hans
Hans de Goede
1
-5
/
+5
2021-06-07
ACPI: scan: Extend acpi_walk_dep_device_list()
Daniel Scally
1
-5
/
+5
2021-06-04
gpiolib: acpi: Add acpi_gpio_get_io_resource()
Daniel Scally
1
-0
/
+23
2021-06-04
gpiolib: acpi: Introduce acpi_get_and_request_gpiod() helper
Daniel Scally
1
-0
/
+28
2021-05-05
gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055
Hans de Goede
1
-0
/
+14
2021-03-26
gpiolib: Introduce acpi_gpio_dev_init() and call it from core
Andy Shevchenko
1
-0
/
+7
2021-03-08
gpiolib: acpi: Allow to find GpioInt() resource by name and index
Andy Shevchenko
1
-4
/
+8
2021-03-08
gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk
Andy Shevchenko
1
-1
/
+6
2021-03-08
gpiolib: acpi: Add missing IRQF_ONESHOT
Yang Li
1
-1
/
+1
2020-12-09
Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Walleij
1
-0
/
+1
2020-12-01
gpiolib: acpi: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-11-16
gpiolib: acpi: Use BIT() macro to increase readability
Andy Shevchenko
1
-2
/
+1
2020-11-16
gpiolib: acpi: Convert pin_index to be u16
Andy Shevchenko
1
-5
/
+5
2020-11-16
gpiolib: acpi: Extract acpi_request_own_gpiod() helper
Andy Shevchenko
1
-22
/
+24
2020-11-16
gpiolib: acpi: Make acpi_gpio_to_gpiod_flags() usable for GpioInt()
Andy Shevchenko
1
-2
/
+6
2020-11-16
gpiolib: acpi: Set initial value for output pin based on bias and polarity
Vasile-Laurentiu Stanimir
1
-9
/
+12
2020-11-16
gpiolib: acpi: Move acpi_gpio_to_gpiod_flags() upper in the code
Andy Shevchenko
1
-33
/
+33
2020-11-16
gpiolib: acpi: Move non-critical code outside of critical section
Andy Shevchenko
1
-2
/
+2
2020-11-16
gpiolib: acpi: Take into account debounce settings
Andy Shevchenko
1
-0
/
+18
2020-11-16
gpiolib: acpi: Use named item for enum gpiod_flags variable
Andy Shevchenko
1
-1
/
+1
2020-11-16
gpiolib: acpi: Respect bias settings for GpioInt() resource
Andy Shevchenko
1
-1
/
+5
2020-10-13
Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-3
/
+0
2020-09-14
gpiolib: generalize devprop_gpiochip_set_names() for device properties
Bartosz Golaszewski
1
-3
/
+0
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-04-16
gpiolib: acpi: Add missing __init(const) markers to initcall-s
Hans de Goede
1
-3
/
+3
2020-03-24
gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 model
Hans de Goede
1
-0
/
+15
2020-03-11
gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 model
Hans de Goede
1
-0
/
+15
2020-03-11
gpiolib: acpi: Rework honor_wakeup option into an ignore_wake option
Hans de Goede
1
-20
/
+76
2020-03-11
gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk
Hans de Goede
1
-6
/
+8
2020-01-07
gpiolib: acpi: Add honor_wakeup module-option + quirk mechanism
Hans de Goede
1
-1
/
+31
2020-01-07
gpiolib: acpi: Turn dmi_system_id table into a generic quirk table
Hans de Goede
1
-4
/
+15
2019-12-02
Merge tag 'gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-5
/
+12
2019-11-21
gpiolib: acpi: Make acpi_gpiochip_alloc_event always return AE_OK
Hans de Goede
1
-2
/
+3
2019-11-15
gpiolib: acpi: Print pin number on acpi_gpiochip_alloc_event errors
Hans de Goede
1
-3
/
+9
2019-11-14
gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklist
Hans de Goede
1
-0
/
+17
[next]