linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-10 13:24:05 to 2020-12-11 23:01:10 UTC [more...]

[patch 00/30] genirq: Treewide hunt for irq descriptor abuse and assorted fixes
 2020-12-11 22:07 UTC  (62+ messages)
` [patch 01/30] genirq: Move irq_has_action() into core code
` [patch 02/30] genirq: Move status flag checks to core
` [patch 03/30] genirq: Move irq_set_lockdep_class() "
` [patch 04/30] genirq: Provide irq_get_effective_affinity()
` [patch 05/30] genirq: Annotate irq stats data races
` [patch 06/30] parisc/irq: Simplify irq count output for /proc/interrupts
` [patch 07/30] genirq: Make kstat_irqs() static
` [patch 08/30] genirq: Provide kstat_irqdesc_cpu()
` [patch 09/30] ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()
` [patch 10/30] arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()
` [patch 11/30] parisc/irq: Use irq_desc_kstat_cpu() in show_interrupts()
` [patch 12/30] s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()
` [patch 13/30] drm/i915/lpe_audio: Remove pointless irq_to_desc() usage
  ` [Intel-gfx] "
` [patch 14/30] drm/i915/pmu: Replace open coded kstat_irqs() copy
` [patch 15/30] pinctrl: nomadik: Use irq_has_action()
` [patch 16/30] mfd: ab8500-debugfs: Remove the racy fiddling with irq_desc
` [patch 17/30] NTB/msi: Use irq_has_action()
` [patch 18/30] PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()
` [patch 19/30] PCI: mobiveil: "
` [patch 20/30] net/mlx4: Replace irq_to_desc() abuse
` [patch 21/30] net/mlx4: Use effective interrupt affinity
` [patch 22/30] net/mlx5: Replace irq_to_desc() abuse
` [patch 23/30] net/mlx5: Use effective interrupt affinity
` [patch 24/30] xen/events: Remove unused bind_evtchn_to_irq_lateeoi()
` [patch 25/30] xen/events: Remove disfunct affinity spreading
` [patch 26/30] xen/events: Use immediate affinity setting
` [patch 27/30] xen/events: Only force affinity mask for percpu interrupts
` [patch 28/30] xen/events: Reduce irq_info::spurious_cnt storage size
` [patch 29/30] xen/events: Implement irq distribution
` [patch 30/30] genirq: Remove export of irq_to_desc()

[RFC PATCH] pinctrl: add helper to expose pinctrl state in debugfs
 2020-12-11 21:15 UTC  (2+ messages)

[PATCH] driver: pinctrl: fix unused variable warning
 2020-12-11 18:58 UTC  (2+ messages)

[GIT PULL] Late GPIO fixes for v5.10
 2020-12-11 18:35 UTC  (2+ messages)

[GIT PULL] Late pin control fixes for v5.10
 2020-12-11 18:35 UTC  (2+ messages)

[PATCH v6 00/11] Raspberry Pi PoE HAT fan support
 2020-12-11 18:17 UTC  (13+ messages)
` [PATCH v6 01/11] firmware: raspberrypi: Keep count of all consumers
` [PATCH v6 02/11] firmware: raspberrypi: Introduce devm_rpi_firmware_get()
` [PATCH v6 03/11] clk: bcm: rpi: Release firmware handle on unbind
` [PATCH v6 04/11] gpio: raspberrypi-exp: "
` [PATCH v6 05/11] reset: raspberrypi: "
` [PATCH v6 06/11] soc: bcm: raspberrypi-power: "
` [PATCH v6 07/11] staging: vchiq: "
` [PATCH v6 08/11] input: raspberrypi-ts: Release firmware handle when not needed
` [PATCH v6 09/11] dt-bindings: pwm: Add binding for RPi firmware PWM bus
` [PATCH v6 10/11] DO NOT MERGE: ARM: dts: Add RPi's official PoE hat support
` [PATCH v6 11/11] pwm: Add Raspberry Pi Firmware based PWM bus

[PATCH] spi: dt-bindings: clarify CS behavior for spi-cs-high and gpio descriptors
 2020-12-11 17:51 UTC  (6+ messages)

[libgpiod][PATCH 00/14] treewide: start shaving off cruft for v2.0
 2020-12-11 15:06 UTC  (21+ messages)
` [libgpiod][PATCH 01/14] bindings: cxx: check for error from gpiod_line_bulk_new()
` [libgpiod][PATCH 02/14] build: drop the message about tests having been built successfully
` [libgpiod][PATCH 03/14] core: export gpiod_is_gpiochip_device()
` [libgpiod][PATCH 04/14] bulk: drop the limit on the max number of lines
` [libgpiod][PATCH 05/14] core: drop line iterators
` [libgpiod][PATCH 06/14] treewide: kill opening chips by label
` [libgpiod][PATCH 07/14] API: move gpiod_line_get_chip() to line attributes section
` [libgpiod][PATCH 08/14] core: kill gpiod_line_close_chip()
` [libgpiod][PATCH 09/14] core: kill gpiod_line_get()
` [libgpiod][PATCH 10/14] treewide: kill global line lookup
` [libgpiod][PATCH 11/14] treewide: kill find_lines()
` [libgpiod][PATCH 12/14] core: rework gpiod_chip_find_line()
` [libgpiod][PATCH 13/14] build: add a configure switch for building examples
` [libgpiod][PATCH 14/14] core: kill chip iterators

[PATCH v2 00/10] treewide: bd9571mwv: Add support for BD9574MWF
 2020-12-11 13:29 UTC  (17+ messages)
` [PATCH v2 01/10] dt-bindings: mfd: bd9571mwv: Document BD9574MWF
` [PATCH v2 02/10] mfd: rohm-generic: Add BD9571 and BD9574
` [PATCH v2 03/10] regulator: bd9571mwv: rid of using struct bd9571mwv
` [PATCH v2 04/10] regulator: bd9571mwv: Add BD9574MWF support
` [PATCH v2 05/10] gpio: bd9571mwv: Use the SPDX license identifier
` [PATCH v2 06/10] gpio: bd9571mwv: rid of using struct bd9571mwv
` [PATCH v2 07/10] gpio: bd9571mwv: Add BD9574MWF support
` [PATCH v2 08/10] mfd: bd9571mwv: Use the SPDX license identifier
` [PATCH v2 09/10] mfd: bd9571mwv: Make the driver more generic
` [PATCH v2 10/10] mfd: bd9571mwv: Add support for BD9574MWF

[PATCH] driver: aspeed: g6: Fix PWMG0 pinctrl setting
 2020-12-11 11:00 UTC  (3+ messages)

[PATCH -next] ti/pinctrl-ti-iodelay: convert comma to semicolon
 2020-12-11  8:49 UTC 

[PATCH -next] mediatek/pinctrl-moore: convert comma to semicolon
 2020-12-11  8:48 UTC 

[PATCH -next] mediatek/pinctrl-paris: convert comma to semicolon
 2020-12-11  8:47 UTC 

[PATCH -next] pinctrl/pinctrl-at91: convert comma to semicolon
 2020-12-11  8:45 UTC 

[PATCH v2 1/3] irqchip: qcom-pdc: Fix phantom irq when changing between rising/falling
 2020-12-11  7:07 UTC  (9+ messages)
` [PATCH v2 3/3] pinctrl: qcom: Clear possible pending irq when remuxing GPIOs

[PATCH v2 0/2] pinctrl: ralink: pinctrl driver for the rt2880 family
 2020-12-11  6:58 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: rt2880: add binding document

[PATCH v8 00/22] RISC-V Kendryte K210 support improvements
 2020-12-11  4:34 UTC  (32+ messages)
` [PATCH v8 01/22] riscv: Fix kernel time_init()
` [PATCH v8 02/22] riscv: Fix sifive serial driver
` [PATCH v8 03/22] riscv: Enable interrupts during syscalls with M-Mode
` [PATCH v8 04/22] riscv: Fix builtin DTB handling
` [PATCH v8 05/22] riscv: Use vendor name for K210 SoC support
` [PATCH v8 06/22] riscv: cleanup Canaan Kendryte K210 sysctl driver
` [PATCH v8 07/22] dt-bindings: Add Canaan vendor prefix
` [PATCH v8 08/22] dt-binding: clock: Document canaan,k210-clk bindings
` [PATCH v8 09/22] dt-bindings: reset: Document canaan,k210-rst bindings
` [PATCH v8 10/22] dt-bindings: pinctrl: Document canaan,k210-fpioa bindings
` [PATCH v8 11/22] dt-binding: mfd: Document canaan,k210-sysctl bindings
` [PATCH v8 12/22] riscv: Add Canaan Kendryte K210 clock driver
` [PATCH v8 13/22] riscv: Add Canaan Kendryte K210 reset controller
` [PATCH v8 14/22] riscv: Add Canaan Kendryte K210 FPIOA driver
` [PATCH v8 15/22] riscv: Update Canaan Kendryte K210 device tree
` [PATCH v8 16/22] riscv: Add SiPeed MAIX BiT board "
` [PATCH v8 17/22] riscv: Add SiPeed MAIX DOCK "
` [PATCH v8 18/22] riscv: Add SiPeed MAIX GO "
` [PATCH v8 19/22] riscv: Add SiPeed MAIXDUINO "
` [PATCH v8 20/22] riscv: Add Kendryte KD233 "
` [PATCH v8 21/22] riscv: Update Canaan Kendryte K210 defconfig
` [PATCH v8 22/22] riscv: Add Canaan Kendryte K210 SD card defconfig

[PATCH v4 0/3] gpio: mvebu: Armada 8K/7K PWM support
 2020-12-11  3:47 UTC  (3+ messages)
` [PATCH v4 3/3] dt-bindings: ap806: document marvell,gpio pwm-offset property
  ` [PATCH v4 3/3] dt-bindings: ap806: document marvell, gpio "

[PATCH -next 0/3] pinctrl: pinctrl-microchip-sgpio: Add interrupt controller support
 2020-12-11  3:31 UTC  (3+ messages)
` [PATCH -next 2/3] dt-bindings: pinctrl: pinctrl-microchip-sgpio: Add irq support

[PATCH v2 02/21] dt-bindings: pinctrl: Add Allwinner H616 compatible strings
 2020-12-11  1:19 UTC  (3+ messages)
` [PATCH v2 03/21] pinctrl: sunxi: Add support for the Allwinner H616 pin controller
` [PATCH v2 04/21] pinctrl: sunxi: Add support for the Allwinner H616-R "

[PATCH v4 0/4] gpio: visconti: Add Toshiba Visconti GPIO support
 2020-12-11  9:41 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: gpio: Add bindings for Toshiba Visconti GPIO Controller
` [PATCH v4 2/4] gpio: visconti: Add Toshiba Visconti GPIO support
` [PATCH v4 3/4] MAINTAINERS: Add entries for Toshiba Visconti GPIO controller
` [PATCH v4 4/4] arm: dts: visconti: Add DT support for Toshiba Visconti5 GPIO driver

[PATCH v3 0/4] gpio: visconti: Add Toshiba Visconti GPIO support
 2020-12-11  0:13 UTC  (4+ messages)
` [PATCH v3 2/4] "

[PATCH v3 1/3] irqchip: qcom-pdc: Fix phantom irq when changing between rising/falling
 2020-12-10 21:56 UTC  (6+ messages)
` [PATCH v3 2/3] pinctrl: qcom: Allow SoCs to specify a GPIO function that's not 0
` [PATCH v3 3/3] pinctrl: qcom: Clear possible pending irq when remuxing GPIOs

[PATCH v2] pinctrl: remove empty lines in pinctrl subsystem
 2020-12-10 19:38 UTC  (3+ messages)

[PATCH -next] pinctrl/spear: simplify the return expression of spear300_pinctrl_probe()
 2020-12-10 15:59 UTC  (2+ messages)

[PATCH v4 0/5] Add GPIO support for MStar/SigmaStar ARMv7
 2020-12-10 15:49 UTC  (6+ messages)
` [PATCH v4 3/5] gpio: msc313: MStar MSC313 GPIO driver

[RFC PATCH] RFC: drivers: gpio: helper for generic pin IRQ handling
 2020-12-10 15:40 UTC  (6+ messages)

[PATCH] gpio: aspeed: Lock GPIO pin used as IRQ
 2020-12-10 14:14 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: pinctrl: qcom: Add SM8350 pinctrl bindings
 2020-12-10 13:52 UTC  (2+ messages)

[PATCH -next] pinctrl/mediatek: simplify the return expression of mtk_pinconf_bias_disable_set_rev1()
 2020-12-10 13:59 UTC 

[PATCH -next] gpio: simplify the return expression of cs5535_gpio_probe()
 2020-12-10 13:56 UTC 

[PATCH v7 00/22] RISC-V Kendryte K210 support improvements
 2020-12-10 13:52 UTC  (5+ messages)

[PATCH v2 0/9] arch: riscv: add board and SoC DT file support
 2020-12-10 13:34 UTC  (9+ messages)
` [PATCH v2 1/9] dt-bindings: riscv: Update DT binding docs to support SiFive FU740 SoC
` [PATCH v2 7/9] riscv: dts: add initial support for the SiFive FU740-C000 SoC
` [PATCH v2 8/9] dt-bindings: riscv: Update YAML doc to support SiFive HiFive Unmatched board
` [PATCH v2 9/9] riscv: dts: add initial board data for the SiFive HiFive Unmatched

[PATCH v2 1/2] drivers: gpio: put virtual gpio device into their own submenu
 2020-12-10 13:32 UTC  (11+ messages)
` [PATCH v2 2/2] drivers: gpio: add virtio-gpio guest driver
  ` Howto listen to/handle gpio state changes ? "


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