messages from 2023-06-24 08:02:12 to 2023-06-30 17:00:03 UTC [more...]
[PATCH v2 00/15] ARM: oxnas support removal
2023-06-30 16:58 UTC (11+ messages)
` [PATCH v2 01/15] clk: oxnas: remove obsolete clock driver
` [PATCH v2 02/15] dt-bindings: clk: oxnas: remove obsolete bindings
` [PATCH v2 03/15] clksource: timer-oxnas-rps: remove obsolete timer driver
` [PATCH v2 04/15] dt-bindings: timer: oxsemi,rps-timer: remove obsolete bindings
` [PATCH v2 05/15] nand: oxnas_nand: remove obsolete raw nand driver
` [PATCH v2 06/15] dt-bindings: mtd: oxnas-nand: remove obsolete bindings
` [PATCH v2 07/15] net: stmmac: dwmac-oxnas: remove obsolete dwmac glue driver
` [PATCH v2 08/15] dt-bindings: net: oxnas-dwmac: remove obsolete bindings
` [PATCH v2 09/15] pinctrl: pinctrl-oxnas: remove obsolete pinctrl driver
` [PATCH v2 10/15] dt-bindings: pinctrl: oxnas,pinctrl: remove obsolete bindings
[PATCH v4 00/21] Add Qualcomm Minidump kernel driver related support
2023-06-30 16:04 UTC (61+ messages)
` [PATCH v4 01/21] docs: qcom: Add qualcomm minidump guide
` [PATCH v4 02/21] kallsyms: Export kallsyms_lookup_name
` [PATCH v4 03/21] soc: qcom: Add qcom_minidump_smem module
` [PATCH v4 04/21] soc: qcom: Add Qualcomm APSS minidump (frontend) feature support
` [PATCH v4 05/21] soc: qcom: Add linux minidump smem backend driver support
` [PATCH v4 06/21] soc: qcom: minidump: Add pending region registration support
` [PATCH v4 07/21] soc: qcom: minidump: Add update region support
` [PATCH v4 08/21] dt-bindings: reserved-memory: Add qcom,ramoops binding
` [PATCH v4 09/21] pstore/ram : Export ramoops_parse_dt() symbol
` [PATCH v4 10/21] soc: qcom: Add qcom's pstore minidump driver support
` [PATCH v4 11/21] soc: qcom: Register pstore frontend region with minidump
` [PATCH v4 12/21] remoteproc: qcom: Expand MD_* as MINIDUMP_*
` [PATCH v4 13/21] remoterproc: qcom: refactor to leverage exported minidump symbol
` [PATCH v4 14/21] MAINTAINERS: Add entry for minidump driver related support
` [PATCH v4 15/21] arm64: defconfig: Enable Qualcomm Minidump related drivers
` [PATCH v4 16/21] arm64: dts: qcom: sm8450: Add Qualcomm ramoops minidump node
` [PATCH v4 17/21] firmware: qcom_scm: provide a read-modify-write function
` [PATCH v4 18/21] pinctrl: qcom: Use qcom_scm_io_update_field()
` [PATCH v4 19/21] firmware: scm: Modify only the download bits in TCSR register
` [PATCH v4 20/21] firmware: qcom_scm: Refactor code to support multiple download mode
` [PATCH v4 21/21] firmware: qcom_scm: Add multiple download mode support
[PATCH v3 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
2023-06-30 16:02 UTC (7+ messages)
` [PATCH v3 1/4] firmware: arm_scmi: Add optional flags to extended names helper
` [PATCH v3 2/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
[PATCH v1 1/5] gpiolib: Make gpiochip_hierarchy_add_domain() return domain
2023-06-30 13:57 UTC (11+ messages)
` [PATCH v1 2/5] gpiolib: Factor out gpiochip_simple_create_domain()
` [PATCH v1 3/5] gpiolib: Do not assign error pointer to the GPIO IRQ chip domain
` [PATCH v1 4/5] gpiolib: Split out gpiochip_irqchip_add_allocated_domain() helper
` [PATCH v1 5/5] gpiolib: Replace open coded gpiochip_irqchip_add_allocated_domain()
[libgpiod][PATCH] build: remove redundant SOURCES assignments
2023-06-30 12:31 UTC (2+ messages)
[PATCH] build: remove redundant SOURCES assignments
2023-06-30 12:28 UTC (2+ messages)
[libgpiod][PATCH] core: examples: fix warning for u64 formatting on 32bit
2023-06-30 12:16 UTC (2+ messages)
[libgpiod][PATCH v2 0/4] bindings: rust: clippy: fix warnings
2023-06-30 12:15 UTC (7+ messages)
` [libgpiod][PATCH v2 1/4] bindings: rust: clippy: drop unnecessary casts
` [libgpiod][PATCH v2 2/4] bindings: rust: clippy: silence false-positives on casts
` [libgpiod][PATCH v2 3/4] bindings: rust: clippy: drop unneeded conversions
` [libgpiod][PATCH v2 4/4] bindings: rust: clippy: silence false-positive on iterator
[RFC PATCH 0/4] Add missing pins for RZ/Five SoC
2023-06-30 12:04 UTC (5+ messages)
` [RFC PATCH 1/4] pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro
` [RFC PATCH 2/4] pinctrl: renesas: pinctrl-rzg2l: Add validation of GPIO pin in rzg2l_gpio_request()
` [RFC PATCH 3/4] pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28
` [RFC PATCH 4/4] riscv: dts: renesas: r9a07g043f: Update gpio-ranges property
[libgpiod][PATCH 0/2] minor build warning fixes
2023-06-30 12:01 UTC (6+ messages)
` [libgpiod][PATCH 1/2] examples: fix typo in Makefile.am
` [libgpiod][PATCH 2/2] bindings: rust: fix unclear resolver warning
[PATCH libgpiod 0/4] bindings: rust: clippy: fixed warnings
2023-06-30 10:53 UTC (12+ messages)
` [PATCH libgpiod 1/4] bindings: rust: clippy: drop unnecessary casts
` [PATCH libgpiod 2/4] bindings: rust: clippy: silence false-positives on casts
` [PATCH libgpiod 3/4] bindings: rust: clippy: drop unneeded conversions
` [PATCH libgpiod 4/4] bindings: rust: clippy: silence false-positive on iterator
[libgpiod][PATCH 0/2] bindings: rust: add README for crates.io
2023-06-30 10:46 UTC (3+ messages)
` [libgpiod][PATCH 1/2] bindings: rust: add README.md for libgpiod crate
` [libgpiod][PATCH 2/2] bindings: rust: mention the libgpiod crate from libgpiod-sys
[PATCH] gpio: mxc: add runtime pm support
2023-06-30 9:19 UTC (2+ messages)
[PATCH v5 0/5] Add Intel LJCA device driver
2023-06-30 7:40 UTC (9+ messages)
` [PATCH v5 1/5] usb: Add support for Intel LJCA device
[PATCH AUTOSEL 4.19 2/5] pinctrl: meditatek: Startup with the IRQs disabled
2023-06-29 19:02 UTC
[PATCH AUTOSEL 5.4 2/5] pinctrl: meditatek: Startup with the IRQs disabled
2023-06-29 19:02 UTC
[GIT PULL] gpio: updates for v6.5
2023-06-29 17:34 UTC (2+ messages)
Improving the hot-unplug event handling in gpiolib
2023-06-29 9:39 UTC
[GIT PULL] Pin control changes for v6.5
2023-06-29 7:46 UTC
[PATCH v7 0/2] TI TPS6594 PMIC support (RTC, pinctrl, regulators)
2023-06-29 7:00 UTC (4+ messages)
` [PATCH v7 1/2] rtc: tps6594: Add driver for TPS6594 RTC
` [PATCH v7 2/2] pinctrl: tps6594: Add driver for TPS6594 pinctrl and GPIOs
Słowa kluczowe do wypozycjonowania
2023-06-28 7:50 UTC
[PATCH v4 0/5] ARM: Add GPIO support
2023-06-27 18:55 UTC (4+ messages)
` [PATCH v4 1/5] gpio: gxp: Add HPE GXP GPIO
[PATCH] gpio: gpiolib-cdev: Fix potential &lr->wait.lock deadlock issue
2023-06-27 11:57 UTC (10+ messages)
[linusw-pinctrl:for-next] BUILD SUCCESS 9f0648f13e34a01f2e1a7a0d5801988a7bca6988
2023-06-27 1:25 UTC
[brgl:gpio/for-next] BUILD SUCCESS 0ff9f5e57c5bb45b6b807a4d466228de39d8cd2f
2023-06-27 1:22 UTC
[PATCH] counter: Fix menuconfig "Counter support" submenu entries disappearance
2023-06-26 22:19 UTC (5+ messages)
[PATCH] gpio: sifive: Support IRQ wake
2023-06-26 17:26 UTC
[PATCH v6 0/5] Refactor to support multiple download mode
2023-06-26 17:12 UTC (5+ messages)
` [PATCH v6 4/5] firmware: qcom_scm: Refactor code "
[PATCH libgpiod] gpiosim: fix data race that corrupts heap
2023-06-26 16:41 UTC (3+ messages)
[PATCH v2 1/2] gpiolib: cdev: Fix &lr->wait.lock deadlock issue
2023-06-26 15:03 UTC (5+ messages)
` 回复: "
` 回复: "
[PATCH v2 1/2] gpiolib: cdev: Fix &lr->wait.lock deadlock issue
2023-06-26 14:57 UTC (2+ messages)
` [PATCH v2 2/2] gpiolib: cdev: Fix &le->wait.lock "
[PATCH 1/2] bindings: cxx: examples: consistently use () for functions taking no args
2023-06-26 10:51 UTC (2+ messages)
` [PATCH 2/2] bindings: cxx: use () instead of (void) in line_settings::reset()
[PATCH v2 2/2] gpiolib: cdev: Fix &le->wait.lock deadlock issue
2023-06-26 10:40 UTC
[libgpiod][PATCH v3] bindings: python: examples: replace tools examples with use case examples
2023-06-26 10:09 UTC (2+ messages)
[libgpiod][PATCH 0/4] python examples and comment corrections
2023-06-26 8:24 UTC (7+ messages)
` [libgpiod][PATCH 1/4] bindings: python: examples: replace tools examples with use case examples
` [libgpiod][PATCH 2/4] core: examples: fix file comments
Accessing Intel J4125 GPIO Pins
2023-06-26 8:06 UTC (2+ messages)
[PATCH] arm64: dts: renesas: rzv2mevk2: Fix eMMC/SDHI pinctrl names
2023-06-24 19:11 UTC (2+ messages)
[PATCH v2 1/3] dt-bindings: pinctrl: qcom,sm8350-lpass-lpi: add SM8350 LPASS TLMM
2023-06-24 12:12 UTC (3+ messages)
` [PATCH v2 2/3] pinctrl: qcom: sm8350-lpass-lpi: "
[PATCH v2 00/45] Add support for sam9x7 SoC family
2023-06-24 9:19 UTC (48+ messages)
` [PATCH v2 01/45] dt-bindings: microchip: atmel,at91rm9200-tcb: add sam9x60, sam9x7 compatible
` [PATCH v2 17/45] dt-bindings: dmaengine: at_xdmac: add compatible with microchip,sam9x7
` [PATCH v2 19/45] dt-bindings: mfd: at91: Add SAM9X7 compatible string
` [PATCH v2 20/45] dt-bindings: atmel-gpbr: add microchip,sam9x7-gpbr
` [PATCH v2 21/45] dt-bindings: atmel-matrix: add microchip,sam9x7-matrix
` [PATCH v2 22/45] dt-bindings: atmel-smc: add microchip,sam9x7-smc
` [PATCH v2 23/45] dt-bindings: atmel-ssc: add microchip,sam9x7-ssc
` [PATCH v2 24/45] dt-bindings: sdhci-of-at91: add microchip,sam9x7-sdhci
` [PATCH v2 25/45] dt-bindings: atmel-nand: add microchip,sam9x7-pmecc
` [PATCH v2 26/45] dt-bindings: pinctrl: at91: add bindings for SAM9X7
` [PATCH v2 27/45] dt-bindings: rng: atmel,at91-trng: document sam9x7 TRNG
` [PATCH v2 28/45] dt-bindings: rtc: at91rm9200: add sam9x7 compatible
` [PATCH v2 29/45] dt-bindings: rtt: at91rm9260: "
` [PATCH v2 30/45] dt-bindings: serial: atmel,at91-usart: add compatible for sam9x7
` [PATCH v2 31/45] dt-bindings: atmel-classd: add sam9x7 compatible
` [PATCH v2 32/45] spi: dt-bindings: atmel,at91rm9200-spi: "
` [PATCH v2 33/45] dt-bindings: usb: atmel: Update DT bindings documentation for sam9x7
` [PATCH v2 34/45] dt-bindings: watchdog: sama5d4-wdt: add compatible for sam9x7-wdt
` [PATCH v2 35/45] dt-bindings: irqchip/atmel-aic5: Add support for sam9x7 aic
` [PATCH v2 43/45] ARM: dts: at91: sam9x7: add device tree for SoC
` [PATCH v2 44/45] dt-bindings: arm: add sam9x75 curiosity board
` [PATCH v2 45/45] ARM: dts: at91: sam9x75_curiosity: add device tree for "
` (subset) [PATCH v2 00/45] Add support for sam9x7 SoC family
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).