linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-10 18:34:00 to 2023-10-11 17:04:17 UTC [more...]

[PATCH v2 00/62] pinctrl: don't use GPIOLIB global numberspace in helpers
 2023-10-11 17:04 UTC  (67+ messages)
` [PATCH v2 01/62] pinctrl: remove unneeded extern specifiers from consumer.h
` [PATCH v2 02/62] pinctrl: provide new GPIO-to-pinctrl glue helpers
` [PATCH v2 03/62] gpiolib: generic: use new pinctrl GPIO helpers
` [PATCH v2 04/62] gpio: cdev: use pinctrl_gpio_can_use_line_new()
` [PATCH v2 05/62] gpio: rcar: use new pinctrl GPIO helpers
` [PATCH v2 06/62] gpio: tegra: "
` [PATCH v2 07/62] gpio: em: "
` [PATCH v2 08/62] gpio: aspeed: "
` [PATCH v2 09/62] gpio: mvebu: "
` [PATCH v2 10/62] gpio: pxa: "
` [PATCH v2 11/62] gpio: rockchip: "
` [PATCH v2 12/62] gpio: vf610: "
` [PATCH v2 13/62] pinctrl: nuvoton: "
` [PATCH v2 14/62] pinctrl: renesas: "
` [PATCH v2 15/62] pinctrl: bcm: "
` [PATCH v2 16/62] pinctrl: stm32: "
` [PATCH v2 17/62] pinctrl: spear: "
` [PATCH v2 18/62] pinctrl: starfive: "
` [PATCH v2 19/62] pinctrl: ocelot: "
` [PATCH v2 20/62] pinctrl: rk805: "
` [PATCH v2 21/62] pinctrl: cirrus: "
` [PATCH v2 22/62] pinctrl: mediatek: "
` [PATCH v2 23/62] pinctrl: axp209: "
` [PATCH v2 24/62] pinctrl: vt8500: "
` [PATCH v2 25/62] pinctrl: cy8c95x0: "
` [PATCH v2 26/62] pinctrl: as3722: "
` [PATCH v2 27/62] pinctrl: ingenic: "
` [PATCH v2 28/62] pinctrl: intel: "
` [PATCH v2 29/62] pinctrl: st: "
` [PATCH v2 30/62] pinctrl: remove pinctrl_gpio_can_use_line()
` [PATCH v2 31/62] pinctrl: remove pinctrl_gpio_request()
` [PATCH v2 32/62] pinctrl: remove pinctrl_gpio_free()
` [PATCH v2 33/62] pinctrl: remove pinctrl_gpio_direction_input()
` [PATCH v2 34/62] pinctrl: remove pinctrl_gpio_direction_output()
` [PATCH v2 35/62] pinctrl: remove pinctrl_gpio_set_config()
` [PATCH v2 36/62] treewide: rename pinctrl_gpio_can_use_line_new()
` [PATCH v2 37/62] treewide: rename pinctrl_gpio_request_new()
` [PATCH v2 38/62] treewide: rename pinctrl_gpio_free_new()
` [PATCH v2 39/62] treewide: rename pinctrl_gpio_direction_input_new()
` [PATCH v2 40/62] treewide: rename pinctrl_gpio_direction_output_new()
` [PATCH v2 41/62] treewide: rename pinctrl_gpio_set_config_new()
` [PATCH v2 42/62] pinctrl: change the signature of pinctrl_gpio_direction()
` [PATCH v2 43/62] pinctrl: change the signature of pinctrl_get_device_gpio_range()
` [PATCH v2 44/62] pinctrl: change the signature of pinctrl_match_gpio_range()
` [PATCH v2 45/62] pinctrl: change the signature of gpio_to_pin()
` [PATCH v2 46/62] pinctrl: change the signature of pinctrl_ready_for_gpio_range()
` [PATCH v2 47/62] pinctrl: intel: drop the wrappers around pinctrl_gpio_direction_input()
` [PATCH v2 48/62] pinctrl: st: drop the wrapper "
` [PATCH v2 49/62] pinctrl: ingenic: "
` [PATCH v2 50/62] pinctrl: as3722: "
` [PATCH v2 51/62] pinctrl: cy8c95x0: "
` [PATCH v2 52/62] pinctrl: vt8500: "
` [PATCH v2 53/62] pinctrl: axp209: "
` [PATCH v2 54/62] pinctrl: rk805: "
` [PATCH v2 55/62] pinctrl: mediatek: drop the wrappers "
` [PATCH v2 56/62] pinctrl: cirrus: drop the wrapper "
` [PATCH v2 57/62] pinctrl: ocelot: "
` [PATCH v2 58/62] pinctrl: starfive: drop wrappers around pinctrl_gpio_request/free()
` [PATCH v2 59/62] pinctrl: stm32: drop wrappers around pinctrl_gpio_free/input()
` [PATCH v2 60/62] pinctrl: nuvoton: drop wrappers around pinctrl_gpio_request/free()
` [PATCH v2 61/62] pinctrl: em: drop the wrapper around pinctrl_gpio_request()
` [PATCH v2 62/62] pinctrl: tegra: "

[linusw-pinctrl:devel] BUILD SUCCESS c341ac65bf2bf297a6e4db61c34c00971876fad6
 2023-10-11 16:57 UTC 

[PATCH 0/3] i2c: mux: don't access GPIOLIB internal structures
 2023-10-11 16:41 UTC  (14+ messages)
` [PATCH 1/3] gpiolib: provide gpio_device_to_device()
` [PATCH 2/3] gpiolib: provide gpiod_to_gpio_device()
` [PATCH 3/3] i2c: mux: gpio: don't fiddle with GPIOLIB internals

[PATCH RFT v8 0/6] ARM: pxa: GPIO descriptor conversions
 2023-10-11 15:40 UTC  (10+ messages)
` [PATCH RFT v8 1/6] ARM: pxa: Convert Spitz OHCI to GPIO descriptors
` [PATCH RFT v8 2/6] ARM: pxa: Convert Spitz LEDs "
` [PATCH RFT v8 3/6] ARM: pxa: Convert Spitz CF power control "
` [PATCH RFT v8 4/6] ARM: pxa: Convert reset driver "
` [PATCH RFT v8 5/6] ARM: pxa: Convert gumstix Bluetooth "
` [PATCH RFT v8 6/6] input: ads7846: Move wait_for_sync() logic to driver

[PATCH] spi: bcm2835: add a sentinel at the end of the lookup array
 2023-10-11 14:50 UTC  (6+ messages)

[PATCH v2 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-10-11 14:43 UTC  (42+ messages)
` [PATCH v2 01/20] dt-bindings: soc: samsung: exynos-pmu: Add gs101 compatible
` [PATCH v2 02/20] dt-bindings: clock: Add Google gs101 clock management unit bindings
` [PATCH v2 03/20] dt-bindings: soc: google: exynos-sysreg: add dedicated SYSREG compatibles to GS101
` [PATCH v2 04/20] dt-bindings: watchdog: Document Google gs101 & gs201 watchdog bindings
` [PATCH v2 05/20] dt-bindings: arm: google: Add bindings for Google ARM platforms
` [PATCH v2 06/20] dt-bindings: pinctrl: samsung: add google,gs101-pinctrl compatible
` [PATCH v2 07/20] dt-bindings: pinctrl: samsung: add gs101-wakeup-eint compatible
` [PATCH v2 08/20] dt-bindings: serial: samsung: Add google-gs101-uart compatible
` [PATCH v2 09/20] clk: samsung: clk-pll: Add support for pll_{0516,0517,518}
` [PATCH v2 10/20] clk: samsung: clk-gs101: Add cmu_top registers, plls, mux and gates
` [PATCH v2 11/20] clk: samsung: clk-gs101: add CMU_APM support
` [PATCH v2 12/20] clk: samsung: clk-gs101: Add support for CMU_MISC clock unit
` [PATCH v2 13/20] pinctrl: samsung: Add filter selection support for alive banks
` [PATCH v2 14/20] pinctrl: samsung: Add gs101 SoC pinctrl configuration
` [PATCH v2 15/20] watchdog: s3c2410_wdt: Add support for Google tensor SoCs
` [PATCH v2 16/20] tty: serial: samsung: Add gs101 compatible and SoC data
` [PATCH v2 17/20] arm64: dts: google: Add initial Google gs101 SoC support
` [PATCH v2 18/20] arm64: dts: google: Add initial Oriole/pixel 6 board support
` [PATCH v2 19/20] arm64: defconfig: Enable Google Tensor SoC
` [PATCH v2 20/20] MAINTAINERS: add entry for "

[PATCH v20 0/4] Add Intel LJCA device driver
 2023-10-11 12:50 UTC  (8+ messages)
` [PATCH v20 1/4] usb: Add support for Intel LJCA device
` [PATCH v20 2/4] i2c: Add support for Intel LJCA USB I2C driver

[libgpiod][PATCH 0/3] bindings: python: optionally include module (...)
 2023-10-11 12:12 UTC  (4+ messages)
` [libgpiod][PATCH 1/3] bindings: python: optionally include module in sdist
` [libgpiod][PATCH 2/3] bindings: python: add pyproject.toml, pep 518
` [libgpiod][PATCH 3/3] bindings: python: require python 3.9.0

[PATCH v1 0/4] hte: Improve GPIO handling and other cleanups
 2023-10-11 11:43 UTC  (13+ messages)
` [PATCH v1 2/4] hte: tegra194: don't access struct gpio_chip
` [PATCH v1 3/4] hte: tegra194: Remove redundant dev_err()
` [PATCH v1 4/4] hte: tegra194: Switch to LATE_SIMPLE_DEV_PM_OPS()

[PATCH v1] pinctrl: intel: fetch community only when we need it
 2023-10-11 10:34 UTC  (2+ messages)

[PATCH v1] pinctrl: cherryview: reduce scope of PIN_CONFIG_BIAS_HIGH_IMPEDANCE case
 2023-10-11 10:28 UTC  (2+ messages)

[PATCH 0/4] Add support for nuvoton ma35d1 pin control
 2023-10-11  9:05 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: reset: Add syscon to nuvoton ma35d1 system-management node
` [PATCH 2/4] dt-bindings: pinctrl: Document nuvoton ma35d1 pin control
` [PATCH 3/4] arm64: dts: nuvoton: Add pinctrl support for ma35d1
` [PATCH 4/4] pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driver

[libgpiod][PATCH] bindings: rust: libgpiod: release 0.2.1
 2023-10-11  8:19 UTC  (3+ messages)

[PATCH RFT v7 0/6] ARM: pxa: GPIO descriptor conversions
 2023-10-11  7:59 UTC  (7+ messages)
` [PATCH RFT v7 2/6] ARM: pxa: Convert Spitz LEDs to GPIO descriptors

[PATCH v8 00/30] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
 2023-10-11  6:14 UTC  (31+ messages)
` [PATCH v8 01/30] soc: fsl: cpm1: tsa: Fix __iomem addresses declaration
` [PATCH v8 02/30] soc: fsl: cpm1: qmc: "
` [PATCH v8 03/30] soc: fsl: cpm1: qmc: Fix rx channel reset
` [PATCH v8 04/30] soc: fsl: cpm1: qmc: Extend the API to provide Rx status
` [PATCH v8 05/30] soc: fsl: cpm1: qmc: Remove inline function specifiers
` [PATCH v8 06/30] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Fix example property name
` [PATCH v8 07/30] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add 'additionalProperties: false' in child nodes
` [PATCH v8 08/30] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add support for QMC HDLC
` [PATCH v8 09/30] soc: fsl: cpm1: qmc: Add support for child devices
` [PATCH v8 10/30] net: wan: Add support for QMC HDLC
` [PATCH v8 11/30] MAINTAINERS: Add the Freescale QMC HDLC driver entry
` [PATCH v8 12/30] soc: fsl: cpm1: qmc: Introduce available timeslots masks
` [PATCH v8 13/30] soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa*
` [PATCH v8 14/30] soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa*
` [PATCH v8 15/30] soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()
` [PATCH v8 16/30] soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans()
` [PATCH v8 17/30] soc: fsl: cpm1: qmc: Add support for disabling channel TSA entries
` [PATCH v8 18/30] soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup
` [PATCH v8 19/30] soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flag
` [PATCH v8 20/30] soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop()
` [PATCH v8 21/30] soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan()
` [PATCH v8 22/30] soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime
` [PATCH v8 23/30] wan: qmc_hdlc: Add runtime timeslots changes support
` [PATCH v8 24/30] net: wan: Add framer framework support
` [PATCH v8 25/30] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer
` [PATCH v8 26/30] net: wan: framer: Add support for the Lantiq PEF2256 framer
` [PATCH v8 27/30] pinctrl: Add support for the Lantic PEF2256 pinmux
` [PATCH v8 28/30] MAINTAINERS: Add the Lantiq PEF2256 driver entry
` [PATCH v8 29/30] ASoC: codecs: Add support for the framer codec
` [PATCH v8 30/30] net: wan: fsl_qmc_hdlc: Add framer 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).