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