devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-20 21:00:08 to 2023-11-21 10:17:19 UTC [more...]

[PATCH 00/12] iio: add new backend framework
 2023-11-21 10:20 UTC  (9+ messages)
` [PATCH 01/12] driver: core: allow modifying device_links flags
` [PATCH 02/12] of: property: add device link support for io-backends
` [PATCH 03/12] iio: add the IIO backend framework
` [PATCH 04/12] iio: adc: ad9467: fix reset gpio handling
` [PATCH 05/12] iio: adc: ad9467: don't ignore error codes
` [PATCH 06/12] iio: adc: ad9467: add mutex to struct ad9467_state
` [PATCH 08/12] iio: adc: ad9467: use spi_get_device_match_data()
` [PATCH 09/12] iio: adc: ad9467: use chip_info variables instead of array

[PATCH v3 0/9] irqchip/renesas-rzg2l: add support for RZ/G3S SoC
 2023-11-21 10:17 UTC  (11+ messages)
` [PATCH v3 1/9] clk: renesas: r9a08g045: Add IA55 pclk and its reset
` [PATCH v3 2/9] irqchip/renesas-rzg2l: Use tabs instead of spaces
` [PATCH v3 3/9] irqchip/renesas-rzg2l: Align struct member names to tabs
` [PATCH v3 4/9] irqchip/renesas-rzg2l: Document structure members
` [PATCH v3 5/9] irqchip/renesas-rzg2l: Implement restriction when writing ISCR register

[PATCH v3 1/3] dt-bindings: vendor-prefixes: add aosong
 2023-11-21 10:12 UTC  (6+ messages)
` [PATCH v3 2/3] dt-bindings: iio: chemical: add aosong,ags02ma
` [PATCH v3 3/3] iio: chemical: add support for Aosong AGS02MA

[PATCH v2] docs: dt-bindings: add DTS Coding Style document
 2023-11-21 10:13 UTC  (13+ messages)

[PATCH v11 0/3] media: rockchip: Add a driver for Rockchip's camera interface
 2023-11-21 10:05 UTC  (3+ messages)
` [PATCH v11 2/3] "

[PATCH net-next 0/9] net: Add support for Power over Ethernet (PoE)
 2023-11-21 10:02 UTC  (10+ messages)
` [PATCH net-next 2/9] ethtool: Expand Ethernet Power Equipment with PoE alongside PoDL

[PATCH 0/3] riscv: sophgo: add rtc support for CV1800B
 2023-11-21 10:01 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: rtc: add binding for Sophgo CV1800B rtc controller
` [PATCH 2/3] rtc: add rtc controller support for Sophgo CV1800B SoC
` [PATCH 3/3] riscv: dts: sophgo: add rtc dt node for CV1800B

[PATCH v2 1/2] dt-bindings: iio: frequency: add admfm2000
 2023-11-21 10:00 UTC  (2+ messages)
` [PATCH v2 2/2] iio: frequency: admfm2000: New driver

[PATCH 0/3] dt-bindings: tpm: Clean all the things
 2023-11-21  9:48 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: tpm: Consolidate TCG TIS bindings
` [PATCH 2/3] dt-bindings: tpm: Convert IBM vTPM bindings to DT schema
` [PATCH 3/3] dt-bindings: tpm: Document Microsoft fTPM bindings

[PATCH V7][0/4] Add DesignWare Mobile mmc driver
 2023-11-21  9:35 UTC  (6+ messages)
` [PATCH v7][1/4] mmc: solve DMA boundary limitation of CQHCI driver
` [PATCH v7][2/4] mmc: Add Synopsys DesignWare mmc cmdq host driver
` [PATCH v7][3/4] mmc: Add dw mobile mmc cmdq rtk driver
` [PATCH v7][4/4] dt-bindings: mmc: Add dt-bindings for realtek mmc driver

[PATCH 0/2] serial: add rs485-mux-gpio dt binding and support
 2023-11-21  9:28 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: serial: rs485: add rs485-mux-gpios binding
` [PATCH 2/2] serial: core: implement support for rs485-mux-gpios

[PATCH] dt-bindings: ufs: Add msi-parent for UFS MCQ
 2023-11-21  9:26 UTC  (2+ messages)

[PATCH 0/2] usb: typec: tcpm: Handle Accessory Modes
 2023-11-21  9:24 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: connector: usb: add accessory mode description
` [PATCH 2/2] usb: typec: tcpm: Parse Accessory Mode information

[PATCH v4 00/19] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-11-21  9:21 UTC  (30+ messages)
` [PATCH v4 01/19] dt-bindings: soc: samsung: exynos-pmu: Add gs101 compatible
` [PATCH v4 02/19] dt-bindings: clock: Add Google gs101 clock management unit bindings
` [PATCH v4 03/19] dt-bindings: soc: google: exynos-sysreg: add dedicated SYSREG compatibles to GS101
` [PATCH v4 04/19] dt-bindings: watchdog: Document Google gs101 watchdog bindings
` [PATCH v4 05/19] dt-bindings: arm: google: Add bindings for Google ARM platforms
` [PATCH v4 06/19] dt-bindings: pinctrl: samsung: add google,gs101-pinctrl compatible
` [PATCH v4 07/19] dt-bindings: pinctrl: samsung: add gs101-wakeup-eint compatible
` [PATCH v4 08/19] dt-bindings: serial: samsung: Add google-gs101-uart compatible
` [PATCH v4 09/19] dt-bindings: serial: samsung: Make samsung,uart-fifosize required property
` [PATCH v4 10/19] clk: samsung: clk-pll: Add support for pll_{0516,0517,518}
` [PATCH v4 11/19] clk: samsung: clk-gs101: Add cmu_top, cmu_misc and cmu_apm support
` [PATCH v4 12/19] pinctrl: samsung: Add filter selection support for alive banks
` [PATCH v4 13/19] pinctrl: samsung: Add gs101 SoC pinctrl configuration
` [PATCH v4 14/19] watchdog: s3c2410_wdt: Add support for Google gs101 SoC
` [PATCH v4 15/19] watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bit
` [PATCH v4 16/19] tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_data
` [PATCH v4 17/19] arm64: dts: exynos: google: Add initial Google gs101 SoC support
` [PATCH v4 18/19] arm64: dts: exynos: google: Add initial Oriole/pixel 6 board support
` [PATCH v4 19/19] MAINTAINERS: add entry for Google Tensor SoC

[PATCH v3 0/3] dt-bindings: connector: usb: provide bindings for altmodes
 2023-11-21  9:19 UTC  (6+ messages)
` [PATCH v3 1/3] dt-bindings: connector: usb: add altmodes description
` [PATCH v3 2/3] usb: typec: change altmode SVID to u16 entry
` [PATCH v3 3/3] arm64: dts: qcom: qrb5165-rb5: use u16 for DP altmode svid

[PATCH 0/3] USB: dwc3: qcom: fix wakeup after probe deferral
 2023-11-21  9:17 UTC  (5+ messages)
` [PATCH 2/3] "

[PATCH 0/6] crypto: rockchip: add support for rk3588/rk3568
 2023-11-21  9:04 UTC  (5+ messages)
` [PATCH 1/6] dt-bindings: crypto: add support for rockchip,crypto-rk3588

[PATCH v2 0/2] arm64: dts: renesas: draak: Make HDMI default video source
 2023-11-21  8:52 UTC  (5+ messages)
` [PATCH v2 1/2] arm64: dts: renesas: draak: Make HDMI the default video input
` [PATCH v2 2/2] arm64: dts: renesas: draak: Move HDMI bus properties to correct node

[PATCH] arm64: dts: ti: k3-am65-main: Fix DSS irq trigger type
 2023-11-21  8:48 UTC  (3+ messages)

[PATCH] dt-bindings: net: renesas,ethertsn: Add bindings for Ethernet TSN
 2023-11-21  8:45 UTC  (5+ messages)

[PATCH v4 1/2] serial: core: Add support for enabling RS485 mode via GPIO at boot time
 2023-11-21  8:28 UTC 

[PATCH v4 2/2] dt-bindings: serial: Add support for enabling RS485 mode via GPIO at boot time
 2023-11-21  8:28 UTC 

[PATCH v4 0/3] pm8916: Add BMS and charger
 2023-11-21  7:58 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: mfd: qcom,spmi-pmic: Add pm8916 vm-bms and lbc

[PATCH v4 0/4] dma: sf-pdma: various sf-pdma updates for the mpfs platform
 2023-11-21  7:52 UTC  (2+ messages)

[PATCH v9 00/27] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
 2023-11-21  7:43 UTC  (4+ messages)

[PATCH] dt-bindings: net: ethernet-controller: Fix formatting error
 2023-11-21  7:40 UTC  (2+ messages)

[PATCH v2 1/4] dt-bindings: clock: mediatek: add MT7988 clock IDs
 2023-11-21  7:39 UTC  (3+ messages)
` [PATCH v2 2/4] dt-bindings: clock: mediatek: add clock controllers of MT7988

[PATCH 0/3] Add Support for Anbernic RG351V
 2023-11-21  7:31 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: arm: rockchip: Add "
` [PATCH 2/3] arm64: dts: rockchip: Split RG351M from Odroid Go Advance
` [PATCH 3/3] arm64: dts: rockchip: Add Anbernic RG351V

[PATCH V2 3/5] arm64: dts: qcom: Add base X1E80100 dtsi and the QCP dts
 2023-11-21  7:20 UTC  (2+ messages)

[PATCH v3 0/8] Add support to configure TPDM CMB subunit
 2023-11-21  7:24 UTC  (11+ messages)
` [PATCH v3 1/8] dt-bindings: arm: Add support for CMB element size
` [PATCH v3 2/8] coresight-tpda: Add support to configure CMB element
` [PATCH v3 3/8] coresight-tpdm: Add CMB dataset support
` [PATCH v3 4/8] coresight-tpdm: Add support to configure CMB
` [PATCH v3 5/8] coresight-tpdm: Add pattern registers support for CMB
` [PATCH v3 6/8] coresight-tpdm: Add timestamp control register support for the CMB
` [PATCH v3 7/8] dt-bindings: arm: Add support for TPDM CMB MSR register
` [PATCH v3 8/8] coresight-tpdm: Add msr register support for CMB

[PATCH v5 0/4] Input: support overlay objects on touchscreens
 2023-11-21  7:23 UTC  (4+ messages)
` [PATCH v5 2/4] dt-bindings: touchscreen: add overlay-touchscreen and overlay-buttons properties

[PATCH 00/16] arm64: qcom: add sm8550-aim300 board support
 2023-11-21  7:18 UTC  (53+ messages)
` [PATCH 01/16] dt-bindings: arm: qcom: add SM8550 AIM300
` [PATCH 02/16] dt-bindings: interrupt-controller: qcom,pdc: document qcom,sm8550-pdc
` [PATCH 03/16] arm64: dts: qcom: sm8550: update Soundwire node name
` [PATCH 06/16] arm64: dts: qcom: sm8550-aim300: add SM8550 AIM300
` [PATCH 07/16] arm64: dts: qcom: sm8550-aim300: add PCIe0
` [PATCH 08/16] arm64: dts: qcom: sm8550-aim300: add WCD9385 audio-codec
` [PATCH 09/16] arm64: dts: qcom: sm8550-aim300: add flash LEDs
` [PATCH 10/16] arm64: dts: qcom: sm8550-aim300: add display and panel
` [PATCH 11/16] arm64: dts: qcom: sm8550-aim300: add notification RGB LED
` [PATCH 12/16] arm64: dts: qcom: sm8550-aim300: enable PMIC Volume and Power buttons
` [PATCH 13/16] arm64: dts: qcom: sm8550-aim300: add WSA8845 speakers
` [PATCH 14/16] arm64: dts: qcom: sm8550-aim300: add sound card
` [PATCH 15/16] arm64: dts: qcom: sm8550-aim300: add pmic glink port/endpoints
` [PATCH 16/16] arm64: dts: qcom: sm8550-aim300: add bluetooth support

[PATCH v2 0/2] Add gpio driver support for Realtek DHC SoCs
 2023-11-21  7:07 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: gpio: realtek: Add realtek,rtd-gpio

[PATCH v3 1/2] dt-bindings: power: supply: bq24190: Add BQ24296 compatible
 2023-11-21  7:05 UTC 

[PATCH v3 1/2] serial: core: Add option to enable RS485 mode via GPIO
 2023-11-21  7:04 UTC  (4+ messages)
      ` [PATCH v3 2/2] dt-bindings: serial: "

[PATCH 1/3] ARM: dts: sunxi: remove duplicated entries in makefile
 2023-11-21  7:01 UTC  (9+ messages)
` [PATCH 2/3] dt-bindings: arm: sunxi: Add Banana Pi P2 Zero v1.1
` [PATCH 3/3] ARM: dts: sun8i: h2+: add support for Banana Pi P2 Zero board

[PATCH v2 1/2] dt-bindings: PCI: qcom: adjust iommu-map for different SoC
 2023-11-21  6:54 UTC  (5+ messages)
` [PATCH v2 2/2] dt-bindings: PCI: qcom: correct clocks for SC8180x and SM8150

[PATCH v2 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
 2023-11-21  6:47 UTC  (5+ messages)

[PATCH V4 1/2] dt-bindings: clock: support i.MX93 Analog clock module
 2023-11-21  6:34 UTC  (2+ messages)
` [PATCH V4 2/2] arm64: dts: imx93: update analog node

[RESEND v2 0/3] Add audio device nodes for i.MX93 platform
 2023-11-21  6:08 UTC  (4+ messages)
` [RESEND v2 3/3] ASoC: dt-bindings: fsl,mqs: Convert format to json-schema
    `  "

[PATCH v5 1/2] ASoC: dt-bindings: sound-card-common: List sound widgets ignoring system suspend
 2023-11-21  5:25 UTC  (2+ messages)
` [PATCH v5 2/2] ASoC: imx-rpmsg: Force codec power on in low power audio mode

[PATCH v2 0/4] Add PM8937 PMIC support
 2023-11-21  5:35 UTC  (5+ messages)
` [PATCH v2 1/4] mfd: qcom-spmi-pmic: Add support for PM8937
` [PATCH v2 2/4] dt-bindings: mfd: qcom-spmi-pmic: Document PM8937 PMIC
` [PATCH v2 3/4] arm64: dts: qcom: Add "
` [PATCH v2 4/4] soc: qcom: socinfo: Add PM8937 Power IC

[PATCH v4 0/2] Change the sg2042 timer layout to fit aclint format
 2023-11-21  5:23 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and mtimecmp regs
` [PATCH v4 2/2] riscv: dts: sophgo: separate sg2042 mtime and mtimecmp to fit aclint format

[PATCH v6 0/2] LTC4286 and LTC4287 driver support
 2023-11-21  5:07 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings
` [PATCH v6 2/2] hwmon: pmbus: Add ltc4286 driver

[PATCH v3 1/2] dt-bindings: usb: Add the binding example for the Genesys Logic GL3523 hub
 2023-11-21  4:06 UTC  (5+ messages)

[PATCH v3 1/2] dt-bindings: iio: light: isl76682: Document ISL76682
 2023-11-21  3:14 UTC  (4+ messages)
` [PATCH v3 2/2] iio: light: isl76682: Add ISL76682 driver

[PATCH v4 1/2] dt-bindings: iio: light: isl76682: Document ISL76682
 2023-11-21  3:10 UTC  (2+ messages)
` [PATCH v4 2/2] iio: light: isl76682: Add ISL76682 driver

[PATCH v2 0/2] LTC4286 and LTC4287 driver support
 2023-11-21  2:37 UTC  (10+ messages)
` [PATCH v2 2/2] hwmon: pmbus: Add ltc4286 driver

[PATCH v4 0/2] LTC4286 and LTC4287 driver support
 2023-11-21  2:27 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings

[PATCH v5 0/2] LTC4286 and LTC4287 driver support
 2023-11-21  2:19 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings

[PATCH v7 1/2] schemas: memory: Add ECC properties
 2023-11-21  2:12 UTC  (6+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages

[PATCH v2 0/4] drivers: clk: renesas: ignore all clocks which is assinged to non Linux system
 2023-11-21  2:05 UTC  (5+ messages)
` [PATCH v2 1/4] of: add __of_device_is_status() and makes more generic status check
` [PATCH v2 2/4] of: add __of_get_next_status_child() and makes more generic of_get_next
` [PATCH v2 3/4] of: add for_each_reserved_child_of_node()
` [PATCH v2 4/4] drivers: clk: renesas: enable all clocks which is assinged to non Linux system

[PATCH 00/11] ARM/arm64: dts: qcom: fix USB wakeup interrupt types
 2023-11-21  2:01 UTC  (3+ messages)
` [PATCH 07/11] arm64: dts: qcom: sdm670: "

[PATCH net-next v9 0/3] net: axienet: Introduce dmaengine
 2023-11-21  2:00 UTC  (2+ messages)

[PATCH v4 1/2] dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and mtimecmp regs
 2023-11-21  1:12 UTC  (2+ messages)

[PATCH v11 19/20] PCI: starfive: Add JH7110 PCIe controller
 2023-11-21  0:52 UTC  (2+ messages)

[Patch v4 00/11] Add MFC V12 support
 2023-11-20 12:48 UTC  (2+ messages)

[PATCH v1 0/2] coresight: Add remote etm support
 2023-11-20 22:39 UTC  (4+ messages)
` [PATCH v1 2/2] dt-bindings: arm: Add remote etm driver

[PATCH v4 1/2] ASoC: dt-bindings: sound-card-common: List sound widgets ignoring system suspend
 2023-11-20 22:07 UTC  (3+ messages)
` [PATCH v4 2/2] ASoC: imx-rpmsg: Force codec power on in low power audio mode

[PATCH v4 0/2] Rpmsg support for i.MX DSP with resource table
 2023-11-20 21:49 UTC  (2+ messages)

[net-next RFC PATCH 00/14] net: phy: Support DT PHY package
 2023-11-20 21:25 UTC  (6+ messages)
` [net-next RFC PATCH 03/14] dt-bindings: net: document ethernet PHY package nodes

[PATCH v7 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series
 2023-11-20 21:18 UTC  (2+ messages)


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