devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-02 01:52:50 to 2021-09-03 01:16:10 UTC [more...]

[PATCH v1 0/2] Ulf reported an issue[1] with fw_devlink. This series tries to fix that issue
 2021-09-03  1:15 UTC  (14+ messages)
` [PATCH v1 1/2] driver core: Add support for FWNODE_FLAG_NEVER_PROBES
` [PATCH v1 2/2] of: platform: Mark bus devices nodes with FWNODE_FLAG_NEVER_PROBES

[PATCH] arm64: dts: qcom: sc7180-trogdor: Delete ADC config for unused thermistors
 2021-09-03  0:20 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: leds: Add Allwinner R329/D1 LED controller
 2021-09-02 23:42 UTC  (2+ messages)
` [PATCH 2/2] leds: sunxi: New driver for the "

[PATCH v7 0/5] media: mediatek: support mdp3 on mt8183 platform
 2021-09-02 23:32 UTC  (6+ messages)
` [PATCH v7 3/5] dt-binding: mt8183: Add Mediatek MDP3 dt-bindings

[PATCH net-next v2 0/3] TSN endpoint Ethernet MAC driver
 2021-09-02 23:17 UTC  (8+ messages)
` [PATCH net-next v2 3/3] tsnep: Add "

[PATCH v2 0/2] Fix simple-bus issues with fw_devlink
 2021-09-02 23:04 UTC  (3+ messages)
` [PATCH v2 1/2] of: platform: Make sure bus only devices get probed
` [PATCH v2 2/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices

[PATCH v10 0/6] Re-introduce TX FIFO resize for larger EP bursting
 2021-09-02 22:58 UTC  (12+ messages)

[PATCH v3 0/3] Allwinner R329 and D1 watchdog support
 2021-09-02 22:57 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: watchdog: sunxi: Add compatibles for R329
` [PATCH v3 2/3] dt-bindings: watchdog: sunxi: Add compatibles for D1
` [PATCH v3 3/3] watchdog: sunxi_wdt: Add support "

[PATCH v3 00/16] eDP: Support probing eDP panels dynamically instead of hardcoding
 2021-09-02 22:33 UTC  (3+ messages)

[PATCH 1/3] drm/msm/dpu1: Add DMA2, DMA3 clock control to enum
 2021-09-02 22:25 UTC  (4+ messages)
` [PATCH 2/3] drm/msm/dpu1: Add MSM8998 to hw catalog

[PATCH 1/2] drm/msm/dsi: Add phy configuration for MSM8953
 2021-09-02 22:18 UTC  (2+ messages)

[PATCH v2 00/46] TI AM437X ADC1
 2021-09-02 22:17 UTC  (48+ messages)
` [PATCH v2 01/46] clk: ti: am43xx: Add clkctrl data for am43xx ADC1
` [PATCH v2 02/46] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD
` [PATCH v2 03/46] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH v2 04/46] dt-bindings: iio: adc: ti,am3359-adc: "
` [PATCH v2 05/46] dt-bindings: touchscreen: ti,am3359-tsc: Remove deprecated text file
` [PATCH v2 06/46] dt-bindings: mfd: ti,am3359-tscadc: Describe am4372 MFD compatible
` [PATCH v2 07/46] dt-bindings: iio: adc: ti,am3359-adc: Describe am4372 ADC compatible
` [PATCH v2 08/46] mfd: ti_am335x_tscadc: Replace license text with SPDX tag
` [PATCH v2 09/46] mfd: ti_am335x_tscadc: Fix style
` [PATCH v2 10/46] mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variables
` [PATCH v2 11/46] mfd: ti_am335x_tscadc: Ensure a balanced number of node get/put
` [PATCH v2 12/46] mfd: ti_am335x_tscadc: Get rid of useless gotos
` [PATCH v2 13/46] mfd: ti_am335x_tscadc: Reword the comment explaining the dividers
` [PATCH v2 14/46] mfd: ti_am335x_tscadc: Don't search the tree for our clock
` [PATCH v2 15/46] mfd: ti_am335x_tscadc: Simplify divisor calculation
` [PATCH v2 16/46] mfd: ti_am335x_tscadc: Move the driver structure allocation earlier
` [PATCH v2 17/46] mfd: ti_am335x_tscadc: Use driver data
` [PATCH v2 18/46] mfd: ti_am335x_tscadc: Mimic the probe from resume()
` [PATCH v2 19/46] mfd: ti_am335x_tscadc: Drop useless variables from the driver structure
` [PATCH v2 20/46] mfd: ti_am335x_tscadc: Always provide an idle configuration
` [PATCH v2 21/46] mfd: ti_am335x_tscadc: Reorder the initialization steps
` [PATCH v2 22/46] mfd: ti_am335x_tscadc: Gather the ctrl register logic in one place
` [PATCH v2 23/46] mfd: ti_am335x_tscadc: Replace the header license text with SPDX tag
` [PATCH v2 24/46] mfd: ti_am335x_tscadc: Fix header spacing
` [PATCH v2 25/46] mfd: ti_am335x_tscadc: Use BIT() and GENMASK() when relevant in the header
` [PATCH v2 26/46] mfd: ti_am335x_tscadc: Use FIELD_PREP() "
` [PATCH v2 27/46] mfd: ti_am335x_tscadc: Rename the subsystem enable macro
` [PATCH v2 28/46] mfd: ti_am335x_tscadc: Add TSC prefix in certain macros
` [PATCH v2 29/46] mfd: ti_am335x_tscadc: Rename a variable
` [PATCH v2 30/46] mfd: ti_am335x_tscadc: Fix an error message
` [PATCH v2 31/46] mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreen
` [PATCH v2 32/46] mfd: ti_am335x_tscadc: Introduce has_tsc
` [PATCH v2 33/46] mfd: ti_am335x_tscadc: Move control register configuration
` [PATCH v2 34/46] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
` [PATCH v2 35/46] mfd: ti_am335x_tscadc: Support the correctly spelled DT property
` [PATCH v2 36/46] iio: adc: ti_am335x_adc: Wait the idle state to avoid stalls
` [PATCH v2 37/46] iio: adc: ti_am335x_adc: Replace license text with SPDX tag
` [PATCH v2 38/46] iio: adc: ti_am335x_adc: Fix style
` [PATCH v2 39/46] iio: adc: ti_am335x_adc: Get rid of useless gotos
` [PATCH v2 40/46] iio: adc: ti_am335x_adc: Gather the checks on the delays
` [PATCH v2 41/46] iio: adc: ti_am335x_adc: Add a unit to the timeout delay
` [PATCH v2 42/46] iio: adc: ti_am335x_adc: Add the scale information
` [PATCH v2 43/46] iio: adc: ti_am335x_adc: Add the am437x compatible
` [PATCH v2 44/46] ARM: dts: am437x-cm-t43: Use a correctly spelled DT property
` [PATCH v2 45/46] ARM: dts: am43xx: Describe the magnetic reader/ADC1 hardware module
` [PATCH v2 46/46] ARM: dts: am437x-gp-evm: enable ADC1

[PATCH] arm64: dts: qcom: ipq8074: remove USB tx-fifo-resize property
 2021-09-02 22:03 UTC 

[PATCH v8 00/14] iio: afe: add temperature rescaling support
 2021-09-02 21:52 UTC  (7+ messages)
` [PATCH v8 09/14] iio: afe: rescale: fix accuracy for small fractional scales

[PATCH v2] arm64: dts: qcom: sc7180: Base dynamic CPU power coefficients in reality
 2021-09-02 21:51 UTC 

[PATCH] arm64: dts: qcom: ipq8074: add SMEM support
 2021-09-02 21:47 UTC 

[PATCH] arm64: dts: qcom: sc7180: Base dynamic CPU power coefficients in reality
 2021-09-02 21:09 UTC  (3+ messages)

[PATCH v2 1/5] ARM: dts: NSP: Add bcm958623hr board name to dts
 2021-09-02 21:06 UTC  (10+ messages)
` [PATCH v2 2/5] ARM: dts: NSP: Fix mpcore, mmc node names
` [PATCH v2 3/5] ARM: dts: NSP: Fix MDIO mux "
` [PATCH v2 4/5] ARM: dts: NSP: Fix MX64/MX65 eeprom node name
` [PATCH v2 5/5] ARM: dts: NSP: Fix MX65 MDIO mux warnings

[PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
 2021-09-02 21:02 UTC  (2+ messages)

[PATCH v2 0/6] dt-bindings: memory-controllers: ti,gpmc: Convert to yaml
 2021-09-02 20:19 UTC  (11+ messages)
` [PATCH v2 1/6] ARM: dts: omap: Fixup GPMC child nodes
` [PATCH v2 2/6] dt-bindings: memory-controllers: ti,gpmc: Convert to yaml
` [PATCH v2 3/6] dt-bindings: mtd: ti,gpmc-nand: "
` [PATCH v2 4/6] dt-bindings: mtd: ti,gpmc-onenand: "
` [PATCH v2 5/6] dt-bindings: mtd: Remove gpmc-nor.txt
` [PATCH v2 6/6] dt-bindings: net: Remove gpmc-eth.txt

[PATCH 00/40] TI AM437X ADC1
 2021-09-02 20:03 UTC  (17+ messages)
` [PATCH 02/40] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD
` [PATCH 03/40] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH 20/40] mfd: ti_am335x_tscadc: Gather the ctrl register logic at one place
` [PATCH 28/40] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support

[PATCH v2 0/3] Convert name-prefix doc to json-schema
 2021-09-02 19:28 UTC  (11+ messages)
` [PATCH v2 1/3] ASoC: Add json-schema documentation for sound-name-prefix
` [PATCH v2 2/3] ASoC: Use schema reference "
` [PATCH v2 3/3] ASoC: Remove name-prefix.txt

[PATCH 1/2] dt-bindings: opp: qcom-opp: Convert to DT schema
 2021-09-02 19:19 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: opp: Add binding for qcom-cpu-opp

[PATCH v5 0/6] Rx mode support for Cadence DPHY
 2021-09-02 18:55 UTC  (5+ messages)
` [PATCH v5 3/6] phy: dt-bindings: Convert Cadence DPHY binding to YAML
` [PATCH v5 4/6] phy: dt-bindings: cdns,dphy: make clocks optional for Rx mode
` [PATCH v5 5/6] phy: dt-bindings: cdns,dphy: add power-domains property
` [PATCH v5 6/6] phy: dt-bindings: cdns,dphy: add Rx DPHY compatible

[PATCH] of: property: fw_devlink: Fixup behaviour when 'node_not_dev' is set
 2021-09-02 17:09 UTC  (2+ messages)

[PATCH v7 00/14] imx8q video decoder/encoder driver
 2021-09-02 16:39 UTC  (2+ messages)

[PATCH 0/2] coresight: tmc: Add support to configure AXI burst size
 2021-09-02 16:32 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: coresight: Add burst size for TMC
` [PATCH 2/2] coresight: tmc: Configure AXI write burst size

[PATCH v6, 00/15] Using component framework to support multi hardware decode
 2021-09-02 16:30 UTC  (7+ messages)
` [PATCH v6, 13/15] dt-bindings: media: mtk-vcodec: Adds decoder dt-bindings for mt8192
` [PATCH v6, 15/15] media: mtk-vcodec: Use codec type to separate different hardware

[PATCH] ASoC: dt-bindings: fsl_rpmsg: Add compatible string for i.MX8ULP
 2021-09-02 15:50 UTC  (2+ messages)

[RFC PATCH 0/7] clk: sunxi-ng: Add a RTC CCU driver
 2021-09-02 15:27 UTC  (3+ messages)
` [RFC PATCH 1/7] dt-bindings: rtc: sun6i: Add H616 and R329 compatibles

[PATCH v2 1/2] dt-bindings: remoteproc: Add fsl,imx-dsp-rproc binding document
 2021-09-02 15:17 UTC  (5+ messages)
` [PATCH v2 2/2] remoteproc: imx_dsp_rproc: add remoteproc driver for dsp on i.MX

[PATCH 1/1] net/ncsi: add get MAC address command to get Intel i210 MAC address
 2021-09-02 15:17 UTC  (2+ messages)

[PATCH 0/2] Add code to manage DSP related clocks
 2021-09-02 14:49 UTC  (5+ messages)
` [PATCH 1/2] ASoC: SOF: imx: "
` [PATCH 2/2] dt-bindings: dsp: fsl: Add DSP optional clocks documentation

[PATCH RESEND 0/2] Add reset-gpios handling for max98927
 2021-09-02 14:43 UTC  (4+ messages)
` [PATCH RESEND 1/2] ASoC: max98927: Handle reset gpio when probing i2c

[PATCH v3 0/2] add support for Cadence's XSPI controller
 2021-09-02 14:39 UTC  (5+ messages)
` [PATCH v3 1/2] spi: cadence: add dt-bindings documentation for Cadence "
` [PATCH v3 2/2] spi: cadence: add support "

[PATCH] ARM: dts: at91: sama5d2_som1_ek: disable ISC node by default
 2021-09-02 12:13 UTC 

[PATCH v2 0/3] Make USB ports to work on HiKey960/970
 2021-09-02 12:03 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: misc: add schema for USB hub on Kirin devices

[PATCH 0/2] Add DTS bits to enable USB3 PHY on HiKey970
 2021-09-02 11:55 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: hisilicon: Add support for Hikey 970 PMIC
` [PATCH 2/2] arm64: dts: hisilicon: Add support for Hikey 970 USB3 PHY

[PATCH v3 0/4] Make USB ports to work on HiKey960/970
 2021-09-02 11:28 UTC  (4+ messages)
` [PATCH v3 1/4] dt-bindings: misc: add schema for USB hub on Kirin devices
` [PATCH v3 3/4] arm64: dts: hisilicon: Add usb mux hub for hikey970
` [PATCH v3 4/4] arm64: dts: hisilicon: Add usb mux hub for hikey960

[PATCH v2 0/2] ARM: dts: keystone-k2*-evm: Fix mdio and dss node status
 2021-09-02 11:21 UTC  (3+ messages)
` [PATCH v2 1/2] ARM: dts: keystone-k2*-evm: Fix mdio node status to "okay"

[PATCH 00/17] i.MX8MM GPC improvements and BLK_CTRL driver
 2021-09-02 10:25 UTC  (8+ messages)
` [PATCH v2 00/18] "

[PATCH] ARM: dts: omap3430-sdp: Fix NAND device node
 2021-09-02  9:58 UTC 

[PATCH v4 0/5] interconnect: qcom: Add MSM8996 interconnect driver
 2021-09-02  9:42 UTC  (5+ messages)
` [PATCH v4 1/5] interconnect: qcom: sdm660: Commonize RPM-QoS

[PATCH v12 2/6] PCI: mediatek: Add new method to get shared pcie-cfg base address
 2021-09-02  9:34 UTC  (4+ messages)

[PATCH 3/3] dt-bindings: clock: lan966x: Add LAN966X Clock Controller
 2021-09-02  9:29 UTC 

[PATCH 2/3] clk: lan966x: Add lan966x SoC clock driver
 2021-09-02  9:29 UTC 

[PATCH 1/3] dt-bindings: clock: lan966x: Add binding includes for lan966x SoC clock IDs
 2021-09-02  9:29 UTC 

[PATCH 0/3] Add driver for lan966x Generic Clock Controlle
 2021-09-02  9:28 UTC 

[PATCH v12 3/6] PCI: mediatek: Add new method to get irq number
 2021-09-02  9:28 UTC  (2+ messages)

[PATCH] of: fix of_address_to_resource and of_iomap undefined
 2021-09-02  9:27 UTC 

[PATCH V2 0/2] Add Vol+ support for sc7280-idp
 2021-09-02  9:15 UTC  (3+ messages)
` [PATCH V2 1/2] pinctrl: qcom: spmi-gpio: correct parent irqspec translation
` [PATCH V2 2/2] arm64: dts: sc7280: Add volume up support for sc7280-idp

[PATCH v5 0/9] clk: cs2000-cp: add dynamic mode and more features
 2021-09-02  9:10 UTC  (3+ messages)
` [PATCH v5 3/9] dt-bindings: clock: cs2000-cp: document cirrus,clock-skip flag

[PATCH v4 0/4] arm: aspeed: Add eSPI support
 2021-09-02  7:04 UTC  (5+ messages)
` [PATCH v4 3/4] soc: aspeed: Add eSPI driver

[PATCH v1] dt-bindings: ufshc: cdns: convert bindings for Cadence UFS host controller
 2021-09-02  6:37 UTC  (3+ messages)
` [PATCH v2] dt-bindings "
  ` [PATCH v2] dt-bindings: ufshc: cdns: convert bindings "

[PATCH v5, 00/15] Using component framework to support multi hardware decode
 2021-09-02  6:09 UTC  (8+ messages)
` [PATCH v5, 13/15] dt-bindings: media: mtk-vcodec: Adds decoder dt-bindings for mt8192

[PATCH v2 0/2] mmc: mediatek: Add HS400 online tuning support
 2021-09-02  6:07 UTC  (3+ messages)
` [PATCH v2 2/2] "

[RFC PATCH v3 00/11] Linux RISC-V ACLINT Support
 2021-09-02  5:37 UTC  (6+ messages)
` [RFC PATCH v3 06/11] dt-bindings: timer: Update SiFive CLINT bindings for IPI support

[PATCH 0/2] Add Vol+ support for sc7280-idp
 2021-09-02  3:37 UTC  (9+ messages)
` [PATCH 1/2] pinctrl: qcom: spmi-gpio: correct parent irqspec translation

[PATCH v11 0/4] Mediatek pinctrl patch on mt8195
 2021-09-02  3:35 UTC  (4+ messages)
` [PATCH v11 1/4] dt-bindings: pinctrl: mt8195: add rsel define

[PATCH v2 0/3] arm: aspeed: Add UART routing support
 2021-09-02  2:25 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: aspeed-lpc: Add UART routing compatible string
` [PATCH v2 2/3] soc: aspeed: Add LPC UART routing support
` [PATCH v2 2/3] soc: aspeed: Add "
` [PATCH v2 3/3] ARM: dts: aspeed: Add uart routing to device tree

[GIT PULL] Devicetree updates for v5.15
 2021-09-02  2:14 UTC  (2+ messages)

[PATCH v2] dt-bindings: PCI: mediatek-gen3: Add support for MT8195
 2021-09-02  2:07 UTC  (3+ 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).