linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-05 13:11:05 to 2021-03-10 07:26:05 UTC [more...]

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

[PATCH 0/8] Support Pensando Elba SoC
 2021-03-10  3:52 UTC  (7+ messages)
` [PATCH 1/8] gpio: Add Elba SoC gpio driver for spi cs control
` [PATCH 3/8] spi: dw: Add support for Pensando Elba SoC SPI

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

[GIT PULL] gpio: fixes for v5.12-rc3
 2021-03-09 20:15 UTC  (4+ messages)

[PATCH 1/2] pinctrl: qcom: sc7280: Fix SDC_QDSD_PINGROUP and UFS_RESET offsets
 2021-03-09 20:11 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: qcom: sc7280: Fix SDC1_RCLK configurations

[PATCH] gpio: wcd934x: Fix shift-out-of-bounds error
 2021-03-09 16:42 UTC  (3+ messages)

[PATCH 0/3] Fix bugs and add support for new Ingenic SoCs
 2021-03-09 16:40 UTC  (4+ messages)
` [PATCH 1/3] pinctrl: Ingenic: Fix bug and reformat the code
` [PATCH 2/3] dt-bindings: pinctrl: Add bindings for new Ingenic SoCs
` [PATCH 3/3] pinctrl: Ingenic: Add support "

[PATCH v5 0/6] gpiolib: switch to fwnode in the core
 2021-03-09 16:40 UTC  (12+ messages)
` [PATCH v5 1/6] irqdomain: Introduce irq_domain_create_simple() API
` [PATCH v5 2/6] gpiolib: Unify the checks on fwnode type
` [PATCH v5 3/6] gpiolib: Move of_node operations to gpiolib-of and correct fwnode use
` [PATCH v5 4/6] gpiolib: Introduce acpi_gpio_dev_init() and call it from core
` [PATCH v5 5/6] gpiolib: Reuse device's fwnode to create IRQ domain
` [PATCH v5 6/6] gpiolib: Fold conditionals into a simple ternary operator

[PATCH v2] pinctrl: qcom: support gpio_chip .set_config call
 2021-03-09 16:33 UTC  (6+ messages)

[PATCH v4 00/15] pinctrl: add BCM63XX pincontrol support
 2021-03-09 16:20 UTC  (3+ messages)
` [PATCH v4 01/15] gpio: guard gpiochip_irqchip_add_domain() with GPIOLIB_IRQCHIP

[GIT PULL] intel-gpio for 5.12-2
 2021-03-09 15:45 UTC  (11+ messages)

[PATCH v6 0/6] gpiolib: switch to fwnode in the core
 2021-03-09 15:31 UTC  (9+ messages)
` [PATCH v6 1/6] irqdomain: Introduce irq_domain_create_simple() API
` [PATCH v6 2/6] gpiolib: Unify the checks on fwnode type
` [PATCH v6 3/6] gpiolib: Move of_node operations to gpiolib-of and correct fwnode use
` [PATCH v6 4/6] gpiolib: Introduce acpi_gpio_dev_init() and call it from core
` [PATCH v6 5/6] gpiolib: Reuse device's fwnode to create IRQ domain
` [PATCH v6 6/6] gpiolib: Fold conditionals into a simple ternary operator

[libgpiod][PATCH 0/6] treewide: another bunch of cleanups for v2.0
 2021-03-09 15:28 UTC  (10+ messages)
` [libgpiod][PATCH 1/6] treewide: simplify line lookup
` [libgpiod][PATCH 2/6] tests: remove line bulk test cases
` [libgpiod][PATCH 3/6] core: switch to reference counting for gpio chip objects
` [libgpiod][PATCH 4/6] treewide: remove is_requested() and is_free()
` [libgpiod][PATCH 5/6] treewide: kill line updating
` [libgpiod][PATCH 6/6] core: hide the GPIOD_API symbol

GPIO regression on mvebu and/or max310x since 2ab73c6d8323
 2021-03-09 14:49 UTC  (6+ messages)

[PATCH v2 00/12] gpio: implement the configfs testing module
 2021-03-09 14:44 UTC  (26+ messages)
` [PATCH v2 05/12] lib: bitmap: remove the 'extern' keyword from function declarations
` [PATCH v2 08/12] drivers: export device_is_bound()
` [PATCH v2 09/12] gpio: sim: new testing module

[PATCH] ARM/gpio/dt-bindings: Clean out gpio alias from CLPS711X
 2021-03-09 14:20 UTC 

[PATCH] gpio: omap: Honor "aliases" node
 2021-03-09 13:40 UTC  (4+ messages)

[PATCH v7 00/11] Raspberry Pi PoE HAT fan support
 2021-03-09  9:59 UTC  (3+ messages)
` [PATCH v7 11/11] pwm: Add Raspberry Pi Firmware based PWM bus

[PATCH v3 0/5] gpiolib: switch to fwnode in the core
 2021-03-09  9:41 UTC  (13+ messages)
` [PATCH v3 1/5] irqdomain: Introduce irq_domain_create_simple() API

[PATCH v3 0/2] Add ACPI support for SC8180X pinctrl driver
 2021-03-09  3:42 UTC  (8+ 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 00/19] ipmi: Allow raw access to KCS devices
 2021-03-09  2:45 UTC  (7+ messages)
` [PATCH 16/19] dt-bindings: ipmi: Convert ASPEED KCS binding to schema
` [PATCH 17/19] dt-bindings: ipmi: Add optional SerIRQ property to ASPEED KCS devices

[PATCH v3 0/6] Introduce intel_skl_int3472 module
 2021-03-08 20:49 UTC  (12+ messages)
` [PATCH v3 1/6] ACPI: scan: Extend acpi_walk_dep_device_list()

[PATCH v4 1/2] gpiolib: Reuse device's fwnode to create IRQ domain
 2021-03-08 19:52 UTC  (6+ messages)
` [PATCH v4 2/2] gpiolib: Fold conditionals into simple ternary operator

[PATCH v2 0/5] gpiolib: switch to fwnode in the core
 2021-03-08 18:52 UTC  (4+ messages)
` [PATCH v2 5/5] gpiolib: Reuse device's fwnode to create IRQ domain

[PATCH 1/2] dt-bindings: pinctrl: qcom-pmic-gpio: Add pm8350 and friends
 2021-03-08 18:17 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: qcom: spmi-gpio: Add support for PM8350 "

[PATCH v2 1/1] pinctrl: intel: Show the GPIO base calculation explicitly
 2021-03-08 17:21 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: intel: Show the GPIO base calculation explicitly
 2021-03-08 16:51 UTC  (2+ messages)

[PATCH] Revert "pinctrl: intel: Split intel_pinctrl_add_padgroups() for better maintenance"
 2021-03-08 16:47 UTC  (9+ messages)

[PATCH v1 1/2] lib/cmdline: Export next_arg() for being used in modules
 2021-03-08 16:36 UTC  (5+ messages)

[PATCH v2 0/4] Allwinner H6 RSB support
 2021-03-08 15:45 UTC  (3+ messages)
` [PATCH v2 4/4] arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC connection

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

[PATCH 1/3] mfd: lp87565: fix typo in define names
 2021-03-08 14:59 UTC  (7+ messages)
` [PATCH 2/3] mfd: lp87565: remove unused define
` [PATCH 3/3] mfd: lp87565: move LP87565_regulator_id to .c file

[PATCH v1 1/1] gpiolib: Read "gpio-line-names" from a firmware node
 2021-03-08 13:00 UTC  (5+ messages)

[PATCH v3 00/15] Support ROHM BD71815 PMIC
 2021-03-08 10:45 UTC  (6+ messages)
` [PATCH v3 03/15] dt_bindings: bd71828: Add clock output mode
` [PATCH v3 06/15] mfd: Add ROHM BD71815 ID
` [PATCH v3 07/15] mfd: Support for ROHM BD71815 PMIC core
` [PATCH v3 08/15] gpio: support ROHM BD71815 GPOs
` [PATCH v3 15/15] MAINTAINERS: Add ROHM BD71815AGW

[PATCH v3 0/3] Introduce the for_each_set_nbits macro
 2021-03-08  7:13 UTC  (5+ messages)
` [PATCH v3 1/3] gpiolib: "
` [PATCH v3 2/3] gpio: thunderx: Utilize "
` [PATCH v3 3/3] gpio: xilinx: Utilize generic bitmap_get_value and _set_value

[PATCH] pinctrl: sx150x: support building as module
 2021-03-07 19:24 UTC  (2+ messages)

[PATCH v2 0/3] Introduce the for_each_set_clump macro
 2021-03-06 13:39 UTC  (3+ messages)

[PATCH] pinctrl: ti: fix error return code of ti_iodelay_probe()
 2021-03-06 12:51 UTC 

[PATCH 0/4] Fix number of pins in 'gpio-ranges'
 2021-03-06  8:00 UTC  (6+ messages)
` [PATCH 1/4] arm64: dts: qcom: sdm845: fix "

[PATCH v3 0/3] Add ZynqMP pinctrl driver
 2021-03-05 20:20 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: pinctrl: Add binding for "

RFC: oftree based setup of composite board devices
 2021-03-05 18:29 UTC  (6+ messages)

[BUILD REGRESSION] LAST PATCH: gpiolib: Reuse device's fwnode to create IRQ domain
 2021-03-05 17:55 UTC  (5+ messages)

[PATCH 0/3] Add GPIO support for the PM7325, PM8350c, PMK8350 and PMR735A
 2021-03-05 14:15 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: pinctrl: qcom-pmic-gpio: Convert pmic gpio bindings to YAML

[PATCH] pinctrl: qcom: lpass lpi: use default pullup/strength values
 2021-03-05 13:10 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).