linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-13 02:15:22 to 2023-01-16 14:44:29 UTC [more...]

[PATCH linux-next] pinctrl: nomadik: remove duplicate included header files
 2023-01-16 14:22 UTC  (2+ messages)

[PATCH v1 1/1] gpiolib: Remove unused of_mm_gpiochip_add()
 2023-01-16 14:17 UTC  (5+ messages)

[PATCH v2 1/2] pinctrl: digicolor: Remove duplicate assignment of of_gpio_n_cells
 2023-01-16 14:14 UTC  (3+ messages)
` [PATCH v2 2/2] pinctrl: digicolor: Use proper headers and drop OF dependency

[PATCH] gpiolib: fix linker errors when GPIOLIB is disabled
 2023-01-16 14:08 UTC 

[PATCH v1 1/2] pinctrl: digicolor: Remove duplicate assignment of of_gpio_n_cells
 2023-01-16 14:06 UTC  (3+ messages)
` [PATCH v1 2/2] pinctrl: digicolor: Use proper headers and drop OF dependency

[PATCH v1 1/1] pinctrl: sunplus: sppctl: Remove duplicate assignment of of_gpio_n_cells
 2023-01-16 14:03 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: qcom: lpass-lpi: Remove duplicate assignment of of_gpio_n_cells
 2023-01-16 14:02 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: mediatek: Remove duplicate assignment of of_gpio_n_cells
 2023-01-16 14:01 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: samsung: Do not mention legacy API in the code
 2023-01-16 13:59 UTC  (2+ messages)

[PATCH v3 0/6] Enhance Ralink pinctrl documentation
 2023-01-16 13:58 UTC 

[PATCH v2 1/2] gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cells
 2023-01-16 13:56 UTC  (6+ messages)
` [PATCH v2 2/2] gpio: wcd934x: Use proper headers and drop OF_GPIO dependency

[libgpiod][PATCH v2] bindings: rust: fix documentation of line_request set_values
 2023-01-16 13:54 UTC  (2+ messages)

[PATCH v1 1/1] gpio: Remove unused and obsoleted irq_to_gpio()
 2023-01-16 13:15 UTC  (4+ messages)

[PATCH v5 0/2] Driver support for RZ/V2M PWC
 2023-01-16 12:58 UTC  (5+ messages)
` [PATCH v5 1/2] dt-bindings: soc: renesas: Add "
` [PATCH v5 2/2] soc: renesas: Add PWC support for RZ/V2M

[libgpiod][PATCH 00/16] treewide: continue beating libgpiod v2 into shape for an upcoming release
 2023-01-16 12:57 UTC  (29+ messages)
` [libgpiod][PATCH 01/16] README: update for libgpiod v2
` [libgpiod][PATCH 02/16] tests: avoid shadowing local variables with common names in macros
` [libgpiod][PATCH 03/16] build: unify the coding style of source files lists in Makefiles
` [libgpiod][PATCH 04/16] treewide: unify gpiod_line_config/request_get_offsets() functions
` [libgpiod][PATCH 05/16] doc: update docs for libgpiod v2
` [libgpiod][PATCH 06/16] bindings: cxx: prepend all C symbols with the scope resolution operator
` [libgpiod][PATCH 07/16] bindings: cxx: allow to copy line_settings
` [libgpiod][PATCH 08/16] tests: fix the line config reset test case
` [libgpiod][PATCH 09/16] tests: add a helper for reading back line settings from line config
` [libgpiod][PATCH 10/16] core: provide gpiod_line_config_set_output_values()
` [libgpiod][PATCH 11/16] gpioset: use gpiod_line_config_set_output_values()
` [libgpiod][PATCH 12/16] bindings: cxx: add line_config.set_output_values()
` [libgpiod][PATCH 13/16] bindings: python: provide line_config.set_output_values()
` [libgpiod][PATCH 14/16] bindings: rust: make request_config optional in Chip.request_lines()
` [libgpiod][PATCH 15/16] bindings: rust: make mutators return &mut self
` [libgpiod][PATCH 16/16] bindings: rust: provide line_config.set_output_values()

[PATCH v1 1/3] gpio: pcf857x: Get rid of legacy platform data
 2023-01-16 12:47 UTC  (3+ messages)
` [PATCH v1 2/3] gpio: pcf857x: Make use of device properties
` [PATCH v1 3/3] gpio: pcf857x: Drop unneeded explicit casting

[libgpiod][PATCH] bindings: rust: fix documentation of line_request set_values
 2023-01-16 12:45 UTC  (3+ messages)

[PATCH] pinctrl: rockchip: fix reading pull type on rk3568
 2023-01-16 12:43 UTC  (2+ messages)

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2023-01-16 12:41 UTC  (5+ messages)
` [PATCH 510/606] pinctrl: mcp23s08: Convert to i2c's .probe_new()

[PATCH] pinctrl: rockchip: fix mux route data for rk3568
 2023-01-16 12:39 UTC  (3+ messages)

[PATCH] dt-bindings: pinctrl: Update pinctrl-single to use yaml
 2023-01-16 11:15 UTC  (6+ messages)

[PATCH v7 1/2] gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock
 2023-01-16 10:22 UTC  (4+ messages)
` [PATCH v7 2/2] gpio: mxc: Always set GPIOs used as interrupt source to INPUT mode

[PATCH v6 1/2] gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock
 2023-01-16  9:51 UTC  (8+ messages)
` [PATCH v6 2/2] gpio: mxc: Always set GPIOs used as interrupt source to INPUT mode

[PATCH v3 0/4] gpiolib: get rid of exessive ->of_gpio_ranges_fallback()
 2023-01-16  9:36 UTC  (9+ messages)
` [PATCH v3 1/4] gpiolib: Check "gpio-ranges" before calling ->add_pin_ranges()
` [PATCH v3 2/4] pinctrl: bcm2835: Remove of_node_put() in bcm2835_of_gpio_ranges_fallback()
` [PATCH v3 3/4] pinctrl: bcm2835: Switch to use ->add_pin_ranges()
` [PATCH v3 4/4] Revert "gpiolib: of: Introduce hook for missing gpio-ranges"

[PATCH v2 1/2] pinctrl: bcm: bcm2835: Switch to use ->add_pin_ranges()
 2023-01-16  9:34 UTC  (7+ messages)
` [PATCH v2 2/2] Revert "gpiolib: of: Introduce hook for missing gpio-ranges"

[PATCH v1 1/1] gpio: rockchip: Do not mention legacy API in the code
 2023-01-16  9:33 UTC  (2+ messages)

[PATCH v1 1/2] pinctrl: bcm: bcm2835: Switch to use ->add_pin_ranges()
 2023-01-16  9:33 UTC  (3+ messages)
` [PATCH v1 2/2] gpiolib: of: Remove no more used ->of_gpio_ranges_fallback()

[PATCH v1 1/2] gpio: zevio: Remove duplicate assignment of of_gpio_n_cells
 2023-01-16  9:01 UTC  (4+ messages)
` [PATCH v1 2/2] gpio: zevio: Use proper headers and drop OF_GPIO dependency

[PATCH v1 1/1] gpio: xilinx: Remove duplicate assignment of of_gpio_n_cells
 2023-01-16  8:54 UTC  (2+ messages)

remove arch/sh
 2023-01-16  8:52 UTC  (48+ messages)
` [PATCH 01/22] gpu/drm: remove the shmobile drm driver
` [PATCH 02/22] usb: remove the dead USB_OHCI_SH option
` [PATCH 04/22] sound: remove sound/sh
` [PATCH 05/22] sound: remove sh-specific sounds/soc/sh drivers
` [PATCH 06/22] watchdog: remove the shwdt driver
` [PATCH 07/22] cpufreq: remove the sh-cpufreq driver
` [PATCH 08/22] dmaengine: remove the shdmac driver
` [PATCH 09/22] i2c: remove i2c-sh7760
` [PATCH 10/22] input: remove sh_keysc
` [PATCH 11/22] mtd/nand: remove sh_flctl
` [PATCH 12/22] net/ethernet/8390: remove stnic
` [PATCH 14/22] remove drivers/sh
` [PATCH 15/22] spi: remove spi-sh
` [PATCH 16/22] spi: remove spi-sh-sci
` [PATCH 17/22] spi: remove spi-jcore
` [PATCH 18/22] usb: remove ehci-sh
` [PATCH 19/22] fbdev: remove sh7760fb
` [PATCH 20/22] media: remove sh_vou
` [PATCH 21/22] drivers: platform: remove is_sh_early_platform_device
` [PATCH 22/22] drivers: platform: remove early_platform_cleanup
  ` [PATCH 13/22] pinctrl: remove renesas sh controllers

[PATCH V4 0/3] Convert Unisoc GPIO bindings to yaml and add support for UMS512
 2023-01-16  8:49 UTC  (3+ messages)

[PATCH v1 1/1] gpio: ge: Remove duplicate assignment of of_gpio_n_cells
 2023-01-16  8:41 UTC  (2+ messages)

[PATCH v1 1/1] gpio: davinci: Remove duplicate assignment of of_gpio_n_cells
 2023-01-16  8:40 UTC  (2+ messages)

[PATCH] gpio: omap: use dynamic allocation of base
 2023-01-16  8:38 UTC  (2+ messages)

[PATCH v3 1/1] dt-bindings: pinctrl: Update pinctrl-single to use yaml
 2023-01-16  7:27 UTC  (2+ messages)

[PATCH v3 char-misc-next] misc: microchip: pci1xxxx: Add OTP/EEPROM driver for the pci1xxxx switch
 2023-01-16 19:29 UTC 

[PATCH] pinctrl: renesas: r8a77950: Add VIN[45] pins, groups, and functions
 2023-01-15 23:14 UTC  (2+ messages)

[PATCH v2 1/2] Revert "ARM: dts: armada-38x: Fix compatible string for gpios"
 2023-01-14 15:58 UTC  (3+ messages)

[PATCH] hte: tegra-194: Use proper includes
 2023-01-14 11:24 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: qcom: Unify accessing to device fwnode
 2023-01-13 22:07 UTC 

[PATCH v1 1/1] gpiolib: of: Move enum of_gpio_flags to its only user
 2023-01-13 21:19 UTC  (5+ messages)

[PATCH 00/18] arm64: qcom: add support for sa8775p-ride
 2023-01-13 16:58 UTC  (4+ messages)
` [PATCH 18/18] arm64: dts: qcom: add initial support for qcom sa8775p-ride

[PATCH v1 1/1] gpio: davinci: Do not mention legacy API in the code
 2023-01-13 15:18 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: digicolor: Remove duplicate assignment of of_gpio_n_cells
 2023-01-13 14:32 UTC  (2+ messages)

[PATCH 0/7] Add minimal boot support for IPQ9574
 2023-01-13 14:30 UTC  (39+ messages)
` [PATCH 1/7] dt-bindings: arm64: ipq9574: Add binding descriptions for clock and reset
` [PATCH 2/7] clk: qcom: Add Global Clock Controller driver for IPQ9574
` [PATCH 3/7] dt-bindings: pinctrl: qcom: Add ipq9574 pinctrl bindings
` [PATCH 4/7] pinctrl: qcom: Add IPQ9574 pinctrl driver
` [PATCH 5/7] dt-bindings: qcom: Add ipq9574 bindings
` [PATCH 6/7] arm64: dts: Add ipq9574 SoC and AL02 board support
` [PATCH 7/7] arm64: defconfig: Enable IPQ9574 SoC base configs

[PATCH 0/3] Add the Renesas IDT821034 codec support
 2023-01-13 14:19 UTC  (8+ messages)
` [PATCH 2/3] ASoC: codecs: Add support for the Renesas IDT821034 codec

[PATCH v5 0/4] Add initial support for J784S4 SoC
 2023-01-13 13:12 UTC  (5+ messages)
` [PATCH v5 3/4] arm64: dts: ti: "
` [PATCH v5 4/4] arm64: dts: ti: Add support for J784S4 EVM board

[PATCH v1 1/1] gpiolib: Do not mention legacy API in the code
 2023-01-13 12:42 UTC  (2+ messages)

[PATCH v2] dt-bindings: pinctrl: qcom,sdm845-pinctrl: add GPIO hogs
 2023-01-13 10:51 UTC  (2+ messages)

[PATCH 1/9] dt-bindings: pinctrl: qcom,sc8280xp-lpass-lpi: correct pins pattern
 2023-01-13 10:50 UTC  (14+ messages)
` [PATCH 2/9] dt-bindings: pinctrl: qcom,sc8280xp-lpass-lpi: add input-enable and bias-bus-hold
  ` (subset) "
` [PATCH 3/9] dt-bindings: pinctrl: qcom,sm6350-tlmm: add gpio-line-names
  ` (subset) "
` [PATCH 4/9] dt-bindings: pinctrl: qcom,sm8350-tlmm: "
  ` (subset) "
` [PATCH 5/9] dt-bindings: pinctrl: qcom,sm6350-tlmm: correct pins pattern
  ` (subset) "
` [PATCH 6/9] dt-bindings: pinctrl: qcom,sm8350-tlmm: "
  ` (subset) "
` [PATCH 7/9] dt-bindings: pinctrl: qcom: allow nine interrupts on SM6350
  ` (subset) "
` (subset) [PATCH 1/9] dt-bindings: pinctrl: qcom,sc8280xp-lpass-lpi: correct pins pattern

[PATCH v1 2/2] gpio: wcd934x: Use proper headers and drop OF_GPIO dependency
 2023-01-13  6:45 UTC  (3+ messages)

[PATCH v1 1/1] pinctrl: Proofreading and updating the documentation accordingly
 2023-01-13  2:15 UTC  (4+ 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).