linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-13 16:30:23 to 2021-11-19 02:16:30 UTC [more...]

[RFC PATCH v4 net-next 00/23] add support for VSC75XX control over SPI
 2021-11-19  2:16 UTC  (42+ messages)
` [RFC PATCH v4 net-next 01/23] net: dsa: ocelot: remove unnecessary pci_bar variables
` [RFC PATCH v4 net-next 02/23] net: mdio: mscc-miim: convert to a regmap implementation
` [RFC PATCH v4 net-next 03/23] net: dsa: ocelot: seville: utilize of_mdiobus_register
` [RFC PATCH v4 net-next 04/23] net: dsa: ocelot: felix: switch to mdio-mscc-miim driver for indirect mdio access
` [RFC PATCH v4 net-next 05/23] net: dsa: ocelot: felix: Remove requirement for PCS in felix devices
` [RFC PATCH v4 net-next 06/23] net: dsa: ocelot: felix: add interface for custom regmaps
` [RFC PATCH v4 net-next 07/23] net: dsa: ocelot: felix: add per-device-per-port quirks
` [RFC PATCH v4 net-next 08/23] net: mscc: ocelot: split register definitions to a separate file
` [RFC PATCH v4 net-next 09/23] net: mscc: ocelot: expose ocelot wm functions
` [RFC PATCH v4 net-next 10/23] pinctrl: ocelot: combine get resource and ioremap into single call
` [RFC PATCH v4 net-next 11/23] pinctrl: ocelot: update pinctrl to automatic base address
` [RFC PATCH v4 net-next 12/23] pinctrl: ocelot: convert pinctrl to regmap
` [RFC PATCH v4 net-next 13/23] pinctrl: ocelot: expose ocelot_pinctrl_core_probe interface
` [RFC PATCH v4 net-next 14/23] pinctrl: microchip-sgpio: update to support regmap
` [RFC PATCH v4 net-next 15/23] device property: add helper function fwnode_get_child_node_count
` [RFC PATCH v4 net-next 16/23] pinctrl: microchip-sgpio: change device tree matches to use nodes instead of device
` [RFC PATCH v4 net-next 17/23] pinctrl: microchip-sgpio: expose microchip_sgpio_core_probe interface
` [RFC PATCH v4 net-next 18/23] net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcs
` [RFC PATCH v4 net-next 19/23] net: dsa: felix: name change for clarity from pcs to mdio_device
` [RFC PATCH v4 net-next 20/23] net: dsa: seville: "
` [RFC PATCH v4 net-next 21/23] net: ethernet: enetc: "
` [RFC PATCH v4 net-next 22/23] net: pcs: lynx: use a common naming scheme for all lynx_pcs variables
` [RFC PATCH v4 net-next 23/23] net: dsa: ocelot: felix: add support for VSC75XX control over SPI

[PATCH v3] dt-bindings: pinctrl: uniphier: Add child node definitions to describe pin mux and configuration
 2021-11-19  1:28 UTC  (2+ messages)

[PATCH 0/5] pinctrl: allow storing pins, groups & functions in DT
 2021-11-18 22:09 UTC  (13+ messages)
` [PATCH 1/5] dt-bindings: pinctrl: support specifying pins, groups & functions
` [PATCH 2/5] dt-bindings: pinctrl: brcm,ns-pinmux: extend example
` [PATCH 3/5] pinctrl: add helpers reading pins, groups & functions from DT
` [PATCH 4/5] pinctrl: bcm: pinctrl-ns: supoprt DT specified pins, groups & functions
` [PATCH 5/5] ARM: dts: BCM5301X: add pinctrl "

[PATCH v2 1/2] gpiolib: improve coding style for local variables
 2021-11-18 21:16 UTC  (10+ messages)
` [PATCH v2 2/2] gpiolib: check the 'ngpios' property in core gpiolib code

[PATCH v1 01/19] lib/string_helpers: Introduce kasprintf_strarray()
 2021-11-18 20:30 UTC  (7+ messages)
` [PATCH v1 19/19] gpio: mockup: Switch to use kasprintf_strarray()

[GIT PULL] intel-pinctrl for 5.17-1
 2021-11-18 17:57 UTC 

[PATCH v9 0/4] gpio-sim: configfs-based GPIO simulator
 2021-11-18 16:59 UTC  (8+ messages)
` [PATCH v9 1/4] gpio: sim: new testing module
` [PATCH v9 2/4] selftests: gpio: provide a helper for reading chip info
` [PATCH v9 3/4] selftests: gpio: add a helper for reading GPIO line names
` [PATCH v9 4/4] selftests: gpio: add test cases for gpio-sim

[RFC] pinctrl: renesas: rzg2l: Add support to select MII/RGMII mode
 2021-11-18 14:55 UTC 

[PATCH 0/3] Add pin control driver for Sunplus SP7021 SoC
 2021-11-18 12:20 UTC  (14+ messages)
` [PATCH 3/3] devicetree: bindings: pinctrl: Add bindings doc for Sunplus SP7021
` [PATCH v2 0/3] This is a patch series for pinctrl driver for Sunplus SP7021 SoC
  ` [PATCH v2 1/3] pinctrl: Add driver for Sunplus SP7021
  ` [PATCH v2 2/3] dt-bindings: pinctrl: Add dt-bindings "
  ` [PATCH v2 3/3] devicetree: bindings: pinctrl: Add bindings doc "

[PATCH v4 0/2] Extend pinctrl-ocelot driver for lan966x
 2021-11-18 12:07 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: pinctrl: ocelot: add lan966x SoC support
` [PATCH v4 2/2] pinctrl: ocelot: Extend support for lan966x

[PATCH v2 1/3] pinctrl: cherryview: Don't use pin/offset 0 to mark an interrupt line as unused
 2021-11-18 11:28 UTC  (7+ messages)
` [PATCH v2 2/3] pinctrl: cherryview: Do not allow the same interrupt line to be used by 2 pins
` [PATCH v2 3/3] pinctrl: cherryview: Ignore INT33FF UID 5 ACPI device

[PATCH 1/3] pinctrl: cherryview: Don't use pin/offset 0 to mark an interrupt-line as unused
 2021-11-18 10:55 UTC  (7+ messages)
` [PATCH 2/3] pinctrl: cherryview: Do not allow the same intr-line to be used by 2 pins
` [PATCH 3/3] pinctrl: cherryview: Ignore INT33FF UID 5 ACPI device

[PATCH 0/2] Extend pinctrl-ocelot driver for lan966x
 2021-11-18 10:50 UTC  (7+ messages)
` [PATCH 2/2] pinctrl: ocelot: Extend support "

[PATCH RESEND 0/4] Drop ROHM BD70528 support
 2021-11-18  8:55 UTC  (10+ messages)
` [PATCH RESEND 1/4] dt-bindings: mfd: regulator: Drop "
` [PATCH RESEND 2/4] gpio: bd70528 "
` [PATCH RESEND 3/4] mfd: bd70528: "
` [PATCH RESEND 4/4] MAINTAINERS: bd70528: Drop ROHM BD70528 drivers

[PATCH v3 00/11] Support Pensando Elba SoC
 2021-11-17 21:35 UTC  (15+ messages)
` [PATCH v3 03/11] dt-bindings: mmc: Add Pensando Elba SoC binding
` [PATCH v3 04/11] dt-bindings: spi: Add compatible for Pensando Elba SoC
` [PATCH v3 05/11] spi: dw: Add Pensando Elba SoC SPI Controller bindings

Build regressions/improvements in v5.16-rc1
 2021-11-17 19:39 UTC  (14+ messages)

[PATCH] pinctrl: bcm: ns: use generic groups & functions helpers
 2021-11-17 13:08 UTC  (2+ messages)
` [PATCH V2] "

[PATCH 00/13]Update the icicle kit device tree
 2021-11-17 12:17 UTC  (8+ messages)
` [PATCH 12/13] riscv: icicle-kit: update microchip "

[PATCH] pinctrl: renesas: Remove unneeded locking around sh_pfc_read() calls
 2021-11-17  9:59 UTC 

[PATCH v4 00/16] Basic StarFive JH7100 RISC-V SoC support
 2021-11-16 17:28 UTC  (27+ messages)
` [PATCH v4 01/16] RISC-V: Add StarFive SoC Kconfig option
` [PATCH v4 02/16] dt-bindings: timer: Add StarFive JH7100 clint
` [PATCH v4 03/16] dt-bindings: interrupt-controller: Add StarFive JH7100 plic
` [PATCH v4 04/16] dt-bindings: clock: starfive: Add JH7100 clock definitions
` [PATCH v4 05/16] dt-bindings: clock: starfive: Add JH7100 bindings
` [PATCH v4 06/16] clk: starfive: Add JH7100 clock generator driver
` [PATCH v4 07/16] dt-bindings: reset: Add StarFive JH7100 reset definitions
` [PATCH v4 08/16] dt-bindings: reset: Add Starfive JH7100 reset bindings
` [PATCH v4 09/16] reset: starfive-jh7100: Add StarFive JH7100 reset driver
` [PATCH v4 10/16] dt-bindings: pinctrl: Add StarFive pinctrl definitions
` [PATCH v4 11/16] dt-bindings: pinctrl: Add StarFive JH7100 bindings
` [PATCH v4 12/16] pinctrl: starfive: Add pinctrl driver for StarFive SoCs
` [PATCH v4 13/16] dt-bindings: serial: snps-dw-apb-uart: Add JH7100 uarts
` [PATCH v4 14/16] serial: 8250_dw: Add StarFive JH7100 quirk
` [PATCH v4 15/16] RISC-V: Add initial StarFive JH7100 device tree
` [PATCH v4 16/16] RISC-V: Add BeagleV Starlight Beta "

[PATCH 1/2] pinctrl: spmi-gpio: Add support for PM2250
 2021-11-16 15:35 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: qcom,pmic-gpio: Add pm2250 compatible string

[linusw-pinctrl:fixes] BUILD SUCCESS 62209e805b5c68577602a5803a71d8e2e11ee0d3
 2021-11-16 14:29 UTC 

[PATCH v2 1/2] dt-bindings: pinctrl: samsung: Document Exynos7885
 2021-11-16 10:24 UTC  (2+ messages)

[PATCH v4] gpio: Return EPROBE_DEFER if gc->to_irq is NULL
 2021-11-16  9:38 UTC 

Fotowoltaika dla firm
 2021-11-16  8:46 UTC 

[PATCH] gpio/rockchip: needs GENERIC_IRQ_CHIP to fix build errors
 2021-11-16  8:42 UTC  (2+ messages)

[PATCH v4 0/2] Add pinctrl support for SDX65
 2021-11-16  7:39 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: pinctrl: qcom: Add SDX65 pinctrl bindings
` [PATCH v4 2/2] pinctrl: qcom: Add SDX65 pincontrol driver

[PATCH v3 1/2] pinctrl: qcom: Add egpio feature support
 2021-11-16  5:38 UTC  (2+ messages)
` [PATCH v3 2/2] pinctrl: qcom: sc7280: Add egpio support

[PATCH 0/2] leds: pca955x: Expose GPIOs for all pins
 2021-11-16  2:44 UTC  (4+ messages)
` [PATCH 1/2] leds: pca955x: Make the gpiochip always expose "

[PATCH] gpio: Initialize gc->irq.domain before setting gc->to_irq
 2021-11-15 19:53 UTC  (3+ messages)

[PATCH v3] gpio: Return EPROBE_DEFER if gc->to_irq is NULL
 2021-11-15 18:30 UTC 

[PATCH 0/3] selftests: gpio: fix minor build issues
 2021-11-15 13:28 UTC  (2+ messages)

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

[PATCH v1 1/2] gpiolib: acpi: Remove never used devm_acpi_dev_remove_driver_gpios()
 2021-11-15 11:31 UTC  (3+ messages)

[PATCH] gpio: xlp: Remove Netlogic XLP variants
 2021-11-15 11:23 UTC  (2+ messages)

[PATCH V4] dt-bindings: gpio: gpio-vf610: Add imx8ulp compatible string
 2021-11-15 10:50 UTC  (2+ messages)

New hardware support - ITE IT8689
 2021-11-14 17:07 UTC  (2+ messages)

[PATCH v1 0/9] pinctrl: apple: misc fixes from post-commit review
 2021-11-13 19:21 UTC  (3+ messages)
` [PATCH v1 7/9] pinctrl: apple: don't set gpio_chip.of_node

[PATCH v2 1/2] dt-bindings: pinctrl: qcom,pmic-gpio: Add compatible for PM8019
 2021-11-13 18:42 UTC  (4+ messages)
` [PATCH v2 2/2] pinctrl: qcom-pmic-gpio: Add support for pm8019

[PATCH v3 0/3] Add AD74413R driver
 2021-11-13 18:15 UTC  (5+ messages)
` [PATCH v3 2/3] dt-bindings: iio: add AD74413R
` [PATCH v3 3/3] iio: addac: add AD74413R driver


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