Show patches with: Submitter = Andy Shevchenko       |    Archived = No       |   990 patches
« 1 2 3 49 10 »
Patch Series S/W/F Date Submitter Delegate State
[v2,1/7] gpiolib: Switch order of valid mask and hw init [v2,1/7] gpiolib: Switch order of valid mask and hw init --- 2019-11-05 Andy Shevchenko New
[v1] MAINTAINERS: Sort entries in database for GPIO [v1] MAINTAINERS: Sort entries in database for GPIO --- 2020-01-28 Andy Shevchenko New
[v1] gpiolib: Rename 'event' to 'ge' to be consistent with other use [v1] gpiolib: Rename 'event' to 'ge' to be consistent with other use --- 2020-02-13 Andy Shevchenko New
[v1] gpiolib: Fix wrong appearance of critical message in gpiochip_remove() [v1] gpiolib: Fix wrong appearance of critical message in gpiochip_remove() --- 2020-03-02 Andy Shevchenko New
[v1] pinctrl: baytrail: Enable pin configuration setting for GPIO chip [v1] pinctrl: baytrail: Enable pin configuration setting for GPIO chip --- 2020-03-31 Andy Shevchenko New
[v1,2/4] pinctrl: cannonlake: Use generic flag for special GPIO base treatment Untitled series #36044 --- 2020-03-31 Andy Shevchenko New
[v1,4/4] pinctrl: tigerlake: Use generic flag for special GPIO base treatment Untitled series #36044 --- 2020-03-31 Andy Shevchenko New
[v1] pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-H [v1] pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-H --- 2020-04-01 Andy Shevchenko New
[v1,1/2] pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 2) [v1,1/2] pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 2) --- 2020-04-01 Andy Shevchenko New
[v1] gpio: Extend TODO to cover code duplication avoidance [v1] gpio: Extend TODO to cover code duplication avoidance --- 2020-04-02 Andy Shevchenko New
[v1,1/2] gpio: pch: Use BIT() and GENMASK() where it's appropriate [v1,1/2] gpio: pch: Use BIT() and GENMASK() where it's appropriate --- 2020-04-02 Andy Shevchenko New
[v1,2/9] pinctrl: mcp23s08: Deduplicate IRQ chip filling Untitled series #36032 --- 2020-04-07 Andy Shevchenko New
[v1,4/9] pinctrl: mcp23s08: Drop unused parameter in mcp23s08_probe_one() Untitled series #36032 --- 2020-04-07 Andy Shevchenko New
[v1,7/9] pinctrl: mcp23s08: Make use of device properties Untitled series #36032 --- 2020-04-07 Andy Shevchenko New
[v1,8/9] pinctrl: mcp23s08: Use for_each_set_bit() and hweight_long() Untitled series #36032 --- 2020-04-07 Andy Shevchenko New
[v1,9/9] pinctrl: mcp23s08: Split to three parts: core, I²C, SPI Untitled series #36032 --- 2020-04-07 Andy Shevchenko New
[v1,2/2] gpio: merrifield: Better show how GPIO and IRQ bases are derived from hardware Untitled series #36027 --- 2020-04-08 Andy Shevchenko New
[v2,2/2] gpio: merrifield: Better show how GPIO and IRQ bases are derived from hardware Untitled series #36026 --- 2020-04-08 Andy Shevchenko Superseded
[v1,03/13] gpio: dwapb: set default handler to be handle_bad_irq() gpio: dwapb: Clean up the driver and a fix --- 2020-04-09 Andy Shevchenko New
[v1,04/13] gpio: dwapb: Deduplicate IRQ resource management gpio: dwapb: Clean up the driver and a fix --- 2020-04-09 Andy Shevchenko New
[v1,05/13] gpio: dwapb: Convert to use irqd_to_hwirq() gpio: dwapb: Clean up the driver and a fix --- 2020-04-09 Andy Shevchenko New
[v1,08/13] gpio: dwapb: Switch to more usual pattern of RMW in dwapb_gpio_set_debounce() gpio: dwapb: Clean up the driver and a fix --- 2020-04-09 Andy Shevchenko New
[v1,11/13] gpio: dwapb: Split out dwapb_get_irq() helper gpio: dwapb: Clean up the driver and a fix --- 2020-04-09 Andy Shevchenko New
[v1,13/13] gpio: dwapb: Amend indentation in some cases gpio: dwapb: Clean up the driver and a fix --- 2020-04-09 Andy Shevchenko New
[v2,1/6] pinctrl: intel: Introduce common flags for GPIO mapping scheme [v2,1/6] pinctrl: intel: Introduce common flags for GPIO mapping scheme --- 2020-04-13 Andy Shevchenko New
[v2,2/6] pinctrl: cannonlake: Use generic flag for special GPIO base treatment [v2,1/6] pinctrl: intel: Introduce common flags for GPIO mapping scheme --- 2020-04-13 Andy Shevchenko Superseded
[v2,3/6] pinctrl: icelake: Use generic flag for special GPIO base treatment [v2,1/6] pinctrl: intel: Introduce common flags for GPIO mapping scheme --- 2020-04-13 Andy Shevchenko New
[v2,4/6] pinctrl: tigerlake: Use generic flag for special GPIO base treatment [v2,1/6] pinctrl: intel: Introduce common flags for GPIO mapping scheme --- 2020-04-13 Andy Shevchenko Superseded
[v1,2/2] pinctrl: lynxpoint: Use platform_get_irq_optional() explicitly Untitled series #36014 --- 2020-04-14 Andy Shevchenko New
[v2,1/4] gpio: pch: Use BIT() and GENMASK() where it's appropriate [v2,1/4] gpio: pch: Use BIT() and GENMASK() where it's appropriate --- 2020-04-14 Andy Shevchenko Superseded
[v2,4/4] gpio: pch: Use in pch_irq_type() macros provided by IRQ core [v2,1/4] gpio: pch: Use BIT() and GENMASK() where it's appropriate --- 2020-04-14 Andy Shevchenko New
[v2,03/14] gpio: dwapb: Use chained IRQ prologue and epilogue gpio: dwapb: Clean up the driver and a fix --- 2020-04-15 Andy Shevchenko New
[v2,08/14] gpio: dwapb: Convert to use IRQ core provided macros gpio: dwapb: Clean up the driver and a fix --- 2020-04-15 Andy Shevchenko New
[v2,09/14] gpio: dwapb: Switch to more usual pattern of RMW in dwapb_gpio_set_debounce() gpio: dwapb: Clean up the driver and a fix --- 2020-04-15 Andy Shevchenko Superseded
[v2,11/14] gpio: dwapb: Drop of_match_ptr() & ACPI_PTR() calls gpio: dwapb: Clean up the driver and a fix --- 2020-04-15 Andy Shevchenko New
[v2,12/14] gpio: dwapb: Split out dwapb_get_irq() helper gpio: dwapb: Clean up the driver and a fix --- 2020-04-15 Andy Shevchenko Superseded
[v2,13/14] gpio: dwapb: Use positive conditional in dwapb_configure_irqs() gpio: dwapb: Clean up the driver and a fix --- 2020-04-15 Andy Shevchenko New
[v2,14/14] gpio: dwapb: Amend indentation in some cases gpio: dwapb: Clean up the driver and a fix --- 2020-04-15 Andy Shevchenko Superseded
[v3,1/3] gpio: pca953x: Rewrite ->get_multiple() function [v3,1/3] gpio: pca953x: Rewrite ->get_multiple() function --- 2020-04-20 Andy Shevchenko New
[v3,2/3] gpio: pca953x: fix handling of automatic address incrementing [v3,1/3] gpio: pca953x: Rewrite ->get_multiple() function --- 2020-04-20 Andy Shevchenko New
[v1,2/2] pinctrl: intel: Move npins closer to pin_base in struct intel_community Untitled series #35992 --- 2020-04-21 Andy Shevchenko New
[v1,2/2] gpio: dwapb: Amend indentation in some cases Untitled series #35989 --- 2020-04-22 Andy Shevchenko New
[v1,1/2] gpio: mb86s7x: Use devm_clk_get_optional() to get the input clock [v1,1/2] gpio: mb86s7x: Use devm_clk_get_optional() to get the input clock --- 2020-05-12 Andy Shevchenko New
[v1,2/3] gpio: xgene-sb: Allow driver to be built with COMPILE_TEST Untitled series #35936 --- 2020-05-12 Andy Shevchenko New
[v1,3/3] gpio: xgene-sb: Drop extra check to call acpi_gpiochip_request_interrupts() Untitled series #35936 --- 2020-05-12 Andy Shevchenko New
[v1,2/4] gpio: dwapb: Don't use 0 as valid Linux interrupt number Untitled series #35935 --- 2020-05-12 Andy Shevchenko New
[v1,3/4] gpio: dwapb: Drop extra check to call acpi_gpiochip_request_interrupts() Untitled series #35935 --- 2020-05-12 Andy Shevchenko New
[v2,1/4] gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registration [v2,1/4] gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registration --- 2020-05-18 Andy Shevchenko New
[v2,2/4] gpio: dwapb: avoid error message for optional IRQ [v2,1/4] gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registration --- 2020-05-18 Andy Shevchenko New
[v3,1/4] gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registration [v3,1/4] gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registration --- 2020-05-19 Andy Shevchenko Superseded
[v3,4/4] gpio: dwapb: Remove unneeded has_irq member in struct dwapb_port_property [v3,1/4] gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registration --- 2020-05-19 Andy Shevchenko New
[v1] MAINTAINERS: Fix file name for DesignWare GPIO DT schema [v1] MAINTAINERS: Fix file name for DesignWare GPIO DT schema --- 2020-05-20 Andy Shevchenko New
[v1,2/5] gpiolib: acpi: Introduce a quirk to force GpioInt pin Untitled series #35918 --- 2020-05-20 Andy Shevchenko New
[v1,3/5] gpio: pca953x: Drop unneeded ACPI_PTR() Untitled series #35918 --- 2020-05-20 Andy Shevchenko New
[v1,5/5] gpio: pca953x: Override GpioInt() pin for Intel Galileo Gen 2 Untitled series #35918 --- 2020-05-20 Andy Shevchenko New
[v1] gpiolib: Separate GPIO_GET_LINEINFO_WATCH_IOCTL conditional [v1] gpiolib: Separate GPIO_GET_LINEINFO_WATCH_IOCTL conditional --- 2020-05-25 Andy Shevchenko New
[v4,1/2] gpio: pca953x: Drop unneeded ACPI_PTR() [v4,1/2] gpio: pca953x: Drop unneeded ACPI_PTR() --- 2020-05-29 Andy Shevchenko Superseded
[v1,3/4] gpio: pca953x: Fix direction setting when configure an IRQ Untitled series #35887 --- 2020-06-05 Andy Shevchenko Accepted
[v1,4/4] gpio: pca953x: disable regmap locking for automatic address incrementing Untitled series #35887 --- 2020-06-05 Andy Shevchenko Accepted
[v1,2/6] gpio: dwapb: Read GPIO base from snps,gpio-base property mfd: Make use of software nodes --- 2020-06-08 Andy Shevchenko Superseded
[v1,3/6] mfd: core: Propagate software node group to the sub devices mfd: Make use of software nodes --- 2020-06-08 Andy Shevchenko New
[v1,6/6] gpio: dwapb: Define magic number for IRQ and GPIO lines mfd: Make use of software nodes --- 2020-06-08 Andy Shevchenko New
[v1,3/6] pinctrl: cherryview: Convert chv_writel() to use chv_padreg() Untitled series #35873 --- 2020-06-09 Andy Shevchenko Accepted
[v1,5/6] pinctrl: intel: Allow drivers to define ACPI address space ID Untitled series #35873 --- 2020-06-09 Andy Shevchenko Accepted
[v1,6/6] pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 3) Untitled series #35873 --- 2020-06-09 Andy Shevchenko Accepted
[v1,01/10] pinctrl: intel: Disable input and output buffer when switching to GPIO [v1,01/10] pinctrl: intel: Disable input and output buffer when switching to GPIO --- 2020-06-10 Andy Shevchenko Accepted
[v1,04/10] pinctrl: intel: Split intel_config_get() to three functions [v1,01/10] pinctrl: intel: Disable input and output buffer when switching to GPIO --- 2020-06-10 Andy Shevchenko Accepted
[v1,05/10] pinctrl: intel: Get rid of redundant 'else' in intel_config_set_debounce() [v1,01/10] pinctrl: intel: Disable input and output buffer when switching to GPIO --- 2020-06-10 Andy Shevchenko Accepted
[v1,07/10] pinctrl: intel: Protect IO in few call backs by lock [v1,01/10] pinctrl: intel: Disable input and output buffer when switching to GPIO --- 2020-06-10 Andy Shevchenko Accepted
[v1,09/10] pinctrl: intel: Make use of for_each_requested_gpio() [v1,01/10] pinctrl: intel: Disable input and output buffer when switching to GPIO --- 2020-06-10 Andy Shevchenko Accepted
[v2,01/13] pinctrl: intel: Disable input and output buffer when switching to GPIO [v2,01/13] pinctrl: intel: Disable input and output buffer when switching to GPIO --- 2020-06-12 Andy Shevchenko Superseded
[v2,03/13] pinctrl: intel: Make use of IRQ_RETVAL() [v2,01/13] pinctrl: intel: Disable input and output buffer when switching to GPIO --- 2020-06-12 Andy Shevchenko Accepted
[v2,05/13] pinctrl: intel: Drop the only label in the code for consistency [v2,01/13] pinctrl: intel: Disable input and output buffer when switching to GPIO --- 2020-06-12 Andy Shevchenko Accepted
[v2,07/13] pinctrl: intel: Protect IO in few call backs by lock [v2,01/13] pinctrl: intel: Disable input and output buffer when switching to GPIO --- 2020-06-12 Andy Shevchenko Superseded
[v2,09/13] pinctrl: intel: Make use of for_each_requested_gpio() [v2,01/13] pinctrl: intel: Disable input and output buffer when switching to GPIO --- 2020-06-12 Andy Shevchenko Superseded
[v2,13/13] pinctrl: baytrail: Drop no-op ACPI_PTR() call [v2,01/13] pinctrl: intel: Disable input and output buffer when switching to GPIO --- 2020-06-12 Andy Shevchenko Accepted
[v1,3/5] gpio: mvebu: Make use of for_each_requested_gpio() gpio, pinctrl, introduce for_each_requested_gpio() helper --- 2020-06-15 Andy Shevchenko Accepted
[v1,5/5] pinctrl: at91: Make use of for_each_requested_gpio() gpio, pinctrl, introduce for_each_requested_gpio() helper --- 2020-06-15 Andy Shevchenko Accepted
[v3,1/3] pinctrl: intel: Make use of for_each_requested_gpio_in_range() pinctrl: intel: Reuse for_each_requested_gpio*() macros --- 2020-06-15 Andy Shevchenko Superseded
[v1] gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2 [v1] gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2 --- 2020-06-18 Andy Shevchenko Accepted
[v2] gpio: aggregator: Refactor ->{get,set}_multiple() to make Sparse happy [v2] gpio: aggregator: Refactor ->{get,set}_multiple() to make Sparse happy --- 2020-08-10 Andy Shevchenko Accepted
[v1] pinctrl: intel: Update header block to reflect direct dependencies [v1] pinctrl: intel: Update header block to reflect direct dependencies --- 2020-08-18 Andy Shevchenko Accepted
[v1] pinctrl: mcp23s08: Improve error messaging in ->probe() [v1] pinctrl: mcp23s08: Improve error messaging in ->probe() --- 2020-08-28 Andy Shevchenko Accepted
[v1,1/2] gpiolib: Fix line event handling in syscall compatible mode [v1,1/2] gpiolib: Fix line event handling in syscall compatible mode --- 2020-09-10 Andy Shevchenko New
[v1,2/2] gpiolib: convert to use DEFINE_SEQ_ATTRIBUTE macro [v1,1/2] gpiolib: Fix line event handling in syscall compatible mode --- 2020-09-10 Andy Shevchenko Accepted
[v2] gpiolib: Fix line event handling in syscall compatible mode [v2] gpiolib: Fix line event handling in syscall compatible mode --- 2020-09-14 Andy Shevchenko Accepted
[v1,1/3] pinctrl: tigerlake: Fix register offsets for TGL-H variant [v1,1/3] pinctrl: tigerlake: Fix register offsets for TGL-H variant --- 2020-09-29 Andy Shevchenko Accepted
[v1,2/3] pinctrl: cannonlake: Modify COMMUNITY macros to be consistent [v1,1/3] pinctrl: tigerlake: Fix register offsets for TGL-H variant --- 2020-09-29 Andy Shevchenko Accepted
[v1,3/3] pinctrl: sunrisepoint: Modify COMMUNITY macros to be consistent [v1,1/3] pinctrl: tigerlake: Fix register offsets for TGL-H variant --- 2020-09-29 Andy Shevchenko Accepted
[v1,1/2] gpio: pca953x: Use bitmap API over implicit GCC extension [v1,1/2] gpio: pca953x: Use bitmap API over implicit GCC extension --- 2020-09-30 Andy Shevchenko Accepted
[v1,2/2] gpio: pca953x: Correctly initialize registers 6 and 7 for PCA957x [v1,1/2] gpio: pca953x: Use bitmap API over implicit GCC extension --- 2020-09-30 Andy Shevchenko New
[v1] gpiolib: Update header block in gpiolib-cdev.h [v1] gpiolib: Update header block in gpiolib-cdev.h --- 2020-10-05 Andy Shevchenko New
[v1] gpiolib: Disable compat ->read() code in UML case [v1] gpiolib: Disable compat ->read() code in UML case --- 2020-10-05 Andy Shevchenko Accepted
[v1] gpiolib: Update indentation in driver.rst for code excerpts [v1] gpiolib: Update indentation in driver.rst for code excerpts --- 2020-10-07 Andy Shevchenko Accepted
[v1] gpiolib: Switch to use compat_need_64bit_alignment_fixup() helper [v1] gpiolib: Switch to use compat_need_64bit_alignment_fixup() helper --- 2020-10-08 Andy Shevchenko New
[v2] gpiolib: Switch to use compat_need_64bit_alignment_fixup() helper [v2] gpiolib: Switch to use compat_need_64bit_alignment_fixup() helper --- 2020-10-08 Andy Shevchenko Superseded
[v1,1/2] pinctrl-mcp23s08: Dup full chunk of memory for regmap configuration [v1,1/2] pinctrl-mcp23s08: Dup full chunk of memory for regmap configuration --- 2020-10-09 Andy Shevchenko Accepted
[v2,1/2] pinctrl: mcp23s08: Use full chunk of memory for regmap configuration [v2,1/2] pinctrl: mcp23s08: Use full chunk of memory for regmap configuration --- 2020-10-09 Andy Shevchenko Superseded
[v1] sh: Drop ARCH_NR_GPIOS definition [v1] sh: Drop ARCH_NR_GPIOS definition --- 2020-10-12 Andy Shevchenko Accepted
[v1] ARM: Drop ARCH_NR_GPIOS definition [v1] ARM: Drop ARCH_NR_GPIOS definition --- 2020-10-12 Andy Shevchenko New
« 1 2 3 49 10 »