linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-26 16:19:13 to 2024-01-31 19:38:39 UTC [more...]

[PATCH 00/22] gpio: rework locking and object life-time control
 2024-01-31 19:38 UTC  (43+ messages)
` [PATCH 01/22] gpio: protect the list of GPIO devices with SRCU
` [PATCH 02/22] gpio: of: assign and read the hog pointer atomically
` [PATCH 03/22] gpio: remove unused logging helpers
` [PATCH 04/22] gpio: provide and use gpiod_get_label()
` [PATCH 05/22] gpio: don't set label from irq helpers
` [PATCH 06/22] gpio: add SRCU infrastructure to struct gpio_desc
` [PATCH 07/22] gpio: protect the descriptor label with SRCU
` [PATCH 08/22] gpio: sysfs: use gpio_device_find() to iterate over existing devices
` [PATCH 09/22] gpio: remove gpio_lock
` [PATCH 10/22] gpio: reinforce desc->flags handling
` [PATCH 11/22] gpio: remove unneeded code from gpio_device_get_desc()
` [PATCH 12/22] gpio: sysfs: extend the critical section for unregistering sysfs devices
` [PATCH 13/22] gpio: sysfs: pass the GPIO device - not chip - to sysfs callbacks
` [PATCH 14/22] gpio: cdev: replace gpiochip_get_desc() with gpio_device_get_desc()
` [PATCH 15/22] gpio: cdev: don't access gdev->chip if it's not needed
` [PATCH 16/22] gpio: reduce the functionality of validate_desc()
` [PATCH 17/22] gpio: remove unnecessary checks from gpiod_to_chip()
` [PATCH 18/22] gpio: add the can_sleep flag to struct gpio_device
` [PATCH 19/22] gpio: add SRCU infrastructure "
` [PATCH 20/22] gpio: protect the pointer to gpio_chip in gpio_device with SRCU
` [PATCH 21/22] gpio: remove the RW semaphore from the GPIO device
` [PATCH 22/22] gpio: mark unsafe gpio_chip manipulators as deprecated

[PATCH v4 00/18] Add support for Mobileye EyeQ5 system controller
 2024-01-31 16:26 UTC  (19+ messages)
` [PATCH v4 01/18] clk: fixed-factor: add optional accuracy support
` [PATCH v4 02/18] clk: fixed-factor: add fwname-based constructor functions
` [PATCH v4 03/18] dt-bindings: pinctrl: allow pin controller device without unit address
` [PATCH v4 04/18] dt-bindings: clock: mobileye,eyeq5-clk: add bindings
` [PATCH v4 05/18] dt-bindings: reset: mobileye,eyeq5-reset: "
` [PATCH v4 06/18] dt-bindings: pinctrl: mobileye,eyeq5-pinctrl: "
` [PATCH v4 07/18] dt-bindings: soc: mobileye: add EyeQ5 OLB system controller
` [PATCH v4 08/18] clk: eyeq5: add platform driver, and init routine at of_clk_init()
` [PATCH v4 09/18] reset: eyeq5: add platform driver
` [PATCH v4 10/18] pinctrl: "
` [PATCH v4 11/18] MIPS: mobileye: eyeq5: rename olb@e00000 to system-controller@e00000
` [PATCH v4 12/18] MIPS: mobileye: eyeq5: remove reg-io-width property from OLB syscon
` [PATCH v4 13/18] MIPS: mobileye: eyeq5: add memory translation inside "
` [PATCH v4 14/18] MIPS: mobileye: eyeq5: use OLB clocks controller
` [PATCH v4 15/18] MIPS: mobileye: eyeq5: add OLB reset controller node
` [PATCH v4 16/18] MIPS: mobileye: eyeq5: add reset properties to UARTs
` [PATCH v4 17/18] MIPS: mobileye: eyeq5: add pinctrl nodes & pinmux function nodes
` [PATCH v4 18/18] MIPS: mobileye: eyeq5: add pinctrl properties to UART nodes

[PATCH v7 0/6] Add cs42l43 PC focused SoundWire CODEC
 2024-01-31 15:41 UTC  (5+ messages)
` [PATCH v7 5/6] spi: cs42l43: Add SPI controller support

[PATCH v6 0/4] Add missing port pins on RZ/Five SoC
 2024-01-31 14:39 UTC  (12+ messages)
` [PATCH v6 1/4] pinctrl: renesas: rzg2l: Improve code for readability
` [PATCH v6 2/4] pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro
` [PATCH v6 3/4] pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28
` [PATCH v6 4/4] riscv: dts: renesas: r9a07g043f: Update gpio-ranges property

[PATCH] pinctrl: mcp23s08: Check only GPIOs which have interrupts enabled
 2024-01-31  9:27 UTC  (2+ messages)

[PATCH] pinctrl: amd: Add IRQF_ONESHOT to the interrupt request
 2024-01-31  9:06 UTC  (3+ messages)

[PATCH] dt-bindings: pinctr: pinctrl-zynq: Fix compatible string
 2024-01-31  9:02 UTC  (2+ messages)

[PATCH 1/3] gpiolib: add gpiod_to_gpio_device() stub for !GPIOLIB
 2024-01-31  9:00 UTC  (4+ messages)

[PATCH 1/2] pinctrl: mediatek: Drop bogus slew rate register range for MT8186
 2024-01-31  8:51 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: mediatek: Drop bogus slew rate register range for MT8192

[PATCH v2 0/2] update SM4450 pinctrl document
 2024-01-31  8:40 UTC  (10+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: update compatible name for match with driver
` [PATCH v2 2/2] dt-bindings: pinctrl: qcom: consolidate functions to "

[PATCH v3] dt-bindings: pinctrl: cy8x95x0: Minor fix & update
 2024-01-31  8:32 UTC  (2+ messages)

[PATCH] gpio: cdev: remove leftover function pointer typedefs
 2024-01-31  8:12 UTC  (2+ messages)

[PATCH v3 1/3] pinctrl: cs42l43: Tidy up header includes
 2024-01-31  8:11 UTC  (4+ messages)
` [PATCH v3 2/3] pinctrl: cs42l43: Remove some needless inlines
` [PATCH 3/3] pinctrl: cs42l43: Use str_high_low()

[PATCH 1/2] dt-bindings: pinctrl: Unify "input-debounce" schema
 2024-01-31  8:10 UTC  (2+ messages)

[PATCH] gpio: unexport GPIO irq domain functions only used internally
 2024-01-31  8:07 UTC  (2+ messages)

[PATCH 00/14] Add suspend to ram support for PCIe on J7200
 2024-01-31  8:05 UTC  (7+ messages)
` [PATCH 01/14] gpio: pca953x: move suspend/resume to suspend_noirq/resume_noirq
` [PATCH 02/14] pinctrl: pinctrl-single: "

[PATCH v2] kbuild: tools: drop overridden CFLAGS from MAKEOVERRIDES
 2024-01-31  4:25 UTC 

[linusw-gpio:b4/descriptors-wireless] BUILD REGRESSION 99b6016595e9254167434ef82f4c2ed88d986452
 2024-01-31  3:31 UTC 

[linusw-gpio:b4/descriptors-wireless 2/7] drivers/net/wireless/ath/ath9k/hw.c:2731:2: error: must use 'struct' tag to refer to type 'gpio_desc'
 2024-01-30 23:16 UTC 

[linusw-gpio:b4/descriptors-wireless 2/7] drivers/net/wireless/ath/ath9k/hw.c:2731:9: error: unknown type name 'gpio_desc'; use 'struct' keyword to refer to the type
 2024-01-30 22:44 UTC 

[PATCH] kbuild: tools: drop overridden CFLAGS from MAKEOVERRIDES
 2024-01-30 17:05 UTC 

[PATCH v2 00/15] Add suspend to ram support for PCIe on J7200
 2024-01-30 16:38 UTC  (35+ messages)
` [PATCH v2 01/15] gpio: pca953x: move suspend()/resume() to suspend_noirq()/resume_noirq()
` [PATCH v2 02/15] pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirq
` [PATCH v2 03/15] i2c: omap: wakeup the controller during suspend() callback
` [PATCH v2 04/15] mux: add mux_chip_resume() function
` [PATCH v2 05/15] mux: mmio: add resume support
` [PATCH v2 06/15] phy: ti: phy-j721e-wiz: make wiz_clock_init callable multiple times
` [PATCH v2 07/15] phy: ti: phy-j721e-wiz: add resume support
` [PATCH v2 08/15] phy: cadence-torrent: extract calls to clk_get from cdns_torrent_clk
` [PATCH v2 09/15] phy: cadence-torrent: register resets even if the phy is already configured
` [PATCH v2 12/15] phy: cadence-torrent: add suspend and resume support
` [PATCH v2 14/15] PCI: j721e: add reset GPIO to struct j721e_pcie
` [PATCH v2 15/15] PCI: j721e: add suspend and resume support

[PATCH v2] dt-bindings: pinctrl: cy8x95x0: Minor fix & update
 2024-01-30 12:35 UTC  (5+ messages)

[PATCH V3 0/2] pwm: Add GPIO PWM driver
 2024-01-30 11:21 UTC  (9+ messages)
` [PATCH V3 1/2] dt-bindings: pwm: Add pwm-gpio
` [PATCH V3 2/2] pwm: Add GPIO PWM driver

[PATCH] gpio-mvebu: no hardcoded timer assignment for pwm
 2024-01-30 10:55 UTC 

[PATCH v4 0/4] gpio: vf610: allow disabling the vf610 driver
 2024-01-30  6:45 UTC  (5+ messages)
` [PATCH v4 1/4] "

[brgl:gpio/for-next] BUILD SUCCESS 6933ba529d06afdd3faf5501855e410b46b77160
 2024-01-29 23:58 UTC 

[PATCH v2 13/15] PCI: cadence: add resume support to cdns_pcie_host_setup()
 2024-01-29 22:24 UTC  (5+ messages)

[PATCH v3 0/6] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2024-01-29 16:30 UTC  (12+ messages)
` [PATCH v3 3/6] "
` [PATCH v3 4/6] pinctrl: Implementation of the generic scmi-pinctrl driver
` [PATCH NOT APPLY v3 6/6] pinctrl: scmi: implement pinctrl_scmi_imx_dt_node_to_map

[PATCH] pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map()
 2024-01-29 16:13 UTC  (2+ messages)

[PATCH v5 0/4] Add missing port pins for RZ/Five SoC
 2024-01-29  8:25 UTC  (3+ messages)

[PATCH v3 0/4] Add support for nuvoton ma35d1 pin control
 2024-01-29  2:09 UTC  (10+ messages)
` [PATCH v3 4/4] pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driver

[linusw-pinctrl:devel] BUILD SUCCESS 47eed1127d2af6fada49565efca4671a56e5839d
 2024-01-29  1:11 UTC 

[PATCH v2 0/6] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2024-01-28  0:39 UTC  (8+ messages)
` [PATCH v2 3/6] "
` [PATCH v2 4/6] pinctrl: Implementation of the generic scmi-pinctrl driver

[PATCH v2 1/2] pwm: pwm-gpio: New driver
 2024-01-28  0:38 UTC  (3+ messages)

[PATCH] dt-bindings: pinctrl: amlogic: narrow regex for unit address to hex numbers
 2024-01-28  0:30 UTC  (2+ messages)

[PATCH] pinctrl: pinctrl-zynqmp: Use devm_kcalloc() instead of devm_kzalloc()
 2024-01-28  0:17 UTC  (2+ messages)

[PATCH v2 2/2] pinctrl: mediatek: mt7981: add additional emmc groups
 2024-01-27 23:53 UTC  (2+ messages)

[PATCH 1/2] pinctrl: mediatek: mt7981: add additional uart group
 2024-01-27 23:52 UTC  (2+ messages)

[PATCH] pinctrl: mt7986: excise kernel-doc warnings
 2024-01-27 23:37 UTC  (2+ messages)

[PATCH v8 0/9] Initial Marvell PXA1908 support
 2024-01-27 23:36 UTC  (5+ messages)
` [PATCH v8 2/9] dt-bindings: pinctrl: pinctrl-single: add marvell,pxa1908-padconf compatible
` [PATCH v8 3/9] pinctrl: single: "

[RFC PATCH 0/6] Add Pinctrl driver for Starfive JH8100 SoC
 2024-01-27 23:33 UTC  (3+ messages)
` [RFC PATCH 2/6] pinctrl: starfive: jh8100: add pinctrl driver for sys_east domain

[PATCH v2 0/8] Add T-Head TH1520 SoC pin control
 2024-01-27 23:02 UTC  (3+ messages)
` [PATCH v2 2/8] pinctrl: Add driver for the T-Head TH1520 SoC

[PATCH] pinctrl: st: Return pinctrl_gpio_direction_output to transfer the error
 2024-01-27 22:45 UTC  (2+ messages)

[PATCH v3] pinctrl: Add lock to ensure the state atomization
 2024-01-27 22:43 UTC  (2+ messages)

[GIT PULL] gpio: fixes for v6.8-rc2
 2024-01-26 22:05 UTC  (2+ messages)

【サン採用お問い合わせ 】BiagoKam
 2024-01-26 21:04 UTC 

پویش "[your-subject]"
 2024-01-26 18:16 UTC 

Tamimi Law Firm
 2024-01-26 17:58 UTC 

[brgl:gpio/for-next] BUILD SUCCESS 42969726a19f796f0e731ec74347fd8a0e4e91a2
 2024-01-26 17:39 UTC 

[PATCH v5 000/111] pwm: Improve lifetime tracking for pwm_chips
 2024-01-26 17:10 UTC  (4+ messages)
` [PATCH v5 040/111] pwm: Provide devm_pwmchip_alloc() function

toiro − 十色 − :お問い合わせありがとうございます
 2024-01-26 17:02 UTC 

[PATCH] dt-bindings: pinctrl: cy8x95x0: Minor fix & update
 2024-01-26 16:48 UTC  (2+ messages)

[PATCH 00/14] pinctrl: renesas: Add support for R-Car V4M
 2024-01-26 16:25 UTC  (3+ messages)
` [PATCH 01/14] dt-bindings: pinctrl: renesas,pfc: Document R-Car V4M 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).