devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-20 23:45:19 to 2021-01-21 10:59:29 UTC [more...]

[PATCH v2 00/12] arm64: dts: zynqmp: DT updates to match latest drivers
 2021-01-21 10:27 UTC  (5+ messages)
` [PATCH v2 06/12] arm64: dts: zynqmp: Add label for zynqmp_ipi
` [PATCH v2 08/12] arm64: dts: zynqmp: Wire arasan nand controller
` [PATCH v2 09/12] arm64: dts: zynqmp: Wire zynqmp qspi controller
` [PATCH v2 12/12] arm64: dts: zynqmp: Add description for zcu104 revC

[PATCH v11 00/16] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2021-01-21 10:27 UTC  (17+ messages)
` [PATCH v11 01/16] dt-bindings: dma: Add YAML schemas for dw-axi-dmac
` [PATCH v11 02/16] dmaengine: dw-axi-dmac: simplify descriptor management
` [PATCH v11 03/16] dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()
` [PATCH v11 04/16] dmaengine: dw-axi-dmac: Add device_synchronize() callback
` [PATCH v11 05/16] dmaengine: dw-axi-dmac: Add device_config operation
` [PATCH v11 06/16] dmaengine: dw-axi-dmac: Support device_prep_slave_sg
` [PATCH v11 07/16] dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()
` [PATCH v11 08/16] dmaengine: dw-axi-dmac: Support of_dma_controller_register()
` [PATCH v11 09/16] dmaengine: dw-axi-dmac: Support burst residue granularity
` [PATCH v11 10/16] dt-binding: dma: dw-axi-dmac: Add support for Intel KeemBay AxiDMA
` [PATCH v11 11/16] dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fields
` [PATCH v11 12/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA support
` [PATCH v11 13/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshake
` [PATCH v11 14/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registers
` [PATCH v11 15/16] dmaengine: dw-axi-dmac: Set constraint to the Max segment size
` [PATCH v11 16/16] dmaengine: dw-axi-dmac: Virtually split the linked-list

[Patch v2 0/3] Enable flexcan support in LS1028A/LX2160A
 2021-01-21 10:57 UTC 

[PATCH] dt-bindings: arm: Fix typo in zcu111 board
 2021-01-21 10:56 UTC 

[PATCH] arm64: dts: ti: k3*: Fixup PMU compatibility to be CPU specific
 2021-01-21 10:37 UTC  (2+ messages)

[PATCH 0/3] add Ebang EBAZ4205 support
 2021-01-21 10:41 UTC  (7+ messages)

[PATCH v2 01/22] media: camss: Fix vfe_isr_comp_done() documentation
 2021-01-21 10:40 UTC  (5+ messages)
` [PATCH v2 15/22] dt-bindings: media: camss: Add qcom,sdm660-camss binding

[PATCH v5 0/6] Silvaco I3C master driver
 2021-01-21 10:18 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: i3c: Convert the bus description to yaml
` [PATCH v5 2/6] dt-bindings: i3c: mipi-hci: Include the bus binding
` [PATCH v5 3/6] dt-bindings: Add vendor prefix for Silvaco
` [PATCH v5 4/6] dt-bindings: i3c: Describe Silvaco master binding
` [PATCH v5 5/6] i3c: master: svc: Add Silvaco I3C master driver
` [PATCH v5 6/6] MAINTAINERS: Add Silvaco I3C master

[PATCH] arm64: tegra: Enable Jetson-Xavier J512 USB host
 2021-01-21 10:26 UTC  (2+ messages)

[PATCH] arm64: dts: zynqmp: Add address-cells property to interrupt controllers
 2021-01-21 10:17 UTC  (2+ messages)

[PATCH 00/12] arm64: dts: zynqmp: DT updates to match latest drivers
 2021-01-21 10:10 UTC  (5+ messages)
` [PATCH 04/12] arm64: dts: zynqmp: Enable and wire reset controller

[PATCH v2 1/5] dt-bindings: net: renesas,etheravb: Add r8a779a0 support
 2021-01-21 10:06 UTC  (4+ messages)
` [PATCH v2 3/5] arm64: dts: renesas: r8a779a0: Add Ethernet-AVB support
` [PATCH v2 4/5] arm64: dts: renesas: falcon: Add Ethernet-AVB0 support
` [PATCH v2 5/5] WIP! arm64: dts: renesas: falcon: Add Ethernet-AVB1-5 support

[RFC PATCH 0/6] Keem Bay OCS ECC crypto driver
 2021-01-21  9:52 UTC  (10+ messages)

[PATCH v3] riscv: add BUILTIN_DTB support for MMU-enabled targets
 2021-01-21  9:21 UTC  (2+ messages)

[PATCH v10 00/16] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2021-01-21  9:20 UTC  (18+ messages)
` [PATCH v10 01/16] dt-bindings: dma: Add YAML schemas for dw-axi-dmac
` [PATCH v10 02/16] dmaengine: dw-axi-dmac: simplify descriptor management
` [PATCH v10 03/16] dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()
` [PATCH v10 04/16] dmaengine: dw-axi-dmac: Add device_synchronize() callback
` [PATCH v10 05/16] dmaengine: dw-axi-dmac: Add device_config operation
` [PATCH v10 06/16] dmaengine: dw-axi-dmac: Support device_prep_slave_sg
` [PATCH v10 07/16] dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()
` [PATCH v10 08/16] dmaengine: dw-axi-dmac: Support of_dma_controller_register()
` [PATCH v10 09/16] dmaengine: dw-axi-dmac: Support burst residue granularity
` [PATCH v10 10/16] dt-binding: dma: dw-axi-dmac: Add support for Intel KeemBay AxiDMA
` [PATCH v10 11/16] dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fields
` [PATCH v10 12/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA support
` [PATCH v10 13/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshake
` [PATCH v10 14/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registers
` [PATCH v10 15/16] dmaengine: dw-axi-dmac: Set constraint to the Max segment size
` [PATCH v10 16/16] dmaengine: dw-axi-dmac: Virtually split the linked-list

[PATCH v4 0/9] eMMC inline encryption support
 2021-01-21  9:18 UTC  (8+ messages)
` [PATCH v4 1/9] mmc: add basic support for inline encryption

[PATCH v5 0/9] eMMC inline encryption support
 2021-01-21  9:01 UTC  (10+ messages)
` [PATCH v5 1/9] mmc: add basic support for inline encryption
` [PATCH v5 2/9] mmc: cqhci: rename cqhci.c to cqhci-core.c
` [PATCH v5 3/9] mmc: cqhci: initialize upper 64 bits of 128-bit task descriptors
` [PATCH v5 4/9] mmc: cqhci: add support for inline encryption
` [PATCH v5 5/9] mmc: cqhci: add cqhci_host_ops::program_key
` [PATCH v5 6/9] firmware: qcom_scm: update comment for ICE-related functions
` [PATCH v5 7/9] dt-bindings: mmc: sdhci-msm: add ICE registers and clock
` [PATCH v5 8/9] arm64: dts: qcom: sdm630: add ICE registers and clocks
` [PATCH v5 9/9] mmc: sdhci-msm: add Inline Crypto Engine support

[PATCH v6 1/2] dt-bindings: iio: accel: Add bmi088 accelerometer bindings
 2021-01-21  8:46 UTC  (3+ messages)

[PATCH V5 0/5] dt: build overlays
 2021-01-21  7:04 UTC  (27+ messages)
` [PATCH V5 3/5] scripts: dtc: Remove the unused fdtdump.c file
` [PATCH V5 4/5] kbuild: Add support to build overlays (%.dtbo)
` [PATCH V5 5/5] of: unittest: Statically apply overlays using fdtoverlay

[RFC PATCH V2 0/2] Add Unisoc iommu basic driver
 2021-01-21  7:42 UTC  (6+ messages)
` [RFC PATCH V2 2/2] iommu: add "

[PATCH] pinctrl: clarify #pinctrl-cells for pinctrl-single,pins
 2021-01-21  7:06 UTC  (3+ messages)

[PATCH v5 00/21] Move Hisilicon 6421v600 SPMI driver set out of staging
 2021-01-21  7:18 UTC  (4+ messages)
` [PATCH v5 18/21] spmi: hisi-spmi-controller: move driver from staging
` [PATCH v5 19/21] mfd: hi6421-spmi-pmic: "
` [PATCH v5 21/21] dts: hisilicon: add support for the PMIC found on Hikey 970

[PATCH v1] ARM: dts: aspeed: Add Mowgli rtc driver
 2021-01-21  7:31 UTC 

[PATCH v6 0/6] drm/imx: Introduce i.MX8qm/qxp DPU DRM
 2021-01-21  7:14 UTC  (7+ messages)
` [PATCH v6 1/6] dt-bindings: display: imx: Add i.MX8qxp/qm DPU binding
` [PATCH v6 2/6] dt-bindings: display: imx: Add i.MX8qxp/qm PRG binding
` [PATCH v6 3/6] dt-bindings: display: imx: Add i.MX8qxp/qm DPR channel binding
` [PATCH v6 4/6] drm/atomic: Avoid unused-but-set-variable warning on for_each_old_plane_in_state
` [PATCH v6 5/6] drm/imx: Introduce i.MX8qm/qxp DPU DRM
` [PATCH v6 6/6] MAINTAINERS: add maintainer for i.MX8qxp DPU DRM driver

[PATCH 1/2] dt-bindings: input/touchscreen: add bindings for msg26xx
 2021-01-21  7:03 UTC  (3+ messages)
` [PATCH 2/2] Input: add MStar msg26xx touchscreen driver

[PATCH] of: unittest: Statically apply overlays using fdtoverlay
 2021-01-21  6:41 UTC  (8+ messages)

[PATCH v3 net-next 0/4] net: ipa: remove a build dependency
 2021-01-21  5:33 UTC  (6+ messages)
` [PATCH v3 net-next 1/4] net: ipa: remove a remoteproc dependency
` [PATCH v3 net-next 2/4] dt-bindings: net: remove modem-remoteproc property
` [PATCH v3 net-next 3/4] arm64: dts: qcom: sc7180: kill IPA "
` [PATCH v3 net-next 4/4] arm64: dts: qcom: sdm845: "

[RFC PATCH v3 0/6] Restricted DMA
 2021-01-21  1:09 UTC  (6+ messages)
` [RFC PATCH v3 5/6] dt-bindings: of: Add restricted DMA pool

[PATCH v2 0/7] devicetree fixes for Protonic and Plymovent boards
 2021-01-21  6:11 UTC  (8+ messages)
` [PATCH v2 1/7] dt-bindings: display: simple: add Innolux G070Y2-T02 panel
` [PATCH v2 2/7] drm: panel-simple: Add support for the "
` [PATCH v2 3/7] ARM: dts: imx6dl-prtvt7: Add display and panel nodes
` [PATCH v2 4/7] ARM: dts: imx6dl-prtvt7: add TSC2046 touchscreen node
` [PATCH v2 5/7] ARM: dts: imx6dl-prtvt7: Remove backlight enable gpio
` [PATCH v2 6/7] ARM: dts: imx6dl-prtvt7: fix PWM cell count for the backlight node
` [PATCH v2 7/7] ARM: dts: imx6dl-plym2m: remove touchscreen-size-* properties

[PATCH v2] dts64: mt7622: fix slow sd card access
 2021-01-21  6:24 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: media: mtk-vcodec: Separating mtk vcodec encoder node
 2021-01-21  6:18 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: mt8173: Separating mtk-vcodec-enc device node
` [PATCH 3/3] media: mtk-vcodec: Separating mtk encoder driver

[PATCH v4] arm64: dts: ti: k3: squelch warnings regarding no #address-cells for interrupt-controller
 2021-01-21  6:03 UTC 

[PATCH 1/2] dt-bindings: clock: Add SC8180x GCC binding
 2021-01-21  5:47 UTC  (3+ messages)
` [PATCH 2/2] clk: qcom: gcc: Add global clock controller driver for SC8180x

[PATCH v2 0/2] Add interconnect driver for SDX55
 2021-01-21  5:32 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: interconnect: Add Qualcomm SDX55 DT bindings
` [PATCH v2 2/2] interconnect: qcom: Add SDX55 interconnect provider driver

[PATCH 1/2] dt-bindings: arm-smmu-qcom: Add Qualcomm SC8180X compatible
 2021-01-21  1:40 UTC  (2+ messages)
` [PATCH 2/2] iommu/arm-smmu-qcom: Add Qualcomm SC8180X impl

[PATCH 1/2] dt-bindings: mailbox: qcom: Add SC8180X APCS compatible
 2021-01-21  1:41 UTC  (2+ messages)
` [PATCH 2/2] mailbox: qcom: Add SC8180X apcs compatible

[PATCH 1/2] dt-bindings: phy: qcom,qmp: Add SC8180X USB phy
 2021-01-21  1:43 UTC  (2+ messages)
` [PATCH 2/2] phy: qcom-qmp: "

[PATCH 1/2] dt-bindings: remoteproc: qcom: pas: Add SC8180X adsp, cdsp and mpss
 2021-01-21  1:44 UTC  (2+ messages)
` [PATCH 2/2] "

[PATCH 1/2] dt-bindings: soc: qcom: aoss: Add SC8180X compatible
 2021-01-21  1:46 UTC  (2+ messages)
` [PATCH 2/2] "

[PATCH V2 0/4] imx esdhc dt/driver update
 2021-01-21  3:09 UTC  (5+ messages)
` [PATCH V2 1/4] dt-bindings: mmc: fsl-imx-esdhc: add pinctrl bindings
` [PATCH V2 2/4] dt-bindings: mmc: fsl-imx-esdhc: add clock bindings
` [PATCH V2 3/4] arm64: dts: imx8qxp: correct usdhc clock-names sequence
` [PATCH V2 4/4] mmc: sdhci-esdhc-imx: validate pinctrl before use it

[PATCH v4 1/4] dt-bindings: usb: add rk3328 dwc3 docs
 2021-01-21  4:40 UTC  (5+ messages)

ARM: dts: mmp devicetree updates
 2021-01-21  3:41 UTC  (13+ messages)
` [PATCH 01/12] dt-bindings: gpio: mrvl-gpio: Fix the gpio-ranges property
` [PATCH 02/12] media: dt-bindings: marvell,mmp2-ccic: Allow power-domains property
` [PATCH 03/12] ARM: dts: mmp2-olpc-xo-1-75: Fix memory node name
` [PATCH 04/12] ARM: dts: mmp2-olpc-xo-1-75: Drop linux,usable-memory from /memory
` [PATCH 05/12] ARM: dts: mmp3-dell-ariel: "
` [PATCH 06/12] ARM: dts: mmp3: Extend the MPMU reg range
` [PATCH 07/12] ARM: dts: mmp2: Use symbolic names for audio clocks
` [PATCH 08/12] ARM: dts: mmp2-olpc-xo-1-75: "
` [PATCH 09/12] ARM: dts: mmp3-dell-ariel: Add the embedded controller
` [PATCH 10/12] ARM: dts: mmp3-dell-ariel: Add the power button node
` [PATCH 11/12] ARM: dts: mmp3-dell-ariel: Replace SSP2 with spi-gpio
` [PATCH 12/12] ARM: dts: mmp3: Fix the CCIC interrupts

[PATCH 1/1] dt-bindings: dma: intel-ldma: Fix for JSON pointers syntax error
 2021-01-21  4:12 UTC 

[PATCH v7 0/6] mmc: sdhci-of-aspeed: Expose phase delay tuning
 2021-01-20 23:46 UTC  (3+ messages)

[PATCH v4, 00/10] soc: mediatek: mmsys: Use function call for setting the routing registers
 2021-01-21  0:56 UTC  (4+ messages)
` [PATCH v4, 03/10] soc: mediatek: mmsys: move register operation into mmsys path select function

[PATCH V9 00/10] remoteproc: imx_rproc: support iMX8MQ/M
 2021-01-21  1:03 UTC  (11+ messages)
` [PATCH V9 01/10] dt-bindings: remoteproc: convert imx rproc bindings to json-schema
` [PATCH V9 02/10] dt-bindings: remoteproc: imx_rproc: add i.MX8MQ/M support
` [PATCH V9 03/10] remoteproc: introduce is_iomem to rproc_mem_entry
` [PATCH V9 04/10] remoteproc: add is_iomem to da_to_va
` [PATCH V9 05/10] remoteproc: imx_rproc: correct err message
` [PATCH V9 06/10] remoteproc: imx_rproc: use devm_ioremap
` [PATCH V9 07/10] remoteproc: imx_rproc: add i.MX specific parse fw hook
` [PATCH V9 08/10] remoteproc: imx_rproc: support i.MX8MQ/M
` [PATCH V9 09/10] remoteproc: imx_rproc: ignore mapping vdev regions
` [PATCH V9 10/10] remoteproc: imx_proc: enable virtio/mailbox

[PATCH V8 00/10] remoteproc: imx_rproc: support iMX8MQ/M
 2021-01-21  1:21 UTC  (4+ messages)
` [PATCH V8 10/10] remoteproc: imx_proc: enable virtio/mailbox

[RESEND PATCH v6 0/6] Tegra210 audio graph card
 2021-01-21  0:05 UTC  (2+ messages)
` (subset) "

[PATCH 0/5] ASoC: mediatek: mt8192-mt6359: support DP audio
 2021-01-21  0:05 UTC  (2+ messages)

[PATCH v4 0/7] Really implement Qualcomm LAB/IBB regulators
 2021-01-21  0:07 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] dt-bindings: power: rpmpd: Add SC8180X to rpmpd binding
 2021-01-20 22:50 UTC 

[PATCH] dt-bindings: dp-connector: Drop maxItems from -supply
 2021-01-20 21:47 UTC  (2+ messages)

[PATCH 0/3] pinctrl: qcom: TLMM driver for SC8180x
 2021-01-20 22:21 UTC  (2+ messages)
` [PATCH 1/3] dt-bindings: pinctrl: qcom: Define common TLMM binding

[PATCH 1/2] dt-bindings: clock: qcom: rpmhcc: Add sc8180x rpmh clocks
 2021-01-20 22:37 UTC  (2+ messages)
` [PATCH 2/2] clk: "

[PATCH 1/2] dt-bindings: phy: qcom,qmp: Add SC8180X UFS to the QMP binding
 2021-01-20 22:45 UTC  (2+ messages)
` [PATCH 2/2] phy: qcom-qmp: Add SC8180X UFS phy

[PATCH 1/2] dt-bindings: regulator: qcom-rpmh: Add pmc8180 and pmc8180c
 2021-01-20 22:49 UTC  (2+ messages)
` [PATCH 2/2] "


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