devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-17 14:38:17 to 2020-09-18 06:58:40 UTC [more...]

[PATCH v2] dt-bindings: mfd: rohm,bd71837-pmic: Add common properties
 2020-09-18  6:58 UTC  (3+ messages)

[PATCH v13 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-09-18  6:57 UTC  (3+ messages)
  ` [PATCH v13 2/2] "

[PATCH v7 0/2] Add PWM support for Intel Keem Bay SoC
 2020-09-18  6:49 UTC  (2+ messages)

[PATCH v14 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-09-18  6:28 UTC  (10+ messages)
` [PATCH v14 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v14 2/5] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v14 3/5] firmware: xilinx: Add RPU configuration APIs
` [PATCH v14 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v14 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH v2 0/3] dmaengine: Add support for QCOM GSI dma controller
 2020-09-18  6:29 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: dmaengine: Document qcom,gpi dma binding
` [PATCH v2 2/3] dmaengine: add peripheral configuration

[PATCH leds v2 00/50] Start moving parsing of `linux,default-trigger` to LED core (a cleanup of LED drivers)
 2020-09-18  6:15 UTC  (52+ messages)
` [PATCH leds v2 01/50] leds: various: compile if COMPILE_TEST=y
` [PATCH leds v2 02/50] leds: ip30: "
` [PATCH leds v2 03/50] leds: fsg: "
` [PATCH leds v2 04/50] leds: various: use device_get_match_data
` [PATCH leds v2 05/50] leds: various: guard of_match_table member value with of_match_ptr
` [PATCH leds v2 06/50] leds: various: use dev_of_node(dev) instead of dev->of_node
` [PATCH leds v2 07/50] leds: lt3593: do not rewrite .of_node of new LED device to wrong value
` [PATCH leds v2 08/50] leds: various: use only available OF children
` [PATCH leds v2 09/50] leds: various: fix OF node leaks
` [PATCH leds v2 10/50] leds: bcm6328, bcm6358: use devres LED registering function
` [PATCH leds v2 11/50] leds: bcm6328, bcm6358: use struct led_init_data when registering
` [PATCH leds v2 12/50] leds: bcm6328: cosmetic: use reverse christmas tree
` [PATCH leds v2 13/50] leds: bcm6358: "
` [PATCH leds v2 14/50] leds: lm3697: use struct led_init_data when registering
` [PATCH leds v2 15/50] leds: lm3697: cosmetic change: use helper variable, reverse christmas tree
` [PATCH leds v2 16/50] leds: max77650: use struct led_init_data when registering
` [PATCH leds v2 17/50] leds: max77650: use reverse christmas tree
` [PATCH leds v2 18/50] leds: mt6323: use struct led_init_data when registering
` [PATCH leds v2 19/50] leds: mt6323: cosmetic change: use helper variable
` [PATCH leds v2 20/50] leds: pm8058: use struct led_init_data when registering
` [PATCH leds v2 21/50] leds: pm8058: cosmetic change: use helper variable
` [PATCH leds v2 22/50] leds: pm8058: cosmetic change: no need to return in if guard
` [PATCH leds v2 23/50] leds: pm8058: cosmetic: use reverse christmas tree
` [PATCH leds v2 24/50] leds: is31fl32xx: use struct led_init_data when registering
` [PATCH leds v2 25/50] leds: is31fl319x: compute aggregated max current separately
` [PATCH leds v2 26/50] leds: is31fl319x: don't store shutdown gpio descriptor
` [PATCH leds v2 27/50] leds: is31fl319x: don't store audio gain value, simply set it
` [PATCH leds v2 28/50] leds: is31fl319x: refactor to register LEDs while parsing DT
` [PATCH leds v2 29/50] leds: is31fl319x: cosmetic: use reverse christmas tree
` [PATCH leds v2 30/50] leds: is31fl319x: use struct led_init_data when registering
` [PATCH leds v2 31/50] leds: lm36274: use devres LED registering function
` [PATCH leds v2 32/50] leds: lm36274: cosmetic: rename lm36274_data to chip
` [PATCH leds v2 33/50] leds: lm36274: don't iterate through children since there is only one
` [PATCH leds v2 34/50] leds: lm36274: use struct led_init_data when registering
` [PATCH leds v2 35/50] leds: lm36274: do not set chip settings in DT parsing function
` [PATCH leds v2 36/50] leds: ns2: use devres LED registering function
` [PATCH leds v2 37/50] leds: ns2: alloc simple array instead of struct ns2_led_priv
` [PATCH leds v2 38/50] leds: ns2: support OF probing only, forget platdata
` [PATCH leds v2 39/50] leds: ns2: move parsing of one LED into separate function
` [PATCH leds v2 40/50] leds: ns2: use devres API for getting GPIO descriptors
` [PATCH leds v2 41/50] leds: ns2: cosmetic structure rename
` [PATCH leds v2 42/50] leds: ns2: cosmetic variable rename
` [PATCH leds v2 43/50] leds: ns2: cosmetic change
` [PATCH leds v2 44/50] leds: ns2: cosmetic change: use helper variable
` [PATCH leds v2 45/50] leds: ns2: register LED immediately after parsing DT properties
` [PATCH leds v2 46/50] leds: ns2: remove unneeded variable
` [PATCH leds v2 47/50] leds: ns2: cosmetic: use reverse christmas tree
` [PATCH leds v2 48/50] leds: ns2: reorder headers alphabetically
` [PATCH leds v2 49/50] leds: ns2: use struct led_init_data when registering
` [PATCH leds v2 50/50] leds: parse linux,default-trigger DT property in LED core

[PATCH v6 0/5] Qualcomm's lpass-hdmi ASoC driver to support audio over dp port
 2020-09-18  6:04 UTC  (6+ messages)
` [PATCH v6 1/5] ASoC: Add sc7180-lpass binding header hdmi define
` [PATCH v6 2/5] ASoC: dt-bindings: Add dt binding for lpass hdmi
` [PATCH v6 3/5] Asoc:qcom:lpass-cpu:Update dts property read API
` [PATCH v6 4/5] ASoC: qcom: Add support for lpass hdmi driver
` [PATCH v6 5/5] ASoC: qcom: sc7180: Add support for audio over DP

[PATCH v1 0/6] Support ROHM BD9576MUF and BD9573MUF PMICs
 2020-09-18  6:06 UTC  (5+ messages)
` [PATCH v1 4/6] wdt: Support wdt on ROHM BD9576MUF and BD9573MUF

[PATCH 0/2] Add WDT driver for Toshiba Visconti ARM SoC
 2020-09-18  5:51 UTC  (4+ messages)
` [PATCH 1/2] watchdog: bindings: Add binding documentation for Toshiba Visconti watchdog device
` [PATCH 2/2] watchdog: Add Toshiba Visconti watchdog driver

[PATCH 0/3] hwmon: (lm75) Add regulator support
 2020-09-18  5:33 UTC  (5+ messages)
` [PATCH 3/3] "

[PATCH 1/2] dt-bindings: phy: ti,phy-j721e-wiz: fix bindings for torrent phy
 2020-09-18  5:22 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: phy: cdns,torrent-phy: add reset-names

[PATCH v3 00/13] PHY: Add support for multilink configurations in Cadence Torrent PHY driver
 2020-09-18  5:17 UTC  (2+ messages)

[PATCH v3 0/7] PHY: Prepare Cadence Torrent PHY driver to support multilink configurations
 2020-09-18  5:06 UTC  (2+ messages)

[PATCH v3 0/2] PCI: Add new Unisoc PCIe driver
 2020-09-18  3:18 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: sprd: Document Unisoc PCIe RC host controller
` [PATCH v3 2/2] PCI: sprd: Add support for Unisoc SoCs' PCIe controller

[PATCH AUTOSEL 5.4 251/330] dt-bindings: sound: wm8994: Correct required supplies based on actual implementaion
 2020-09-18  1:59 UTC 

[PATCH v3] dt-bindings: mailbox: fsl,mu: Add missing power-domains
 2020-09-18  2:57 UTC  (2+ messages)

[PATCHv7 00/12]PCI: dwc: Add the multiple PF support for DWC and Layerscape
 2020-09-18  2:55 UTC  (3+ messages)

[PATCH AUTOSEL 4.14 093/127] dt-bindings: sound: wm8994: Correct required supplies based on actual implementaion
 2020-09-18  2:11 UTC 

[PATCH AUTOSEL 4.4 46/64] dt-bindings: sound: wm8994: Correct required supplies based on actual implementaion
 2020-09-18  2:16 UTC 

[PATCH AUTOSEL 4.9 68/90] dt-bindings: sound: wm8994: Correct required supplies based on actual implementaion
 2020-09-18  2:14 UTC 

[PATCH AUTOSEL 4.19 154/206] dt-bindings: sound: wm8994: Correct required supplies based on actual implementaion
 2020-09-18  2:07 UTC 

[PATCH 1/3] dt-bindings: rtc-2127: Add bindings for nxp,rtc-2127.txt
 2020-09-18  1:45 UTC  (7+ messages)

[PATCH v2 1/2] dt-bindings: usb: Add binding for onboard USB hubs
 2020-09-18  1:30 UTC  (4+ messages)
` [PATCH v2 2/2] USB: misc: Add onboard_usb_hub driver

[PATCH v3 0/2] Fixes for am65x and j721e dss dt-schema
 2020-09-18  1:18 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: display: ti,am65x-dss: add missing properties to dt-schema

[PATCH v6 0/3] arm: dts: add and modify device node in NPCM7xx device tree
 2020-09-17 23:44 UTC  (4+ messages)
` [PATCH v6 1/3] arm: dts: modify NPCM7xx device tree clock parameter
` [PATCH v6 2/3] arm: dts: modify NPCM7xx device tree timer register size
` [PATCH v6 3/3] arm: dts: add new device nodes to NPCM750 device tree

[PATCH 0/2] Add Toshiba Visconti SoC PWM support
 2020-09-17 22:31 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pwm: Add bindings for Toshiba Visconti PWM Controller
` [PATCH 2/2] pwm: visconti: Add Toshiba Visconti SoC PWM support

[PATCH] arm64: dts: ti: k3-j721e: Rename mux header and update macro names
 2020-09-17 22:27 UTC  (3+ messages)

[PATCHv2] dt-bindings: dp-connector: add binding for DisplayPort connector
 2020-09-17 21:35 UTC  (4+ messages)

[PATCH 1/2] arm64: dts: qcom: enable rtc on qrb5165-rb5 board
 2020-09-17 21:13 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: qcom: enable rtc on sm8250-mtp board

[PATCH v2 1/4] ARM: dts: imx6qdl-gw5xxx: correct interrupt flags
 2020-09-17 21:07 UTC  (5+ messages)
` [PATCH v2 2/4] arm64: dts: imx8mm: "
` [PATCH v2 3/4] arm64: dts: imx8mn: "
` [PATCH v2 4/4] arm64: dts: imx8mq: "

[PATCH v10 00/13] Add support for Kontron sl28cpld
 2020-09-17 19:25 UTC  (2+ messages)
` [GIT PULL] Immutable branch between MFD, HWMON, GPIO, IRQChip, PWM and Watchdog due for the v5.10 merge window

[PATCH v2 00/13] gpio: add common dtschema
 2020-09-17 20:13 UTC  (19+ messages)
` [PATCH v2 01/13] dt-bindings: gpio: add common schema for GPIO controllers
` [PATCH v2 02/13] dt-bindings: gpio: include common schema in "
` [PATCH v2 03/13] dt-bindings: gpio: pl061: add missing properties and include common schema
` [PATCH v2 04/13] dt-bindings: gpio: fsl-imx-gpio: add i.MX ARMv6 and ARMv7 compatibles
` [PATCH v2 05/13] dt-bindings: gpio: fsl-imx-gpio: add gpio-line-names
` [PATCH v2 06/13] dt-bindings: gpio: gpio-vf610: fix iMX 7ULP compatible matching
` [PATCH v2 07/13] dt-bindings: media: include common schema in GPIO controllers
` [PATCH v2 08/13] dt-bindings: mfd: "
` [PATCH v2 09/13] dt-bindings: pinctrl: "
` [PATCH v2 10/13] ASoC: dt-bindings: zl38060: "
` [PATCH v2 11/13] arm64: dts: imx8mq-librem5: correct GPIO hog property
` [PATCH v2 12/13] arm64: dts: imx8mq-librem5: align GPIO hog names with dtschema
` [PATCH v2 13/13] ARM: dts: imx: "

[PATCH 1/2] dt-bindings: pinctrl: at91-pio4: add microchip,sama7g5
 2020-09-17 14:26 UTC  (2+ messages)

[PATCH v2] ASoC: dt-bindings: correct interrupt flags in examples
 2020-09-17 19:43 UTC  (2+ messages)

[PATCH v4 1/4] dt-bindings: i2c: imx-lpi2c: Add properties and use unevaluatedProperties
 2020-09-17 19:13 UTC  (4+ messages)
` [PATCH v4 2/4] dt-bindings: i2c: imx-lpi2c: Fix i.MX 8QXP compatible matching
` [PATCH v4 3/4] dt-bindings: i2c: imx: Add properties and use unevaluatedProperties
` [PATCH v4 4/4] dt-bindings: i2c: imx: Fix i.MX 7 compatible matching

[PATCH v2] dt-bindings: net: correct interrupt flags in examples
 2020-09-17 18:55 UTC 

[PATCH v2] dt-bindings: mfd: correct interrupt flags in examples
 2020-09-17 18:56 UTC 

[PATCH v3 1/2] ASoC: dt-bindings: ak4458: Add dsd-path property
 2020-09-17 18:57 UTC  (2+ messages)

[PATCH] ASoC: dt-bindings: Correct interrupt flags in examples
 2020-09-17 18:57 UTC  (2+ messages)

[PATCH 1/6] ASoC: tlv320adcx140: Idle the device while writing registers
 2020-09-17 18:57 UTC  (6+ messages)
` [PATCH 5/6] dt-bindings: tlv320adcx140: Add slot programming property

[PATCH] ASoC: dt-bindings: aries-wm8994: Match compatibles with enum
 2020-09-17 18:57 UTC  (2+ messages)

[PATCH v2 0/6] spi: Fixes for FSI-attached controller
 2020-09-17 18:58 UTC  (2+ messages)

[PATCH 0/2] ASoC: q6afe: add clocks support
 2020-09-17 18:57 UTC  (2+ messages)

[PATCH leds v1 00/10] Start moving parsing of `linux,default-trigger` to LED core (a cleanup of LED drivers)
 2020-09-17 15:54 UTC  (12+ messages)
` [PATCH leds v1 03/10] leds: lm3697: use struct led_init_data when registering
` [PATCH leds v1 06/10] leds: pm8058: "
` [PATCH leds v1 07/10] leds: is31fl32xx: "
` [PATCH leds v1 09/10] leds: lm36274: "

[PATCH v2 1/2] ARM: dts: rk3188: correct interrupt flags
 2020-09-17 18:52 UTC  (2+ messages)
` [PATCH v2 2/2] arm64: dts: rk3399: "

[PATCH v3 0/5] Remodel HD3SS3220 device nodes
 2020-09-17 18:52 UTC  (4+ messages)
` [PATCH v3 1/5] dt-bindings: usb: convert ti,hd3ss3220 bindings to json-schema

[PATCH net-next v4 0/5] net/ravb: Add support for explicit internal clock delay configuration
 2020-09-17 18:49 UTC  (3+ messages)
` [PATCH net-next v4 5/5] ravb: "

[PATCH v2] arm64: dts: zynqmp-zcu100-revC: correct interrupt flags
 2020-09-17 18:50 UTC 

support range based offsets in dma-direct v3
 2020-09-17 16:45 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mm-var-som-symphony: fix ptn5150 interrupts
 2020-09-17 18:41 UTC 

[PATCH v2 0/8] rtc: expand charge support, implement rx8130 charging
 2020-09-17 18:32 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: rtc: let aux-voltage-chargeable supersede trickle-diode-disable
` [PATCH v2 2/8] dt-bindings: rtc: ds1307: "
` [PATCH v2 3/8] dt-bindings: rtc: ds1307: add rx8130 aux-voltage-chargeable support
` [PATCH v2 4/8] rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionally
` [PATCH v2 5/8] rtc: ds1307: introduce requires_trickle_resistor per chip
` [PATCH v2 6/8] rtc: ds1307: store previous charge default "
` [PATCH v2 7/8] rtc: ds1307: consider aux-voltage-chargeable
` [PATCH v2 8/8] rtc: ds1307: enable rx8130's backup battery, make it chargeable optionally

[PATCH v5 0/5] Qualcomm's lpass-hdmi ASoC driver to support audio over dp port
 2020-09-17 13:37 UTC  (6+ messages)
` [PATCH v5 1/5] ASoC: Add sc7180-lpass binding header hdmi define
` [PATCH v5 2/5] ASoC: dt-bindings: Add dt binding for lpass hdmi
` [PATCH v5 3/5] Asoc:qcom:lpass-cpu:Update dts property read API
` [PATCH v5 4/5] ASoC: qcom: Add support for lpass hdmi driver
` [PATCH v5 5/5] ASoC: qcom: sc7180: Add support for audio over DP

[PATCH] dt-bindings: soc: ti: ti,pruss: fix schema ID
 2020-09-17 18:04 UTC  (5+ messages)

[PATCH v4 1/3] dt-bindings: iio: adc: add bindings doc for MT6360 ADC
 2020-09-17 17:33 UTC 

[PATCH 0/5] ARM: dts: sun8i: r40: Enable video decoder
 2020-09-17 16:37 UTC  (4+ messages)

[PATCH 2/2] USB: misc: Add onboard_usb_hub driver
 2020-09-17 15:54 UTC  (11+ messages)

[PATCH v3 0/6] arm64: dts: ti: Add USB support for J7200 EVM
 2020-09-17 12:14 UTC  (6+ messages)
` [PATCH v3 1/6] dt-bindings: mux-j7200-wiz: Add lane function defines

[PATCH v3 1/2] dt-bindings: tlv320adcx140: Add GPIO config and drive config
 2020-09-17 15:38 UTC  (4+ messages)
` [PATCH v3 2/2] ASoC: tlv320adcx140: Add support for configuring GPIO pin

[PATCH 0/2] Add a quirk for dwc3 driver, requred for Hikey 970 USB to work
 2020-09-17 14:47 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: document a new quirk for dwc3

[PATCH 0/2] arm64: dts: ti: k3-j721e: Add DisplayPort
 2020-09-17 13:52 UTC  (4+ messages)
` [PATCH 1/2] arm64: dts: ti: k3-j721e-main: add DP & DP PHY


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