Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
3fb58b8572ae258b838a01ef1493dc2604fbc0c6
/
drivers
/
gpio
/
gpiolib-acpi.c
2d3b6db
gpiolib: acpi: Respect pin bias setting
by Andy Shevchenko
· 6 years ago
606be34
gpiolib: acpi: Add acpi_gpio_update_gpiod_lookup_flags() helper
by Andy Shevchenko
· 6 years ago
24a4954
gpiolib: acpi: Set pin value, based on bias, more accurately
by Andy Shevchenko
· 6 years ago
80c8d92
gpiolib: acpi: Change type of dflags
by Andy Shevchenko
· 6 years ago
2d6c06f
gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULT
by Andy Shevchenko
· 6 years ago
fed7026
gpiolib: Make use of enum gpio_lookup_flags consistent
by Andy Shevchenko
· 6 years ago
85edcd0
gpiolib: acpi: Fix references in kernel doc and amend
by Andy Shevchenko
· 6 years ago
3601fe4
Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 6 years ago
da2577fe
Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 6 years ago
7db52b5
Merge branch 'acpica'
by Rafael J. Wysocki
· 6 years ago
c163f90c
ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formatting
by Erik Schmauss
· 6 years ago
8fab3d7
Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel
by Linus Walleij
· 6 years ago
4d1f7a6
gpiolib: acpi: Introduce ACPI_GPIO_QUIRK_ONLY_GPIOIO
by Andy Shevchenko
· 6 years ago
876811f
gpiolib: acpi: Correct kernel doc of struct acpi_gpio_event
by Andy Shevchenko
· 6 years ago
72893f0
gpiolib-acpi: Preserve non direction flags when updating gpiod_flags
by Hans de Goede
· 6 years ago
8625232
gpiolib-acpi: Remove unnecessary WARN_ON from acpi_gpiochip_free_interrupts
by Hans de Goede
· 6 years ago
24dc836
Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 6 years ago
6c905f9
gpiolib-acpi: remove unused variable 'err', cleans up build warning
by Colin Ian King
· 6 years ago
21abf10
gpio: Pass a flag to gpiochip_request_own_desc()
by Linus Walleij
· 6 years ago
e59f5e0
gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlers
by Hans de Goede
· 6 years ago
bd6bf7c
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
114b5f8
Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 6 years ago
5f5e489
ACPI / property: Allow multiple property compatible _DSD entries
by Mika Westerberg
· 6 years ago
dae5f0a
gpio: Use SPDX header for core library
by Linus Walleij
· 6 years ago
f13a0b0
gpio: Get rid of legacy header
by Linus Walleij
· 6 years ago
78d3a92
gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcall
by Hans de Goede
· 6 years ago
993b9bc
gpiolib: acpi: Switch to cansleep version of GPIO library call
by Andy Shevchenko
· 6 years ago
2c20443
Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
ca876c7
gpiolib-acpi: make sure we trigger edge events at least once on boot
by Benjamin Tissoires
· 6 years ago
977d5ad
ACPI: Convert ACPI reference args to generic fwnode reference args
by Sakari Ailus
· 6 years ago
ef991796
Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 7 years ago
9798f51
Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 7 years ago
8227033
gpio: fix "gpio-line-names" property retrieval
by Christophe Leroy
· 7 years ago
1b2ca32
gpiolib: acpi: Introduce NO_RESTRICTION quirk
by Andy Shevchenko
· 7 years ago
ce0929d
gpiolib: acpi: Add quirks field to struct acpi_gpio_mapping
by Andy Shevchenko
· 7 years ago
5c34b6c
gpiolib: acpi: Consolidate debug output in acpi_gpio_update_gpiod_flags()
by Andy Shevchenko
· 7 years ago
5870cff47
gpiolib: acpi: Move adev member to struct acpi_gpio_info
by Andy Shevchenko
· 7 years ago
08be1a7
gpiolib: acpi: Don't contaminate return parameter in case of error
by Andy Shevchenko
· 7 years ago
f67a6c1
gpiolib: acpi: Assign polarity when call acpi_populate_gpio_lookup()
by Andy Shevchenko
· 7 years ago
03c4749
gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation
by Mika Westerberg
· 7 years ago
e40a3ae
gpio: acpi: work around false-positive -Wstring-overflow warning
by Arnd Bergmann
· 7 years ago
db05c7e
gpio: acpi: Fixup kerneldoc
by Thierry Reding
· 7 years ago
c7d28ec
Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 8 years ago
c06632e
gpio: acpi: Skip _AEI entries without a handler rather then aborting the scan
by Hans de Goede
· 8 years ago
25e3ef8
gpio: acpi: Split out acpi_gpio_get_irq_resource() helper
by Andy Shevchenko
· 8 years ago
a31f5c3
gpio: acpi: Override GPIO initialization flags
by Andy Shevchenko
· 8 years ago
2eca25a
gpio: acpi: Factor out acpi_gpio_to_gpiod_flags() helper
by Andy Shevchenko
· 8 years ago
6fe9da4
gpio: acpi: Synchronize acpi_find_gpio() and acpi_gpio_count()
by Andy Shevchenko
· 8 years ago
f10e4bf
gpio: acpi: Even more tighten up ACPI GPIO lookups
by Andy Shevchenko
· 8 years ago
fe06b56
gpio: acpi: Do sanity check for GpioInt in acpi_find_gpio()
by Andy Shevchenko
· 8 years ago
9e66504
gpio: acpi: Align acpi_find_gpio() with DT version
by Andy Shevchenko
· 8 years ago
2bd8040
Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 8 years ago
693bdaa
ACPI / gpio: do not fall back to parsing _CRS when we get a deferral
by Dmitry Torokhov
· 8 years ago
8a146fb
gpio: acpi: Call enable_irq_wake for _IAE GpioInts with Wake set
by Hans de Goede
· 8 years ago
6798d72
gpio: acpi: Ignore -EPROBE_DEFER for unselected gpioints
by Hans de Goede
· 8 years ago
4ed5501
gpio: acpi: Don't return 0 on acpi_gpio_count()
by Andy Shevchenko
· 8 years ago
85c73d5
gpio: acpi: Add managed variant of acpi_dev_add_driver_gpios()
by Andy Shevchenko
· 8 years ago
e567c35
gpiolib: Update documentation of struct acpi_gpio_info
by Andy Shevchenko
· 8 years ago
061ad50
Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 8 years ago
c82064f
ACPI / gpio: avoid warning for gpio hogging code
by Arnd Bergmann
· 8 years ago
550a953
ACPI / gpio: make acpi_gpiochip_parse_own_gpio static
by Wei Yongjun
· 8 years ago
1b6998c
ACPI / gpio: add missing fwnode_handle_put() in acpi_gpiochip_scan_gpios()
by Wei Yongjun
· 8 years ago
4035cc1
ACPI / gpio: Add support for naming GPIOs
by Mika Westerberg
· 8 years ago
c80f1ba
ACPI / gpio: Add hogging support
by Mika Westerberg
· 8 years ago
6f7194a
ACPI / gpio: Allow holes in list of GPIOs for a device
by Mika Westerberg
· 8 years ago
67bf515
gpio / ACPI: fix returned error from acpi_dev_gpio_irq_get()
by David Arcari
· 8 years ago
031ba28
gpio: acpi: separation of concerns
by Linus Walleij
· 8 years ago
3f86a63
gpio: acpi: add _DEP support for Acer One 10
by Rui Zhang
· 9 years ago
7df89e9
gpiolib-acpi: Duplicate con_id string when adding it to the crs lookup list
by Ville Syrjälä
· 9 years ago
20ec3e3
gpio: move the pin ranges into gpio_device
by Linus Walleij
· 9 years ago
58cf279a
Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 9 years ago
1c5ff2a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 9 years ago
5204472
ACPI / gpio: Add irq_type when a GPIO is used as an interrupt
by Christophe RICARD
· 9 years ago
10cf489
gpiolib: tighten up ACPI legacy gpio lookups
by Dmitry Torokhov
· 9 years ago
9c3c9bc
gpiolib: tighten up ACPI legacy gpio lookups
by Dmitry Torokhov
· 9 years ago
58383c78
gpio: change member .dev to .parent
by Linus Walleij
· 9 years ago
0d51ce9
Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
c103a10
gpio / ACPI: Allow shared GPIO event to be read via operation region
by Mika Westerberg
· 9 years ago
504a337
ACPI / property: Extend device_get_next_child_node() to data-only nodes
by Rafael J. Wysocki
· 9 years ago
d079524
ACPI / gpio: Split acpi_get_gpiod_by_index()
by Rafael J. Wysocki
· 9 years ago
e1c0506
treewide: fix typos in comment blocks
by Masahiro Yamada
· 10 years ago
f35bbf6
gpio / ACPI: Return -EPROBE_DEFER if the gpiochip was not found
by Mika Westerberg
· 10 years ago
2b528ff
GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module use
by Hanjun Guo
· 10 years ago
8becdc1
Merge tag 'v4.1-rc3' into devel
by Linus Walleij
· 10 years ago
c884fbd
gpio / ACPI: Add support for retrieving GpioInt resources from a device
by Mika Westerberg
· 10 years ago
a481162
gpiolib: change gpio pin from unsigned to signed in acpi callback
by Qipeng Zha
· 10 years ago
510965d
Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 10 years ago
1ecb016
gpio / ACPI: Use local variable instead of ACPI_HANDLE()
by Rafael J. Wysocki
· 10 years ago
4de6097
gpiolib: translate pin number in GPIO ACPI callbacks
by qipeng.zha
· 10 years ago
6685852
gpiolib: add gpiod_get_array and gpiod_put_array functions
by Rojhalat Ibrahim
· 10 years ago
980f3c3
Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 10 years ago
c1b30e4
Merge tag 'pinctrl-v3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 10 years ago
60ba032
ACPI / property: Drop size_prop from acpi_dev_get_property_reference()
by Rafael J. Wysocki
· 10 years ago
f028d52
ACPI / GPIO: Driver GPIO mappings for ACPI GPIOs
by Rafael J. Wysocki
· 10 years ago
0d9a693
gpio / ACPI: Add support for _DSD device properties
by Mika Westerberg
· 10 years ago
354567e
gpio / ACPI: Add knowledge about pin controllers to acpi_get_gpiod()
by Mika Westerberg
· 10 years ago
e3a2e87
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
by Alexandre Courbot
· 10 years ago
ea58459
Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 10 years ago
c15d821
gpio / ACPI: Use pin index and bit length
by Srinivas Pandruvada
· 10 years ago
abdc08a
gpio: change gpiochip_request_own_desc() prototype
by Alexandre Courbot
· 10 years ago
Next »