devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-04 16:18:21 to 2022-02-05 19:01:42 UTC [more...]

[PATCH v3 0/3] Add support for LTC2688
 2022-02-05 18:58 UTC  (12+ messages)
` [PATCH v3 1/3] iio: dac: add support for ltc2688
` [PATCH v3 2/3] iio: ABI: add ABI file for the LTC2688 DAC
` [PATCH v3 3/3] dt-bindings: iio: Add ltc2688 documentation

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-02-05 18:54 UTC  (66+ messages)
` [PATCH v2 01/66] ARM: dts: sun8i: v3s: Move the csi1 block to follow address order
` [PATCH v2 02/66] dt-bindings: interconnect: sunxi: Add V3s mbus compatible
` [PATCH v2 03/66] clk: sunxi-ng: v3s: Export the MBUS clock to the public header
` [PATCH v2 04/66] ARM: dts: sun8i: v3s: Add mbus node to represent the interconnect
` [PATCH v2 05/66] dt-bindings: sun6i-a31-mipi-dphy: Add optional direction property
` [PATCH v2 06/66] phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2
` [PATCH v2 07/66] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v2 08/66] dt-bindings: media: Add Allwinner A31 MIPI CSI-2 bindings documentation
` [PATCH v2 09/66] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH v2 10/66] MAINTAINERS: Add entry for the Allwinner A31 MIPI CSI-2 bridge driver
` [PATCH v2 11/66] ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support
` [PATCH v2 12/66] dt-bindings: media: Add Allwinner A83T MIPI CSI-2 bindings documentation
` [PATCH v2 13/66] media: sunxi: Add support for the A83T MIPI CSI-2 controller
` [PATCH v2 14/66] MAINTAINERS: Add entry for the Allwinner A83T MIPI CSI-2 bridge
` [PATCH v2 15/66] ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node
` [PATCH NOT FOR MERGE v2 16/66] ARM: dts: sun8i: a83t: bananapi-m3: Enable MIPI CSI-2 with OV8865
` [PATCH v2 17/66] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v2 18/66] media: sun6i-csi: Refactor main driver data structures
` [PATCH v2 19/66] media: sun6i-csi: Grab bus clock instead of passing it to regmap
` [PATCH v2 20/66] media: sun6i-csi: Tidy up platform code
` [PATCH v2 21/66] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v2 22/66] media: sun6i-csi: Use runtime pm for clocks and reset
` [PATCH v2 23/66] media: sun6i-csi: Tidy up v4l2 code
` [PATCH v2 24/66] media: sun6i-csi: Tidy up video code
` [PATCH v2 25/66] media: sun6i-csi: Pass and store csi device directly in "
` [PATCH v2 26/66] media: sun6i-csi: Register the media device after creation
` [PATCH v2 27/66] media: sun6i-csi: Add media ops with link notify callback
` [PATCH v2 28/66] media: sun6i-csi: Introduce and use video helper functions
` [PATCH v2 29/66] media: sun6i-csi: Move csi buffer definition to main header file
` [PATCH v2 30/66] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v2 31/66] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture
` [PATCH v2 32/66] media: sun6i-csi: Add capture state using vsync for page flip
` [PATCH v2 33/66] media: sun6i-csi: Rework register definitions, invert misleading fields
` [PATCH v2 34/66] media: sun6i-csi: Add dimensions and format helpers to capture
` [PATCH v2 35/66] media: sun6i-csi: Implement address configuration without indirection
` [PATCH v2 36/66] media: sun6i-csi: Split stream sequences and irq code in capture
` [PATCH v2 37/66] media: sun6i-csi: Move power management to runtime pm "
` [PATCH v2 38/66] media: sun6i-csi: Move register configuration to capture
` [PATCH v2 39/66] media: sun6i-csi: Rework capture format management with helper
` [PATCH v2 40/66] media: sun6i-csi: Remove custom format helper and rework configure
` [PATCH v2 41/66] media: sun6i-csi: Add bridge dimensions and format helpers
` [PATCH v2 42/66] media: sun6i-csi: Get mbus code from bridge instead of storing it
` [PATCH v2 43/66] media: sun6i-csi: Tidy capture configure code
` [PATCH v2 44/66] media: sun6i-csi: Introduce bridge format structure, list and helper
` [PATCH v2 45/66] media: sun6i-csi: Introduce capture "
` [PATCH v2 46/66] media: sun6i-csi: Configure registers from format tables
` [PATCH v2 47/66] media: sun6i-csi: Introduce format match structure, list and helper
` [PATCH v2 48/66] media: sun6i-csi: Implement capture link validation with logic
` [PATCH v2 49/66] media: sun6i-csi: Get bridge subdev directly in capture stream ops
` [PATCH v2 50/66] media: sun6i-csi: Move hardware control to the bridge
` [PATCH v2 51/66] media: sun6i-csi: Unset bridge source on capture streamon fail
` [PATCH v2 52/66] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture
` [PATCH v2 53/66] media: sun6i-csi: Cleanup headers and includes, update copyright lines
` [PATCH v2 54/66] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code
` [PATCH v2 55/66] media: sun6i-csi: Only configure capture when streaming
` [PATCH v2 56/66] media: sun6i-csi: Add extra checks to the interrupt routine
` [PATCH v2 57/66] media: sun6i-csi: Request a shared interrupt
` [PATCH v2 58/66] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v2 59/66] media: sun6i-csi: Add support for hooking to the isp devices
` [PATCH v2 60/66] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry
` [PATCH v2 61/66] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v2 62/66] dt-bindings: media: sun6i-a31-csi: Add ISP output port
` [PATCH v2 63/66] staging: media: Add support for the Allwinner A31 ISP
` [PATCH v2 64/66] MAINTAINERS: Add entry for the Allwinner A31 ISP driver
` [PATCH v2 65/66] ARM: dts: sun8i: v3s: Add support for the ISP

[PATCH v2 0/5] dt-bindings: memory: convert to dtschema
 2022-02-05 18:50 UTC  (9+ messages)
` [PATCH v2 1/5] dt-bindings: memory: lpddr3: "
` [PATCH v2 2/5] dt-bindings: memory: lpddr3: adjust IO width to spec
` [PATCH v2 3/5] dt-bindings: memory: lpddr3: deprecated manufacturer ID
` [PATCH v2 4/5] dt-bindings: memory: lpddr3-timings: convert to dtschema
` [PATCH v2 5/5] dt-bindings: memory: lpddr2-timings: "

[PATCH v5 1/4] iio:frequency:admv1014: add support for ADMV1014
 2022-02-05 18:34 UTC  (5+ messages)
` [PATCH v5 2/4] dt-bindings:iio:frequency: add admv1014 binding

[PATCH v13 00/11] iio: afe: add temperature rescaling support
 2022-02-05 18:23 UTC  (6+ messages)
` [PATCH v13 06/11] iio: afe: rescale: make use of units.h

[PATCH v2 1/2] dt:bindings:iio:frequency: Add ADMV4420 doc
 2022-02-05 18:23 UTC  (3+ messages)
` [PATCH v2 2/2] iio:frequency:admv4420.c: Add support for ADMV4420

[PATCH] arm64: dts: imx8mm-beacon: Enable PCIe
 2022-02-05 17:31 UTC 

[PATCH v2 0/3] iio: Silan SC7A20 accelerometer support
 2022-02-05 17:25 UTC  (2+ messages)

[PATCH V1 00/10] PCI: tegra: Add Tegra234 PCIe support
 2022-02-05 16:21 UTC  (11+ messages)
` [PATCH V1 01/10] dt-bindings: Add Tegra234 PCIe clocks and resets
` [PATCH V1 02/10] dt-bindings: power: Add Tegra234 PCIe power domains
` [PATCH V1 03/10] dt-bindings: memory: Add Tegra234 PCIe memory
` [PATCH V1 04/10] dt-bindings: PHY: P2U: Add support for Tegra234 P2U block
` [PATCH V1 05/10] dt-bindings: PCI: tegra: Add device tree support for Tegra234
` [PATCH V1 06/10] arm64: tegra: Add P2U and PCIe controller nodes to Tegra234 DT
` [PATCH V1 07/10] arm64: tegra: Enable PCIe slots in P3737-0000 board
` [PATCH V1 08/10] phy: tegra: Add PCIe PIPE2UPHY support for Tegra234
` [PATCH V1 09/10] PCI: Disable MSI for Tegra234 root ports
` [PATCH V1 10/10] PCI: tegra: Add Tegra234 PCIe support

[PATCH v12 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
 2022-02-05 15:54 UTC  (5+ messages)
` [PATCH v12 2/2] pwm: Add support for "

[PATCH] Make Firefly RK3399 enable the mali GPU
 2022-02-05 14:03 UTC 

[PATCH V4 00/11] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2022-02-05 14:01 UTC  (6+ messages)
` [PATCH V4 02/11] dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains
` [PATCH V4 09/11] dt-bindings: media: nxp, imx8mq-vpu: Add support for G1 on imx8mm

[PATCH v5 06/12] dt-bindings: pwm: add microchip corepwm binding
 2022-02-05 12:48 UTC  (7+ messages)

[PATCH v5 00/12] Update the Icicle Kit device tree
 2022-02-05 11:53 UTC  (14+ messages)
` [PATCH v5 01/12] dt-bindings: soc/microchip: update syscontroller compatibles
` [PATCH v5 02/12] dt-bindings: soc/microchip: add services as children of sys ctrlr
` [PATCH v5 03/12] dt-bindings: i2c: add bindings for microchip mpfs i2c
` [PATCH v5 04/12] dt-bindings: rtc: add bindings for microchip mpfs rtc

[PATCH v2] ARM: dts: nuvoton,npcm7xx: Remove bogus unit addresses from fixed-partition nodes
 2022-02-05 11:45 UTC 

[PATCH 1/6] arm64: dts: exynos: use generic node name for LPDDR3 timings
 2022-02-05 11:34 UTC  (5+ messages)
` [PATCH 6/6] dt-bindings: memory: lpddr2-timings: convert to dtschema

[PATCH v7 net-next 00/10] net: dsa: microchip: DSA driver support for LAN937x switch
 2022-02-05  3:29 UTC  (16+ messages)
` [PATCH v7 net-next 01/10] dt-bindings: net: dsa: dt bindings for microchip lan937x
` [PATCH v7 net-next 02/10] net: dsa: move mib->cnt_ptr reset code to ksz_common.c
` [PATCH v7 net-next 03/10] net: phy: Add support for LAN937x T1 phy driver
` [PATCH v7 net-next 04/10] net: dsa: tag_ksz: add tag handling for Microchip LAN937x
` [PATCH v7 net-next 05/10] net: dsa: microchip: add DSA support for microchip lan937x
` [PATCH v7 net-next 06/10] net: dsa: microchip: add support for phylink management
` [PATCH v7 net-next 07/10] net: dsa: microchip: add support for ethtool port counters
` [PATCH v7 net-next 08/10] net: dsa: microchip: add support for port mirror operations
` [PATCH v7 net-next 09/10] net: dsa: microchip: add support for fdb and mdb management
` [PATCH v7 net-next 10/10] net: dsa: microchip: add support for vlan operations

[PATCH devicetree v3] dt-bindings: phy: Add `tx-p2p-microvolt` property binding
 2022-02-05  3:18 UTC  (4+ messages)

[PATCH v3 00/15] Multiple addition and improvement to ipq8064 gcc
 2022-02-05  3:03 UTC  (7+ messages)
` [PATCH v3 10/15] drivers: clk: qcom: gcc-ipq806x: add additional freq for sdc table

[PATCH v3 00/14] arm64: dts: qcom: sc7x80: A smattering of misc dts cleanups + herobrine-rev1
 2022-02-05  2:59 UTC  (8+ messages)
` [PATCH v3 12/14] arm64: dts: qcom: sc7280: Add herobrine-r1
` [PATCH v3 13/14] arm64: dts: qcom: sc7280: Add the CPU compatible to the soc@0 node
` (subset) [PATCH v3 00/14] arm64: dts: qcom: sc7x80: A smattering of misc dts cleanups + herobrine-rev1

[PATCH v3] arm64: dts: qcom: sc7280: Add lpasscore & lpassaudio clock controllers
 2022-02-05  2:43 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: usb: Add analogix anx7411 PD binding
 2022-02-05  2:27 UTC  (2+ messages)

[RFC PATCH v4 00/12] Add support for BCM2835 camera interface (unicam)
 2022-02-05  2:22 UTC  (6+ messages)
` [RFC PATCH v4 03/12] dt-bindings: media: Add bindings for bcm2835-unicam
  ` (EXT) "
` [RFC PATCH v4 05/12] media: bcm2835-unicam: Add support for CCP2/CSI2 camera interface

[PATCH v3] media: dt-bindings: media: renesas,csi2: Update data-lanes property
 2022-02-05  2:23 UTC  (2+ messages)

[v3 0/3] Add support for Maxim MAX735x/MAX736x variants
 2022-02-05  2:21 UTC  (3+ messages)
` [v3 1/3] dt-bindings: i2c: Add "

[PATCH v3 0/2] Avoid using Xen DMA ops when the device is protected by an IOMMU
 2022-02-05  2:14 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: arm: xen: document Xen iommu device

[PATCH v3 1/4] dt-bindings: net: wireless: mt76: document bindings for MT7986
 2022-02-05  2:09 UTC  (2+ messages)

[PATCH v3 0/6] Rework realtek-rtl IRQ driver
 2022-02-05  2:08 UTC  (5+ messages)
` [PATCH v3 4/6] dt-bindings: interrupt-controller: realtek,rtl-intc: require parents

[PATCH v6 3/4] drm/bridge: anx7625: Support reading edid through aux channel
 2022-02-05  1:27 UTC  (2+ messages)

[PATCH v4 00/11] Intro to Hardware timestamping engine
 2022-02-04 23:37 UTC  (3+ messages)
` [PATCH v4 04/11] dt-bindings: Add HTE bindings

[PATCH v4 3/4] dt-bindings: hwmon: Add binding for max6639
 2022-02-04 23:32 UTC  (2+ messages)

[PATCH v4 0/4] i.MX8MP: more USB3 glue layer feature support
 2022-02-04 23:24 UTC  (3+ messages)
` [PATCH v4 2/4] dt-bindings: usb: dwc3-imx8mp: Add imx8mp specific flags

[PATCH v4 0/2] Add support for LPASS Core and Audio Clock for SC7280
 2022-02-04 23:17 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: clock: Add YAML schemas for LPASS clocks on SC7280

[PATCH V4 0/3] Add compatible for Mediatek MT8186
 2022-02-04 23:15 UTC  (5+ messages)
` [PATCH V4 1/3] dt-bindings: spi: Convert spi-slave-mt27xx to json-schema
` [PATCH V4 2/3] dt-bindings: spi: Convert spi-mt65xx "

[PATCH v4 00/10] drivers/perf: CPU PMU driver for Apple M1
 2022-02-04 23:02 UTC  (3+ messages)
` [PATCH v4 03/10] dt-bindings: apple,aic: Add affinity description for per-cpu pseudo-interrupts

[PATCH v4 00/11] media: atmel: atmel-isc: implement media controller
 2022-02-04 22:59 UTC  (3+ messages)
` [PATCH v4 08/11] dt-bindings: media: microchip,xisc: add bus-width of 14

[PATCH v4 0/2] Add I2C control driver for Sunplus SP7021 SoC
 2022-02-04 22:59 UTC  (3+ messages)
` [PATCH v4 2/2] dt-bindings:i2c: Add Sunplus SP7021 schema

[PATCH v4 00/12] arm64: prepare and add verdin imx8m mini support
 2022-02-04 22:57 UTC  (4+ messages)
` [PATCH v4 01/12] arm64: dts: imx8mm: fix strange hex notation
` [PATCH v4 11/12] dt-bindings: arm: fsl: add toradex,verdin-imx8mm et al
` [PATCH v4 12/12] arm64: dts: freescale: add initial support for verdin imx8m mini

[PATCH v4 0/2] Add thermal control driver for Sunplus SP7021 SoC
 2022-02-04 22:52 UTC  (3+ messages)
` [PATCH v4 2/2] dt-bindings:thermal: Add Sunplus SP7021 schema

[PATCH V5 0/6] Add Embedded USB Debugger (EUD) driver
 2022-02-04 22:50 UTC  (5+ messages)
` [PATCH V5 1/6] dt-bindings: Add the yaml bindings for EUD
` [PATCH V5 2/6] bindings: usb: dwc3: Update dwc3 properties for EUD connector

[PATCH v5 1/5] dt-bindings: clock: gcc-msm8998: Add definitions of SSC-related clocks
 2022-02-04 22:47 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm: qcom: Document SM8450 HDK boards
 2022-02-04 22:37 UTC  (2+ messages)

[PATCH v4] arm64: dts: qcom: sc7280: Add herobrine-r1
 2022-02-04 22:37 UTC  (2+ messages)
` (subset) "

[v5 0/3] drm/msm/dsi: Add 10nm dsi phy tuning configuration support
 2022-02-04 22:37 UTC  (3+ messages)
` [v5 1/3] dt-bindings: msm/dsi: Add 10nm dsi phy tuning properties

[PATCH v5 08/10] bindings: spmi: spmi-pmic-arb: mark interrupt properties as optional
 2022-02-04 22:36 UTC  (2+ messages)

[PATCH v5 00/14] riscv: support for svpbmt and D1 memory types
 2022-02-04 22:33 UTC  (3+ messages)
` [PATCH v5 11/14] dt-bindings: riscv: add MMU Standard Extensions support for Svpbmt

[PATCH v5 0/3] mmc: mediatek: add support for SDIO async IRQ
 2022-02-04 22:21 UTC  (3+ messages)
` [PATCH v5 1/3] dt-bindings: mmc: add cap-sdio-async-irq flag

[PATCH v5 0/3] sun8i: r40: second ethernet support
 2022-02-04 22:21 UTC  (3+ messages)
` [PATCH v5 2/3] dt-bindings: net: support for Allwinner R40 EMAC controller

[PATCH v6 1/4] drm/bridge: anx7625: send DPCD command to downstream
 2022-02-04 22:20 UTC  (3+ messages)
` [PATCH v6 4/4] dt-bindings: drm/bridge: anx7625: Add aux-bus node

[PATCH v6 0/3] Stacked/parallel memories bindings
 2022-02-04 22:20 UTC  (3+ messages)
` [PATCH v6 2/3] spi: dt-bindings: Describe stacked/parallel memories modes

[PATCH v6 0/4] spi: dt-bindings: samsung: convert to dtschema
 2022-02-04 22:16 UTC  (7+ messages)
` [PATCH v6 1/4] "
` [PATCH v6 2/4] mfd: dt-bindings: google,cros-ec: reference Samsung SPI bindings
` [PATCH v6 3/4] mfd: dt-bindings: google,cros-ec: fix indentation in example

[PATCH v7 00/13] Introduce PECI subsystem
 2022-02-04 22:08 UTC  (3+ messages)
` [PATCH v7 02/13] dt-bindings: Add bindings for peci-aspeed

[PATCH v17, 0/2] ADD DM9051 ETHERNET DRIVER
 2022-02-04 22:07 UTC  (3+ messages)
` [PATCH v17, 1/2] yaml: Add dm9051 SPI network yaml file

[PATCH v2 00/11] PCI: qcom: add support for PCIe on SM8450 platform
 2022-02-04 22:05 UTC  (3+ messages)
` [PATCH v2 03/11] clk: qcom: gdsc: add support for clocks tied to the GDSC

【ユーシーカード】ご本人様確認完了のご連絡
 2022-02-04 20:33 UTC 

[PATCH 0/9] i2c: qcom-cci: fixes and updates
 2022-02-04 19:32 UTC  (6+ messages)
` [PATCH 2/9] dt-bindings: i2c: qcom-cci: add description of a vbus-supply property

[PATCH 0/4] Refactor the PRCI driver to reduce the complexity
 2022-02-04 18:56 UTC  (2+ messages)

[PATCH 00/13] soc: qcom: mdt_loader: Support Qualcomm SM8450
 2022-02-04 18:35 UTC  (2+ messages)
` (subset) "

[PATCH v13 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
 2022-02-04 18:01 UTC  (2+ messages)
` [PATCH v13 2/2] pwm: Add support for "

[PATCH] MAINTAINERS: dt-bindings: Add Krzysztof Kozlowski
 2022-02-04 17:54 UTC  (2+ messages)

[PATCH] ARM: dts: at91: sama7g5: Add crypto nodes
 2022-02-04 17:42 UTC  (3+ messages)

[PATCH 0/6] ARM: r9a06g032: add support for the watchdogs
 2022-02-04 16:18 UTC  (4+ messages)
` [PATCH 3/6] dt-bindings: watchdog: renesas,wdt: Add support for RZ/N1
` [PATCH 4/6] ARM: dts: r9a06g032: Add the watchdog nodes
` [PATCH 5/6] ARM: dts: r9a06g032-rzn1d400-db: Enable watchdog0 with a 10s timeout


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