Re: [PATCH Resend v0 2/6] dt-bindings: pinctrl: mt8195: add binding document

2021-03-29 Thread Rob Herring
On Mon, 29 Mar 2021 19:30:59 +0800, Zhiyong Tao wrote: > The commit adds mt8195 compatible node in binding document. > > Signed-off-by: Zhiyong Tao > --- > .../bindings/pinctrl/pinctrl-mt8195.yaml | 152 ++ > 1 file changed, 152 insertions(+) > create mode 100644 >

Re: Linux 5.12-rc5

2021-03-29 Thread Rob Herring
n Mon, Mar 29, 2021 at 1:05 PM Linus Torvalds wrote: > > On Sun, Mar 28, 2021 at 7:07 PM Guenter Roeck wrote: > > > > This is not really a new problem. I enabled devicetree unit tests > > in the openrisc kernel and was rewarded with a crash. > >

Re: [PATCH 1/1] of: base: Fix spelling issue with function param 'prop'

2021-03-29 Thread Rob Herring
1855: warning: Function parameter or member 'prop' not > described in 'of_remove_property' > drivers/of/base.c:1855: warning: Excess function parameter 'prob' > description in 'of_remove_property' > > Cc: Rob Herring > Cc: Frank Rowand > Cc: "David S. Miller&qu

Re: [PATCH] of/fdt: Improve error checking

2021-03-29 Thread Rob Herring
On Sat, Mar 27, 2021 at 5:41 PM Guenter Roeck wrote: > > If an unaligned pointer is passed to of_fdt_unflatten_tree(), > populate_node() as called from unflatten_dt_nodes() will fail. > unflatten_dt_nodes() will return 0 and set *nodepp to NULL. > This is not expected to happen in

Re: [PATCH v9 3/6] dt-bindings: display: imx: Add i.MX8qxp/qm DPR channel binding

2021-03-29 Thread Rob Herring
; * No change. > > v1->v2: > * Use new dt binding way to add clocks in the example. > > .../bindings/display/imx/fsl,imx8qxp-dprc.yaml | 100 > + > 1 file changed, 100 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/display/imx/fsl,imx8qxp-dprc.yaml > Reviewed-by: Rob Herring

Re: [PATCH 2/6] dt-bindings: pinctrl: mt8195: add binding document

2021-03-29 Thread Rob Herring
On Mon, Mar 29, 2021 at 02:50:43PM +0800, Zhiyong Tao wrote: > The commit adds mt8195 compatible node in binding document. > > Signed-off-by: Zhiyong Tao > --- > .../bindings/pinctrl/pinctrl-mt8195.yaml | 152 ++ > 1 file changed, 152 insertions(+) > create mode 100644 >

Re: [PATCH] spi: dt-bindings: nvidia,tegra210-quad: Use documented compatible "jedec,spi-nor" in example

2021-03-29 Thread Rob Herring
On Sat, Mar 27, 2021 at 03:33:57PM -0500, Rob Herring wrote: > The 'spi-nor' compatible used in the example is not documented. Use the > documented 'jedec,spi-nor' compatible instead. > > Cc: Mark Brown > Cc: Thierry Reding > Cc: Jonathan Hunter > Cc: linux-...@vger.kern

Re: [PATCH 2/6] dt-bindings: pinctrl: mt8195: add binding document

2021-03-29 Thread Rob Herring
On Mon, 29 Mar 2021 14:50:43 +0800, Zhiyong Tao wrote: > The commit adds mt8195 compatible node in binding document. > > Signed-off-by: Zhiyong Tao > --- > .../bindings/pinctrl/pinctrl-mt8195.yaml | 152 ++ > 1 file changed, 152 insertions(+) > create mode 100644 >

[PATCH] spi: dt-bindings: nvidia,tegra210-quad: Use documented compatible "jedec,spi-nor" in example

2021-03-27 Thread Rob Herring
The 'spi-nor' compatible used in the example is not documented. Use the documented 'jedec,spi-nor' compatible instead. Cc: Mark Brown Cc: Thierry Reding Cc: Jonathan Hunter Cc: linux-...@vger.kernel.org Cc: linux-te...@vger.kernel.org Signed-off-by: Rob Herring --- Documentation/devicetree

[PATCH] dt-bindings: usb: usb-nop-xceiv: Convert to DT schema

2021-03-27 Thread Rob Herring
Convert the usb-nop-xceiv binding to DT schema. Cc: Greg Kroah-Hartman Cc: linux-...@vger.kernel.org Signed-off-by: Rob Herring --- .../devicetree/bindings/usb/usb-nop-xceiv.txt | 43 - .../bindings/usb/usb-nop-xceiv.yaml | 64 +++ 2 files changed, 64

[PATCH] dt-bindings: usb: mediatek,mtu3: Use graph schema

2021-03-27 Thread Rob Herring
Users of the DT graph binding now should reference it for their 'port' schemas, so add it for Mediatek MTU3 binding. Cc: Chunfeng Yun Cc: Greg Kroah-Hartman Cc: linux-...@vger.kernel.org Signed-off-by: Rob Herring --- Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml | 2 +- 1 file

Re: [PATCH 4/5] dt-bindings: arm: qcom: Document MSM8226 SoC binding

2021-03-27 Thread Rob Herring
On Fri, 26 Mar 2021 15:58:15 +0100, Bartosz Dudziak wrote: > Document the MSM8226 SoC device-tree binding. > > Signed-off-by: Bartosz Dudziak > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring

Re: [PATCH 1/5] dt-bindings: clock: qcom: Add MSM8226 GCC clock bindings

2021-03-27 Thread Rob Herring
.yaml | 13 + > 1 file changed, 9 insertions(+), 4 deletions(-) > Acked-by: Rob Herring

Re: [PATCH 4/4] dt-bindings: spi: Convert cadence-quadspi.txt to cadence-quadspi.yaml

2021-03-27 Thread Rob Herring
default: 128 > + > + cdns,fifo-width: > +$ref: /schemas/types.yaml#/definitions/uint32 > +description: > + Bus width of the data FIFO in bytes. > +default: 4 I assume there's some constraints on this? With that, Reviewed-by: Rob Herring > + > +

Re: [PATCH v4 1/2] dt-bindings: gpio: Binding for Realtek Otto GPIO

2021-03-27 Thread Rob Herring
++ > 1 file changed, 78 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml > Reviewed-by: Rob Herring

Re: [PATCH v2 1/2] dt-binding: leds: Document leds-multi-gpio bindings

2021-03-27 Thread Rob Herring
On Fri, Mar 26, 2021 at 01:28:00PM +0800, Hermes Zhang wrote: > From: Hermes Zhang > > This binding represents LED devices which are controller with > multiple GPIO lines in order to achieve more than two brightness > states. > > Signed-off-by: Hermes Zhang > --- >

Re: [PATCH 2/2] dt-bindings: cpufreq: update cpu type and clock name for MT8173 SoC

2021-03-27 Thread Rob Herring
ns(+), 4 deletions(-) > Acked-by: Rob Herring

Re: [PATCH 1/2] clk: mediatek: remove deprecated CLK_INFRA_CA57SEL for MT8173 SoC

2021-03-27 Thread Rob Herring
On Fri, 26 Mar 2021 11:12:26 +0800, Seiya Wang wrote: > Remove CLK_INFRA_CA57SEL for MT8173 since it's no longer used. > > Signed-off-by: Seiya Wang > --- > include/dt-bindings/clock/mt8173-clk.h | 1 - > 1 file changed, 1 deletion(-) > Acked-by: Rob Herring

Re: [PATCH V2 1/5] dt-bindings: Added the yaml bindings for DCC

2021-03-27 Thread Rob Herring
+++ > 1 file changed, 49 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/msm/qcom,dcc.yaml > Reviewed-by: Rob Herring

Re: [PATCH v2 05/16] dt-bindings: clock: st: clkgen-pll: add new introduced compatible

2021-03-27 Thread Rob Herring
t; 1 file changed, 3 insertions(+) > Acked-by: Rob Herring

Re: [PATCH v2 03/16] dt-bindings: clock: st: flexgen: add new introduced compatible

2021-03-27 Thread Rob Herring
; 1 file changed, 10 insertions(+) > Acked-by: Rob Herring

Re: [PATCH 1/2] dt-bindings: nvmem: Add SoC compatible for sc7280

2021-03-27 Thread Rob Herring
On Thu, 25 Mar 2021 11:14:15 +0530, Rajendra Nayak wrote: > Document SoC compatible for sc7280 > > Signed-off-by: Rajendra Nayak > --- > Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring

Re: [PATCH 1/1] of: unittest: rename overlay source files from .dts to .dtso

2021-03-27 Thread Rob Herring
On Wed, Mar 24, 2021 at 05:37:13PM -0500, frowand.l...@gmail.com wrote: > From: Frank Rowand > > Add Makefile rule to build .dtbo.o assembly file from overlay .dtso > source file. > > Rename unittest .dts overlay source files to use .dtso suffix. I'm pretty lukewarm on .dtso... > > Update

Re: [PATCH v2] arm64: dts: imx8mm/q: Fix pad control of SD1_DATA0

2021-03-27 Thread Rob Herring
; > Signed-off-by: Oliver Stäbler > --- > arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h | 2 +- > arch/arm64/boot/dts/freescale/imx8mq-pinfunc.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring

Re: [PATCH] dt-bindings: ddr: Add optional manufacturer and revision ID to LPDDR3

2021-03-27 Thread Rob Herring
On Tue, 23 Mar 2021 18:04:05 -0700, Julius Werner wrote: > On some platforms, DDR parts are multi-sourced and the exact part number > used is not know to either kernel or firmware at build time. Firmware > can read identifying information from DDR mode registers at boot time > but needs a way to

Re: [PATCH v2 03/13] dt-bindings: usb: mtu3: support wakeup for mt8183 and mt8192

2021-03-27 Thread Rob Herring
.yaml | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring

Re: [PATCH v2 02/13] dt-bindings: usb: mtk-xhci: add support wakeup for mt8183 and mt8192

2021-03-27 Thread Rob Herring
xhci.yaml | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring

Re: [PATCH v2 01/13] dt-bindings: usb: mtk-xhci: support property usb2-lpm-disable

2021-03-27 Thread Rob Herring
On Tue, Mar 23, 2021 at 03:02:43PM +0800, Chunfeng Yun wrote: > Add support common property usb2-lpm-disable > > Signed-off-by: Chunfeng Yun > --- > v2: no changes > --- > Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 4 > 1 file changed, 4 insertions(+) > > diff --git

Re: [PATCH 2/6] dt-bindings: i2c: convert i2c-mpc to json-schema

2021-03-27 Thread Rob Herring
On Wed, Mar 24, 2021 at 03:36:13AM +, Chris Packham wrote: > > On 24/03/21 10:59 am, Chris Packham wrote: > > > > On 24/03/21 10:15 am, Rob Herring wrote: > >> On Tue, Mar 23, 2021 at 05:33:27PM +1300, Chris Packham wrote: > >>> Convert i2c-mpc to

Re: [PATCH 2/4] dt-bindings: mmc: iproc-sdhci: Add clock-frequency support

2021-03-27 Thread Rob Herring
evicetree/bindings/mmc/brcm,iproc-sdhci.yaml | 6 ++ > 1 file changed, 6 insertions(+) > Reviewed-by: Rob Herring

Re: [RFC PATCH 3/4] dt-bindings: mtd: add OTP bindings

2021-03-27 Thread Rob Herring
On Mon, Mar 22, 2021 at 07:19:48PM +0100, Michael Walle wrote: > Flash devices can have one-time-programmable regions. Add a nvmem > binding so they can be used as a nvmem provider. > > Signed-off-by: Michael Walle > --- > .../devicetree/bindings/mtd/mtd.yaml | 71 +++ >

Re: [RFC PATCH 2/4] dt-bindings: mtd: add YAML schema for the generic MTD bindings

2021-03-27 Thread Rob Herring
/devicetree/bindings/mtd/mtd.yaml | 39 +++ > 2 files changed, 40 insertions(+), 15 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mtd/mtd.yaml > Reviewed-by: Rob Herring

Re: [PATCH 1/2] dt-bindings: iio: adc: Add ti,ina260.yaml

2021-03-27 Thread Rob Herring
On Mon, Mar 22, 2021 at 04:20:55PM +0530, Raviteja Narayanam wrote: > Add a binding for Texas Instruments INA260 power monitor device. > > Signed-off-by: Raviteja Narayanam > --- > .../bindings/iio/adc/ti,ina260.yaml | 57 +++ > 1 file changed, 57 insertions(+) >

Re: [PATCH 3/8] dt-bindings: remoteproc: imx_rproc: support i.MX8MN/P

2021-03-27 Thread Rob Herring
le changed, 2 insertions(+) > Acked-by: Rob Herring

Re: [PATCH 1/8] dt-bindings: remoteproc: imx_rproc: add imx,auto-boot property

2021-03-27 Thread Rob Herring
On Mon, Mar 22, 2021 at 04:12:36PM +0800, peng@oss.nxp.com wrote: > From: Peng Fan > > Add an optional property "imx,auto-boot" to indicate remote processor > auto boot. > > Signed-off-by: Peng Fan > --- > .../devicetree/bindings/remoteproc/fsl,imx-rproc.yaml | 6 ++ > 1 file

Re: [PATCH v2 2/5] dt-bindings: timer: Add compatibles for sun50i timers

2021-03-27 Thread Rob Herring
. > > Acked-by: Maxime Ripard > Signed-off-by: Samuel Holland > --- > .../timer/allwinner,sun4i-a10-timer.yaml| 17 - > 1 file changed, 12 insertions(+), 5 deletions(-) > Reviewed-by: Rob Herring

Re: [PATCH v2 1/5] dt-bindings: timer: Simplify conditional expressions

2021-03-27 Thread Rob Herring
cked-by: Maxime Ripard > Signed-off-by: Samuel Holland > --- > .../timer/allwinner,sun4i-a10-timer.yaml | 25 ++- > 1 file changed, 7 insertions(+), 18 deletions(-) > Reviewed-by: Rob Herring

Re: [PATCH v2 3/3] dt-bindings: qcom: geni-se: document iommus

2021-03-27 Thread Rob Herring
On Sun, Mar 21, 2021 at 05:46:32PM +, Caleb Connolly wrote: > Document the iommus property for QCOM Geni SE. > > Signed-off-by: Caleb Connolly > --- > Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git

Re: [PATCH 06/14] dt-bindings: watchdog: npcm: Add nuvoton,wpcm450-wdt

2021-03-27 Thread Rob Herring
t; 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Rob Herring

Re: [PATCH 05/14] dt-bindings: timer: nuvoton,npcm7xx: Add wpcm450-timer

2021-03-27 Thread Rob Herring
t; 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Rob Herring

Re: [PATCH 04/14] dt-bindings: serial: 8250: Add nuvoton,wpcm450-uart

2021-03-27 Thread Rob Herring
On Sat, 20 Mar 2021 19:16:00 +0100, Jonathan Neuschäfer wrote: > Add a compatible string for the UART inside the Nuvoton WPCM450 SoC. > > Signed-off-by: Jonathan Neuschäfer > --- > Documentation/devicetree/bindings/serial/8250.yaml | 1 + > 1 file changed, 1 insertion(+)

Re: [PATCH 03/14] dt-bindings: interrupt-controller: Add nuvoton, wpcm450-aic

2021-03-27 Thread Rob Herring
; .../nuvoton,wpcm450-aic.yaml | 39 +++ > 1 file changed, 39 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/interrupt-controller/nuvoton,wpcm450-aic.yaml > Reviewed-by: Rob Herring

Re: [PATCH 02/14] dt-bindings: arm: npcm: Add nuvoton, wpcm450 compatible string

2021-03-27 Thread Rob Herring
rt nuvoton,npcm750 binding to > YAML" > (https://lore.kernel.org/lkml/20210320164023.614059-1-j.neuschae...@gmx.net/) > --- > Documentation/devicetree/bindings/arm/npcm/npcm.yaml | 6 ++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring

Re: [PATCH 01/14] dt-bindings: vendor-prefixes: Add Supermicro

2021-03-27 Thread Rob Herring
ee/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring

Re: [PATCH 1/4] dt-bindings: soc: actions: Add Actions Semi Owl socinfo binding

2021-03-27 Thread Rob Herring
On Fri, Mar 19, 2021 at 08:27:59PM +0200, Cristian Ciocaltea wrote: > Add devicetree binding for the Actions Semi Owl SoCs info module. > > Signed-off-by: Cristian Ciocaltea > --- > .../bindings/soc/actions/owl-socinfo.yaml | 71 +++ > 1 file changed, 71 insertions(+) >

Re: [PATCH v3 1/6] dt-bindings: PCI: Add bindings for Brcmstb EP voltage regulators

2021-03-27 Thread Rob Herring
On Fri, 26 Mar 2021 15:18:59 -0400, Jim Quinlan wrote: > Similar to the regulator bindings found in "rockchip-pcie-host.txt", this > allows optional regulators to be attached and controlled by the PCIe RC > driver. That being said, this driver searches in the DT subnode (the EP > node, eg

Re: [PATCH v3 1/2] dt-bindings: thermal: qcom-tsens: Add compatible for sm8350

2021-03-27 Thread Rob Herring
aml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring

Re: [PATCH v4 2/7] dt-bindings: phy: qcom,qmp-usb3-dp: Add support for SM8250

2021-03-27 Thread Rob Herring
On Fri, 26 Mar 2021 20:58:04 +0300, Dmitry Baryshkov wrote: > Add compatible for SM8250 in QMP USB3 DP PHY bindings. > > Signed-off-by: Dmitry Baryshkov > --- > Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring

Re: [PATCH v4 1/7] dt-bindings: phy: qcom,qmp-usb3-dp-phy: move usb3 compatibles back to qcom,qmp-phy.yaml

2021-03-27 Thread Rob Herring
--- > Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml | 2 ++ > Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml | 2 -- > 2 files changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring

Re: [PATCH v4 1/5] dt-bindings: mfd: Initial commit of silergy,sy7636a.yaml

2021-03-27 Thread Rob Herring
On Thu, Mar 25, 2021 at 09:55:07PM -0400, Alistair Francis wrote: > Initial support for the Silergy SY7636A Power Management chip > and regulator. > > Signed-off-by: Alistair Francis > --- > v3: > - No change > v2: > - N/A > > .../bindings/mfd/silergy,sy7636a.yaml | 63

Re: [PATCH v4, 1/3] dt-bindings: media: mtk-vcodec: Separating mtk vcodec encoder node

2021-03-27 Thread Rob Herring
gt; --- > .../bindings/media/mediatek-vcodec.txt| 55 ++++++- > 1 file changed, 29 insertions(+), 26 deletions(-) > Reviewed-by: Rob Herring

Re: [RFC PATCH 1/3] dt-bindings: display: simple: Add the panel on sc7180-trogdor-pompom

2021-03-26 Thread Rob Herring
On Fri, Mar 26, 2021 at 4:13 PM Rob Clark wrote: > > On Fri, Mar 26, 2021 at 12:48 PM Rob Herring wrote: > > > > On Fri, Mar 26, 2021 at 9:20 AM Rob Clark wrote: > > > > > > On Fri, Mar 26, 2021 at 8:18 AM Rob Clark wrote: > > > > > &

Re: [PATCH v4 1/3] dt-bindings:iio:adc: add generic settling-time-us and oversampling-ratio channel properties

2021-03-26 Thread Rob Herring
On Mon, Mar 22, 2021 at 04:06:06PM +0100, Oleksij Rempel wrote: > Settling time and over sampling is a typical challenge for different IIO ADC > devices. So, introduce channel specific settling-time-us and > oversampling-ratio > properties to cover this use case. > > Signed-off-by: Oleksij

Re: [PATCH v5 (RESEND) 4/7] mfd: hi6421-spmi-pmic: move driver from staging

2021-03-26 Thread Rob Herring
On Thu, Mar 25, 2021 at 07:05:36PM +0100, Mauro Carvalho Chehab wrote: > This driver is ready for mainstream. So, move it out of staging. > > Signed-off-by: Mauro Carvalho Chehab > --- > .../mfd/hisilicon,hi6421-spmi-pmic.yaml | 135 > MAINTAINERS

Re: [RESEND PATCH v4 1/2] dt-bindings: tsens: qcom: Document MDM9607 compatible

2021-03-26 Thread Rob Herring
On Fri, 19 Mar 2021 23:08:01 +0100, Konrad Dybcio wrote: > Add the compatible for MDM9607. > > Signed-off-by: Konrad Dybcio > --- > v4: separate from the main patch > > Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring

Re: [PATCH v5 (RESEND) 3/7] spmi: hisi-spmi-controller: move driver from staging

2021-03-26 Thread Rob Herring
On Thu, Mar 25, 2021 at 07:05:35PM +0100, Mauro Carvalho Chehab wrote: > The Hisilicon 6421v600 SPMI driver is ready for mainstream. > > So, move it from staging. > > Acked-by: Stephen Boyd > Signed-off-by: Mauro Carvalho Chehab > --- > .../spmi/hisilicon,hisi-spmi-controller.yaml | 71

Re: [PATCH v5 (RESEND) 3/7] spmi: hisi-spmi-controller: move driver from staging

2021-03-26 Thread Rob Herring
On Thu, Mar 25, 2021 at 07:05:35PM +0100, Mauro Carvalho Chehab wrote: > The Hisilicon 6421v600 SPMI driver is ready for mainstream. > > So, move it from staging. > > Acked-by: Stephen Boyd > Signed-off-by: Mauro Carvalho Chehab > --- > .../spmi/hisilicon,hisi-spmi-controller.yaml | 71

Re: [PATCH v6 9/9] dt-bindings: serial: stm32: Use 'type: object' instead of false for 'additionalProperties'

2021-03-26 Thread Rob Herring
y: Valentin Caron > Signed-off-by: dillon min > --- > > v6: no changes > > Documentation/devicetree/bindings/serial/st,stm32-uart.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring

Re: [PATCH v9 20/22] dt-bindings: add BCM6318 pincontroller binding documentation

2021-03-26 Thread Rob Herring
n and pins references > v8: add changes suggested by Rob Herring > v7: add changes suggested by Rob Herring > v6: add changes suggested by Rob Herring > v5: change Documentation to dt-bindings in commit title > v4: no changes > v3: add new gpio node > v2: remove interrupts &

Re: [PATCH v9 17/22] dt-bindings: add BCM63268 pincontroller binding documentation

2021-03-26 Thread Rob Herring
: drop function and pins references and fix Co-developed-by > v8: add changes suggested by Rob Herring > v7: add changes suggested by Rob Herring > v6: add changes suggested by Rob Herring > v5: change Documentation to dt-bindings in commit title > v4: no changes > v3:

Re: [PATCH v9 03/22] dt-bindings: improve BCM6345 GPIO binding documentation

2021-03-26 Thread Rob Herring
y: Jonas Gorski > Signed-off-by: Jonas Gorski > Signed-off-by: Álvaro Fernández Rojas > --- > v9: document 32-bit registers and replace gpio-controller with gpio. > v8: introduce changes suggested by Rob Herring > v7: new patch, splitted from pinctrl documentation > >

Re: [PATCH v14 5/7] dt-bindings: soc: mediatek: add mt8192 svs dt-bindings

2021-03-26 Thread Rob Herring
On Thu, 25 Mar 2021 10:51:12 +0800, Roger Lu wrote: > Signed-off-by: Roger Lu > --- > .../devicetree/bindings/soc/mediatek/mtk-svs.yaml | 8 > 1 file changed, 8 insertions(+) > Reviewed-by: Rob Herring

Re: [PATCH v14 1/7] dt-bindings: soc: mediatek: add mtk svs dt-bindings

2021-03-26 Thread Rob Herring
0644 > Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml > Reviewed-by: Rob Herring

Re: [PATCH v6 09/11] dt-bindings: power: rockchip: Convert to json-schema

2021-03-26 Thread Rob Herring
On Fri, Mar 26, 2021 at 06:30:36PM +0800, Elaine Zhang wrote: > Convert the soc/rockchip/power_domain.txt binding document to > json-schema and move to the power bindings directory. > > Signed-off-by: Elaine Zhang > From: Enric Balletbo i Serra >

Re: [PATCH 1/2] dt-bindings: devapc: Update bindings

2021-03-26 Thread Rob Herring
On Fri, Mar 26, 2021 at 03:31:10PM +0800, Nina Wu wrote: > From: Nina Wu > > To support newer hardware architecture of devapc, > update device tree bindings. > > Signed-off-by: Nina Wu > --- > .../devicetree/bindings/soc/mediatek/devapc.yaml | 41 > ++ > 1 file changed,

Re: [PATCH v2] dt-bindings: media: video-interfaces: Drop the example

2021-03-26 Thread Rob Herring
On Wed, 24 Mar 2021 14:22:53 -0600, Rob Herring wrote: > The example in video-interfaces.yaml uses a bunch of undocumented > bindings which will cause warnings when undocumented compatible checks > are enabled. The example could be fixed to use documented bindings, but > doing s

[PATCH v2] ASoC: dt-bindings: nvidia,tegra210-ahub: Add missing child nodes

2021-03-26 Thread Rob Herring
: Thierry Reding Cc: Jonathan Hunter Cc: Sameer Pujar Cc: alsa-de...@alsa-project.org Cc: linux-te...@vger.kernel.org Signed-off-by: Rob Herring --- v2: - Also add 'dspk' child node This patch ideally should be applied before this series[1]. [1] https://lore.kernel.org/r/20210323163634.877511-1

Re: [RFC PATCH 1/3] dt-bindings: display: simple: Add the panel on sc7180-trogdor-pompom

2021-03-26 Thread Rob Herring
On Fri, Mar 26, 2021 at 9:20 AM Rob Clark wrote: > > On Fri, Mar 26, 2021 at 8:18 AM Rob Clark wrote: > > > > On Fri, Mar 26, 2021 at 5:38 AM Thierry Reding > > wrote: > > > > > > On Wed, Mar 17, 2021 at 06:53:04PM -0700, Rob Clark wrote: > > > > On Wed, Mar 17, 2021 at 4:27 PM Matthias

[PATCH v2] of: Fix kerneldoc output formatting

2021-03-26 Thread Rob Herring
The indentation of the kerneldoc comments affects the output formatting. Leading tabs in particular don't work, sections need to be indented under the section header, and several code blocks are reformatted. Cc: Frank Rowand Cc: Mauro Carvalho Chehab Signed-off-by: Rob Herring --- v2

Re: [PATCH v3 05/17] arm: Convert to GENERIC_CMDLINE

2021-03-26 Thread Rob Herring
+Nico who added the line in question. On Fri, Mar 26, 2021 at 9:50 AM Christophe Leroy wrote: > > > > Le 26/03/2021 à 16:47, Rob Herring a écrit : > > On Fri, Mar 26, 2021 at 7:44 AM Christophe Leroy > > wrote: > >> > >> This converts the architectur

Re: [PATCH v3 05/17] arm: Convert to GENERIC_CMDLINE

2021-03-26 Thread Rob Herring
On Fri, Mar 26, 2021 at 7:44 AM Christophe Leroy wrote: > > This converts the architecture to GENERIC_CMDLINE. > > Signed-off-by: Christophe Leroy > --- > arch/arm/Kconfig | 38 +-- > arch/arm/kernel/atags_parse.c | 15 +- > 2 files

Re: [PATCH v3 01/17] cmdline: Add generic function to build command line.

2021-03-26 Thread Rob Herring
On Fri, Mar 26, 2021 at 7:44 AM Christophe Leroy wrote: > > This code provides architectures with a way to build command line > based on what is built in the kernel and what is handed over by the > bootloader, based on selected compile-time options. Note that I have this patch pending:

Re: [PATCH v3 11/17] riscv: Convert to GENERIC_CMDLINE

2021-03-26 Thread Rob Herring
On Fri, Mar 26, 2021 at 8:20 AM Christophe Leroy wrote: > > > > Le 26/03/2021 à 15:08, Andreas Schwab a écrit : > > On Mär 26 2021, Christophe Leroy wrote: > > > >> diff --git a/arch/riscv/kernel/setup.c b/arch/riscv/kernel/setup.c > >> index f8f15332caa2..e7c91ee478d1 100644 > >> ---

Re: [PATCH 1/2] dt-bindings: devapc: Update bindings

2021-03-26 Thread Rob Herring
On Fri, 26 Mar 2021 15:31:10 +0800, Nina Wu wrote: > From: Nina Wu > > To support newer hardware architecture of devapc, > update device tree bindings. > > Signed-off-by: Nina Wu > --- > .../devicetree/bindings/soc/mediatek/devapc.yaml | 41 > ++ > 1 file changed, 41

Re: [PATCH v3 00/17] Implement GENERIC_CMDLINE

2021-03-26 Thread Rob Herring
On Fri, Mar 26, 2021 at 7:44 AM Christophe Leroy wrote: > > The purpose of this series is to improve and enhance the > handling of kernel boot arguments. > > It is first focussed on powerpc but also extends the capability > for other arches. > > This is based on suggestion from Daniel Walker > >

Re: [PATCH v3 1/7] ASoC: dt-bindings: wcd938x: add bindings for wcd938x

2021-03-25 Thread Rob Herring
On Fri, Mar 19, 2021 at 09:29:13AM +, Srinivas Kandagatla wrote: > Qualcomm WCD9380/WCD9385 Codec is a standalone Hi-Fi audio codec IC > connected over SoundWire. This device has two SoundWire device RX and > TX respectively, supporting 4 x ADCs, ClassH, Ear, Aux PA, 2xHPH, > 7 x TX diff

Re: [PATCH v2 18/21] dt-bindings: ipmi: Add optional SerIRQ property to ASPEED KCS devices

2021-03-25 Thread Rob Herring
t; registers for managing these resources, so introduce a devicetree > property for KCS devices to describe SerIRQ properties. > > Signed-off-by: Andrew Jeffery > --- > .../bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml | 14 ++ > 1 file changed, 14 insertions(+) > Reviewed-by: Rob Herring

Re: [PATCH v2 17/21] dt-bindings: ipmi: Convert ASPEED KCS binding to schema

2021-03-25 Thread Rob Herring
00644 > Documentation/devicetree/bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml > delete mode 100644 Documentation/devicetree/bindings/ipmi/aspeed-kcs-bmc.txt > Reviewed-by: Rob Herring

Re: [PATCH v3 2/3] dt-bindings: mailbox: Add interrupt-names to SPRD mailbox

2021-03-25 Thread Rob Herring
ed-off-by: Orson Zhai > --- > Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml | 13 > +++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring

Re: [PATCH v4 2/4] dt-bindings: arm64: dts: mediatek: Add mt8183-kukui-jacuzzi-juniper

2021-03-25 Thread Rob Herring
changed, 5 insertions(+) > Acked-by: Rob Herring

Re: [PATCH v4 1/4] dt-bindings: arm64: dts: mediatek: Add mt8183-kukui-jacuzzi-damu

2021-03-25 Thread Rob Herring
arm/mediatek.yaml | 4 > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring

Re: [PATCH v2 7/8] dt-bindings: phy: fix dt_binding_check warning in mediatek, ufs-phy.yaml

2021-03-25 Thread Rob Herring
k,ufs-phy.yaml | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > Acked-by: Rob Herring

Re: [PATCH v2 5/8] dt-bindings: iio: adc: Add compatible for Mediatek MT8195

2021-03-25 Thread Rob Herring
changed, 1 insertion(+) > Acked-by: Rob Herring

Re: [PATCH v2 6/8] dt-bindings: arm: Add compatible for Mediatek MT8195

2021-03-25 Thread Rob Herring
On Fri, 19 Mar 2021 10:34:25 +0800, Seiya Wang wrote: > This commit adds dt-binding documentation for the Mediatek MT8195 > reference board. > > Signed-off-by: Seiya Wang > --- > Documentation/devicetree/bindings/arm/mediatek.yaml | 4 > 1 file changed, 4 insertions

Re: [PATCH v2 1/8] dt-bindings: timer: Add compatible for Mediatek MT8195

2021-03-25 Thread Rob Herring
nsertion(+) > Acked-by: Rob Herring

Re: [PATCH v2 3/8] dt-bindings: watchdog: Add compatible for Mediatek MT8195

2021-03-25 Thread Rob Herring
> 1 file changed, 1 insertion(+) > Acked-by: Rob Herring

Re: [PATCH 1/2] dt-bindings: Add trivial device entry for TPS53676

2021-03-25 Thread Rob Herring
On Thu, 18 Mar 2021 22:24:40 +0100, Erik Rosen wrote: > Add trivial device entry for TPS53676 > > Signed-off-by: Erik Rosen > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring

Re: [RFC] clk: add boot clock support

2021-03-25 Thread Rob Herring
+Saravana On Thu, Mar 18, 2021 at 10:03:18PM +0100, Sebastian Reichel wrote: > On Congatec's QMX6 system on module one of the i.MX6 fixed clocks > is provided by an I2C RTC. Specifying this properly results in a > circular dependency, since the I2C RTC (and thus its clock) cannot > be initialized

Re: [PATCH v3 1/6] dt-bindings: phy: qcom,qmp-usb3-dp: Add support for SM8250

2021-03-25 Thread Rob Herring
On Thu, Mar 18, 2021 at 10:59:25PM +0300, Dmitry Baryshkov wrote: > Add compatible for SM8250 in QMP USB3 DP PHY bindings. > > Signed-off-by: Dmitry Baryshkov > --- > Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml | 1 - >

Re: [PATCH v2 2/4] dt-bindings: ti: dpll: add spread spectrum support

2021-03-25 Thread Rob Herring
On Thu, Mar 18, 2021 at 06:26:24PM +0100, Dario Binacchi wrote: > DT bindings for enabling and adjusting spread spectrum clocking have > been added. > > Signed-off-by: Dario Binacchi > --- > > (no changes since v1) > > .../devicetree/bindings/clock/ti/dpll.txt | 20 +++ >

Re: [PATCH v2 1/2] dt-bindings: i2c: stm32f7: add st,smbus-alert binding for SMBus Alert

2021-03-25 Thread Rob Herring
sas-soc=159361426409817=2 Please use lore.kernel.org links. > > Signed-off-by: Alain Volmat > > --- > v2: introduce st,smbus-alert property > --- > Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml | 5 + > 1 file changed, 5 insertions(+) With that, Reviewed-by: Rob Herring Though I defer to Wolfram whether this could/should be common instead. Rob

Re: [RFC PATCH v3 7/8] dt-bindings: Add common bindings for ARM and RISC-V idle states

2021-03-25 Thread Rob Herring
> Signed-off-by: Anup Patel > --- > .../bindings/{arm => cpu}/idle-states.yaml| 228 -- > .../devicetree/bindings/riscv/cpus.yaml | 6 + > 2 files changed, 217 insertions(+), 17 deletions(-) > rename Documentation/devicetree/bindings/{arm => cpu

Re: [PATCH v3 1/2] dt-bindings: interconnect: Add Qualcomm SM8350 DT bindings

2021-03-25 Thread Rob Herring
| 10 + > .../dt-bindings/interconnect/qcom,sm8350.h| 172 ++ > 2 files changed, 182 insertions(+) > create mode 100644 include/dt-bindings/interconnect/qcom,sm8350.h > Reviewed-by: Rob Herring

Re: [PATCH 1/2] dt-bindings: phy: add vbus-supply optional property to phy-stm32-usbphyc

2021-03-25 Thread Rob Herring
On Wed, Mar 17, 2021 at 05:09:53PM +0100, Amelie Delaunay wrote: > This patch adds vbus-supply optional property to phy sub-nodes. > A regulator for USB VBUS may be needed for host mode. > > Signed-off-by: Amelie Delaunay > --- > Documentation/devicetree/bindings/phy/phy-stm32-usbphyc.yaml | 3

Re: [PATCH 1/3] dt-bindings: usb: qcom,dwc3: Add bindings for SC7280

2021-03-25 Thread Rob Herring
On Wed, 17 Mar 2021 16:31:39 +0530, Sandeep Maheswaram wrote: > Add the compatible string for sc7280 SoC from Qualcomm. > > Signed-off-by: Sandeep Maheswaram > --- > Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring

Re: [PATCH] devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt

2021-03-25 Thread Rob Herring
On Wed, 17 Mar 2021 15:38:40 +0530, Bhaskar Chowdhury wrote: > > s/provde/provide/ > > Signed-off-by: Bhaskar Chowdhury > --- > .../devicetree/bindings/clock/armada3700-tbg-clock.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks!

Re: [PATCH] devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt

2021-03-25 Thread Rob Herring
On Wed, Mar 17, 2021 at 01:12:28PM -0700, Randy Dunlap wrote: > On 3/17/21 12:46 PM, Bhaskar Chowdhury wrote: > > On 10:32 Wed 17 Mar 2021, Randy Dunlap wrote: > >> On 3/17/21 3:08 AM, Bhaskar Chowdhury wrote: > >>> > >>> s/provde/provide/ > >>> > >>> Signed-off-by: Bhaskar Chowdhury > >> > >>

Re: [PATCH v3 05/10] dt-bindings: pinctrl: Add bindings for new Ingenic SoCs.

2021-03-25 Thread Rob Herring
New patch. > > v2->v3: > No change. > > .../bindings/pinctrl/ingenic,pinctrl.yaml | 23 > ++ > 1 file changed, 19 insertions(+), 4 deletions(-) > Reviewed-by: Rob Herring

Re: [PATCH v3 1/3] dt-bindings: Add vendor prefix and trivial device for BluTek BPA-RS600

2021-03-25 Thread Rob Herring
; - None > > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 2 files changed, 4 insertions(+) > Reviewed-by: Rob Herring

Re: [PATCH v1 1/6] dt-bindings: clock: Add SC7280 DISPCC clock binding

2021-03-25 Thread Rob Herring
On Wed, Mar 17, 2021 at 06:52:17AM +0530, Taniya Das wrote: > Add device tree bindings for display clock controller subsystem for > Qualcomm Technology Inc's SC7280 SoCs. > > Signed-off-by: Taniya Das > --- > .../bindings/clock/qcom,sc7280-dispcc.yaml | 94 > ++ >

<    1   2   3   4   5   6   7   8   9   10   >