messages from 2024-01-25 09:55:38 to 2024-01-25 15:45:41 UTC [more...]
[PATCH 0/7] arm64: sun50i-h616: Add DMA and SPDIF controllers
2024-01-25 15:45 UTC (8+ messages)
` [PATCH 4/7] dt-bindings: dma: allwinner,sun50i-a64-dma: Add compatible for H616
[PATCH] arm64: dts: qcom: sc8280xp-x13s: correct analogue microphone route
2024-01-25 15:45 UTC
[PATCH v2 00/15] arm64: renesas: Add R-Car V4M and Gray Hawk Single support
2024-01-25 15:34 UTC (16+ messages)
` [PATCH v2 01/15] dt-bindings: clock: renesas,cpg-mssr: Document R-Car V4M support
` [PATCH v2 02/15] dt-bindings: clock: Add R8A779H0 V4M CPG Core Clock Definitions
` [PATCH v2 03/15] dt-bindings: power: renesas,rcar-sysc: Document R-Car V4M support
` [PATCH v2 04/15] dt-bindings: power: Add r8a779h0 SYSC power domain definitions
` [PATCH v2 05/15] dt-bindings: reset: renesas,rst: Document R-Car V4M support
` [PATCH v2 06/15] dt-bindings: soc: renesas: Document R-Car V4M Gray Hawk Single
` [PATCH v2 07/15] clk: renesas: rcar-gen4: Add support for FRQCRC1
` [PATCH v2 08/15] clk: renesas: cpg-mssr: Add support for R-Car V4M
` [PATCH v2 09/15] pmdomain: renesas: r8a779h0-sysc: Add r8a779h0 support
` [PATCH v2 10/15] soc: renesas: Introduce ARCH_RCAR_GEN4
` [PATCH v2 11/15] soc: renesas: Identify R-Car V4M
` [PATCH v2 12/15] soc: renesas: rcar-rst: Add support for "
` [PATCH v2 13/15] arm64: dts: renesas: Add Renesas R8A779H0 SoC support
` [PATCH v2 14/15] arm64: dts: renesas: Add Gray Hawk Single board support
` [PATCH v2 15/15] arm64: defconfig: Enable R8A779H0 SoC
[PATCH] clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks
2024-01-25 15:43 UTC
[PATCH v5 0/4] Kinetic ExpressWire library and KTD2801 backlight driver
2024-01-25 15:30 UTC (5+ messages)
` [PATCH v5 1/4] leds: introduce ExpressWire library
` [PATCH v5 2/4] leds: ktd2692: convert to use "
` [PATCH v5 3/4] dt-bindings: backlight: add Kinetic KTD2801 binding
` [PATCH v5 4/4] backlight: Add Kinetic KTD2801 backlight support
[PATCH v7 0/9] iio: add new backend framework
2024-01-25 15:34 UTC (5+ messages)
` [PATCH v7 4/9] driver: core: allow modifying device_links flags
[PATCH v9 00/16] PCI: imx6: Clean up and add imx95 pci support
2024-01-25 15:31 UTC (2+ messages)
[PATCH 0/7] ARM: dts: samsung: specify the SPI fifosize
2024-01-25 15:16 UTC (8+ messages)
` [PATCH 1/7] ARM: dts: samsung: s5pv210: "
` [PATCH 2/7] ARM: dts: samsung: exynos3250: "
` [PATCH 3/7] ARM: dts: samsung: exynos4: "
` [PATCH 4/7] ARM: dts: samsung: exynos5250: "
` [PATCH 5/7] ARM: dts: samsung: exynos5450: "
` [PATCH 6/7] ARM: dts: samsung: exynos5433: "
` [PATCH 7/7] ARM: dts: samsung: exynosautov9: "
[PATCH v7 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
2024-01-25 15:11 UTC (2+ messages)
[PATCH v3 00/17] Add support for Mobileye EyeQ5 system controller
2024-01-25 15:11 UTC (17+ messages)
` [PATCH v3 04/17] dt-bindings: soc: mobileye: add EyeQ5 OLB "
` [PATCH v3 08/17] clk: eyeq5: add platform driver
[PATCH v3 0/4] Update STM DSI PHY driver
2024-01-25 15:08 UTC (3+ messages)
` [PATCH v3 4/4] arm: dts: st: fix DSI peripheral clock on stm32mp15 boards
[PATCH v8 0/3] Introduce STM32MP257 clock driver
2024-01-25 14:51 UTC (2+ messages)
[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support
2024-01-25 14:50 UTC (29+ messages)
` [PATCH v2 01/28] spi: s3c64xx: explicitly include <linux/io.h>
` [PATCH v2 02/28] spi: s3c64xx: explicitly include <linux/bits.h>
` [PATCH v2 03/28] spi: s3c64xx: avoid possible negative array index
` [PATCH v2 04/28] spi: dt-bindings: samsung: add google,gs101-spi compatible
` [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property
` [PATCH v2 06/28] spi: s3c64xx: sort headers alphabetically
` [PATCH v2 07/28] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
` [PATCH v2 08/28] spi: s3c64xx: remove else after return
` [PATCH v2 09/28] spi: s3c64xx: use bitfield access macros
` [PATCH v2 10/28] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL
` [PATCH v2 11/28] spi: s3c64xx: move common code outside if else
` [PATCH v2 12/28] spi: s3c64xx: check return code of dmaengine_slave_config()
` [PATCH v2 13/28] spi: s3c64xx: propagate the dma_submit_error() error code
` [PATCH v2 14/28] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
` [PATCH v2 15/28] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
` [PATCH v2 16/28] spi: s3c64xx: simplify s3c64xx_wait_for_pio()
` [PATCH v2 17/28] spi: s3c64xx: drop blank line between declarations
` [PATCH v2 18/28] spi: s3c64xx: fix typo, s/configuartion/configuration
` [PATCH v2 19/28] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
` [PATCH v2 20/28] spi: s3c64xx: add support for inferring fifosize from the compatible
` [PATCH v2 21/28] spi: s3c64xx: infer "
` [PATCH v2 22/28] spi: s3c64xx: drop dependency on of_alias where possible
` [PATCH v2 23/28] spi: s3c64xx: retrieve the FIFO size from the device tree
` [PATCH v2 24/28] spi: s3c64xx: mark fifo_lvl_mask as deprecated
` [PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors
` [PATCH v2 26/28] spi: s3c64xx: add iowrite{8,16}_32_rep accessors
` [PATCH v2 27/28] spi: s3c64xx: add support for google,gs101-spi
` [PATCH v2 28/28] MAINTAINERS: add Tudor Ambarus as R for the samsung SPI driver
[PATCH v2 0/9] arm64: dts: renesas: Add support for more R-Car V4H and White Hawk variants
2024-01-25 14:48 UTC (10+ messages)
` [PATCH v2 1/9] dt-bindings: soc: renesas: Document R-Car V4H White Hawk Single
` [PATCH v2 2/9] arm64: dts: renesas: r8a779g0: Add standalone White Hawk CPU support
` [PATCH v2 3/9] arm64: dts: renesas: white-hawk-cpu: Restore sort order
` [PATCH v2 4/9] arm64: dts: renesas: white-hawk: Drop SoC parts from sub boards
` [PATCH v2 5/9] arm64: dts: renesas: white-hawk: Add SoC name to top-level comment
` [PATCH v2 6/9] arm64: dts: renesas: white-hawk-cpu: Factor out common parts
` [PATCH v2 7/9] arm64: dts: renesas: white-hawk: "
` [PATCH v2 8/9] arm64: dts: renesas: Add Renesas R8A779G2 SoC support
` [PATCH v2 9/9] arm64: dts: renesas: r8a779g2: Add White Hawk Single support
[PATCH v3 0/5] Add CPSW2G and CPSW9G nodes for J784S4
2024-01-25 14:47 UTC (8+ messages)
` [PATCH v3 1/5] arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in serdes_ln_ctrl
` [PATCH v3 2/5] arm64: dts: ti: k3-j784s4-main: Add CPSW2G and CPSW9G nodes
` [PATCH v3 3/5] arm64: dts: ti: k3-j784s4: Add Main CPSW2G node
` [PATCH v3 4/5] arm64: dts: ti: k3-j784s4: Add overlay to enable QSGMII mode with CPSW9G
` [PATCH v3 5/5] arm64: dts: ti: k3-j784s4: Add overlay for dual port USXGMII mode
[PATCH 0/4] RK3588 and Rock 5B dts additions: thermal, OPP, rfkill and fan
2024-01-25 14:46 UTC (10+ messages)
` [PATCH 2/4] arm64: dts: rockchip: enable built-in thermal monitoring on rk3588
` [PATCH 4/4] arm64: dts: rockchip: Add OPP data for CPU cores on RK3588
[PATCH 1/6] arm64: dts: qcom: sm8150: describe all PCI MSI interrupts
2024-01-25 14:46 UTC (16+ messages)
` [PATCH 2/6] arm64: dts: qcom: sm8250: "
` [PATCH 3/6] arm64: dts: qcom: sm8350: "
` [PATCH 4/6] arm64: dts: qcom: sm8450: "
` [PATCH 5/6] arm64: dts: qcom: sm8550: "
` [PATCH 6/6] arm64: dts: qcom: sm8650: "
[PATCH 0/5] Add RZ/G2UL CRU and CSI support
2024-01-25 14:34 UTC (7+ messages)
` [PATCH 1/5] media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/G2UL CSI-2 block
` [PATCH 2/5] media: dt-bindings: renesas,rzg2l-cru: Document Renesas RZ/G2UL CRU block
[PATCH 1/2] dt-bindings: samsung: exynos-sysreg: gs101-peric0 requires a clock
2024-01-25 14:10 UTC (4+ messages)
` [PATCH 2/2] arm64: dts: exynos: gs101: sysreg_peric1 needs "
` [PATCH v2] arm64: dts: exynos: gs101: sysreg_peric0 "
[PATCH] arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup R5FSS nodes
2024-01-25 14:04 UTC (6+ messages)
[PATCH 0/7] arm64: exynos: Enable SPI for Exynos850
2024-01-25 14:02 UTC (2+ messages)
` (subset) "
[PATCH v4 0/3] Kinetic ExpressWire library and KTD2801 backlight driver
2024-01-25 13:44 UTC (3+ messages)
` [PATCH v4 1/3] leds: ktd2692: move ExpressWire code to library
[PATCH v2 0/5] Add CPSW2G and CPSW9G nodes for J784S4
2024-01-25 13:44 UTC (4+ messages)
` [PATCH v2 2/5] arm64: dts: ti: k3-j784s4: Add Main CPSW2G node
[PATCH v2 0/2] spi: samsung: Add Exynos850 support
2024-01-25 13:36 UTC (2+ messages)
[PATCH] dt-bindings: leds: add FUNCTION defines for per-band WLANs
2024-01-25 13:33 UTC (2+ messages)
` (subset) "
[PATCH 00/21] spi: s3c64xx: winter cleanup and gs101 support
2024-01-25 13:32 UTC (6+ messages)
` [PATCH 19/21] spi: s3c64xx: add support for google,gs101-spi
[PATCH 0/6] phy: qcom: qmp-usbc: properly handle the clamping register
2024-01-25 13:32 UTC (3+ messages)
` [PATCH 1/6] dt-bindings: mfd: qcom,tcsr: Add compatibles for QCM2290 and SM6115
` (subset) "
[PATCH net-next v1 1/2] dt-bindings: net: dsa: Add KSZ8567 switch support
2024-01-25 13:22 UTC (10+ messages)
[PATCH 0/9] Add exynos_pmu_update/read/write() APIs to exynos-pmu
2024-01-25 13:19 UTC (16+ messages)
` [PATCH 2/9] soc: samsung: exynos-pmu: Add exynos_pmu_update/read/write APIs and SoC quirks
` [PATCH 3/9] watchdog: s3c2410_wdt: update to use new exynos_pmu_*() apis
[PATCH v2 0/4] riscv: sophgo: add reset support for SG2042
2024-01-25 13:10 UTC (5+ messages)
` [PATCH v2 2/4] reset: sophgo: add SG2042 reset generator driver
[PATCH v8 0/7] Add support for LUT PPG
2024-01-25 13:04 UTC (3+ messages)
` [PATCH v8 3/7] soc: qcom: add QCOM PBS driver
[PATCH v2 0/6] dt-bindings: PCI: qcom: move to dedicated schema (part one)
2024-01-25 13:03 UTC (7+ messages)
` [PATCH v2 1/6] dt-bindings: PCI: qcom,pcie-sm8550: move SM8550 to dedicated schema
` [PATCH v2 2/6] dt-bindings: PCI: qcom,pcie-sm8450: move SM8450 "
` [PATCH v2 3/6] dt-bindings: PCI: qcom,pcie-sm8250: move SM8250 "
` [PATCH v2 4/6] dt-bindings: PCI: qcom,pcie-sm8150: move SM8150 "
` [PATCH v2 5/6] dt-bindings: PCI: qcom,pcie-sm8350: move SM8350 "
` [PATCH v2 6/6] dt-bindings: PCI: qcom,pcie-sc8280xp: move SC8280XP "
[PATCH 1/4] arm64: dts: qcom: sm8550-qrd: correct WCD9385 TX port mapping
2024-01-25 13:02 UTC (7+ messages)
` [PATCH 2/4] arm64: dts: qcom: sm8550-mtp: "
[PATCH v1 0/2] leds: aw200xx: support for hw pattern controllers
2024-01-25 13:00 UTC (5+ messages)
` [PATCH v1 1/2] "
[PATCH] ARM: dts: imx6ull-dhcom: Remove /omit-if-no-ref/ from node usdhc1-pwrseq
2024-01-25 12:46 UTC
[PATCH v2] arm64: dts: qcom: qcm6490-idp: Include PM7250B
2024-01-25 12:44 UTC (2+ messages)
[PATCH v2] riscv: dts: sophgo: add watchdog dt node for CV1800
2024-01-25 12:39 UTC (3+ messages)
[PATCH 0/6] dt-bindings: PCI: qcom: move to dedicated schema (part one)
2024-01-25 12:35 UTC (5+ messages)
` [PATCH 1/6] dt-bindings: PCI: qcom,pcie-sm8550: move SM8550 to dedicated schema
[RFC PATCH 0/5] support for Marvell 88PM886 PMIC
2024-01-25 12:26 UTC (3+ messages)
` [RFC PATCH 2/5] mfd: add 88pm88x driver
[PATCH 0/2] Assume polling-delay(-passive) = 0 when absent
2024-01-25 12:11 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: thermal-zones: Don't require polling-delay(-passive)
` [PATCH 2/2] thermal/of: Assume polling-delay(-passive) 0 when absent
[RESEND PATCH v5 1/2] dt-bindings: i2c: pca954x: Add custom properties for MAX7357
2024-01-25 11:58 UTC (5+ messages)
[PATCH RESEND] arm64: dts: qcom: qcm6490-idp: Add support for PM7250B PMIC
2024-01-25 11:56 UTC (6+ messages)
[PATCH 2/3] dt-bindings: net: snps,dwmac: Add time-based-scheduling property
2024-01-25 11:55 UTC (5+ messages)
[PATCH v3] dt-bindings: fpga: Convert fpga-region binding to yaml
2024-01-25 11:47 UTC (6+ messages)
[PATCH v2 1/2] dt-bindings: usb: mt6360-tcpc: Drop interrupt-names
2024-01-25 11:41 UTC (7+ messages)
[PATCH 0/2] bluetooth: mt7921s: Add binding and fixup existing dts
2024-01-25 11:40 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: net: bluetooth: Add MediaTek MT7921S SDIO Bluetooth
` [PATCH 2/2] arm64: dts: mediatek: mt8183-pico6: Fix bluetooth node
[net-next PATCH 0/3] net: mdio-ipq4019: fix wrong default MDC rate
2024-01-25 11:36 UTC (3+ messages)
[PATCH] arm/arm64: samsung: Enable W=1 on dtbs by default
2024-01-25 11:31 UTC (4+ messages)
[PATCH v2 0/3] clocksource: imx-sysctr: support i.MX95
2024-01-25 11:09 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: timer: nxp,sysctr-timer: "
` [PATCH v2 2/3] clocksource/drivers/imx-sysctr: drop use global variables
` [PATCH v2 3/3] clocksource/drivers/imx-sysctr: support i.MX95
[PATCH] dt-bindings: memory-controllers: narrow regex for unit address to hex numbers
2024-01-25 11:04 UTC (2+ messages)
[PATCH v2 00/15] usb: typec: qcom-pmic-typec: enable support for PMI632 PMIC
2024-01-25 11:03 UTC (7+ messages)
` [PATCH v2 09/15] usb: typec: qcom-pmic-typec: add "
[RFC PATCH v1 0/8] Introduction of PSCR Framework and Related Components
2024-01-25 10:57 UTC (5+ messages)
` [PATCH v2 2/8] dt-bindings: power: reset: add generic PSCRR binding trackers
` [PATCH v2 4/8] dt-bindings: power: reset: add bindings for NVMEM hardware storing PSCR Data
[PATCH v6 00/12] Unregister critical branch clocks + some RPM
2024-01-25 10:56 UTC (3+ messages)
[PATCH v4 0/4] mailbox: imx: support i.MX95 ELE/V2X MU
2024-01-25 10:52 UTC (4+ messages)
` [PATCH v4 2/4] mailbox: imx: support return value of init
[PATCH v3 0/4] Add support for nuvoton ma35d1 pin control
2024-01-25 10:49 UTC (3+ messages)
` [PATCH v3 2/4] dt-bindings: pinctrl: Document "
[PATCH 0/5] clk: qcom: sm8[56]50: Drop the Disp AHB clock from Display Clock Controller
2024-01-25 10:47 UTC (4+ messages)
[PATCH 0/2] Add board-id support for multiple DT selection
2024-01-25 10:40 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: hwinfo: Introduce board-id
[PATCH 1/2] dt-bindings: pinctrl: Unify "input-debounce" schema
2024-01-25 10:38 UTC (5+ messages)
` [PATCH 2/2] dt-bindings: pinctrl: nuvoton,npcm845: Drop redundant type for "slew-rate"
[PATCH] ASoC: dt-bindings: samsung,tm2: Correct "audio-codec" constraints
2024-01-25 10:26 UTC (2+ messages)
[PATCH] dt-bindings: soc/qcom: Add size constraints on "qcom,rpm-msg-ram"
2024-01-25 10:24 UTC (2+ messages)
[PATCH 0/2] arm64: dts: qcom: Add dma-coherent property on
2024-01-25 10:24 UTC (3+ messages)
` [PATCH 1/2] arm64: dts: qcom: sm8550: Add dma-coherent property
` [PATCH 2/2] arm64: dts: qcom: sm8650: "
[PATCH v1 0/2] arm64: dts: freescale: imx8qm: add apalis eval v1.2 carrier board
2024-01-25 10:14 UTC (3+ messages)
` [PATCH v1 1/2] dt-bindings: arm: fsl: add imx8qm "
` [PATCH v1 2/2] arm64: dts: freescale: imx8qm: add "
[PATCH v4 00/10] Add support to configure TPDM CMB subunit
2024-01-25 10:07 UTC (4+ messages)
` [PATCH v4 08/10] coresight-tpdm: Add timestamp control register support for the CMB
[PATCH 0/3] clk: qcom: gcc-sm8150: Add gcc_parents_0_ao support
2024-01-25 9:55 UTC (5+ messages)
` [PATCH 2/3] "
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).