messages from 2023-10-03 08:17:45 to 2023-10-05 02:42:55 UTC [more...]
[RFC 0/4] gpio: add SCMI pinctrl based driver
2023-10-05 2:42 UTC (17+ messages)
` [RFC 1/4] pinctrl: define PIN_CONFIG_INPUT
` [RFC 2/4] pinctrl: add pinctrl_gpio_get_config()
` [RFC 3/4] gpio: scmi: add SCMI pinctrl based gpio driver
` [RFC 4/4] dt-bindings: gpio: Add bindings for SCMI pinctrl based gpio
[PATCH] pinctrl: aspeed: Allow changing hardware strap defaults
2023-10-05 2:27 UTC (3+ messages)
[PATCH] gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config()
2023-10-05 1:12 UTC (3+ messages)
[linusw-pinctrl:b4/fix-realtek-warnings] BUILD SUCCESS 3159d8ee04aa65d3c0dd0483c36eaf64b91def97
2023-10-05 0:19 UTC
[PATCH 00/21] gpio: convert users to gpio_device_find() and remove gpiochip_find()
2023-10-04 23:51 UTC (14+ messages)
` [PATCH 07/21] gpiolib: provide gpio_device_get_base()
` [RFT PATCH 14/21] hte: tegra194: don't access struct gpio_chip
` [RFT PATCH 15/21] arm: omap1: ams-delta: stop using gpiochip_find()
[PATCH] pinctrl: renesas: rzn1: enable PINMUX
2023-10-04 22:24 UTC (2+ messages)
[PATCH v2 1/2] dt-bindings: adc: add AD7173
2023-10-04 22:02 UTC (10+ messages)
` [PATCH v2 2/2] iio: adc: ad7173: add AD7173 driver
[PATCH v1 1/1] pinctrl: denverton: Enable platform device in the absence of ACPI enumeration
2023-10-04 19:42 UTC (5+ messages)
[PATCH] spi: bcm2835: add a sentinel at the end of the lookup array
2023-10-04 18:39 UTC
[RFT PATCH 0/4] platform/x86: int3472: don't use gpiod_toggle_active_low()
2023-10-04 18:22 UTC (5+ messages)
` [PATCH v2 0/5] "
[PATCH 0/3 v7] Misc SCM changes
2023-10-04 17:25 UTC (4+ messages)
` [PATCH v7 1/3] firmware: qcom_scm: provide a read-modify-write function
` [PATCH v7 2/3] pinctrl: qcom: Use qcom_scm_io_update_field()
` [PATCH v7 3/3] firmware: scm: Modify only the download bits in TCSR register
[PATCH v3 0/5] platform/x86: int3472: don't use gpiod_toggle_active_low()
2023-10-04 16:23 UTC (6+ messages)
` [PATCH v3 1/5] platform/x86: int3472: Add new skl_int3472_fill_gpiod_lookup() helper
` [PATCH v3 2/5] platform/x86: int3472: Add new skl_int3472_gpiod_get_from_temp_lookup() helper
` [PATCH v3 3/5] platform/x86: int3472: Stop using gpiod_toggle_active_low()
` [PATCH v3 4/5] platform/x86: int3472: Switch to devm_get_gpiod()
` [PATCH v3 5/5] gpio: acpi: remove acpi_get_and_request_gpiod()
[PATCH RFC v5 0/6] ARM: pxa: GPIO descriptor conversions
2023-10-04 14:56 UTC (7+ messages)
` [PATCH RFC v5 1/6] ARM: pxa: Convert Spitz OHCI to GPIO descriptors
` [PATCH RFC v5 2/6] ARM: pxa: Convert Spitz LEDs "
` [PATCH RFC v5 3/6] ARM: pxa: Convert Spitz CF power control "
` [PATCH RFC v5 4/6] ARM: pxa: Convert reset driver "
` [PATCH RFC v5 5/6] ARM: pxa: Convert gumstix Bluetooth "
` [PATCH RFC v5 6/6] input: ads7846: Move wait_for_sync() logic to driver
[PATCH 00/36] pinctrl: don't use GPIOLIB global numberspace in helpers
2023-10-04 14:46 UTC (72+ messages)
` [PATCH 01/36] pinctrl: remove unneeded extern specifiers from consumer.h
` [PATCH 02/36] pinctrl: provide new GPIO-to-pinctrl glue helpers
` [PATCH 03/36] gpiolib: generic: use new pinctrl GPIO helpers
` [PATCH 04/36] gpio: cdev: use pinctrl_gpio_can_use_line_new()
` [PATCH 05/36] gpio: rcar: use new pinctrl GPIO helpers
` [PATCH 06/36] gpio: tegra: "
` [PATCH 07/36] gpio: em: "
` [PATCH 08/36] gpio: aspeed: "
` [PATCH 09/36] gpio: mvebu: "
` [PATCH 10/36] gpio: pxa: "
` [PATCH 11/36] gpio: rockchip: "
` [PATCH 12/36] gpio: vf610: "
` [PATCH 13/36] pinctrl: nuvoton: "
` [PATCH 14/36] pinctrl: renesas: "
` [PATCH 15/36] pinctrl: bcm: "
` [PATCH 16/36] pinctrl: stm32: "
` [PATCH 17/36] pinctrl: spear: "
` [PATCH 18/36] pinctrl: starfive: "
` [PATCH 19/36] pinctrl: ocelot: "
` [PATCH 20/36] pinctrl: rk805: "
` [PATCH 21/36] pinctrl: cirrus: "
` [PATCH 22/36] pinctrl: mediatek: "
` [PATCH 23/36] pinctrl: axp209: "
` [PATCH 24/36] pinctrl: vt8500: "
` [PATCH 25/36] pinctrl: cy8c95x0: "
` [PATCH 26/36] pinctrl: as3722: "
` [PATCH 27/36] pinctrl: ingenic: "
` [PATCH 28/36] pinctrl: intel: "
` [PATCH 29/36] pinctrl: st: "
` [PATCH 30/36] pinctrl: remove old "
` [PATCH 31/36] treewide: rename pinctrl_gpio_can_use_line_new()
` [PATCH 32/36] treewide: rename pinctrl_gpio_request_new()
` [PATCH 33/36] treewide: rename pinctrl_gpio_free_new()
` [PATCH 34/36] treewide: rename pinctrl_gpio_direction_input_new()
` [PATCH 35/36] treewide: rename pinctrl_gpio_direction_output_new()
` [PATCH 36/36] treewide: rename pinctrl_gpio_set_config_new()
[libgpiod][PATCH v4] bindings: rust: rename {event,settings}_clone to try_clone
2023-10-04 14:41 UTC (2+ messages)
[PATCH v3 0/6] Add IRQC support to RZ/G2UL SoC
2023-10-04 13:35 UTC (3+ messages)
` [PATCH v3 1/6] dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document "
[PATCH v2 00/28] Add new Renesas RZ/G3S SoC and RZ/G3S SMARC EVK
2023-10-04 13:34 UTC (53+ messages)
` [PATCH v2 02/28] clk: renesas: rzg2l: wait for status bit of SD mux before continuing
` [PATCH v2 03/28] clk: renesas: rzg2l: lock around writes to mux register
` [PATCH v2 04/28] clk: renesas: rzg2l: trust value returned by hardware
` [PATCH v2 05/28] clk: renesas: rzg2l: fix computation formula
` [PATCH v2 06/28] clk: renesas: rzg2l: remove critical area
` [PATCH v2 07/28] clk: renesas: rzg2l: add support for RZ/G3S PLL
` [PATCH v2 08/28] clk: renesas: rzg2l: add struct clk_hw_data
` [PATCH v2 09/28] clk: renesas: rzg2l: remove CPG_SDHI_DSEL from generic header
` [PATCH v2 10/28] clk: renesas: rzg2l: refactor sd mux driver
` [PATCH v2 11/28] clk: renesas: rzg2l: add a divider clock for RZ/G3S
` [PATCH v2 12/28] dt-bindings: clock: renesas,rzg2l-cpg: document RZ/G3S SoC
` [PATCH v2 13/28] clk: renesas: add minimal boot support for "
` [PATCH v2 14/28] pinctrl: renesas: rzg2l: index all registers based on port offset
` [PATCH v2 15/28] pinctrl: renesas: rzg2l: adapt for different SD/PWPR register offsets
` [PATCH v2 16/28] pinctrl: renesas: rzg2l: adapt function number for RZ/G3S
` [PATCH v2 17/28] pinctrl: renesas: rzg2l: move ds and oi to SoC specific configuration
` [PATCH v2 18/28] pinctrl: renesas: rzg2l: add support for different ds values on different groups
` [PATCH v2 20/28] dt-bindings: pinctrl: renesas: document RZ/G3S SoC
` [PATCH v2 21/28] pinctrl: renesas: rzg2l: add support for "
` [PATCH v2 22/28] arm64: dts: renesas: add initial DTSI "
` [PATCH v2 23/28] dt-bindings: arm: renesas: document RZ/G3S SMARC SoM
` [PATCH v2 24/28] arm64: dts: renesas: rzg3l-smarc-som: add initial support for "
` [PATCH v2 25/28] arm64: dts: renesas: rzg3s-smarc: add initial device tree for RZ SMARC Carrier-II Board
` [PATCH v2 26/28] dt-bindings: arm: renesas: document SMARC Carrier-II EVK
` [PATCH v2 27/28] arm64: dts: renesas: r9a08g045s33-smarc: add initial device tree for RZ/G3S SMARC EVK board
` [PATCH v2 28/28] arm64: defconfig: enable RZ/G3S (R9A08G045) SoC
[libgpiod][PATCH v3 0/3] bindings: rust: fix modeling of line_info lifetimes
2023-10-04 13:05 UTC (11+ messages)
` [libgpiod][PATCH v3 1/3] bindings: rust: fix soundness of line_info modeling
` [libgpiod][PATCH v3 2/3] bindings: rust: rename {event,settings}_clone to try_clone
` [libgpiod][PATCH v3 3/3] bindings: rust: allow cloning line::InfoRef -> line::Info
[PATCH v4 00/11] gpiolib: work towards removing gpiochip_find()
2023-10-04 11:58 UTC (6+ messages)
` [PATCH v4 04/11] gpiolib: provide gpio_device_find_by_label()
[PATCH] gpio: Further document optional GPIOLIB
2023-10-04 11:41 UTC (2+ messages)
[PATCH] OMAP/gpio: drop MPUIO static base
2023-10-04 10:23 UTC (5+ messages)
Rozszerzenie Programu Mój Prąd 5.0
2023-10-04 7:40 UTC
[PATCH v5 0/7] gpio: update i.MX93/8ULP and support i.MX95
2023-10-04 5:04 UTC (5+ messages)
` [PATCH v5 4/7] gpio: vf610: add i.MX8ULP of_device_id entry
[PATCH v2 0/2] Drop runtime PM support for Baytrail and Lynxpoint pinctrl
2023-10-03 13:43 UTC (7+ messages)
` [PATCH v2 1/2] pinctrl: baytrail: drop runtime PM support
` [PATCH v2 2/2] pinctrl: lynxpoint: "
[PATCH v1] ACPI: LPSS: drop BayTrail and Lynxpoint pinctrl HIDs
2023-10-03 13:42 UTC (2+ messages)
[PATCH v1 1/1] pinctrl: core: Remove unneeded {} around one line conditional body
2023-10-03 12:06 UTC
[libgpiod][PATCH v2 0/3] bindings: rust: fix modeling of line_info lifetimes
2023-10-03 9:30 UTC (9+ messages)
` [libgpiod][PATCH v2 1/3] bindings: rust: fix soundness of line_info modeling
` [libgpiod][PATCH v2 2/3] bindings: rust: rename {event,settings}_clone to try_clone
` [libgpiod][PATCH v2 3/3] bindings: rust: allow cloning line::InfoRef -> line::Info
[PATCH v1 1/2] pinctrl: baytrail: drop runtime PM support
2023-10-03 9:08 UTC (7+ messages)
` [PATCH v1 2/2] pinctrl: lynxpoint: "
[PATCH v1] pinctrl: intel: refine intel_config_set_pull() function
2023-10-03 9:08 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).