linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-02 16:57:22 to 2021-11-08 21:13:16 UTC [more...]

[PATCH 00/13]Update the icicle kit device tree
 2021-11-08 21:13 UTC  (17+ messages)
` [PATCH 01/13] dt-bindings: interrupt-controller: create a header for RISC-V interrupts
` [PATCH 02/13] dt-bindings: interrupt-controller: add defines for mpfs-plic
` [PATCH 03/13] dt-bindings: soc/microchip: update sys ctrlr compat string
` [PATCH 04/13] dt-bindings: riscv: update microchip polarfire binds
` [PATCH 05/13] dt-bindings: i2c: add bindings for microchip mpfs i2c
` [PATCH 06/13] dt-bindings: rng: add bindings for microchip mpfs rng
` [PATCH 07/13] dt-bindings: rtc: add bindings for microchip mpfs rtc
` [PATCH 08/13] dt-bindings: soc/microchip: add bindings for mpfs system services
` [PATCH 09/13] dt-bindings: gpio: add bindings for microchip mpfs gpio
` [PATCH 10/13] dt-bindings: spi: add bindings for microchip mpfs spi
` [PATCH 11/13] dt-bindings: usb: add bindings for microchip mpfs musb
` [PATCH 12/13] riscv: icicle-kit: update microchip icicle kit device tree
` [PATCH 13/13] MAINTAINERS: update riscv/microchip entry

[PATCH v2 0/5] RZ/G2L: pinctrl: Support to get/set drive-strength and output-impedance-ohms
 2021-11-08 20:56 UTC  (11+ messages)
` [PATCH v2 1/5] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Add output-impedance-ohms property
` [PATCH v2 2/5] pinctrl: renesas: pinctrl-rzg2l: Add helper functions to read/write pin config
` [PATCH v2 3/5] pinctrl: renesas: pinctrl-rzg2l: Add support to get/set pin config for GPIO port pins
` [PATCH v2 4/5] pinctrl: renesas: pinctrl-rzg2l: Rename PIN_CFG_* macros to match HW manual
` [PATCH v2 5/5] pinctrl: renesas: pinctrl-rzg2l: Add support to get/set drive-strength and output-impedance-ohms

[GIT PULL] gpio: updates for v5.16
 2021-11-08 20:27 UTC  (2+ messages)

[PATCH v3 00/11] Support Pensando Elba SoC
 2021-11-08 20:01 UTC  (18+ messages)
` [PATCH v3 02/11] dt-bindings: Add vendor prefix for Pensando Systems
` [PATCH v3 03/11] dt-bindings: mmc: Add Pensando Elba SoC binding
` [PATCH v3 11/11] arm64: dts: Add Pensando Elba SoC support

[PATCH 0/2] Extend pinctrl-ocelot driver for lan966x
 2021-11-08 19:23 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: ocelot: Add Lan966x SoC support

[RESEND PATCH 0/4] Drop ROHM BD70528 support
 2021-11-08 17:55 UTC  (3+ messages)
` [RESEND PATCH 1/4] dt-bindings: mfd: regulator: Drop "

[PATCH v2 00/13] Add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2021-11-08 17:06 UTC  (33+ messages)
` [PATCH v2 01/13] ARM: imx: add initial support for i.MXRT10xx family
` [PATCH v2 02/13] dt-bindings: pinctrl: add i.MXRT1050 pinctrl binding doc
` [PATCH v2 03/13] ARM: dts: imxrt1050-pinfunc: Add pinctrl binding header
` [PATCH v2 04/13] pinctrl: freescale: Add i.MXRT1050 pinctrl driver support
` [PATCH v2 05/13] dt-bindings: clock: imx: Add documentation for i.MXRT clock
` [PATCH v2 06/13] dt-bindings: imx: Add clock binding for i.MXRT1050
` [PATCH v2 07/13] clk: imx: Add initial support for i.MXRT clock driver
` [PATCH v2 08/13] dt-bindings: serial: fsl-lpuart: add i.MXRT compatible
` [PATCH v2 09/13] tty: serial: fsl_lpuart: add i.MXRT support
` [PATCH v2 10/13] dt-bindings: mmc: fsl-imx-esdhc: add i.MXRT compatible string
` [PATCH v2 11/13] mmc: sdhci-esdhc-imx: Add sdhc support for i.MXRT series
` [PATCH v2 12/13] ARM: dts: imx: add i.MXRT1050-EVK support
` [PATCH v2 13/13] ARM: imxrt_defconfig: add i.MXRT family defconfig

[RFC 1/3] gpiolib: remove irq_to_gpio() definition
 2021-11-08 14:21 UTC  (9+ messages)
` [RFC 2/3] gpiolib: remove empty asm/gpio.h files
` [RFC 3/3] gpiolib: coldfire: remove custom asm/gpio.h

[PATCH v1 01/19] lib/string_helpers: Introduce kasprintf_strarray()
 2021-11-08 12:51 UTC  (33+ messages)
` [PATCH v1 02/19] lib/string_helpers: Introduce managed variant of kasprintf_strarray()
` [PATCH v1 03/19] pinctrl/rockchip: Drop wrong kernel doc annotation
` [PATCH v1 04/19] pinctrl/rockchip: Use temporary variable for struct device
` [PATCH v1 05/19] pinctrl/rockchip: Make use of the devm_platform_get_and_ioremap_resource()
` [PATCH v1 06/19] pinctrl/rockchip: Convert to use dev_err_probe()
` [PATCH v1 07/19] pinctrl/rockchip: Switch to use devm_kasprintf_strarray()
` [PATCH v1 08/19] pinctrl: armada-37xx: Fix function name in the kernel doc
` [PATCH v1 09/19] pinctrl: armada-37xx: Use temporary variable for struct device
` [PATCH v1 10/19] pinctrl: armada-37xx: Make use of the devm_platform_ioremap_resource()
` [PATCH v1 11/19] pinctrl: armada-37xx: Convert to use dev_err_probe()
` [PATCH v1 12/19] pinctrl: armada-37xx: Switch to use devm_kasprintf_strarray()
` [PATCH v1 13/19] pinctrl: st: Drop wrong kernel doc annotations
` [PATCH v1 14/19] pinctrl: st: Use temporary variable for struct device
` [PATCH v1 15/19] pinctrl: st: Make use of the devm_platform_ioremap_resource_byname()
` [PATCH v1 16/19] pinctrl: st: Convert to use dev_err_probe()
` [PATCH v1 17/19] pinctrl: st: Switch to use devm_kasprintf_strarray()
` [PATCH v1 18/19] pinctrl: zynqmp: Unify pin naming
` [PATCH v1 19/19] gpio: mockup: Switch to use kasprintf_strarray()

[PATCH v3 00/16] Basic StarFive JH7100 RISC-V SoC support
 2021-11-08  9:32 UTC  (28+ messages)
` [PATCH v3 01/16] RISC-V: Add StarFive SoC Kconfig option
` [PATCH v3 06/16] clk: starfive: Add JH7100 clock generator driver
` [PATCH v3 08/16] dt-bindings: reset: Add Starfive JH7100 reset bindings
` [PATCH v3 09/16] reset: starfive-jh7100: Add StarFive JH7100 reset driver
` [PATCH v3 11/16] dt-bindings: pinctrl: Add StarFive JH7100 bindings
` [PATCH v3 12/16] pinctrl: starfive: Add pinctrl driver for StarFive SoCs
` [PATCH v3 14/16] serial: 8250_dw: Add StarFive JH7100 quirk

[GIT PULL] configfs-based GPIO simulator for v5.16
 2021-11-08  8:45 UTC  (6+ messages)

[PATCH v1 0/1] Mediatek pinctrl patch
 2021-11-08  8:32 UTC  (3+ messages)
` [PATCH v1] pinctrl: mediatek: fix global-out-of-bounds issue

[PATCH -next] gpio: virtio: remove unneeded semicolon
 2021-11-08  4:15 UTC  (2+ messages)

[PATCH V7] gpio: virtio: Add IRQ support
 2021-11-08  3:30 UTC  (5+ messages)

[PATCH 0/3] selftests: gpio: fix minor build issues
 2021-11-08  1:28 UTC  (4+ messages)
` [PATCH 1/3] selftests: gpio: fix gpio compiling error
` [PATCH 2/3] selftests: gpio: fix uninitialised variable warning
` [PATCH 3/3] selftests: gpio: restore CFLAGS options

[libgpiod v2][PATCH v4 0/2] libgpiod v2: C++ bindings
 2021-11-08  1:04 UTC  (5+ messages)
` [libgpiod v2][PATCH v4 1/2] line-config: rework the interface some more
` [libgpiod v2][PATCH v4 2/2] bindings: cxx: implement C++ bindings for libgpiod v2.0

[PATCH] pinctrl: qcom: sm8350: Correct UFS and SDC offsets
 2021-11-06 17:08 UTC  (2+ messages)

[PATCH v3 0/3] Add AD74413R driver
 2021-11-06  0:24 UTC  (5+ messages)
` [PATCH v3 1/3] iio: add adddac subdirectory
` [PATCH v3 2/3] dt-bindings: iio: add AD74413R
` [PATCH v3 3/3] iio: addac: add AD74413R driver

[PATCH v8 1/6] mfd: simple-mfd-i2c: Add Delta TN48M CPLD support
 2021-11-05 23:26 UTC  (11+ messages)
` [PATCH v8 2/6] gpio: Add Delta TN48M CPLD GPIO driver
` [PATCH v8 3/6] dt-bindings: reset: Add Delta TN48M
` [PATCH v8 4/6] reset: Add Delta TN48M CPLD reset controller
` [PATCH v8 5/6] dt-bindings: mfd: Add Delta TN48M CPLD drivers bindings
` [PATCH v8 6/6] MAINTAINERS: Add Delta Networks TN48M CPLD drivers

[PATCH v7 1/6] mfd: simple-mfd-i2c: Add Delta TN48M CPLD support
 2021-11-05 23:19 UTC  (9+ messages)
` [PATCH v7 2/6] gpio: Add Delta TN48M CPLD GPIO driver
` [PATCH v7 4/6] reset: Add Delta TN48M CPLD reset controller
` [PATCH v7 5/6] dt-bindings: mfd: Add Delta TN48M CPLD drivers bindings

[GIT PULL] Pin control bulk changes for v5.16
 2021-11-05 16:08 UTC  (2+ messages)

[PATCH] gpio/rockchip: fix Kconfig to prevent build errors
 2021-11-04 15:41 UTC 

[PATCH] virtio_gpio: drop packed attribute
 2021-11-04 15:38 UTC  (2+ messages)

[PATCH v3 0/5] pinctrl/GPIO driver for Apple SoCs
 2021-11-04 15:30 UTC  (4+ messages)
` [PATCH v3 1/5] gpio: Allow per-parent interrupt data

[PATCH] pinctrl: tegra194: remove duplicate initializer again
 2021-11-04 13:36 UTC 

[PATCH v2] dt-bindings: pinctrl: uniphier: Add child node definitions to describe pin mux and configuration
 2021-11-04  7:32 UTC  (3+ messages)

[PATCH 0/1] Mediatek pinctrl patch
 2021-11-04  6:07 UTC  (3+ messages)
` [PATCH] pinctrl: mediatek: fix global-out-of-bounds issue

[RFC v2 00/11] Intro to Hardware timestamping engine
 2021-11-03 21:43 UTC  (19+ messages)
` [RFC v2 01/11] Documentation: Add HTE subsystem guide
` [RFC v2 02/11] drivers: Add hardware timestamp engine (HTE)
` [RFC v2 03/11] hte: Add tegra194 HTE kernel provider
` [RFC v2 04/11] dt-bindings: Add HTE bindings
` [RFC v2 07/11] gpio: tegra186: Add HTE in gpio-tegra186 driver
` [RFC v2 10/11] hte: Add tegra GPIO HTE test driver

[PATCH 3/3] iio: addac: add AD74413R driver
 2021-11-03 17:33 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: tegra186-gpio: Add Tegra234 ports
 2021-11-03 11:01 UTC  (5+ messages)
` [PATCH 2/2] gpio: tegra186: Add support for Tegra234 gpio

[PATCH 08/13] dt-bindings: serial: fsl-lpuart: add i.MXRT compatible
 2021-11-03  2:48 UTC 

[PATCH] pinctrl: aspeed: fix unmet dependencies on MFD_SYSCON for PINCTRL_ASPEED
 2021-11-02 22:46 UTC  (2+ messages)

[PATCH v3 0/2] Extend pinctrl-ocelot driver for lan966x
 2021-11-02 17:47 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: ocelot: add lan966x SoC support


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