messages from 2023-10-02 09:32:32 to 2023-10-04 14:41:31 UTC [more...]
[PATCH 00/36] pinctrl: don't use GPIOLIB global numberspace in helpers
2023-10-04 14:41 UTC (71+ 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()
[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 (56+ 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 19/28] dt-bindings: pinctrl: renesas: set additionalProperties: false
` [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
[PATCH v1 1/1] pinctrl: denverton: Enable platform device in the absence of ACPI enumeration
2023-10-04 13:20 UTC (4+ messages)
[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
[libgpiod][PATCH v4] bindings: rust: rename {event,settings}_clone to try_clone
2023-10-04 13:00 UTC
[PATCH 00/21] gpio: convert users to gpio_device_find() and remove gpiochip_find()
2023-10-04 12:00 UTC (10+ 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 v4 00/11] gpiolib: work towards removing gpiochip_find()
2023-10-04 11:58 UTC (19+ messages)
` [PATCH v4 01/11] gpiolib: make gpio_device_get() and gpio_device_put() public
` [PATCH v4 02/11] gpiolib: add support for scope-based management to gpio_device
` [PATCH v4 03/11] gpiolib: provide gpio_device_find()
` [PATCH v4 04/11] gpiolib: provide gpio_device_find_by_label()
` [PATCH v4 05/11] gpiolib: provide gpio_device_get_desc()
[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)
[RFC 0/4] gpio: add SCMI pinctrl based driver
2023-10-04 8:35 UTC (18+ 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
Rozszerzenie Programu Mój Prąd 5.0
2023-10-04 7:40 UTC
[PATCH] pinctrl: aspeed: Allow changing hardware strap defaults
2023-10-04 7:16 UTC
[PATCH v2 1/2] dt-bindings: adc: add AD7173
2023-10-04 7:07 UTC (9+ messages)
` [PATCH v2 2/2] iio: adc: ad7173: add AD7173 driver
[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)
[PATCH] gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config()
2023-10-03 8:54 UTC (2+ messages)
[brgl:gpio/for-next] BUILD SUCCESS c31071eabb448c58e0c43d519932af42dfc8f07d
2023-10-03 5:42 UTC
[PATCH v19 0/4] Add Intel LJCA device driver
2023-10-03 2:51 UTC (6+ messages)
` [PATCH v19 1/4] usb: Add support for Intel LJCA device
[linusw-pinctrl:for-next] BUILD SUCCESS c0ee40d1e19e487bdb9fdb83f3c0d02ac5a3ec66
2023-10-03 1:46 UTC
[linusw-pinctrl:devel] BUILD SUCCESS WITH WARNING 1c0b3cbe7fd98f54fb447e74119216f550a045b9
2023-10-03 1:04 UTC
[brgl:gpio/for-current] BUILD SUCCESS f0575116507b981e6a810e78ce3c9040395b958b
2023-10-02 21:29 UTC
[PATCH RFC v4 0/6] ARM: pxa: GPIO descriptor conversions
2023-10-02 17:09 UTC (7+ messages)
` [PATCH RFC v4 5/6] ARM: pxa: Convert gumstix Bluetooth to GPIO descriptors
` [PATCH RFC v4 6/6] input: ads7846: Move wait_for_sync() logic to driver
[PATCH] HID: i2c-hid: fix handling of unpopulated devices
2023-10-02 16:00 UTC (11+ messages)
[PATCH v7 25/30] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer
2023-10-02 11:54 UTC (3+ messages)
[PATCH v1 0/5] bitmap: get rid of bitmap_remap() and bitmap_biremap() uses
2023-10-02 9:42 UTC (11+ messages)
` [PATCH v1 5/5] gpiolib: cdev: Utilize more bitmap APIs
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).