All of lore.kernel.org
 help / color / mirror / Atom feed
From: sourav <sourav.poddar@ti.com>
To: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Tony Lindgren <tony@atomide.com>, Felipe Balbi <balbi@ti.com>
Subject: Re: [PATCH 3/3] arm: dts: dra7: fixup qspi entry
Date: Wed, 9 Jul 2014 15:37:00 +0530	[thread overview]
Message-ID: <53BD1444.6080603@ti.com> (raw)
In-Reply-To: <1404844852-19980-3-git-send-email-bigeasy@linutronix.de>

Hi,

On Wednesday 09 July 2014 12:10 AM, Sebastian Andrzej Siewior wrote:
> The core complains that the number 343 is too large. The older code has
> here 124. This avoids the warning, the driver hasn't been tested.
>
> Signed-off-by: Sebastian Andrzej Siewior<bigeasy@linutronix.de>
> ---
>   arch/arm/boot/dts/dra7.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index daf7d36..1529bca 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -821,7 +821,7 @@
>   			clocks =<&qspi_gfclk_div>;
>   			clock-names = "fck";
>   			num-cs =<4>;
> -			interrupts =<0 343 0x4>;
> +			interrupts =<0 124 0x4>;
>   			status = "disabled";
>   		};
>

The number is correct and is complaining just because the crossbar stuff 
is not
put in. I had already posted a patch[1] to remove interrupt binding as 
of now.

Hence, NAK for this patch.

[1]: https://patchwork.kernel.org/patch/4364341/

WARNING: multiple messages have this Message-ID (diff)
From: sourav.poddar@ti.com (sourav)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] arm: dts: dra7: fixup qspi entry
Date: Wed, 9 Jul 2014 15:37:00 +0530	[thread overview]
Message-ID: <53BD1444.6080603@ti.com> (raw)
In-Reply-To: <1404844852-19980-3-git-send-email-bigeasy@linutronix.de>

Hi,

On Wednesday 09 July 2014 12:10 AM, Sebastian Andrzej Siewior wrote:
> The core complains that the number 343 is too large. The older code has
> here 124. This avoids the warning, the driver hasn't been tested.
>
> Signed-off-by: Sebastian Andrzej Siewior<bigeasy@linutronix.de>
> ---
>   arch/arm/boot/dts/dra7.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index daf7d36..1529bca 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -821,7 +821,7 @@
>   			clocks =<&qspi_gfclk_div>;
>   			clock-names = "fck";
>   			num-cs =<4>;
> -			interrupts =<0 343 0x4>;
> +			interrupts =<0 124 0x4>;
>   			status = "disabled";
>   		};
>

The number is correct and is complaining just because the crossbar stuff 
is not
put in. I had already posted a patch[1] to remove interrupt binding as 
of now.

Hence, NAK for this patch.

[1]: https://patchwork.kernel.org/patch/4364341/

  reply	other threads:[~2014-07-09 10:07 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-08 18:40 [PATCH 1/3] arm: dra7xx: Add hwmod data for MDIO and CPSW Sebastian Andrzej Siewior
2014-07-08 18:40 ` Sebastian Andrzej Siewior
2014-07-08 18:40 ` [PATCH 2/3] arm: dts: dra7: Enable CPSW and MDIO for dra7xx EVM Sebastian Andrzej Siewior
2014-07-08 18:40   ` Sebastian Andrzej Siewior
2014-07-09  9:41   ` Mugunthan V N
2014-07-09  9:41     ` Mugunthan V N
2014-07-08 18:40 ` [PATCH 3/3] arm: dts: dra7: fixup qspi entry Sebastian Andrzej Siewior
2014-07-08 18:40   ` Sebastian Andrzej Siewior
2014-07-09 10:07   ` sourav [this message]
2014-07-09 10:07     ` sourav
2014-07-09 10:18     ` Sebastian Andrzej Siewior
2014-07-09 10:18       ` Sebastian Andrzej Siewior
2014-07-09 10:26       ` Tony Lindgren
2014-07-09 10:26         ` Tony Lindgren
2014-07-09  9:08 ` [PATCH 1/3] arm: dra7xx: Add hwmod data for MDIO and CPSW Tony Lindgren
2014-07-09  9:08   ` Tony Lindgren
2014-07-09  9:38 ` Mugunthan V N
2014-07-09  9:38   ` Mugunthan V N

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=53BD1444.6080603@ti.com \
    --to=sourav.poddar@ti.com \
    --cc=balbi@ti.com \
    --cc=bigeasy@linutronix.de \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.