devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-07 09:06:30 to 2024-06-07 14:40:46 UTC [more...]

[PATCH v6 0/7] arm64: dts: add description for solidrun cn9130 som and clearfog boards
 2024-06-07 14:40 UTC  (5+ messages)
` [PATCH v6 3/7] dt-bindings: iio: adc: ti,ads1015: add compatible for tla2021

[PATCH v3 0/6] Add support for AD4000 series of ADCs
 2024-06-07 14:40 UTC  (23+ messages)
` [PATCH v3 1/6] spi: Add SPI mode bit for MOSI idle state configuration
` [PATCH v3 4/6] spi: spi-axi-spi-engine: Add support for MOSI idle configuration
` [PATCH v3 5/6] dt-bindings: iio: adc: Add AD4000

[PATCH RFC 0/8] drm: sunxi: support Allwinner Display Engine 3 IP block for H616/H700
 2024-06-07 14:32 UTC  (11+ messages)
` [PATCH RFC 1/8] dt-bindings: bus: allwinner: add H616 DE33 bindings
` [PATCH RFC 2/8] drm: sun4i: de2/de3: Change CSC argument
` [PATCH RFC 3/8] drm/sun4i: de2/de3: Merge CSC functions into one
` [PATCH RFC 4/8] drm/sun4i: de2/de3: call csc setup also for UI layer
` [PATCH RFC 5/8] drm/sun4i: de2: Initialize layer fields earlier
` [PATCH RFC 6/8] drm/sun4i: de3: Add support for YUV420 output
` [PATCH RFC 7/8] drm/sun4i: de3: Implement AFBC support
` [PATCH RFC 8/8] drm: sun4i: add Display Engine 3.3 (DE33) support

[PATCH net-next 00/13] net: dsa: lantiq_gswip: code improvements
 2024-06-07 14:27 UTC  (41+ messages)
` [PATCH net-next 01/13] dt-bindings: net: dsa: lantiq_gswip: Add missing phy-mode and fixed-link
` [PATCH net-next 02/13] net: dsa: lantiq_gswip: Only allow phy-mode = "internal" on the CPU port
` [PATCH net-next 03/13] net: dsa: lantiq_gswip: Use dev_err_probe where appropriate
` [PATCH net-next 04/13] net: dsa: lantiq_gswip: Don't manually call gswip_port_enable()
` [PATCH net-next 05/13] net: dsa: lantiq_gswip: do also enable or disable cpu port
` [PATCH net-next 06/13] net: dsa: lantiq_gswip: Use dsa_is_cpu_port() in gswip_port_change_mtu()
` [PATCH net-next 07/13] net: dsa: lantiq_gswip: Change literal 6 to ETH_ALEN
` [PATCH net-next 08/13] net: dsa: lantiq_gswip: Consistently use macros for the mac bridge table
` [PATCH net-next 09/13] net: dsa: lantiq_gswip: Forbid gswip_add_single_port_br on the CPU port
` [PATCH net-next 10/13] net: dsa: lantiq_gswip: Fix error message in gswip_add_single_port_br()
` [PATCH net-next 11/13] net: dsa: lantiq_gswip: Fix comments in gswip_port_vlan_filtering()
` [PATCH net-next 12/13] net: dsa: lantiq_gswip: Add and use a GSWIP_TABLE_MAC_BRIDGE_FID macro
` [PATCH net-next 13/13] net: dsa: lantiq_gswip: Improve error message in gswip_port_fdb()

[PATCH v2 0/6] iio: light: stk3310: support powering off during suspend
 2024-06-07 14:19 UTC  (4+ messages)
` [PATCH v2 2/6] iio: light: stk3310: Implement vdd supply and power it "

[PATCH 0/3] Add Remoteproc Support for TI's J722S SoCs
 2024-06-07 14:25 UTC  (6+ messages)
` [PATCH 1/3] arm64: dts: ti: Add R5F and C7x remote processor nodes
` [PATCH 3/3] arm64: dts: ti: k3-j722s-evm: Add memory carveouts for R5F and C7x

[PATCH v2, 2/3] usb: dwc3: core: add p3p2tranok quirk
 2024-06-07 14:24 UTC  (8+ messages)
` [PATCH v2, 3/3] usb: dwc3: core: Workaround for CSR read timeout

[PATCH v8 00/23] Support more Amlogic SoC families in crypto driver
 2024-06-07 14:12 UTC  (24+ messages)
` [PATCH v8 01/23] drivers: crypto: meson: don't hardcode IRQ count
` [PATCH v8 02/23] drviers: crypto: meson: add platform data
` [PATCH v8 03/23] drivers: crypto: meson: remove clock input
` [PATCH v8 04/23] drivers: crypto: meson: add MMIO helpers
` [PATCH v8 05/23] drivers: crypto: meson: move get_engine_number()
` [PATCH v8 06/23] drivers: crypto: meson: drop status field from meson_flow
` [PATCH v8 07/23] drivers: crypto: meson: move algs definition and cipher API to cipher.c
` [PATCH v8 08/23] drivers: crypto: meson: cleanup defines
` [PATCH v8 09/23] drivers: crypto: meson: process more than MAXDESCS descriptors
` [PATCH v8 10/23] drivers: crypto: meson: avoid kzalloc in engine thread
` [PATCH v8 11/23] drivers: crypto: meson: introduce hasher
` [PATCH v8 12/23] drivers: crypto: meson: add support for AES-CTR
` [PATCH v8 13/23] drivers: crypto: meson: use fallback for 192-bit keys
` [PATCH v8 14/23] drivers: crypto: meson: add support for G12-series
` [PATCH v8 15/23] drivers: crypto: meson: add support for AXG-series
` [PATCH v8 16/23] drivers: crypto: meson: add support for A1-series
` [PATCH v8 17/23] dt-bindings: crypto: meson: correct clk and remove second interrupt line
` [PATCH v8 18/23] arch: arm64: dts: meson: gxl: correct crypto node definition
` [PATCH v8 19/23] dt-bindings: crypto: meson: support new SoC's
` [PATCH v8 20/23] arch: arm64: dts: meson: a1: add crypto node
` [PATCH v8 21/23] arch: arm64: dts: meson: s4: "
` [PATCH v8 22/23] arch: arm64: dts: meson: g12: "
` [PATCH v8 23/23] arch: arm64: dts: meson: axg: "

[PATCH v9 0/7] Coresight for Kernel panic and watchdog reset
 2024-06-07 14:17 UTC  (4+ messages)
` [PATCH v9 5/7] coresight: tmc: Add support for reading crash data

[PATCH] arm64: dts: mt7622: fix switch probe on bananapi-r64
 2024-06-07 14:15 UTC  (9+ messages)

[RESEND v3 0/2] dt-bindings: interrupt-controller: riscv,cpu-intc
 2024-06-07 14:11 UTC  (3+ messages)
` [RESEND v3 2/2] dt-bindings: riscv: cpus: add ref to interrupt-controller

[PATCH v12 00/13] Add V4L2 M2M Driver for E5010 JPEG Encoder
 2024-06-07 13:42 UTC  (4+ messages)
` [PATCH v12 02/13] media: imagination: Add E5010 JPEG Encoder driver

[PATCH v13 00/13] Add V4L2 M2M Driver for E5010 JPEG Encoder
 2024-06-07 13:28 UTC  (3+ messages)
` [PATCH v13 01/13] media: dt-bindings: Add Imagination "
` [PATCH v13 02/13] media: imagination: Add E5010 JPEG Encoder driver

[PATCH] ASoC: dt-bindings: ak4554: Convert to dtschema
 2024-06-07 13:24 UTC  (5+ messages)

[PATCH net-next v3 0/4] Enable PTP timestamping/PPS for AM65x SR1.0 devices
 2024-06-07 13:02 UTC  (5+ messages)
` [PATCH net-next v3 1/4] net: ti: icssg-prueth: Enable PTP timestamping support for "
` [PATCH net-next v3 2/4] net: ti: icss-iep: Remove spinlock-based synchronization
` [PATCH net-next v3 3/4] net: ti: icss-iep: Enable compare events
` [PATCH net-next v3 4/4] arm64: dts: ti: iot2050: Add IEP interrupts for SR1.0 devices

[PATCH v5 00/12] Series to deliver Ethernet for STM32MP13
 2024-06-07 12:50 UTC  (18+ messages)
` [PATCH v5 01/12] dt-bindings: net: add STM32MP13 compatible in documentation for stm32
` [PATCH v5 02/12] net: stmmac: dwmac-stm32: Separate out external clock rate validation
` [PATCH v5 03/12] net: stmmac: dwmac-stm32: Separate out external clock selector
` [PATCH v5 04/12] net: stmmac: dwmac-stm32: Extract PMCR configuration
` [PATCH v5 05/12] net: stmmac: dwmac-stm32: Clean up the debug prints
` [PATCH v5 06/12] net: stmmac: dwmac-stm32: Fix Mhz to MHz
` [PATCH v5 07/12] net: stmmac: dwmac-stm32: Mask support for PMCR configuration
` [PATCH v5 08/12] net: stmmac: dwmac-stm32: add management of stm32mp13 for stm32
` [PATCH v5 09/12] ARM: dts: stm32: add ethernet1 and ethernet2 support on stm32mp13
` [PATCH v5 10/12] ARM: dts: stm32: add ethernet1/2 RMII pins for STM32MP13F-DK board
` [PATCH v5 11/12] ARM: dts: stm32: add ethernet1 for STM32MP135F-DK board
` [PATCH v5 12/12] ARM: multi_v7_defconfig: Add MCP23S08 pinctrl support

[PATCH v2 0/4] Support Kingdisplay kd101ne3 and Starry er88577 MIPI-DSI panel
 2024-06-07 12:41 UTC  (14+ messages)
` [PATCH v2 1/4] dt-bindings: display: panel: Add KD101NE3-40TI support
` [PATCH v2 2/4] drm/panel: kd101ne3: add new panel driver
` [PATCH v2 4/4] drm/panel: starry: "

[PATCH v4 0/2] pwm: add support for NXPs high-side switch MC33XS2410
 2024-06-07 12:18 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: pwm: add support for MC33XS2410
` [PATCH v4 2/2] pwm: add support for NXPs high-side switch MC33XS2410

[PATCH v8 0/2] Add support for Loongson1 APB DMA
 2024-06-07 12:12 UTC  (3+ messages)
` [PATCH v8 1/2] dt-bindings: dma: Add Loongson-1 "
` [PATCH v8 2/2] dmaengine: Loongson1: Add Loongson-1 APB DMA driver

[PATCH v3 00/10] Add Chameleon v3 video support
 2024-06-07 12:04 UTC  (5+ messages)
` [PATCH v3 07/10] media: intel: Add Displayport RX IP driver

[PATCH v2] rpmsg: qcom_smd: Improve error handling for qcom_smd_parse_edge
 2024-06-07 11:53 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: qdu1000: Add secure qfprom node
 2024-06-07 11:52 UTC  (2+ messages)

[PATCH v5 0/6] power: supply: Lenovo Yoga C630 EC
 2024-06-07 11:46 UTC  (8+ messages)
` [PATCH v5 1/6] dt-bindings: platform: Add "
` [PATCH v5 2/6] platform: arm64: add Lenovo Yoga C630 WOS EC driver
` [PATCH v5 3/6] usb: typec: ucsi: add Lenovo Yoga C630 glue driver
` [PATCH v5 4/6] power: supply: lenovo_yoga_c630_battery: add Lenovo C630 driver
` [PATCH v5 5/6] arm64: dts: qcom: sdm845: describe connections of USB/DP port
` [PATCH v5 6/6] arm64: dts: qcom: c630: Add Embedded Controller node

[PATCH RFC v2 0/4] Add USB VBUS regulator for RZ/G2L
 2024-06-07 11:37 UTC  (4+ messages)
` [PATCH RFC v2 1/4] reset: renesas: Instantiate USB VBUS regulator device
` [PATCH RFC v2 2/4] regulator: Add Renesas RZ/G2L USB VBUS regulator driver
` [PATCH RFC v2 4/4] arm64: dts: renesas: rz-smarc: Replace fixed regulator for USB VBUS

[PATCH v2 0/2] tlv320adc3xxx: Allow MICBIAS pins to be used as GPOs
 2024-06-07 11:35 UTC  (4+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: tlv320adc3xxx: Add MICBIAS-as-GPO properties
` [PATCH v2 2/2] tlv320adc3xxx: Add support for using MICBIAS pins as GPO

[PATCH v5 0/7] Add PCIe, SERDES and USB DT support for J722S
 2024-06-07 11:28 UTC  (4+ messages)
` [PATCH v5 1/7] arm64: dts: ti: am62p: Rename am62p-{}.dtsi to am62p-j722s-common-{}.dtsi

[PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
 2024-06-07 11:20 UTC  (2+ messages)

[PATCH v5 00/13] PCI: dw-rockchip: Add endpoint mode support
 2024-06-07 11:14 UTC  (14+ messages)
` [PATCH v5 01/13] dt-bindings: PCI: snps,dw-pcie-ep: Add vendor specific reg-name
` [PATCH v5 02/13] dt-bindings: PCI: snps,dw-pcie-ep: Add vendor specific interrupt-names
` [PATCH v5 03/13] dt-bindings: PCI: snps,dw-pcie-ep: Add tx_int{a,b,c,d} legacy irqs
` [PATCH v5 04/13] dt-bindings: PCI: rockchip-dw-pcie: Prepare for Endpoint mode support
` [PATCH v5 05/13] dt-bindings: PCI: rockchip-dw-pcie: Fix description of legacy irq
` [PATCH v5 06/13] dt-bindings: rockchip: Add DesignWare based PCIe Endpoint controller
` [PATCH v5 07/13] PCI: dw-rockchip: Fix weird indentation
` [PATCH v5 08/13] PCI: dw-rockchip: Add rockchip_pcie_get_ltssm() helper
` [PATCH v5 09/13] PCI: dw-rockchip: Refactor the driver to prepare for EP mode
` [PATCH v5 10/13] PCI: dw-rockchip: Add endpoint mode support
` [PATCH v5 11/13] misc: pci_endpoint_test: Add support for rockchip rk3588
` [PATCH v5 12/13] arm64: dts: rockchip: Add PCIe endpoint mode support
` [PATCH v5 13/13] arm64: dts: rockchip: Add rock5b overlays for PCIe endpoint mode

[PATCH v2 1/2] dt-bindings: iio: adf4350: add clk provider prop
 2024-06-07 11:08 UTC  (3+ messages)
` [PATCH v2 2/2] iio: frequency: adf4350: add clk provider

[PATCH v4 00/13] PCI: dw-rockchip: Add endpoint mode support
 2024-06-07 11:01 UTC  (11+ messages)
` [PATCH v4 03/13] dt-bindings: PCI: snps,dw-pcie-ep: Add tx_int{a,b,c,d} legacy irqs
` [PATCH v4 10/13] PCI: dw-rockchip: Add endpoint mode support

[PATCH v2 0/3] Enable PCIe ATS for devicetree boot
 2024-06-07 10:54 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: generic: Add ats-supported property
` [PATCH v2 2/3] iommu/of: Support ats-supported device-tree property
` [PATCH v2 3/3] arm64: dts: fvp: Enable PCIe ATS for Base RevC FVP

[PATCH] arm64: dts: ti: k3-j7xx: Change timer nodes status to reserved
 2024-06-07 10:55 UTC 

[PATCH v6 0/9] Add support for AD411x
 2024-06-07 10:39 UTC  (17+ messages)
` [PATCH v6 3/9] iio: adc: ad_sigma_delta: add disable_one callback
` [PATCH v6 5/9] iio: adc: ad7173: refactor ain and vref selection
` [PATCH v6 6/9] iio: adc: ad7173: add support for special inputs
` [PATCH v6 9/9] iio: adc: ad7173: Add support for AD411x devices

[PATCH v6 0/5] Introduction of a remoteproc tee to load signed firmware
 2024-06-07  9:33 UTC  (6+ messages)
` [PATCH v6 1/5] remoteproc: core: Introduce rproc_pa_to_va helper
` [PATCH v6 2/5] remoteproc: Add TEE support
` [PATCH v6 3/5] dt-bindings: remoteproc: Add compatibility for "
` [PATCH v6 4/5] remoteproc: stm32: Create sub-functions to request shutdown and release
` [PATCH v6 5/5] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware

[PATCH 0/4] Update LPASS Audio clock driver for QCM6490 board
 2024-06-07 10:07 UTC  (5+ messages)
` [PATCH 2/4] clk: qcom: lpassaudiocc-sc7280: Add support for LPASS resets for QCM6490

[PATCH] ASoC: dt-bindings: convert tas571x.txt to dt-schema
 2024-06-07  9:54 UTC 

[PATCH] arm: dts: aspeed: Use standard 'i2c' bus node name
 2024-06-07  9:44 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: hwmon: Add MPS mp2993
 2024-06-07  9:28 UTC  (5+ messages)
` [PATCH 3/4] dt-bindings: hwmon: Add MPS mp9941
` [PATCH 4/4] hwmon: add MP9941 driver

[PATCH v7 0/5] Add support for MAX96714/F and MAX96717/F GMSL2 ser/des
 2024-06-07  9:27 UTC  (4+ messages)

[PATCH v3 00/10] Support ROHM BD96801 Scalable PMIC
 2024-06-07  9:25 UTC  (8+ messages)
` [PATCH v3 07/10] irqdomain: Allow giving name suffix for domain

[PATCH v2 0/7] HID/arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on
 2024-06-07  9:24 UTC  (6+ messages)
` (subset) "

[PATCH V5 0/5] qcom: x1e80100: Enable CPUFreq
 2024-06-07  9:24 UTC  (3+ messages)
` [PATCH V5 3/5] arm64: dts: qcom: x1e80100: Resize GIC Redistributor register region

[PATCH v2] ASoC: dt-bindings: linux,spdif: Convert spdif-reciever.txt to dtschema
 2024-06-07  9:22 UTC  (2+ messages)

[PATCH v4 00/11] Series to deliver Ethernet for STM32MP13
 2024-06-07  9:18 UTC  (4+ messages)
` [PATCH v4 08/11] ARM: dts: stm32: add ethernet1 and ethernet2 support on stm32mp13

[PATCH 00/12] arm64: meson: bunch of DT fixes, take 4 (final one ??)
 2024-06-07  9:18 UTC  (3+ messages)
` (subset) "


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).