linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-18 02:32:36 to 2020-06-23 04:03:48 UTC [more...]

[PATCH 00/22] gpio: cdev: add uAPI V2
 2020-06-23  4:01 UTC  (23+ messages)
` [PATCH 01/22] gpiolib: move gpiolib-sysfs function declarations into their own header
` [PATCH 02/22] gpiolib: cdev: sort includes
` [PATCH 03/22] gpiolib: cdev: minor indentation fixes
` [PATCH 04/22] gpiolib: cdev: refactor gpiohandle_flags_to_desc_flags
` [PATCH 05/22] gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with other use
` [PATCH 06/22] gpiolib: cdev: rename numdescs to num_descs
` [PATCH 07/22] gpiolib: cdev: remove pointless decrement of i
` [PATCH 08/22] gpiolib: cdev: complete the irq/thread timestamp handshake
` [PATCH 09/22] gpiolib: cdev: rename priv to gcdev
` [PATCH 10/22] gpiolib: cdev: fix minor race in GET_LINEINFO_WATCH
` [PATCH 11/22] gpiolib: cdev: remove recalculation of offset
` [PATCH 12/22] gpio: uapi: define GPIO_MAX_NAME_SIZE for array sizes
` [PATCH 13/22] gpio: uapi: define uAPI V2
` [PATCH 14/22] gpiolib: make cdev a build option
` [PATCH 15/22] gpiolib: add build option for CDEV V1 ABI
` [PATCH 16/22] gpiolib: cdev: add V2 uAPI implementation to parity with V1
` [PATCH 17/22] gpiolib: cdev: report edge detection in lineinfo
` [PATCH 18/22] gpiolib: cdev: support setting debounce
` [PATCH 19/22] gpio: uapi: document uAPI V1 as deprecated
` [PATCH 20/22] tools: gpio: switch tools to V2 uAPI
` [PATCH 21/22] tools: gpio: add debounce support to gpio-event-mon
` [PATCH 22/22] tools: gpio: support monitoring multiple lines

[PATCH v1 0/6] mfd: Make use of software nodes
 2020-06-23  1:49 UTC  (8+ messages)

[PATCH 1/2] pinctrl: ingenic: Enhance support for IRQ_TYPE_EDGE_BOTH
 2020-06-22 21:45 UTC  (2+ messages)
` [PATCH 2/2] pinctrl: ingenic: Properly detect GPIO direction when configured for IRQ

[PATCH v3 0/7] Add support for Sony SDM630-based boards
 2020-06-22 19:25 UTC  (8+ messages)
` [PATCH v3 1/7] pinctrl: qcom: spmi-gpio: Add pm660(l) compatibility
` [PATCH v3 2/7] Documentation: Document pm660(l) SPMI GPIOs compatible
` [PATCH v3 3/7] arm64: dts: qcom: pm660(l): Add base dts files
` [PATCH v3 4/7] arm64: dts: qcom: sdm630: Add sdm630 dts file
` [PATCH v3 5/7] arm64: dts: qcom: Add support for Sony Xperia XA2/Plus/Ultra (Nile platform)
` [PATCH v3 6/7] arm64: dts: qcom: Add support for Sony Xperia 10/10 Plus (Ganges platform)
` [PATCH v3 7/7] mailbox: qcom: Add sdm660 hmss compatible

[PATCH] gpio: rcar: handle pm_runtime_get_sync failure case
 2020-06-22 19:00 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 0/8] Add support for Sony SDM630-based boards
 2020-06-22 18:01 UTC  (20+ messages)
` [PATCH v2 1/8] pinctrl: qcom: spmi-gpio: Add pm660(l) compatibility
` [PATCH v2 2/8] Documentation: Document pm660(l) SPMI GPIOs compatible
` [PATCH v2 3/8] soc: qcom: socinfo: Add socinfo entry for SDM630
` [PATCH v2 4/8] clk: qcom: smd: Add support for SDM660 rpm clocks
` [PATCH v2 5/8] arm64: dts: qcom: pm660(l): Add base dts files
` [PATCH v2 6/8] arm64: dts: qcom: sdm630: Add sdm630 dts file
` [PATCH v2 7/8] arm64: dts: qcom: Add support for Sony Xperia XA2/Plus/Ultra (Nile platform)
` [PATCH v2 8/8] arm64: dts: qcom: Add support for Sony Xperia 10/10 Plus (Ganges platform)

[PATCH v3 0/3] pinctrl: single: support #pinctrl-cells = 2
 2020-06-22 17:29 UTC  (4+ messages)
` [PATCH v3 1/3] pinctrl: single: parse "
` [PATCH v3 2/3] ARM: dts: change AM33XX_PADCONF macro separate conf and mux
` [PATCH v3 3/3] ARM: dts: am33xx-l4: change #pinctrl-cells from 1 to 2

[PATCH v1] gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2
 2020-06-22 16:52 UTC  (5+ messages)

[PATCH] max732x_probe: remove redundant check
 2020-06-22 16:50 UTC  (2+ messages)

[PATCH 0/3] pinctrl: single: support #pinctrl-cells = 2
 2020-06-22 16:48 UTC  (8+ messages)
` [PATCH 1/3] ARM: dts: change AM33XX_PADCONF macro separate conf and mux
` [PATCH 2/3] ARM: dts: am33xx-l4: change #pinctrl-cells from 1 to 2
` [PATCH 3/3] pinctrl: single: parse #pinctrl-cells = 2

[PATCH RESEND v2] dt-bindings: pinctrl: Convert ingenic,pinctrl.txt to YAML
 2020-06-22 11:37 UTC 

[PATCH v6] Add basic SoC Support for Mediatek MT6779 SoC
 2020-06-22 11:28 UTC  (14+ messages)
` [PATCH v6 1/7] dt-bindings: pinctrl: add bindings for MediaTek "
` [PATCH v6 2/7] pinctrl: mediatek: update pinmux definitions for mt6779
` [PATCH v6 3/7] pinctrl: mediatek: avoid virtual gpio trying to set reg
` [PATCH v6 4/7] pinctrl: mediatek: add pinctrl support for MT6779 SoC
` [PATCH v6 5/7] pinctrl: mediatek: add mt6779 eint support
` [PATCH v6 6/7] clk: mediatek: add UART0 clock support
` [PATCH v6 7/7] arm64: dts: add dts nodes for MT6779

[PATCH v3] dt-bindings: mfd: Convert stmfx bindings to json-schema
 2020-06-22 10:30 UTC  (4+ messages)

[PATCH v2] pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPIOD_OUT_HIGH)
 2020-06-22  9:34 UTC  (5+ messages)

[PATCH v3 0/5] irqchip: qcom: pdc: Introduce irq_set_wake call
 2020-06-22  9:31 UTC  (6+ messages)
` [PATCH v3 1/5] pinctrl: qcom: Remove irq_disable callback from msmgpio irqchip
` [PATCH v3 2/5] pinctrl: qcom: Add msmgpio irqchip flags
` [PATCH v3 3/5] pinctrl: qcom: Use return value from irq_set_wake call
` [PATCH v3 4/5] irqchip: qcom-pdc: Introduce "
` [PATCH v3 5/5] irqchip: qcom-pdc: Reset all pdc interrupts during init

[PATCH v2 0/4] irqchip: qcom: pdc: Introduce irq_set_wake call
 2020-06-22  9:19 UTC  (10+ messages)
` [PATCH v2 4/4] irqchip: qcom-pdc: "

[PATCH v3 00/10] Adding support for Microchip Sparx5 SoC
 2020-06-22  7:54 UTC  (4+ messages)
` [PATCH v3 05/10] pinctrl: ocelot: Add Sparx5 SoC support

[PATCH] pinctrl: amd: fix npins for uart0 in kerncz_groups
 2020-06-22  7:36 UTC  (2+ messages)

[PATCH 0/8] Add support for Sony SDM630-based boards
 2020-06-22  6:38 UTC  (15+ messages)
` [PATCH 1/8] pinctrl: qcom: spmi-gpio: Add pm660(l) compatibility
` [PATCH 2/8] Documentation: Document pm660(l) SPMI GPIOs compatible
` [PATCH 3/8] soc: qcom: socinfo: Add socinfo entry for SDM630
` [PATCH 4/8] clk: qcom: smd: Add support for SDM660 rpm clocks
` [PATCH 5/8] arm64: dts: qcom: pm660(l): Add base dts files
` [PATCH 6/8] arm64: dts: qcom: sdm630: Add sdm630 dts file
` [PATCH 7/8] arm64: dts: qcom: Add support for Sony Xperia XA2/Plus/Ultra (Nile platform)
` [PATCH 8/8] arm64: dts: qcom: Add support for Sony Xperia 10/10 Plus (Ganges platform)

[PATCH v2 00/11] Allwinner A100 Initial support
 2020-06-22  2:59 UTC  (12+ messages)
` [PATCH v2 01/11] dt-bindings: clk: sunxi-ccu: add compatible string for A100 CCU and R-CCU
` [PATCH v2 02/11] clk: sunxi-ng: add support for the Allwinner A100 CCU
` [PATCH v2 03/11] dt-bindings: pinctrl: sunxi: Add A100 pinctrl bindings
` [PATCH v2 04/11] pinctrl: sunxi: add support for the Allwinner A100 pin controller
` [PATCH v2 05/11] dt-bindings: nvmem: SID: add binding for A100's SID controller
` [PATCH v2 06/11] nvmem: sunxi-sid: add support "
` [PATCH v2 07/11] dt-bindings: thermal: sun8i: Add binding for A100's THS controller
` [PATCH v2 08/11] thermal: sun8i: Add A100's THS controller support
` [PATCH v2 09/11] arm64: allwinner: A100: add the basical Allwinner A100 DTSI file
` [PATCH v2 10/11] dt-bindings: arm: sunxi: Add Allwinner A100 Perf1 Board bindings
` [PATCH v2 11/11] arm64: allwinner: A100: add support for Allwinner Perf1 board

[GIT PULL] pin control fixes for v5.8
 2020-06-21 20:10 UTC  (2+ messages)

[gpio:devel] BUILD SUCCESS 84651e81ee3323c7d544edfa6ac6026425fe5a52
 2020-06-21 11:37 UTC 

[gpio:gpio-charger-mentioned] BUILD SUCCESS e4ae3c21f7cceec4f3b42546f3c90b73f98a9a46
 2020-06-21 11:37 UTC 

[gpio:ib-for-each-requested] BUILD SUCCESS 5bae1f08e2853d17ce2ceeca71fe5a3ee03a0a69
 2020-06-21 11:38 UTC 

[gpio:for-next] BUILD SUCCESS 42ba326cdeff6954bfd381d858e3c58f1126889b
 2020-06-21 11:38 UTC 

[pinctrl:devel] BUILD SUCCESS 435fda26d70379ccb272b880d2e43bff79fcba27
 2020-06-21  9:51 UTC 

[pinctrl:fixes] BUILD SUCCESS 25fae752156db7253471347df08a2700501eafde
 2020-06-21  9:51 UTC 

[pinctrl:for-next] BUILD SUCCESS 44fc2d79b5470090169fb53b119eeba768fe5c6e
 2020-06-21  9:51 UTC 

[RFC][PATCH 0/5] Allow for qcom-pdc, pinctrl-msm and qcom-scm drivers to be loadable as modules
 2020-06-21  6:00 UTC  (4+ messages)
` [RFC][PATCH 4/5] pinctrl: qcom: Allow pinctrl-msm code to be loadable as a module

linusw/devel baseline: 46 runs, 3 regressions (v5.8-rc1-8-g84651e81ee33)
 2020-06-21  0:45 UTC 

linusw/for-next baseline: 46 runs, 2 regressions (v5.8-rc1-11-g42ba326cdeff)
 2020-06-21  0:43 UTC 

linusw/devel build: 7 builds: 0 failed, 7 passed, 21 warnings (v5.8-rc1-8-g84651e81ee33)
 2020-06-21  0:00 UTC 

linusw/for-next build: 7 builds: 0 failed, 7 passed, 21 warnings (v5.8-rc1-11-g42ba326cdeff)
 2020-06-20 23:58 UTC 

[PATCH] max732x_probe: remove redundant check
 2020-06-20 22:40 UTC  (3+ messages)

[PATCH v3 0/5] DT: Improve validation for Marvell SoCs
 2020-06-20 21:39 UTC  (3+ messages)
` [PATCH v3 1/5] dt-bindings: gpio: Convert mrvl-gpio to json-schema

[PATCH v2] MAINTAINERS: Add entry for ROHM power management ICs
 2020-06-20 21:34 UTC  (6+ messages)

[PATCH 0/4] Allwinner A100 Initial support
 2020-06-20 21:27 UTC  (7+ messages)
` [PATCH 2/4] pinctrl: sunxi: add support for the Allwinner A100 pin controller
    ` 回复:[PATCH "

[PATCH v1 0/5] gpio, pinctrl, introduce for_each_requested_gpio() helper
 2020-06-20 21:16 UTC  (2+ messages)

[PATCH 0/2] pinctrl: stm32: Add possibility to configure only one pin
 2020-06-20 21:08 UTC  (2+ messages)

[PATCH 0/2] pinctrl: stm32: add changes to better manage
 2020-06-20 21:06 UTC  (2+ messages)

[PATCH] pinctrl: qcom: sc7180: Make gpio28 non wakeup capable
 2020-06-20 21:03 UTC  (2+ messages)

[PATCH v2 01/13] pinctrl: intel: Disable input and output buffer when switching to GPIO
 2020-06-20 20:56 UTC  (5+ messages)
` [PATCH v2 08/13] pinctrl: intel: Introduce for_each_requested_gpio() macro

[PATCH] pinctrl: ingenic: Add ingenic,jz4725b-gpio compatible string
 2020-06-20 20:43 UTC  (2+ messages)

[PATCH] pinctrl: single: fix function name in documentation
 2020-06-20 20:42 UTC  (2+ messages)

[PATCH v4] gpiolib: split character device into gpiolib-cdev
 2020-06-20 20:39 UTC  (2+ messages)

[PATCH v2] gpio: Add gpio-charger to the documentation
 2020-06-20 20:12 UTC 

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

[PATCH v8 0/4] Introduce the for_each_set_clump macro
 2020-06-19 19:17 UTC  (9+ messages)
` [PATCH v8 4/4] gpio: xilinx: Utilize "

[PATCH] pinctrl: sh-pfc: r8a77970: add RPC pins, groups, and functions
 2020-06-19 17:54 UTC  (4+ messages)

general protection fault in __bfs (2)
 2020-06-19 12:17 UTC  (2+ messages)

[PATCH v2 0/3] pinctrl: single: support #pinctrl-cells = 2
 2020-06-19  9:06 UTC  (4+ messages)
` [PATCH v2 1/3] ARM: dts: change AM33XX_PADCONF macro separate conf and mux
` [PATCH v2 2/3] ARM: dts: am33xx-l4: change #pinctrl-cells from 1 to 2
` [PATCH v2 3/3] pinctrl: single: parse #pinctrl-cells = 2

[PATCH v1] doc: devicetree: bindings: fix spelling mistake
 2020-06-18 18:36 UTC  (2+ messages)

[PATCH v2] gpio: xilinx: Add interrupt support
 2020-06-18 16:56 UTC  (2+ messages)

[PATCH 12/29] dt: update a reference for reneases pcar file renamed to yaml
 2020-06-18 16:41 UTC  (2+ messages)

[PATCH] dt-bindings: mfd: max77620: Convert to json-schema
 2020-06-18  8:28 UTC  (2+ messages)

[PATCH] [v2] pinctrl: meson: fix drive strength register and bit calculation
 2020-06-18  2:59 UTC 

[PATCH AUTOSEL 5.7 053/388] pinctrl: ocelot: Fix GPIO interrupt decoding on Jaguar2
 2020-06-18  1:07 UTC  (9+ messages)
` [PATCH AUTOSEL 5.7 125/388] gpio: dwapb: Append MODULE_ALIAS for platform driver
` [PATCH AUTOSEL 5.7 129/388] pinctrl: rza1: Fix wrong array assignment of rza1l_swio_entries
` [PATCH AUTOSEL 5.7 154/388] gpio: pca953x: fix handling of automatic address incrementing
` [PATCH AUTOSEL 5.7 215/388] pinctrl: ocelot: Always register GPIO driver
` [PATCH AUTOSEL 5.7 269/388] pinctrl: Fix return value about devm_platform_ioremap_resource()
` [PATCH AUTOSEL 5.7 324/388] pinctrl: sirf: add missing put_device() call in sirfsoc_gpio_probe()
` [PATCH AUTOSEL 5.7 325/388] pinctrl: freescale: imx: Fix an error handling path in 'imx_pinctrl_probe()'
` [PATCH AUTOSEL 5.7 326/388] pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in case of error "


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).