messages from 2024-11-05 18:16:42 to 2024-11-06 09:23:14 UTC [more...]
[PATCH v1 0/2] iio: adc: add Nuvoton NCT720x ADC driver
2024-11-06 9:22 UTC (5+ messages)
` [PATCH v1 1/2] dt-bindings: iio: adc: Add binding for Nuvoton NCT720x ADCs
` [PATCH v1 2/2] iio: adc: add Nuvoton NCT720x ADC driver
[PATCH v5 00/13] Add ITE IT6263 LVDS to HDMI converter support
2024-11-06 9:20 UTC (6+ messages)
` (subset) "
[PATCH v6 0/7] Add TSENS support for IPQ5332, IPQ5424
2024-11-06 9:12 UTC (9+ messages)
` [PATCH v6 3/7] thermal/drivers/tsens: Add TSENS enable and calibration support for V2
` [PATCH v6 7/7] arm64: dts: qcom: ipq5424: Add thermal zone nodes
[PATCH v2 0/2] Enable emmc and SD on QCS615
2024-11-06 9:10 UTC (6+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: qcs615: add SDHC1 and SDHC2
` [PATCH v2 2/2] arm64: dts: qcom: qcs615-ride: Enable "
[PATCH v3 0/8] Support spread spectrum clocking for i.MX8{M,N,P} PLLs
2024-11-06 8:57 UTC (2+ messages)
` [PATCH v3 1/8] dt-bindings: clock: imx8m-clock: support spread spectrum clocking
[PATCH v3 1/2] dt-bindings: mfd: sprd,sc2731: convert to YAML
2024-11-06 9:05 UTC (4+ messages)
` [PATCH v3 2/2] dt-bindings: mfd: sprd,sc2731: reference sprd,sc2731-efuse bindings
[PATCH 0/2] Add support for ADP1051 and ADP1055
2024-11-06 9:03 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: hwmon: (pmbus/adp1050): Support adp1051 and adp1055: add bindings
` [PATCH 2/2] hwmon: (pmbus/adp1050): Support adp1051 and adp1055
[PATCH 0/2] ARM: dts: aspeed: catalina: update CPLD IO expander pin definitions
2024-11-06 8:58 UTC (3+ messages)
` [PATCH 1/2] ARM: dts: aspeed: catalina: update pdb board cpld ioexp linename
` [PATCH 2/2] ARM: dts: aspeed: catalina: add hdd board cpld ioexp
[PATCH v7 0/3] arm64: dts: qcom: sc8280xp-blackrock: dt definition for Windows Dev Kit 2023
2024-11-06 8:53 UTC (6+ messages)
` [PATCH v7 3/3] arm64: dts: qcom: sc8280xp-blackrock: dt definition for WDK2023
[PATCH v9 0/6] Add mfd, pinctrl and pwm support to EN7581 SoC
2024-11-06 8:43 UTC (4+ messages)
` [PATCH v9 4/6] dt-bindings: mfd: Add support for Airoha EN7581 GPIO System Controller
` (subset) "
[PATCH v2] arm64: dts: rockchip: Add OPP voltage ranges to RK3399 OP1 SoC dtsi
2024-11-06 8:33 UTC
[PATCH v2 1/1] dt-bindings: watchdog: fsl-imx-wdt: Add missing 'big-endian' property
2024-11-06 8:01 UTC (5+ messages)
[PATCH 00/31] Add audio support for the Renesas RZ/G3S SoC
2024-11-06 8:18 UTC (32+ messages)
` [PATCH 01/31] clk: renesas: r9a08g045-cpg: Add clocks, resets and power domains support for SSI
` [PATCH 02/31] clk: versaclock3: Prepare for the addition of 5L35023 device
` [PATCH 03/31] dt-bindings: clock: versaclock3: Document 5L35023 Versa3 clock generator
` [PATCH 04/31] clk: versaclock3: Add support for the 5L35023 variant
` [PATCH 05/31] pinctrl: renesas: rzg2l: Add audio clock pins
` [PATCH 06/31] ASoC: sh: rz-ssi: Terminate all the DMA transactions
` [PATCH 07/31] ASoC: sh: rz-ssi: Use only the proper amount of dividers
` [PATCH 08/31] ASoC: sh: rz-ssi: Fix typo on SSI_RATES macro comment
` [PATCH 09/31] ASoC: sh: rz-ssi: Remove pdev member of struct rz_ssi_priv
` [PATCH 10/31] ASoC: sh: rz-ssi: Remove the rz_ssi_get_dai() function
` [PATCH 11/31] ASoC: sh: rz-ssi: Remove the 2nd argument of rz_ssi_stream_is_play()
` [PATCH 12/31] ASoC: sh: rz-ssi: Use a proper bitmask for clear bits
` [PATCH 13/31] ASoC: sh: rz-ssi: Use readl_poll_timeout_atomic()
` [PATCH 14/31] ASoC: sh: rz-ssi: Use temporary variable for struct device
` [PATCH 15/31] ASoC: sh: rz-ssi: Use goto label names that specify their actions
` [PATCH 16/31] ASoC: sh: rz-ssi: Rely on the ASoC subsystem to runtime resume/suspend the SSI
` [PATCH 17/31] ASoC: sh: rz-ssi: Enable runtime PM autosuspend support
` [PATCH 18/31] ASoC: sh: rz-ssi: Add runtime PM support
` [PATCH 19/31] ASoC: sh: rz-ssi: Issue software reset in hw_params API
` [PATCH 20/31] ASoC: sh: rz-ssi: Add suspend to RAM support
` [PATCH 21/31] ASoC: dt-bindings: renesas,rz-ssi: Document the Renesas RZ/G3S SoC
` [PATCH 22/31] ASoC: da7213: Populate max_register to regmap_config
` [PATCH 23/31] ASoC: da7213: Return directly the value of regcache_sync()
` [PATCH 24/31] ASoC: da7213: Add suspend to RAM support
` [PATCH 25/31] ASoC: da7213: Avoid setting PLL when closing audio stream
` [PATCH 26/31] ASoC: da7213: Extend support for the MCK in range [2, 50] MHz
` [PATCH 27/31] arm64: dts: renesas: r9a08g045: Add SSI nodes
` [PATCH 28/31] arm64: dts: renesas: rzg3s-smarc-som: Add versa3 clock generator node
` [PATCH 29/31] arm64: dts: renesas: Add da7212 audio codec node
` [PATCH 30/31] arm64: dts: renesas: rzg3s-smarc: Enable SSI3
` [PATCH 31/31] arm64: dts: renesas: rzg3s-smarc: Add sound card
[PATCH v2 00/15] Add MSM8917/PM8937/Redmi 5A
2024-11-06 8:17 UTC (3+ messages)
` [PATCH v2 08/15] dt-bindings: mfd: qcom,tcsr: Add compatible for MSM8917
` (subset) "
[PATCH v6 0/2] pwm: add support for NXPs high-side switch MC33XS2410
2024-11-06 8:13 UTC (11+ messages)
` [PATCH v6 2/2] "
[PATCH v10 0/7] platform/chrome: Introduce DT hardware prober
2024-11-06 8:12 UTC (4+ messages)
` [PATCH v10 5/7] i2c: of-prober: Add GPIO support to simple helpers
[PATCH] arm64: dts: rockchip: Add OPP voltage ranges to RK3399 OP1 SoC dtsi
2024-11-06 8:07 UTC (3+ messages)
[PATCH net-next v4 0/6] Side MDIO Support for LAN937x Switches
2024-11-06 7:59 UTC (7+ messages)
` [PATCH net-next v4 1/6] dt-bindings: net: dsa: microchip: add internal MDIO bus description
` [PATCH net-next v4 2/6] dt-bindings: net: dsa: microchip: add mdio-parent-bus property for internal MDIO
` [PATCH net-next v4 3/6] net: dsa: microchip: Refactor MDIO handling for side MDIO access
` [PATCH net-next v4 4/6] net: dsa: microchip: cleanup error handling in ksz_mdio_register
` [PATCH net-next v4 5/6] net: dsa: microchip: add support for side MDIO interface in LAN937x
` [PATCH net-next v4 6/6] net: dsa: microchip: parse PHY config from device tree
[PATCH v2 0/2] riscv: spacemit: add i2c support to K1 SoC
2024-11-06 7:59 UTC (8+ messages)
` [PATCH v2 1/2] dt-bindings: i2c: spacemit: add support for "
[PATCH v5 0/3] Apple SPI controller driver
2024-11-06 7:54 UTC (4+ messages)
` [PATCH v5 1/3] spi: dt-bindings: apple,spi: Add binding for Apple SPI controllers
` [PATCH v5 2/3] spi: apple: Add driver for Apple SPI controller
` [PATCH v5 3/3] MAINTAINERS: Add apple-spi driver & binding files
[PATCH v1 00/10] Add MediaTek ISP7 camera system driver
2024-11-06 7:52 UTC (10+ messages)
` [PATCH v1 03/10] media: platform: mediatek: add isp_7x seninf unit
` [PATCH v1 05/10] media: platform: mediatek: add isp_7x camsys unit
` [PATCH v1 06/10] media: platform: mediatek: add isp_7x utility
[PATCH v6 0/9] Add RTC support for the Renesas RZ/G3S SoC
2024-11-06 7:38 UTC (4+ messages)
` [PATCH v6 2/9] clk: linux/clk-provider.h: Add devm_clk_hw_register_gate_parent_hw()
[PATCH v4 0/2] Support for I/O width within ARM SCMI SHMEM
2024-11-06 7:23 UTC (2+ messages)
[PATCH v2 0/3] sc27xx-fuel-gauge: fix battery detect
2024-11-06 7:19 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: power: supply: sc27xx-fg: document deprecated bat-detect-gpio
[PATCH 4/7] dt-bindings: display: panel: Add YLM-LBV0345001H-V2 panel
2024-11-06 7:08 UTC (2+ messages)
[PATCH v4 0/3] Apple SPI controller driver
2024-11-06 7:01 UTC (4+ messages)
` [PATCH v4 2/3] spi: apple: Add driver for Apple SPI controller
[PATCH] arm64: dts: allwinner: pinephone: Add mount matrix to accelerometer
2024-11-06 6:31 UTC (6+ messages)
[PATCH v2 0/2] Add device tree for MT8188-based Chromebook "Ciri"
2024-11-06 6:30 UTC (3+ messages)
[PATCH 1/3] [PATCH v3] Documentation:leds: Add leds-st1202.rst
2024-11-06 6:18 UTC (3+ messages)
` [PATCH 2/3] [PATCH v4] dt-bindings: leds: Add LED1202 LED Controller
` [PATCH 3/3] [PATCH v6] leds: Add LED1202 I2C driver
[PATCH v5] arm64: dts: qcom: Add coresight nodes for x1e80100
2024-11-06 5:55 UTC (3+ messages)
[PATCH v3 0/9] Amlogic C3 ISP support
2024-11-06 5:32 UTC (10+ messages)
` [PATCH v3 2/9] media: platform: Add c3 mipi csi2 driver
` [PATCH v3 4/9] media: platform: Add c3 mipi adapter driver
[PATCH v2 0/2] Add driver for LTP8800-1A, LTP8800-2 and LTP8800-4A
2024-11-06 4:34 UTC (5+ messages)
` [PATCH v2 1/2] dt-bindings: trivial-devices: add ltp8800
` [PATCH v2 2/2] hwmon: pmbus: add driver for ltp8800-1a, ltp8800-4a, and ltp8800-2
[PATCH v2 1/2] dt-bindings: hwmon: pwm-fan: Document start from stopped state properties
2024-11-06 4:26 UTC (4+ messages)
` [PATCH v2 2/2] hwmon: (pwm-fan) Introduce start from stopped state handling
[PATCH net-next 0/5] Add PCS support for Qualcomm IPQ9574 SoC
2024-11-06 3:43 UTC (5+ messages)
` [PATCH net-next 3/5] net: pcs: qcom-ipq: Add PCS create and phylink operations for IPQ9574
[PATCH] dt-bindings: input: Goodix SPI HID Touchscreen
2024-11-06 3:20 UTC (7+ messages)
[PATCH 2/2] hwmon: (pwm-fan) Introduce start from dead stop handling
2024-11-06 3:18 UTC (2+ messages)
[PATCH 1/2] dt-bindings: hwmon: pwm-fan: Document start from dead stop properties
2024-11-06 2:17 UTC (8+ messages)
[RESEND PATCH v3 1/2] dt-bindings: phy: rockchip: add rk3576 compatible
2024-11-06 2:13 UTC (2+ messages)
` [RESEND PATCH v3 2/2] phy: rockchip-naneng-combo: add rk3576 support
[PATCH 3/3] [PATCH v5] leds: Add LED1202 I2C driver
2024-11-06 2:03 UTC (3+ messages)
[PATCH net-next v7 0/2] Add the dwmac driver support for T-HEAD TH1520 SoC
2024-11-06 2:00 UTC (2+ messages)
[PATCH v2 1/2] dt-bindings: power/supply: Add ltc4162-f/s and ltc4015
2024-11-06 1:55 UTC (2+ messages)
` [PATCH v2 2/2] power/supply: Add support for "
[PATCH v1 0/2] Add support for Synopsis DesignWare version 3.72a
2024-11-06 1:50 UTC (2+ messages)
[PATCH RFC 0/3] Support for GPU ACD feature on Adreno X1-85
2024-11-06 1:44 UTC (4+ messages)
` [PATCH RFC 1/3] drm/msm/adreno: Add support for ACD
[PATCH V7 4/4] PCI: qcom: Add support for IPQ9574
2024-11-06 1:40 UTC (2+ messages)
[PATCH v9 0/4] RTL9300 support for reboot and i2c
2024-11-06 1:29 UTC (6+ messages)
` [PATCH v9 1/4] dt-bindings: mfd: Add Realtek RTL9300 switch peripherals
` [PATCH v9 2/4] mips: dts: realtek: Add syscon-reboot node
` [PATCH v9 3/4] mips: dts: realtek: Add I2C controllers
` [PATCH v9 4/4] i2c: Add driver for the RTL9300 I2C controller
[PATCH v2] ARM: dts: stm32: Describe M24256E write-lockable page in DH STM32MP13xx DHCOR SoM DT
2024-11-06 0:30 UTC (3+ messages)
[PATCH v1] dt-bindings: clock: actions,owl-cmu: convert to YAML
2024-11-06 1:03 UTC (5+ messages)
[PATCH RESEND v4 0/2] Add a driver for the Iron Device SMA1307 Amp
2024-11-06 0:58 UTC (3+ messages)
` [PATCH RESEND v4 1/2] ASoC: dt-bindings: irondevice,sma1307: Add initial DT
` [PATCH RESEND v4 2/2] ASoC: sma1307: Add driver for Iron Device SMA1307
[PATCH V5 0/6] Add minimal boot support for IPQ5424
2024-11-06 0:53 UTC (2+ messages)
` (subset) "
[PATCH V3 0/3] X1E001DE Snapdragon Devkit for Windows
2024-11-06 0:53 UTC (2+ messages)
` (subset) "
[PATCH V1 0/3] X1E001DE Devkit remaining features
2024-11-06 0:53 UTC (2+ messages)
[PATCH] dt-bindings: firmware: qcom,scm: Document sm8750 SCM
2024-11-06 0:53 UTC (2+ messages)
[PATCH 0/3] Add IPQ5424 and IPQ5404 SOC IDs
2024-11-06 0:53 UTC (2+ messages)
` (subset) "
[PATCH v5 00/11] clk: qcom: add support for clock controllers on the SAR2130P platform
2024-11-06 0:53 UTC (2+ messages)
` (subset) "
[PATCH v4 0/3] arm64: dts: qcom: add QAR2130P support
2024-11-06 0:53 UTC (2+ messages)
[PATCH v4 0/2] Add a driver for the Iron Device SMA1307 Amp
2024-11-06 0:46 UTC (3+ messages)
` [PATCH v4 1/2] This adds the schema binding "
` [PATCH v4 2/2] The Iron Device SMA1307 is a boosted digital speaker amplifier
[PATCH v6 1/2] dt-bindings: arm: aspeed: add IBM SBP1 board
2024-11-06 0:37 UTC (12+ messages)
` [PATCH v6 2/2] ARM: dts: aspeed: sbp1: IBM sbp1 BMC board
[PATCH 0/6] Samsung Exynos 7870 DECON driver support
2024-11-05 23:54 UTC (4+ messages)
[PATCH] ARM: dts: stm32: Sort M24256E write-lockable page in DH STM32MP13xx DHCOR SoM DT
2024-11-05 23:40 UTC
[PATCH] ARM: dts: stm32: Deduplicate serial aliases and chosen node for STM32MP15xx DHCOM SoM
2024-11-05 23:29 UTC
[PATCH] ARM: dts: stm32: Increase CPU core voltage on STM32MP13xx DHCOR SoM
2024-11-05 22:46 UTC
[PATCH v8 0/7] RTL9300 support for reboot and i2c
2024-11-05 22:27 UTC (7+ messages)
` [PATCH v8 3/7] dt-bindings: i2c: Add Realtek RTL I2C Controller
` [PATCH v8 7/7] i2c: Add driver for the RTL9300 I2C controller
[PATCH] dt-bindings: Enable dtc "interrupt_provider" warnings
2024-11-05 22:26 UTC (2+ messages)
[PATCH] dt-bindings: PCI: snps,dw-pcie: Drop "#interrupt-cells" from example
2024-11-05 22:12 UTC (2+ messages)
[PATCH v4 4/4] PCI: mediatek-gen3: Add Airoha EN7581 support
2024-11-05 21:33 UTC (2+ messages)
[PATCH RESEND v2 0/2] arm64: dts: PL022 clock fixes
2024-11-05 21:18 UTC (3+ messages)
` [PATCH RESEND v2 1/2] arm64: dts: seattle: Update spi clock properties
` [PATCH RESEND v2 2/2] arm64: dts: lg131x: "
[PATCH 0/6] Add support for the root PCI bus device-tree node creation
2024-11-05 19:59 UTC (4+ messages)
[PATCH 0/6] Input: matrix-keypad: Various performance improvements
2024-11-05 19:19 UTC (9+ messages)
` [PATCH v2 0/7] "
` [PATCH v2 1/7] Input: matrix_keypad - use fsleep for variable delay duration
` [PATCH v2 4/7] dt-bindings: input: matrix_keypad - add missing property
` [PATCH v2 7/7] Input: matrix_keypad - detect change during scan
[PATCH v2 2/2] phy: rockchip: Add Samsung CSI/DSI Combo DCPHY driver
2024-11-05 19:14 UTC (2+ messages)
[PATCH V2 0/2] ASoC: codecs: Add aw88081 amplifier driver
2024-11-05 19:07 UTC (2+ messages)
[PATCH 6/6] PCI: of: Create device-tree root bus node
2024-11-05 18:59 UTC (2+ messages)
[PATCH 0/5] TQ-Systems TQMa62xx SoM and MBa62xx board
2024-11-05 18:55 UTC (5+ messages)
` [PATCH 2/5] dt-bindings: arm: ti: Add compatible for AM625-based TQMa62xx SOM family and carrier board
[RESEND PATCH v2 0/2] leds: pwm: Add default-brightness property
2024-11-05 18:50 UTC (3+ messages)
` [RESEND PATCH v2 1/2] dt-bindings: "
` [RESEND PATCH v2 2/2] leds: pwm: Add optional DT property default-brightness
[PATCH v6 0/2] dt-bindings: hwmon: pmbus: add bindings for isl68137
2024-11-05 18:41 UTC (8+ messages)
` [PATCH v6 2/2] dt-bindings: hwmon: isl68137: add bindings to support voltage dividers
[PATCH RESEND] dt-bindings: rtc: mpfs-rtc: remove Lewis from maintainers
2024-11-05 18:37 UTC (4+ messages)
[PATCH v3 0/4] Add Microchip IPC mailbox
2024-11-05 18:35 UTC (5+ messages)
` [PATCH v3 1/4] riscv: sbi: vendorid_list: Add Microchip Technology to the vendor list
` [PATCH v3 2/4] riscv: export __cpuid_to_hartid_map
` [PATCH v3 3/4] dt-bindings: mailbox: add binding for Microchip IPC mailbox controller
` [PATCH v3 4/4] mailbox: add Microchip IPC support
[PATCH 0/7] drm/panel: nv3052c: Fix Anbernic RG35XX panel support (and add RG40XX panel)
2024-11-05 18:27 UTC (4+ messages)
` [PATCH 1/7] dt-bindings: display: panel: Rename rg35xx-plus-panel back to WL-355608-A8
[PATCH net-next v3 0/6] Side MDIO Support for LAN937x Switches
2024-11-05 18:21 UTC (3+ messages)
` [PATCH net-next v3 5/6] net: dsa: microchip: add support for side MDIO interface in LAN937x
[PATCH 00/21] Imagination BXS-4-64 MC1 GPU support
2024-11-05 18:16 UTC (3+ messages)
` [PATCH 02/21] dt-bindings: gpu: img: Further constrain clocks
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).