linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-08 13:43:39 to 2020-06-12 04:18:36 UTC [more...]

[pinctrl:devel] BUILD SUCCESS c6a30c7904a4a7e78661f82d2ead1a3f9973b708
 2020-06-12  4:17 UTC 

[gpio:gpio-charger-mentioned 54/55] drivers/gpio/gpiolib-cdev.c:1127:5: warning: no previous prototype for function 'gpiolib_cdev_register'
 2020-06-11 18:40 UTC 

[gpio:gpio-charger-mentioned 54/55] drivers/gpio/gpiolib-cdev.c:1127:5: warning: no previous prototype for 'gpiolib_cdev_register'
 2020-06-11 18:14 UTC 

linusw/for-next baseline: 62 runs, 1 regressions (gpio-v5.7-3-2-gcdf59728a3cd)
 2020-06-11 17:51 UTC 

linusw/for-next build: 4 builds: 0 failed, 4 passed, 24 warnings (gpio-v5.7-3-2-gcdf59728a3cd)
 2020-06-11 17:06 UTC 

linusw/fixes baseline: 64 runs, 3 regressions (gpio-v5.7-3-2-gcdf59728a3cd)
 2020-06-11 17:05 UTC 

linusw/devel baseline: 63 runs, 1 regressions (gpio-v5.8-1-1-gf6d984418ffd)
 2020-06-11 16:57 UTC 

[libgpiod] Polling precision/order
 2020-06-11 16:52 UTC  (3+ messages)

[PATCH v2] gpio: xilinx: Add interrupt support
 2020-06-11 16:49 UTC 

[PATCH] gpio: xilinx: Add interrupt support
 2020-06-11 16:33 UTC  (3+ messages)

linusw/fixes build: 6 builds: 0 failed, 6 passed, 24 warnings (gpio-v5.7-3-2-gcdf59728a3cd)
 2020-06-11 16:20 UTC 

linusw/devel build: 6 builds: 0 failed, 6 passed, 24 warnings (gpio-v5.8-1-1-gf6d984418ffd)
 2020-06-11 16:13 UTC 

GPIO regression on mvebu and/or max310x since 2ab73c6d8323
 2020-06-11 16:12 UTC  (4+ messages)

[PATCH v2] pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPIOD_OUT_HIGH)
 2020-06-11 12:45 UTC  (3+ messages)

[PATCH V5 0/9] Support i.MX8 SoCs pinctrl drivers built as module
 2020-06-11 11:34 UTC  (10+ messages)
` [PATCH V5 1/9] pinctrl: imx: Support building SCU pinctrl driver "
` [PATCH V5 2/9] pinctrl: imx: Support building i.MX "
` [PATCH V5 3/9] pinctrl: imx8mm: Support building "
` [PATCH V5 4/9] pinctrl: imx8mn: "
` [PATCH V5 5/9] pinctrl: imx8mq: "
` [PATCH V5 6/9] pinctrl: imx8mp: "
` [PATCH V5 7/9] pinctrl: imx8qxp: "
` [PATCH V5 8/9] pinctrl: imx8qm: "
` [PATCH V5 9/9] pinctrl: imx8dxl: "

[PATCH] gpio: mpc8xxx: change the gpio interrupt flags
 2020-06-11 10:28 UTC 

[PATCH] doc: devicetree: bindings: fix spelling mistake
 2020-06-11  9:58 UTC 

[PATCH V4 0/9] Support i.MX8 SoCs pinctrl drivers built as module
 2020-06-11  8:55 UTC  (16+ messages)
` [PATCH V4 1/9] pinctrl: imx: Support building SCU pinctrl driver "
` [PATCH V4 2/9] pinctrl: imx: Support building i.MX "
` [PATCH V4 3/9] pinctrl: imx8mm: Support building "
` [PATCH V4 4/9] pinctrl: imx8mn: "
` [PATCH V4 5/9] pinctrl: imx8mq: "
` [PATCH V4 6/9] pinctrl: imx8mp: "
` [PATCH V4 7/9] pinctrl: imx8qxp: "
` [PATCH V4 8/9] pinctrl: imx8qm: "
` [PATCH V4 9/9] pinctrl: imx8dxl: "

[PATCH V3 0/9] Support i.MX8 SoCs pinctrl drivers built as module
 2020-06-11  8:31 UTC  (14+ messages)
` [PATCH V3 1/9] pinctrl: imx: Support building SCU pinctrl driver "
` [PATCH V3 2/9] pinctrl: imx: Support building i.MX "
` [PATCH V3 3/9] pinctrl: imx8mm: Support building "
` [PATCH V3 4/9] pinctrl: imx8mn: "
` [PATCH V3 5/9] pinctrl: imx8mq: "
` [PATCH V3 6/9] pinctrl: imx8mp: "
` [PATCH V3 7/9] pinctrl: imx8qxp: "
` [PATCH V3 8/9] pinctrl: imx8qm: "
` [PATCH V3 9/9] pinctrl: imx8dxl: "

[PATCH] pinctrl: meson: fix drive strength register and bit calculation
 2020-06-11  5:40 UTC  (3+ messages)

[PATCH v3] pinctrl: samsung: Use bank name as irqchip name
 2020-06-10 19:40 UTC 

[PATCH v1 01/10] pinctrl: intel: Disable input and output buffer when switching to GPIO
 2020-06-10 18:35 UTC  (10+ messages)
` [PATCH v1 02/10] pinctrl: intel: Reduce scope of the lock
` [PATCH v1 03/10] pinctrl: intel: Make use of IRQ_RETVAL()
` [PATCH v1 04/10] pinctrl: intel: Split intel_config_get() to three functions
` [PATCH v1 05/10] pinctrl: intel: Get rid of redundant 'else' in intel_config_set_debounce()
` [PATCH v1 06/10] pinctrl: intel: Drop the only label in the code for consistency
` [PATCH v1 07/10] pinctrl: intel: Protect IO in few call backs by lock
` [PATCH v1 08/10] pinctrl: intel: Introduce for_each_requested_gpio() macro
` [PATCH v1 09/10] pinctrl: intel: Make use of for_each_requested_gpio()
` [PATCH v1 10/10] pinctrl: lynxpoint: "

[PATCH v4 00/11] Add support for Kontron sl28cpld
 2020-06-10 18:30 UTC  (35+ messages)
` [PATCH v4 01/11] dt-bindings: mfd: Add bindings for sl28cpld
` [PATCH v4 02/11] mfd: Add support for Kontron sl28cpld management controller

Generic way for verifying GPIO wakeup capability
 2020-06-10 17:58 UTC  (2+ messages)

[PATCH v2] pinctrl: samsung: Use bank name as irqchip name
 2020-06-10 17:19 UTC  (4+ messages)

[PATCH] gpio: arizona: put pm_runtime in case of failure
 2020-06-10 14:54 UTC  (2+ messages)

[PATCH] gpio: Add gpio-charger to the documentation
 2020-06-10 14:01 UTC  (2+ messages)

[PATCH v1 0/6] mfd: Make use of software nodes
 2020-06-10 13:47 UTC  (14+ messages)
` [PATCH v1 2/6] gpio: dwapb: Read GPIO base from snps,gpio-base property
` [PATCH v1 3/6] mfd: core: Propagate software node group to the sub devices
` [PATCH v1 4/6] mfd: intel_quark_i2c_gpio: Convert to use software nodes
` [PATCH v1 5/6] gpio: dwapb: Get rid of legacy platform data
` [PATCH v1 6/6] gpio: dwapb: Define magic number for IRQ and GPIO lines

[PATCH v1 1/6] pinctrl: cherryview: Introduce chv_readl() helper
 2020-06-10 13:16 UTC  (7+ messages)
` [PATCH v1 2/6] pinctrl: cherryview: Introduce helpers to IO with common registers
` [PATCH v1 3/6] pinctrl: cherryview: Convert chv_writel() to use chv_padreg()
` [PATCH v1 4/6] pinctrl: intel: Allow drivers to define total amount of IRQs per community
` [PATCH v1 5/6] pinctrl: intel: Allow drivers to define ACPI address space ID
` [PATCH v1 6/6] pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 3)

[PATCH] gpio: rcar: handle pm_runtime_get_sync failure case
 2020-06-10 12:04 UTC  (3+ messages)

[PATCH] max732x_probe: remove redundant check
 2020-06-10 11:36 UTC 

[PATCH] pinctrl: qcom: ipq6018 Add missing pins in qpic pin group
 2020-06-10 11:20 UTC  (2+ messages)

[PATCH] pinctrl: mcp23s08: Split to three parts: fix ptr_ret.cocci warnings
 2020-06-10 11:09 UTC  (2+ messages)

[PATCH] pinctrl: ingenic: Add NAND FRE/FWE pins for JZ4740
 2020-06-10 10:05 UTC  (2+ messages)

[PATCH] max732x_probe: remove redundant check
 2020-06-10 10:02 UTC 

[PATCH] gpio: arizona: put pm_runtime in case of failure
 2020-06-10  9:20 UTC  (2+ messages)

[PATCH] gpio: arizona: handle pm_runtime_get_sync failure case
 2020-06-10  9:18 UTC  (2+ messages)

[PATCH v2] gpiolib: split character device into gpiolib-cdev
 2020-06-10  9:14 UTC  (3+ messages)

[PATCH] pinctrl: tegra: Use noirq suspend/resume callbacks
 2020-06-10  8:47 UTC  (2+ messages)

[PATCH] pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage
 2020-06-10  7:57 UTC  (2+ messages)

[PATCH] pinctrl: samsung: Use bank name as irqchip name
 2020-06-10  6:49 UTC  (3+ messages)

[PATCH v3] gpiolib: split character device into gpiolib-cdev
 2020-06-09 23:51 UTC 

[PATCH] Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in case of error in 'imx_pinctrl_probe()'"
 2020-06-09 20:01 UTC  (10+ messages)
  ` [PATCH] lib: devres: add a comment about the devm_of_iomap() function

[PATCH] gpio: mpc8xxx: change the gpio interrupt flags
 2020-06-09 19:51 UTC  (2+ messages)

[PATCH v2] pinctrl-single: fix pcs_parse_pinconf() return value
 2020-06-09 18:06 UTC  (2+ messages)

[PATCH] dt-bindings: mfd: max77620: Convert to json-schema
 2020-06-09 16:31 UTC  (2+ messages)

[PATCH 00/17] spelling.txt: /decriptors/descriptors/
 2020-06-09 12:45 UTC  (2+ messages)
` [PATCH 03/17] drivers: gpio: Fix trivial spelling

[RFC PATCH] i2c: at91: Fix pinmux after devm_gpiod_get() for bus recovery
 2020-06-09 11:43 UTC  (5+ messages)
  `  "
      `  "

[RFC PATCH] gpio: uapi: v2 proposal
 2020-06-09  9:57 UTC  (8+ messages)

[PATCH v2 00/10] Adding support for Microchip Sparx5 SoC
 2020-06-09  8:07 UTC  (11+ messages)
` [PATCH v2 01/10] dt-bindings: arm: sparx5: Add documentation "
  ` [PATCH v2 02/10] arm64: sparx5: Add support for Microchip 2xA53 SoC
  ` [PATCH v2 03/10] arm64: dts: sparx5: Add basic cpu support
  ` [PATCH v2 04/10] arm64: dts: sparx5: Add pinctrl support
  ` [PATCH v2 05/10] pinctrl: ocelot: Add Sparx5 SoC support
  ` [PATCH v2 06/10] dt-bindings: clock: sparx5: Add Sparx5 SoC DPLL clock
  ` [PATCH v2 07/10] dt-bindings: clock: sparx5: Add bindings include file
  ` [PATCH v2 08/10] clk: sparx5: Add Sparx5 SoC DPLL clock driver
  ` [PATCH v2 09/10] arm64: dts: sparx5: Add Sparx5 SoC DPLL clock
  ` [PATCH v2 10/10] arm64: dts: sparx5: Add i2c devices, i2c muxes

[PATCH v4 00/13] gpiolib: add an ioctl() for monitoring line status changes
 2020-06-09  7:58 UTC  (4+ messages)
` [PATCH v4 12/13] gpiolib: add new ioctl() for monitoring changes in line info

[PATCH v2] Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in case of error in 'imx_pinctrl_probe()'"
 2020-06-09  3:27 UTC 

[PATCH AUTOSEL 5.6 152/606] pinctrl: qcom: Add affinity callbacks to msmgpio IRQ chip
 2020-06-09  3:04 UTC  (7+ messages)
` [PATCH AUTOSEL 5.6 257/606] gpio: tegra: mask GPIO IRQs during IRQ shutdown
` [PATCH AUTOSEL 5.6 293/606] gpio: mvebu: Fix probing for chips without PWM
  ` libgpiod users - implementations
` [PATCH AUTOSEL 5.6 301/606] gpio: exar: Fix bad handling for ida_simple_get error path
` [PATCH AUTOSEL 5.6 315/606] gpio: pxa: Fix return value of pxa_gpio_probe()
` [PATCH AUTOSEL 5.6 316/606] gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe()

[PATCH V2 0/9] Support i.MX8 SoCs pinctrl drivers built as module
 2020-06-08 20:10 UTC  (11+ messages)
` [PATCH V2 1/9] pinctrl: imx: Support building SCU pinctrl driver "
` [PATCH V2 2/9] pinctrl: imx: Support building i.MX "
` [PATCH V2 3/9] pinctrl: imx8mm: Support building "
` [PATCH V2 4/9] pinctrl: imx8mn: "
` [PATCH V2 5/9] pinctrl: imx8mq: "
` [PATCH V2 6/9] pinctrl: imx8mp: "
` [PATCH V2 7/9] pinctrl: imx8qxp: "
` [PATCH V2 8/9] pinctrl: imx8qm: "
` [PATCH V2 9/9] pinctrl: imx8dxl: "

[PATCH v3 00/16] Add support for Kontron sl28cpld
 2020-06-08 18:45 UTC  (8+ messages)
` [PATCH v3 03/16] mfd: mfd-core: match device tree node against reg property

[PATCH v4 03/11] irqchip: add sl28cpld interrupt controller support
 2020-06-08 15:12 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).