devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-12 05:22:34 to 2023-09-12 11:11:53 UTC [more...]

[PATCH v5 00/31] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
 2023-09-12 11:05 UTC  (35+ messages)
` [PATCH v5 01/31] soc: fsl: cpm1: tsa: Fix __iomem addresses declaration
` [PATCH v5 02/31] soc: fsl: cpm1: qmc: "
` [PATCH v5 03/31] soc: fsl: cpm1: qmc: Fix rx channel reset
` [PATCH v5 04/31] soc: fsl: cpm1: qmc: Extend the API to provide Rx status
` [PATCH v5 05/31] soc: fsl: cpm1: qmc: Remove inline function specifiers
` [PATCH v5 06/31] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Fix example property name
` [PATCH v5 07/31] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add 'additionalProperties: false' in child nodes
` [PATCH v5 08/31] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add support for QMC HDLC
` [PATCH v5 09/31] soc: fsl: cpm1: qmc: Add support for child devices
` [PATCH v5 10/31] net: wan: Add support for QMC HDLC
` [PATCH v5 11/31] MAINTAINERS: Add the Freescale QMC HDLC driver entry
` [PATCH v5 12/31] soc: fsl: cpm1: qmc: Introduce available timeslots masks
` [PATCH v5 13/31] soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa*
` [PATCH v5 14/31] soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa*
` [PATCH v5 15/31] soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()
` [PATCH v5 16/31] soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans()
` [PATCH v5 17/31] soc: fsl: cpm1: qmc: Add support for disabling channel TSA entries
` [PATCH v5 18/31] soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup
` [PATCH v5 19/31] soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flag
` [PATCH v5 20/31] soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop()
` [PATCH v5 21/31] soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan()
` [PATCH v5 22/31] soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime
` [PATCH v5 23/31] wan: qmc_hdlc: Add runtime timeslots changes support
` [PATCH v5 24/31] net: wan: Add framer framework support
` [PATCH v5 25/31] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer
` [PATCH v5 26/31] mfd: core: Ensure disabled devices are skipped without aborting
` [PATCH v5 27/31] net: wan: framer: Add support for the Lantiq PEF2256 framer
` [PATCH v5 28/31] pinctrl: Add support for the Lantic PEF2256 pinmux
` [PATCH v5 29/31] MAINTAINERS: Add the Lantiq PEF2256 driver entry
` [PATCH v5 30/31] ASoC: codecs: Add support for the framer codec
` [PATCH v5 31/31] net: wan: fsl_qmc_hdlc: Add framer support

[PATCH 0/4] cpufreq: Add basic cpufreq scaling for Qualcomm MSM8909
 2023-09-12 11:08 UTC  (8+ messages)
` [PATCH 1/4] cpufreq: qcom-nvmem: Enable virtual power domain devices
` [PATCH 2/4] cpufreq: dt: platdev: Add MSM8909 to blocklist
` [PATCH 3/4] dt-bindings: cpufreq: qcom-nvmem: Document MSM8909
` [PATCH 4/4] cpufreq: qcom-nvmem: Add MSM8909

[PATCH 1/2] dt-bindings: ARM: at91: Document Microchip SAMA5D29 Curiosity
 2023-09-12 11:01 UTC  (7+ messages)
` [PATCH 2/2] ARM: dts: at91: sama5d29_curiosity: Add device tree for sama5d29_curiosity board

[PATCH v2 0/2] Add interconnect driver for SDX75
 2023-09-12 10:58 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: interconnect: Add compatibles "
` [PATCH v2 2/2] interconnect: qcom: Add SDX75 interconnect provider driver

[PATCH 0/2] Rpmsg support for i.MX DSP with resource table
 2023-09-12 10:58 UTC  (9+ messages)
` [PATCH 2/2] arm64: dts: imx8mp: add reserve-memory nodes for DSP

[RFC PATCH net-next 0/6] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2023-09-12 10:53 UTC  (7+ messages)
` [RFC PATCH net-next 4/6] net: ethernet: implement data transaction interface
` [RFC PATCH net-next 5/6] microchip: lan865x: add driver support for Microchip's LAN865X MACPHY

[PATCH v5 00/14] add support MDP3 on MT8195 platform
 2023-09-12 10:44 UTC  (23+ messages)
` [PATCH v5 01/14] arm64: dts: mediatek: mt8183: correct MDP3 DMA-related nodes
` [PATCH v5 02/14] arm64: dts: mediatek: mt8195: add MDP3 nodes
` [PATCH v5 03/14] media: platform: mtk-mdp3: add support second sets of MMSYS
` [PATCH v5 04/14] media: platform: mtk-mdp3: add support second sets of MUTEX
` [PATCH v5 05/14] media: platform: mtk-mdp3: introduce more pipelines from MT8195
` [PATCH v5 06/14] media: platform: mtk-mdp3: introduce more MDP3 components
` [PATCH v5 07/14] media: platform: mtk-mdp3: add checks for dummy components
` [PATCH v5 08/14] media: platform: mtk-mdp3: avoid multiple driver registrations
` [PATCH v5 09/14] media: platform: mtk-mdp3: extend GCE event waiting in RDMA and WROT
` [PATCH v5 10/14] media: platform: mtk-mdp3: add support for blending multiple components
` [PATCH v5 11/14] media: platform: mtk-mdp3: add mt8195 platform configuration
` [PATCH v5 12/14] media: platform: mtk-mdp3: add mt8195 shared memory configurations
` [PATCH v5 13/14] media: platform: mtk-mdp3: add mt8195 MDP3 component settings
` [PATCH v5 14/14] media: platform: mtk-mdp3: add support for parallel pipe to improve FPS

[PATCH 1/2] dt-bindings: hwmon: Describe changes to the device tree
 2023-09-12 10:16 UTC  (5+ messages)
` [PATCH 2/2] hwmon: max31827: Functional enhancement of the driver

[PATCH 0/9] dma-buf: heaps: Add MediaTek secure heap
 2023-09-12 10:13 UTC  (17+ messages)
` [PATCH 3/9] dma-heap: Provide accessors so that in-kernel drivers can allocate dmabufs from specific heaps
` [PATCH 5/9] dma-buf: heaps: mtk_sec_heap: Initialise tee session
` [PATCH 8/9] dt-bindings: reserved-memory: MediaTek: Add reserved memory for SVP

[PATCH v4 0/4] Move Loongson1 MAC arch-code to the driver dir
 2023-09-12 10:11 UTC  (3+ messages)
` [PATCH v4 3/4] net: stmmac: Add glue layer for Loongson-1 SoC

[PATCH v5 0/2] gpio: loongson: add more gpio chip support
 2023-09-12 10:11 UTC  (5+ messages)
` [PATCH v5 2/2] "

[PATCH V13 0/5] Generate device tree node for pci devices
 2023-09-12 10:10 UTC  (5+ messages)
` [PATCH V13 2/5] PCI: Create device tree node for bridge

[PATCH v4 00/10] A7xx support
 2023-09-12 10:04 UTC  (11+ messages)
` [PATCH v4 01/10] dt-bindings: display/msm/gmu: Add Adreno 7[34]0 GMU
` [PATCH v4 02/10] dt-bindings: display/msm/gmu: Allow passing QMP handle
` [PATCH v4 03/10] dt-bindings: display/msm/gpu: Allow A7xx SKUs
` [PATCH v4 04/10] drm/msm/a6xx: Add missing regs for A7XX
` [PATCH v4 05/10] drm/msm/a6xx: Add skeleton A7xx support
` [PATCH v4 06/10] drm/msm/a6xx: Send ACD state to QMP at GMU resume
` [PATCH v4 07/10] drm/msm/a6xx: Mostly implement A7xx gpu_state
` [PATCH v4 08/10] drm/msm/a6xx: Add A730 support
` [PATCH v4 09/10] drm/msm/a6xx: Add A740 support
` [PATCH v4 10/10] drm/msm/a6xx: Poll for GBIF unhalt status in hw_init

[PATCH v2 1/2] arm64: dts: qcom: sdm845: Fix PSCI power domain names
 2023-09-12  9:51 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: sdm845: cheza doesn't support LMh node

[PATCH v3 1/2] dt-bindings: arm64: dts: mediatek: mt8365-evk: update compatible
 2023-09-12  9:36 UTC  (4+ messages)
` [PATCH v3 2/2] arm64: dts: mediatek: rename mt8365-evk to mt8365-genio-350-evk

[PATCH 00/14] add driver to support secure video decoder
 2023-09-12  9:30 UTC  (12+ messages)
` [PATCH 01/14] media: mediatek: vcodec: add tee client interface to communiate with optee-os
` [PATCH 02/14] media: mediatek: vcodec: allocate tee share memory
` [PATCH 03/14] media: mediatek: vcodec: send share memory data to optee
` [PATCH 04/14] media: mediatek: vcodec: initialize msg and vsi information
` [PATCH 12/14] media: medkatek: vcodec: set secure mode to decoder driver

[PATCH 0/3] Make Rockchip IO domains dependency from other devices explicit
 2023-09-12  8:06 UTC  (3+ messages)
` [PATCH 1/3] pinctrl: rockchip: add support for io-domain dependency

[PATCH v4 1/2] dt-bindings: arm64: dts: mediatek: mt8365-evk: update compatible
 2023-09-12  9:24 UTC  (2+ messages)
` [PATCH v4 2/2] arm64: dts: mediatek: rename mt8365-evk to mt8365-genio-350-evk

[PATCH 1/2] iio: amplifiers: hmc425a: Add Support HMC540S 4-bit Attenuator
 2023-09-12  9:16 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: iio: hmc425a: add entry for HMC540S

[PATCH 1/3] dt-bindings: mmc: Remove properties from required
 2023-09-12  9:12 UTC  (8+ messages)
` [PATCH 2/3] mmc: starfive: Change tuning implementation
` [PATCH 3/3] riscv: dts: starfive: Drop unused properties and limit frquency
` [PATCH v2 0/3] Change tuning implementation
` [PATCH v2 1/3] dt-bindings: mmc: Remove properties from required
` [PATCH v2 2/3] mmc: starfive: Change tuning implementation
` [PATCH v2 3/3] riscv: dts: starfive: Drop unused properties and limit frquency

[PATCH 00/37] Add new Renesas RZ/G3S SoC and RZ/G3S SMARC EVK
 2023-09-12  9:05 UTC  (4+ messages)

[RFC PATCH 0/8] Add FS035VG158 panel
 2023-09-12  8:56 UTC  (8+ messages)
` [RFC PATCH 8/8] dt-bindings: display: panel: add Fascontek "

[PATCH v4,0/3] Add mt8188 compatiable for DSI cmd packet control
 2023-09-12  9:00 UTC  (2+ messages)

[PATCH v1 00/10] Enable cpufreq for IPQ5332 & IPQ9574
 2023-09-12  8:59 UTC  (4+ messages)
` [PATCH v1 04/10] clk: qcom: apss-ipq6018: ipq5332: add safe source switch for a53pll

[PATCH v6 0/4] Input: add initial support for Goodix Berlin touchscreen IC
 2023-09-12  8:44 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: input: document Goodix Berlin Touchscreen IC
` [PATCH v6 2/4] Input: add core support for "
` [PATCH v6 3/4] Input: goodix-berlin - add I2C "
` [PATCH v6 4/4] Input: goodix-berlin - add SPI "

[PATCH v3 0/3] reset: amlogic-c3: add reset driver
 2023-09-12  8:36 UTC  (6+ messages)
` [PATCH v3 1/3] dt-bindings: reset: Add compatible and DT bindings for Amlogic C3 Reset Controller

[PATCH v2 1/2] dt-bindings: imx8-jpeg: Add clocks entries
 2023-09-12  8:34 UTC  (5+ messages)
` [PATCH v2 2/2] arm64: imx8qm-ss-img: Fix jpegenc compatible entry

[PATCH 0/3] Add Additional Functionality to Indiedroid Nova
 2023-09-12  8:31 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: rockchip: Add saradc node to rk3588s-indiedroid-nova

[PATCH net-next v2 0/2] Add support for ICSSG on AM64x EVM
 2023-09-12  8:30 UTC  (2+ messages)

[PATCH 0/3] Add AM65x ICSSG Ethernet support
 2023-09-12  8:29 UTC  (4+ messages)
` [PATCH 2/3] arm64: dts: ti: am654-base-board: add ICSSG2 "

[PATCH v5 0/3] introduce more MDP3 components in mt8195
 2023-09-12  8:19 UTC  (6+ messages)
` [PATCH v5 1/3] dt-binding: mediatek: correct MDP3 node with generic names
` [PATCH v5 2/3] dt-binding: mediatek: integrate MDP RDMA to one binding
` [PATCH v5 3/3] dt-binding: mediatek: add MediaTek mt8195 MDP3 components

[PATCH 1/2] dt-bindings: net: fec: Add imx8dxl description
 2023-09-12  8:09 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: imx8dxl-ss-conn: Complete the FEC compatibles

Prezentacja
 2023-09-12  7:40 UTC 

[PATCH 0/6] regulator: qcom_spmi: Add PM8909, PM8019 and PMA8084
 2023-09-12  7:49 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: regulator: qcom,spmi: Document PM8909
` [PATCH 2/6] regulator: qcom_spmi: Add PM8909 regulators
` [PATCH 3/6] dt-bindings: regulator: qcom,spmi: Document PM8019
` [PATCH 4/6] regulator: qcom_spmi: Add PM8019 regulators
` [PATCH 5/6] dt-bindings: regulator: qcom,spmi: Document PMA8084
` [PATCH 6/6] regulator: qcom_spmi: Add PMA8084 regulators

[PATCH 0/9] arm64: dts: qcom: msm8916/39: Reserve firmware memory dynamically
 2023-09-12  7:50 UTC  (11+ messages)
` [PATCH 1/9] arm64: dts: qcom: msm8916: Disable venus by default
` [PATCH 2/9] arm64: dts: qcom: msm8916/39: Disable GPU "
` [PATCH 3/9] arm64: dts: qcom: msm8916-ufi: Drop gps_mem for now
` [PATCH 9/9] arm64: dts: qcom: msm8916/39: Fix venus memory size

[PATCH 00/10] hwrng: stm32: support STM32MP13x platforms
 2023-09-12  7:39 UTC  (7+ messages)
` [PATCH 05/10] hwrng: stm32 - rework error handling in stm32_rng_read()
` [PATCH 07/10] dt-bindings: rng: add st,rng-lock-conf

[PATCH v2] riscv: dts: thead: set dma-noncoherent to soc bus
 2023-09-12  7:22 UTC 

[PATCH] ARM: dts: arm,integrator-ap: Fix PCI node name
 2023-09-12  7:21 UTC 

[PATCH] ARM: dts: arm: realview: Fix development chip ROM compatible value
 2023-09-12  7:18 UTC  (2+ messages)

[PATCH 0/2] (no cover subject)
 2023-09-12  7:16 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: versatile: Fix up VGA connector
` [PATCH 2/2] ARM: dts: integrator: "

[PATCH 0/3] Introduce reset driver for T-HEAD th1520 SoC
 2023-09-12  7:05 UTC  (5+ messages)
  ` [PATCH 1/3] dt-bindings: reset: Document th1520 reset control
  ` [PATCH 3/3] riscv: dts: Add th1520 reset device tree

[PATCH v2 0/3] genpd: qcom: rpmpd: Add MSM8917 and similar SoCs
 2023-09-12  7:01 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: power: rpmpd: Add MSM8917, MSM8937 and QM215

[PATCH V2 0/5] ASoC: codecs: Add aw87390 amplifier driver
 2023-09-12  6:58 UTC  (6+ messages)
` [PATCH V2 1/5] ASoC: dt-bindings: Adds properties to "awinic,aw88395"
` [PATCH V2 2/5] ASoC: dt-bindings: Add schema for "awinic,aw87390"
` [PATCH V2 3/5] ASoC: codecs: Add code for bin parsing compatible with aw87390
` [PATCH V2 4/5] ASoC: codecs: Change the aw88261 variable name and i2c driver name
` [PATCH V2 5/5] ASoC: codecs: Add aw87390 amplifier driver

[PATCH] arm: dts: omap: Apply am57xx-idk overlays to base dtbs
 2023-09-12  6:59 UTC  (2+ messages)

[PATCH v3 0/6] UFS: Add OPP support
 2023-09-12  6:59 UTC  (4+ messages)
` [PATCH v3 5/6] arm64: dts: qcom: sdm845: Add OPP table support to UFSHC

[PATCH v2] dt-bindings: arm64: dts: mediatek: add description for mt8365-evk board
 2023-09-12  6:52 UTC  (4+ messages)

[PATCH net-next v4 0/2] net: dsa: microchip: add drive strength support
 2023-09-12  6:47 UTC  (4+ messages)
` [PATCH net-next v4 2/2] net: dsa: microchip: Add drive strength configuration

[PATCH v4 0/3] can: xilinx_can: Add ECC feature support
 2023-09-12  6:37 UTC  (3+ messages)
` [PATCH v4 3/3] can: xilinx_can: Add ethtool stats interface for ECC errors

[PATCH] arm64: dts: exynos: Use pinctrl macros for exynos5433-tm2
 2023-09-12  5:56 UTC 

[PATCH net-next v2 0/2] Add Half Duplex support for ICSSG Driver
 2023-09-12  5:55 UTC  (4+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: Add documentation for Half duplex support


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