linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Rob Herring <robh+dt@kernel.org>, Lee Jones <lee@kernel.org>,
	Zhou Wang <wangzhou1@hisilicon.com>,
	Tony Lindgren <tony@atomide.com>,
	Srinivas Kandagatla <srinivas.kandagatla@gmail.com>,
	Michael Ellerman <mpe@ellerman.id.au>,
	Mark Brown <broonie@kernel.org>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Joe Perches <joe@perches.com>,
	devicetree@vger.kernel.org, linux-input@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org,
	linuxppc-dev@lists.ozlabs.org, dmaengine@vger.kernel.org
Subject: Re: [PATCH 06/14] dmaengine: bcm2835: DT spelling s/interrupts-names/interrupt-names/
Date: Mon, 25 Apr 2016 20:56:43 +0530	[thread overview]
Message-ID: <20160425152643.GZ2274@localhost> (raw)
In-Reply-To: <1461166339-11109-7-git-send-email-geert+renesas@glider.be>

On Wed, Apr 20, 2016 at 05:32:11PM +0200, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/sound/davinci-mcbsp.txt | 2 +-

This change does not apply for me, can you please split it up and send the
sound ones thru sound tree

-- 
~Vinod

>  drivers/dma/bcm2835-dma.c                                 | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/sound/davinci-mcbsp.txt b/Documentation/devicetree/bindings/sound/davinci-mcbsp.txt
> index 55b53e1fd72c9d6e..e0b6165c9cfcec19 100644
> --- a/Documentation/devicetree/bindings/sound/davinci-mcbsp.txt
> +++ b/Documentation/devicetree/bindings/sound/davinci-mcbsp.txt
> @@ -43,7 +43,7 @@ mcbsp0: mcbsp@1d10000 {
>  		<0x00310000 0x1000>;
>  	reg-names = "mpu", "dat";
>  	interrupts = <97 98>;
> -	interrupts-names = "rx", "tx";
> +	interrupt-names = "rx", "tx";
>  	dmas = <&edma0 3 1
>  		&edma0 2 1>;
>  	dma-names = "tx", "rx";
> diff --git a/drivers/dma/bcm2835-dma.c b/drivers/dma/bcm2835-dma.c
> index 974015193b93cdb3..d724393e904e9a41 100644
> --- a/drivers/dma/bcm2835-dma.c
> +++ b/drivers/dma/bcm2835-dma.c
> @@ -974,7 +974,7 @@ static int bcm2835_dma_probe(struct platform_device *pdev)
>  
>  		/* legacy device tree case handling */
>  		dev_warn_once(&pdev->dev,
> -			      "missing interrupts-names property in device tree - legacy interpretation is used");
> +			      "missing interrupt-names property in device tree - legacy interpretation is used");
>  		/*
>  		 * in case of channel >= 11
>  		 * use the 11th interrupt and that is shared
> -- 
> 1.9.1
> 

  reply	other threads:[~2016-04-25 15:22 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-20 15:32 [PATCH 00/14] DT: Fix spelling of standard properties Geert Uytterhoeven
2016-04-20 15:32 ` [PATCH 01/14] ARM: dts: STiH407: DT spelling s/interrupts-names/interrupt-names/ Geert Uytterhoeven
2016-04-20 15:32 ` [PATCH 02/14] ARM: dts: omap5-board-common: DT spelling s/interrupt-name/interrupt-names/ Geert Uytterhoeven
2016-04-20 15:32 ` [PATCH 03/14] ARM: dts: omap5-cm-t54: " Geert Uytterhoeven
2016-04-20 15:32 ` [PATCH 04/14] ARM: dts: OMAP36xx: : DT spelling s/#address-cell/#address-cells/ Geert Uytterhoeven
2016-04-20 23:46   ` Rob Herring
2016-04-26 16:08     ` Tony Lindgren
2016-04-20 15:32 ` [PATCH 05/14] arm64: dts: lg1312: DT spelling s/#interrupts-cells/#interrupt-cells/ Geert Uytterhoeven
2016-04-20 15:32 ` [PATCH 06/14] dmaengine: bcm2835: DT spelling s/interrupts-names/interrupt-names/ Geert Uytterhoeven
2016-04-25 15:26   ` Vinod Koul [this message]
2016-04-25 16:30     ` Geert Uytterhoeven
2016-04-20 15:32 ` [PATCH 07/14] dt: booting-without-of: DT spelling s/#interrupt-cell/#interrupt-cells/ Geert Uytterhoeven
2016-04-20 15:32 ` [PATCH 08/14] powerpc: dts: acadia: DT spelling s/#interrupts-parent/#interrupt-parent/ Geert Uytterhoeven
2016-04-20 15:32 ` [PATCH 09/14] Input: touchscreen: Broadcom iProc: DT spelling s/clock-name/clock-names/ Geert Uytterhoeven
2016-04-20 17:42   ` Dmitry Torokhov
2016-04-20 15:32 ` [PATCH 10/14] misc: sram: DT spelling s/#adress-cells/#address-cells/ Geert Uytterhoeven
2016-04-25 13:44   ` Rob Herring
2016-04-20 15:32 ` [PATCH 11/14] PCI: hisi: DT spelling s/interrupts-*/interrupt-*/ Geert Uytterhoeven
2016-04-25 13:44   ` Rob Herring
2016-04-20 15:32 ` [PATCH 12/14] phy: phy-stih41x-usb: DT spelling s/#phy-cell/#phy-cells/ Geert Uytterhoeven
2016-04-25 13:45   ` Rob Herring
2016-04-20 15:32 ` [PATCH 13/14] rtc: rtc-sa1100: DT spelling s/interrupt-name/interrupt-names/ Geert Uytterhoeven
2016-04-20 21:22   ` Alexandre Belloni
2016-04-20 15:32 ` [PATCH 14/14] regulator: ti-abb: DT spelling s/#{address,size}-cell/#{address,size}-cells/ Geert Uytterhoeven
2016-04-21 19:29   ` Rob Herring
2016-04-20 15:37 ` [PATCH 00/14] DT: Fix spelling of standard properties Geert Uytterhoeven
2016-04-20 23:58 ` Rob Herring
2016-04-21 19:35   ` Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160425152643.GZ2274@localhost \
    --to=vinod.koul@intel.com \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=geert+renesas@glider.be \
    --cc=joe@perches.com \
    --cc=lee@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mpe@ellerman.id.au \
    --cc=robh+dt@kernel.org \
    --cc=srinivas.kandagatla@gmail.com \
    --cc=tony@atomide.com \
    --cc=wangzhou1@hisilicon.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).