linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-03 12:58:27 to 2021-03-04 20:19:01 UTC [more...]

[PATCH] gpiolib: acpi: support override broken GPIO number in ACPI table
 2021-03-04 20:16 UTC  (23+ messages)

[PATCH v2 00/12] gpio: implement the configfs testing module
 2021-03-04 20:15 UTC  (18+ messages)
` [PATCH v2 01/12] configfs: increase the item name length
` [PATCH v2 02/12] configfs: use (1UL << bit) for internal flags
` [PATCH v2 03/12] configfs: implement committable items
` [PATCH v2 04/12] samples: configfs: add a committable group
` [PATCH v2 05/12] lib: bitmap: remove the 'extern' keyword from function declarations
` [PATCH v2 06/12] lib: bitmap: order includes alphabetically
` [PATCH v2 07/12] lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc()
` [PATCH v2 08/12] drivers: export device_is_bound()
` [PATCH v2 09/12] gpio: sim: new testing module
` [PATCH v2 10/12] selftests: gpio: provide a helper for reading chip info
` [PATCH v2 11/12] selftests: gpio: add a helper for reading GPIO line names
` [PATCH v2 12/12] selftests: gpio: add test cases for gpio-sim

[PATCH v3 0/5] gpiolib: switch to fwnode in the core
 2021-03-04 20:12 UTC  (6+ messages)
` [PATCH v3 1/5] irqdomain: Introduce irq_domain_create_simple() API
` [PATCH v3 2/5] gpiolib: Unify the checks on fwnode type
` [PATCH v3 3/5] gpiolib: Move of_node operations to gpiolib-of and correct fwnode use
` [PATCH v3 4/5] gpiolib: Introduce acpi_gpio_dev_init() and call it from core
` [PATCH v3 5/5] gpiolib: Reuse device's fwnode to create IRQ domain

[PATCH v2 0/5] gpiolib: switch to fwnode in the core
 2021-03-04 20:13 UTC  (9+ messages)
` [PATCH v2 1/5] irqdomain: Introduce irq_domain_create_simple() API
` [PATCH v2 2/5] gpiolib: Unify the checks on fwnode type
` [PATCH v2 3/5] gpiolib: Move of_node operations to gpiolib-of and correct fwnode use
` [PATCH v2 4/5] gpiolib: Introduce acpi_gpio_dev_init() and call it from core
` [PATCH v2 5/5] gpiolib: Reuse device's fwnode to create IRQ domain

[PATCH] pinctrl: qcom: lpass lpi: use default pullup/strength values
 2021-03-04 19:48 UTC 

[PATCH v4 00/15] pinctrl: add BCM63XX pincontrol support
 2021-03-04 17:24 UTC  (40+ messages)
` [PATCH v4 01/15] gpio: guard gpiochip_irqchip_add_domain() with GPIOLIB_IRQCHIP
` [PATCH v4 02/15] gpio: regmap: set gpio_chip of_node
` [PATCH v4 03/15] pinctrl: bcm: add bcm63xx base code
` [PATCH v4 04/15] Documentation: add BCM6328 pincontroller binding documentation
` [PATCH v4 05/15] pinctrl: add a pincontrol driver for BCM6328
` [PATCH v4 06/15] Documentation: add BCM6358 pincontroller binding documentation
` [PATCH v4 07/15] pinctrl: add a pincontrol driver for BCM6358
` [PATCH v4 08/15] Documentation: add BCM6362 pincontroller binding documentation
` [PATCH v4 09/15] pinctrl: add a pincontrol driver for BCM6362
` [PATCH v4 10/15] Documentation: add BCM6368 pincontroller binding documentation
` [PATCH v4 11/15] pinctrl: add a pincontrol driver for BCM6368
` [PATCH v4 12/15] Documentation: add BCM63268 pincontroller binding documentation
` [PATCH v4 13/15] pinctrl: add a pincontrol driver for BCM63268
` [PATCH v4 14/15] Documentation: add BCM6318 pincontroller binding documentation
` [PATCH v4 15/15] pinctrl: add a pincontrol driver for BCM6318

[PATCH v1 1/4] gpiolib: Unify the checks on fwnode type
 2021-03-04 15:54 UTC  (14+ messages)
` [PATCH v1 2/4] gpiolib: Move of_node operations to gpiolib-of and correct fwnode use
` [PATCH v1 3/4] gpiolib: Introduce acpi_gpio_dev_init() and call it from core
` [PATCH v1 4/4] gpiolib: Reuse device's fwnode to create IRQ domain

[PATCH v1 1/1] pinctrl: intel: No need to disable IRQs in the handler
 2021-03-04 15:41 UTC  (3+ messages)

[PATCH v2] gpio: regmap: set gpio_chip of_node
 2021-03-04 15:31 UTC  (6+ messages)

[PATCH v3 0/6] Introduce intel_skl_int3472 module
 2021-03-04 13:49 UTC  (3+ messages)

[PATCH 0/8] Support Pensando Elba SoC
 2021-03-04 13:38 UTC  (21+ messages)
` [PATCH 1/8] gpio: Add Elba SoC gpio driver for spi cs control
` [PATCH 2/8] spi: cadence-quadspi: Add QSPI support for Pensando Elba SoC
` [PATCH 3/8] spi: dw: Add support for Pensando Elba SoC SPI
` [PATCH 4/8] spidev: Add Pensando CPLD compatible
` [PATCH 5/8] mmc: sdhci-cadence: Add Pensando Elba SoC support
` [PATCH 6/8] arm64: Add config for Pensando SoC platforms
` [PATCH 7/8] arm64: dts: Add Pensando Elba SoC support
` [PATCH 8/8] MAINTAINERS: Add entry for PENSANDO

[PATCH v3 0/2] Add ACPI support for SC8180X pinctrl driver
 2021-03-04 12:44 UTC  (5+ messages)
` [PATCH v3 1/2] pinctrl: qcom: sc8180x: drop the use of tiles
` [PATCH v3 2/2] pinctrl: qcom: sc8180x: add ACPI probe support

[PATCH v2] pinctrl: qcom: support gpio_chip .set_config call
 2021-03-04 12:40 UTC  (7+ messages)

[PATCH v1 1/2] lib/cmdline: Export next_arg() for being used in modules
 2021-03-04 10:59 UTC  (6+ messages)
` [PATCH v1 2/2] gpio: aggregator: Replace custom get_arg() with a generic next_arg()

[PATCH] gpio: regmap: disable IRQ domain without GPIOLIB_IRQCHIP
 2021-03-04  8:54 UTC  (3+ messages)

[PATCH v3 00/14] pinctrl: add BCM63XX pincontrol support
 2021-03-04  8:27 UTC  (24+ messages)
` [PATCH v3 01/14] gpio: regmap: set gpio_chip of_node
` [PATCH v3 02/14] pinctrl: bcm: add bcm63xx base code
` [PATCH v3 03/14] Documentation: add BCM6328 pincontroller binding documentation
` [PATCH v3 04/14] pinctrl: add a pincontrol driver for BCM6328
` [PATCH v3 05/14] Documentation: add BCM6358 pincontroller binding documentation
` [PATCH v3 06/14] pinctrl: add a pincontrol driver for BCM6358
` [PATCH v3 07/14] Documentation: add BCM6362 pincontroller binding documentation
` [PATCH v3 08/14] pinctrl: add a pincontrol driver for BCM6362
` [PATCH v3 09/14] Documentation: add BCM6368 pincontroller binding documentation
` [PATCH v3 10/14] pinctrl: add a pincontrol driver for BCM6368
` [PATCH v3 11/14] Documentation: add BCM63268 pincontroller binding documentation
` [PATCH v3 12/14] pinctrl: add a pincontrol driver for BCM63268
` [PATCH v3 13/14] Documentation: add BCM6318 pincontroller binding documentation
` [PATCH v3 14/14] pinctrl: add a pincontrol driver for BCM6318

[PATCH] pinctrl: rockchip: make driver be tristate module
 2021-03-04  8:18 UTC  (3+ messages)

[PATCH] docs: driver-api: gpio: consumer: Mark another line of code as such
 2021-03-04  8:15 UTC  (2+ messages)

[PATCH v2 0/2] Add ACPI support for SC8180X pinctrl driver
 2021-03-04  5:24 UTC  (8+ messages)
` [PATCH v2 1/2] pinctrl: qcom: handle tiles for ACPI boot
` [PATCH v2 2/2] pinctrl: qcom: sc8180x: add ACPI probe support

[PATCH v2] pinctrl: rockchip: add support for rk3568
 2021-03-04  1:33 UTC  (3+ messages)
` [PATCH v3] "
` [PATCH v3 RESEND] "

[pinctrl:for-next] BUILD SUCCESS 292bdd2cf7194b61009cc4dfb4b9c1938fb73d3f
 2021-03-03 21:39 UTC 

[pinctrl:devel] BUILD SUCCESS ff84f5d132d47d897918acdbf4eeb4fe4e825581
 2021-03-03 21:39 UTC 

[pinctrl:fixes] BUILD SUCCESS d698603e3bb459759ec859e898b5af567e53136d
 2021-03-03 21:39 UTC 

[PATCH v2 0/3] Introduce the for_each_set_clump macro
 2021-03-03 14:43 UTC  (2+ messages)

[PATCH 0/6] pinctrl: renesas: Bias improvements and r8a7791 support
 2021-03-03 13:26 UTC  (7+ messages)
` [PATCH 1/6] pinctrl: renesas: Make sh_pfc_pin_to_bias_reg() static
` [PATCH 2/6] pinctrl: renesas: Move R-Car bias helpers to sh_pfc.h
` [PATCH 3/6] pinctrl: renesas: Factor out common R-Mobile bias handling
` [PATCH 4/6] pinctrl: renesas: Add PORT_GP_CFG_7 macros
` [PATCH 5/6] pinctrl: renesas: Add support for R-Car SoCs with pull-down only pins
` [PATCH 6/6] pinctrl: renesas: r8a7791: Add bias pinconf support

[GIT PULL] intel-gpio for 5.12-2
 2021-03-03  8:38 UTC 

[PATCH v2 00/12] pinctrl: add BCM63XX pincontrol support
 2021-03-03  9:32 UTC  (3+ messages)

[PATCH] pinctrl: ingenic: add missing call to of_node_put()
 2021-03-03  9:06 UTC  (2+ messages)

[PATCH v2] pinctrl: ingenic: add missing call to of_node_put()
 2021-03-03  9:08 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).