devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-07 23:53:54 to 2022-01-10 07:20:14 UTC [more...]

[PATCH v2 00/35] brcmfmac: Support Apple T2 and M1 platforms
 2022-01-10  7:19 UTC  (11+ messages)
` [PATCH v2 08/35] brcmfmac: of: Fetch Apple properties
` [PATCH v2 09/35] brcmfmac: pcie: Perform firmware selection for Apple platforms
` [PATCH v2 10/35] brcmfmac: firmware: Allow platform to override macaddr
` [PATCH v2 11/35] brcmfmac: msgbuf: Increase RX ring sizes to 1024
` [PATCH v2 12/35] brcmfmac: pcie: Fix crashes due to early IRQs

[PATCH v1 1/1] iio: adc: tsc2046: fix memory corruption by preventing array overflow
 2022-01-10  7:19 UTC  (3+ messages)

[PATCH v7 00/10] Add Sunplus SP7021 SoC Support
 2022-01-10  6:37 UTC  (7+ messages)
` [PATCH v7 01/10] dt-bindings: vendor-prefixes: Add Sunplus
` [PATCH v7 06/10] clk: Add Sunplus SP7021 clock driver

[PATCH v5 0/2] Add SPI control driver for Sunplus SP7021 SoC
 2022-01-10  6:47 UTC  (3+ messages)
` [PATCH v5 1/2] SPI: Add SPI driver for Sunplus SP7021
` [PATCH v5 2/2] devicetree: bindings SPI Add bindings doc "

[PATCH v7 0/2] Add iop driver for Sunplus SP7021
 2022-01-10  6:37 UTC  (3+ messages)
` [PATCH v7 1/2] dt-binding: misc: Add iop yaml file "
` [PATCH v7 2/2] misc: Add iop driver "

[PATCH 1/2] dt-bindings: spi: Convert spi-mt65xx & spi-slave-mt27xx to json-schema
 2022-01-10  5:37 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: spi: Add compatible for Mediatek MT8186

[PATCH v2] arm64: qcom: sc7280: Move USB2 controller nodes from common dtsi to SKU1
 2022-01-10  4:56 UTC  (4+ messages)

[PATCH 1/1] arm: dts: aspeed: Fix typo
 2022-01-10  4:16 UTC  (2+ messages)

[PATCH 0/2] TI K3 M4F support on AM64x SoC
 2022-01-10  4:06 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: k3-m4f: Add bindings for K3 AM64x SoCs
` [PATCH 2/2] remoteproc: k4-m4: Add a remoteproc driver for M4F subsystem

[PATCH] mtd: rawnand: meson: fix the clock after discarding sd_emmc_c_clkc
 2022-01-10  3:32 UTC  (9+ messages)

[PATCH v1 3/4] dt-bindings: hwmon: Add binding for max6639
 2022-01-10  1:22 UTC  (2+ messages)

[PATCH] dt-bindings: iio: adi,ltc2983: Fix 64-bit property sizes
 2022-01-10  1:09 UTC  (4+ messages)

[PATCH] dt-bindings: iio/magnetometer: yamaha,yas530: Fix invalid 'interrupts' in example
 2022-01-10  1:07 UTC  (4+ messages)

[PATCH] dt-bindings: net: snps,dwmac: Enable burst length properties for more compatibles
 2022-01-10  1:01 UTC  (2+ messages)

[v2 0/3] Integrate vppsys with mtk-mmsys in MT8195
 2022-01-10  0:59 UTC  (4+ messages)
` [v2 1/3] clk: mediatek: Add error handle when fail to register clock provider
` [v2 2/3] dt-bindings: ARM: Mediatek: Remove vppsys in MT8195 clock document
` [v2 3/3] clk: mediatek: Integrate vppsys with mtk-mmsys in MT8195

[PATCH v11 0/3] mmc: Add LiteSDCard mmc driver
 2022-01-09 23:20 UTC  (4+ messages)
` [PATCH v11 1/3] MAINTAINERS: co-maintain LiteX platform
` [PATCH v11 2/3] dt-bindings: mmc: Add bindings for LiteSDCard
` [PATCH v11 3/3] mmc: Add driver for LiteX's LiteSDCard interface

[PATCH V4 XRT Alveo Infrastructure 0/5] XRT Alveo driver infrastructure overview
 2022-01-09 21:34 UTC  (12+ messages)
` [PATCH V4 XRT Alveo Infrastructure 1/5] Documentation: fpga: Add a document describing XRT Alveo driver infrastructure
` [PATCH V4 XRT Alveo Infrastructure 2/5] Documentation: devicetree: bindings: add binding for Alveo platform
` [PATCH V4 XRT Alveo Infrastructure 3/5] of: create empty of root
` [PATCH V4 XRT Alveo Infrastructure 4/5] fpga: xrt: xrt-lib common interfaces
` [PATCH V4 XRT Alveo Infrastructure 5/5] fpga: xrt: management physical function driver

[PATCH v12 00/16] iio: afe: add temperature rescaling support
 2022-01-09 20:25 UTC  (25+ messages)
` [PATCH v12 01/16] iio: inkern: apply consumer scale on IIO_VAL_INT cases
` [PATCH v12 02/16] iio: inkern: apply consumer scale when no channel scale is available
` [PATCH v12 03/16] iio: inkern: make a best effort on offset calculation
` [PATCH v12 04/16] iio: afe: rescale: use s64 for temporary scale calculations
` [PATCH v12 05/16] iio: afe: rescale: reorder includes
` [PATCH v12 06/16] iio: afe: rescale: expose scale processing function
` [PATCH v12 07/16] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support
` [PATCH v12 08/16] iio: afe: rescale: add offset support
` [PATCH v12 09/16] iio: afe: rescale: fix accuracy for small fractional scales
` [PATCH v12 10/16] iio: afe: rescale: reduce risk of integer overflow
` [PATCH v12 11/16] iio: afe: rescale: make use of units.h
` [PATCH v12 12/16] iio: test: add basic tests for the iio-rescale driver
` [PATCH v12 13/16] iio: afe: rescale: add RTD temperature sensor support
` [PATCH v12 14/16] iio: afe: rescale: add temperature transducers
` [PATCH v12 15/16] dt-bindings: iio: afe: add bindings for temperature-sense-rtd
` [PATCH v12 16/16] dt-bindings: iio: afe: add bindings for temperature transducers

[PATCH] ARM: dts: msm8960: Sort out rpm node duplication
 2022-01-09 20:03 UTC 

[PATCH v7 0/7] Add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2022-01-09 19:07 UTC  (3+ messages)
` [PATCH v7 5/7] clk: imx: Add initial support for i.MXRT1050 clock driver

[PATCH v7 0/2] On Semi AR0521 sensor driver
 2022-01-09 19:01 UTC  (4+ messages)
` [PATCH v7 2/2] Driver for ON Semi AR0521 camera sensor

[PATCH v3 00/11] riscv: dts: Miscellaneous fixes
 2022-01-09 18:21 UTC  (2+ messages)

[PATCH 0/3]
 2022-01-09 18:01 UTC  (7+ messages)
` [PATCH 1/3] iio:frequency:admv1014: add support for ADMV1014
` [PATCH 2/3] dt-bindings:iio:frequency: add admv1014 doc
` [PATCH 3/3] Documentation:ABI:testing:admv1014: add ABI docs

[PATCH v4 0/9] Nuvoton WPCM450 pinctrl and GPIO driver
 2022-01-09 17:30 UTC  (10+ messages)
` [PATCH v4 1/9] dt-bindings: arm/npcm: Add binding for global control registers (GCR)
` [PATCH v4 2/9] MAINTAINERS: Match all of bindings/arm/npcm/ as part of NPCM architecture
` [PATCH v4 3/9] ARM: dts: wpcm450: Add global control registers (GCR) node
` [PATCH v4 4/9] dt-bindings: pinctrl: Add Nuvoton WPCM450
` [PATCH v4 5/9] pinctrl: nuvoton: Add driver for WPCM450
` [PATCH v4 6/9] ARM: dts: wpcm450: Add pinctrl and GPIO nodes
` [PATCH v4 7/9] ARM: dts: wpcm450: Add pin functions
` [PATCH v4 8/9] ARM: dts: wpcm450-supermicro-x9sci-ln4f: Add GPIO LEDs and buttons
` [PATCH v4 9/9] ARM: dts: wpcm450: Add pinmux information to UART0

[PATCH 01/10] arm64: dts: qcom: sm8150: Correct TCS configuration for apps rsc
 2022-01-09 17:25 UTC  (6+ messages)
` [PATCH 02/10] arm64: dts: qcom: sm8250: Add cpuidle states
` [PATCH 03/10] arm64: dts: qcom: sm8350: Correct TCS configuration for apps rsc
` [PATCH 04/10] arm64: dts: qcom: sm8450: Update cpuidle states parameters
` [PATCH 05/10] dt-bindings: soc: qcom: Update devicetree binding document for rpmh-rsc
` [PATCH 07/10] arm64: dts: qcom: Add power-domains property for apps_rsc

[PATCH v3 0/7] iio: adc: introduce Qualcomm SPMI Round Robin ADC
 2022-01-09 17:29 UTC  (5+ messages)
` [PATCH v3 1/7] mfd: qcom-spmi-pmic: expose the PMIC revid information to clients
` [PATCH v3 3/7] iio: adc: qcom-spmi-rradc: introduce round robin adc

[PATCH] dt-bindings: msm/mdp4: convert to yaml format
 2022-01-09 17:18 UTC 

[PATCH v2] dt-bindings: serial: Convert rda,8810pl-uart to YAML
 2022-01-09 17:03 UTC 

[PATCH v10 0/3] mmc: Add LiteSDCard mmc driver
 2022-01-09 16:56 UTC  (6+ messages)
` [PATCH v10 1/3] MAINTAINERS: co-maintain LiteX platform
` [PATCH v10 2/3] dt-bindings: mmc: Add bindings for LiteSDCard
` [PATCH v10 3/3] mmc: Add driver for LiteX's LiteSDCard interface

[PATCH v4 1/2] Add binding for ti,adc1018. It allows selection of channel as a Device Tree property
 2022-01-09 16:49 UTC  (4+ messages)

[PATCH] dt-bindings: serial: Convert rda,8810pl-uart to YAML
 2022-01-09 16:33 UTC  (2+ messages)

[PATCH 00/10] rk3399: Clean up and enable DDR DVFS
 2022-01-09 16:33 UTC  (6+ messages)
` [PATCH 01/10] dt-bindings: devfreq: rk3399_dmc: Convert to YAML
` [PATCH 05/10] PM / devfreq: rk3399_dmc: Drop undocumented ondemand DT props
` [PATCH 09/10] arm64: dts: rk3399: Add dfi and dmc nodes
` [PATCH 10/10] arm64: dts: rockchip: Enable dmc and dfi nodes on gru

[PATCH 0/7] iio: adc: sc27xx: adjust structure and add PMIC's support
 2022-01-09 16:22 UTC  (10+ messages)
` [PATCH 2/7] iio: adc: sc27xx: fix read big scale voltage not right
` [PATCH 4/7] iio: adc: sc27xx: add support for PMIC sc2720 and sc2721
` [PATCH 7/7] iio: adc: sc27xx: add Ump9620 ADC suspend and resume pm support

[PATCH v1 1/1] iio: adc: tsc2046: add .read_raw support
 2022-01-09 16:00 UTC  (2+ messages)

[PATCH v1 1/1] iio: adc: tsc2046: rework the trigger state machine
 2022-01-09 15:44 UTC  (2+ messages)

[PATCH] dt-bindings: vendor-prefixes: add Thundercomm
 2022-01-09 15:33 UTC 

[PATCH 0/4] irqchip/meson-gpio: Add support for Meson-S4 SoC
 2022-01-09 15:27 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: interrupt-controller: New binding for Meson-S4 SoCs

[PATCH] dt-bindings: vendor-prefixes: add F(x)tec
 2022-01-09 15:21 UTC 

[PATCH] dt-bindings: iio/adc: ti,palmas-gpadc: Split interrupt fields in example
 2022-01-09 15:15 UTC  (2+ messages)

[PATCH v3 0/6] Rework realtek-rtl IRQ driver
 2022-01-09 14:54 UTC  (7+ messages)
` [PATCH v3 1/6] irqchip/realtek-rtl: map control data to virq
` [PATCH v3 2/6] irqchip/realtek-rtl: fix off-by-one in routing
` [PATCH v3 3/6] irqchip/realtek-rtl: clear all pending interrupts
` [PATCH v3 4/6] dt-bindings: interrupt-controller: realtek,rtl-intc: require parents
` [PATCH v3 5/6] irqchip/realtek-rtl: use parent interrupts
` [PATCH v3 6/6] irqchip/realtek-rtl: use per-parent domains

[PATCH] dt-bindings: vendor-prefixes: add Wingtech
 2022-01-09 13:53 UTC 

[PATCH] dt-bindings: vendor-prefixes: add 8devices
 2022-01-09 13:44 UTC 

[PATCH] dt-bindings: vendor-prefixes: add Huawei
 2022-01-09 13:23 UTC 

[PATCH 1/3] iio: addac: ad74413r: use ngpio size when iterating over mask
 2022-01-09 12:14 UTC  (5+ messages)
` [PATCH 3/3] iio: addac: ad74413r: correct comparator gpio getters mask usage

[PATCH v4 0/4] Add support for the Cypress cyttsp5
 2022-01-09 12:00 UTC  (3+ messages)

[PATCH v5 0/4] Add support for the Cypress cyttsp5
 2022-01-09 11:53 UTC  (5+ messages)
` [PATCH v5 1/4] Input: Add driver for Cypress Generation 5 touchscreen
` [PATCH v5 2/4] dt-bindings: input: Add Cypress TT2100 touchscreen controller
` [PATCH v5 3/4] ARM: imx_v6_v7_defconfig: Enable the cyttsp5 touchscreen
` [PATCH v5 4/4] ARM: dts: imx7d-remarkable2: Enable the cyttsp5

[PATCH v2 00/11] media: i2c: max9286: Small new features
 2022-01-09 11:48 UTC  (5+ messages)
` [PATCH v2 01/11] dt-bindings: media: i2c: max9286: Add support for per-port supplies
` [PATCH v2 03/11] dt-bindings: media: i2c: max9286: Add property to select bus width

[PATCH v9 0/3] mmc: Add LiteSDCard mmc driver
 2022-01-09 11:43 UTC  (7+ messages)
` [PATCH v9 1/3] MAINTAINERS: co-maintain LiteX platform
` [PATCH v9 2/3] dt-bindings: mmc: Add bindings for LiteSDCard
` [PATCH v9 3/3] mmc: Add driver for LiteX's LiteSDCard interface

[PATCH 0/2] watchdog: imx_wdt2: Enable ping on suspend support
 2022-01-09 11:41 UTC  (3+ messages)
` [PATCH 1/2] watchdog: imx2_wdg: Alow ping on suspend
` [PATCH 2/2] ARM: dts: imx7d: remarkable2: set ping-during-suspend for watchdog

[PATCH v8 0/3] mmc: Add LiteSDCard mmc driver
 2022-01-09 11:36 UTC  (10+ messages)
` [PATCH v8 3/3] mmc: Add driver for LiteX's LiteSDCard interface

[PATCH v3 00/33] MT8195 IOMMU SUPPORT
 2022-01-09  2:48 UTC  (13+ messages)
` [PATCH v3 09/33] iommu/mediatek: Remove for_each_m4u in tlb_sync_all
` [PATCH v3 13/33] iommu/mediatek: Remove the power status checking in tlb flush all
` [PATCH v3 22/33] iommu/mediatek: Add PCIe support
` [PATCH v3 26/33] iommu/mediatek: Add mtk_iommu_bank_data structure

[PATCH v2 1/8] media: dt-bindings: media: camss: Fixup vdda regulator descriptions sdm845
 2022-01-09  2:49 UTC  (2+ messages)
` [PATCH v2 2/8] media: dt-bindings: media: camss: Add vdda supply declarations sm8250

[PATCH v3] dt-bindings: display/msm: hdmi: split and convert to yaml
 2022-01-09  0:03 UTC 

[PATCH v2 0/4] Add support for Maxim MAX735x/MAX736x variants
 2022-01-08 23:17 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: i2c: Add "
` [PATCH v2 3/4] dt-bindings: i2c: Add regulator to pca954x and max735x

[PATCH v3 0/2] CAAM Driver: re-factor and set proper JR status
 2022-01-08 20:48 UTC  (8+ messages)
  ` [PATCH v3 2/2] arm64: dts: imx8m: define proper status for caam jr

[PATCH] ARM: dts: qcom: fill missing power-domain-cells for gcc controllers
 2022-01-08 20:27 UTC 

[PATCH] ARM: dts: msm8960: move vsdcc regulator out of simple-bus
 2022-01-08 20:25 UTC 

[WIP PATCH] dt-bindings: display: msm: dsi-controller-main: distinguish DSI versions
 2022-01-08 19:47 UTC  (2+ messages)

[PATCH] dt-bindings: mfd: syscon: Add Qualcomm TCSR registers
 2022-01-08 18:56 UTC  (3+ messages)

[PATCH v3] dt-bindings: iommu: Convert msm,iommu-v0 to yaml
 2022-01-08 18:41 UTC 

[PATCH v2] dt-bindings: display/msm: hdmi: split and convert to yaml
 2022-01-08 18:07 UTC 

[PATCH v11 00/15] iio: afe: add temperature rescaling support
 2022-01-08 17:55 UTC  (9+ messages)
` [PATCH v11 09/15] iio: afe: rescale: reduce risk of integer overflow

[PATCH] ARM: dts: qcom: add KPSS GCC compatible to clock nodes
 2022-01-08 17:55 UTC 

[PATCH] ARM: dts: qcom: fix gic_irq_domain_translate warnings for msm8960
 2022-01-08 17:42 UTC 

[PATCH] dt-bindings: dma-controller: Split interrupt fields in example
 2022-01-08 17:27 UTC  (2+ messages)

[PATCH] ARM: dts: qcom: rename eth node to ethernet
 2022-01-08 17:15 UTC 

[PATCH] ARM: dts: qcom: apq8060: correct mvs switch name
 2022-01-08 17:05 UTC 

[v1 1/2] dt-bindings: power: Add MT8186 power domains
 2022-01-08 13:19 UTC  (2+ messages)
` [v1 2/2] soc: mediatek: pm-domains: Add support for mt8186

[PATCH v2 0/9] ARM: mstar: cpupll
 2022-01-08 11:49 UTC  (4+ messages)
` [PATCH v2 2/9] clk: mstar: msc313 cpupll clk driver

[PATCH 0/2] add i2c support for mt8186
 2022-01-08  9:54 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: i2c: update bindings for MT8186 SoC
` [PATCH 2/2] i2c: mediatek: Add i2c compatible for Mediatek MT8186

[PATCH v1 0/2] Provide a fraemework for RISC-V ISA extensions
 2022-01-08  2:24 UTC  (3+ messages)

[PATCH 0/2] Support for Apple SoCs' NCO blocks
 2022-01-08  1:06 UTC  (3+ messages)
` [PATCH 2/2] clk: clk-apple-nco: Add driver for Apple NCO

[PATCH 0/8] ARM: at91: add cpu idle and cpufreq opps for sama7g5
 2022-01-08  0:48 UTC  (3+ messages)
` [PATCH 4/8] ARM: at91: PM: add cpu idle 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).