summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-acpi.c
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: acpi: Convert ACPI value of debounce to microsecondsAndy Shevchenko2022-03-071-2/+4
* gpiolib: acpi: make fwnode take precedence in struct gpio_chipAndy Shevchenko2022-01-031-0/+3
* gpiolib: acpi: Unify debug and other messages formatAndy Shevchenko2021-11-251-6/+4
* gpiolib: acpi: Do not set the IRQ type if the IRQ is already in useHans de Goede2021-11-251-4/+11
* gpiolib: acpi: shrink devm_acpi_dev_add_driver_gpios()Andy Shevchenko2021-11-151-13/+7
* gpiolib: acpi: Remove never used devm_acpi_dev_remove_driver_gpios()Andy Shevchenko2021-11-151-6/+0
* gpiolib: acpi: Replace custom code with device_match_acpi_handle()Andy Shevchenko2021-10-201-4/+1
* gpiolib: acpi: Make set-debounce-timeout failures non fatalHans de Goede2021-09-221-2/+4
* Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hansHans de Goede2021-06-161-5/+5
|\
| * ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally2021-06-071-5/+5
* | gpiolib: acpi: Add acpi_gpio_get_io_resource()Daniel Scally2021-06-041-0/+23
* | gpiolib: acpi: Introduce acpi_get_and_request_gpiod() helperDaniel Scally2021-06-041-0/+28
|/
* gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055Hans de Goede2021-05-051-0/+14
* gpiolib: Introduce acpi_gpio_dev_init() and call it from coreAndy Shevchenko2021-03-261-0/+7
* gpiolib: acpi: Allow to find GpioInt() resource by name and indexAndy Shevchenko2021-03-081-4/+8
* gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirkAndy Shevchenko2021-03-081-1/+6
* gpiolib: acpi: Add missing IRQF_ONESHOTYang Li2021-03-081-1/+1
* Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Walleij2020-12-091-0/+1
|\
| * gpiolib: acpi: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-011-0/+1
* | gpiolib: acpi: Use BIT() macro to increase readabilityAndy Shevchenko2020-11-161-2/+1
* | gpiolib: acpi: Convert pin_index to be u16Andy Shevchenko2020-11-161-5/+5
* | gpiolib: acpi: Extract acpi_request_own_gpiod() helperAndy Shevchenko2020-11-161-22/+24
* | gpiolib: acpi: Make acpi_gpio_to_gpiod_flags() usable for GpioInt()Andy Shevchenko2020-11-161-2/+6
* | gpiolib: acpi: Set initial value for output pin based on bias and polarityVasile-Laurentiu Stanimir2020-11-161-9/+12
* | gpiolib: acpi: Move acpi_gpio_to_gpiod_flags() upper in the codeAndy Shevchenko2020-11-161-33/+33
* | gpiolib: acpi: Move non-critical code outside of critical sectionAndy Shevchenko2020-11-161-2/+2
* | gpiolib: acpi: Take into account debounce settingsAndy Shevchenko2020-11-161-0/+18
* | gpiolib: acpi: Use named item for enum gpiod_flags variableAndy Shevchenko2020-11-161-1/+1
* | gpiolib: acpi: Respect bias settings for GpioInt() resourceAndy Shevchenko2020-11-161-1/+5
|/
* Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-10-131-3/+0
|\
| * gpiolib: generalize devprop_gpiochip_set_names() for device propertiesBartosz Golaszewski2020-09-141-3/+0
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* gpiolib: acpi: Add missing __init(const) markers to initcall-sHans de Goede2020-04-161-3/+3
* gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 modelHans de Goede2020-03-241-0/+15
* gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 modelHans de Goede2020-03-111-0/+15
* gpiolib: acpi: Rework honor_wakeup option into an ignore_wake optionHans de Goede2020-03-111-20/+76
* gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirkHans de Goede2020-03-111-6/+8
* gpiolib: acpi: Add honor_wakeup module-option + quirk mechanismHans de Goede2020-01-071-1/+31
* gpiolib: acpi: Turn dmi_system_id table into a generic quirk tableHans de Goede2020-01-071-4/+15
* Merge tag 'gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-12-011-5/+12
|\
| * gpiolib: acpi: Make acpi_gpiochip_alloc_event always return AE_OKHans de Goede2019-11-211-2/+3
| * gpiolib: acpi: Print pin number on acpi_gpiochip_alloc_event errorsHans de Goede2019-11-151-3/+9
* | gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklistHans de Goede2019-11-131-0/+17
|/
* Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-09-161-9/+18
|\
| * gpiolib: acpi: make acpi_can_fallback_to_crs() staticDmitry Torokhov2019-09-101-9/+10
| * gpiolib-acpi: Move acpi_dev_add_driver_gpios() et al to consumer.hAndy Shevchenko2019-07-311-0/+7
| * gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.hAndy Shevchenko2019-07-311-0/+1
* | gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklistHans de Goede2019-09-111-4/+38
|/
* gpio: pass lookup and descriptor flags to request_ownLinus Walleij2019-06-071-3/+3
* gpiolib: acpi: Respect pin bias settingAndy Shevchenko2019-04-231-0/+12