All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: "Gupta, Pekon" <pekon@ti.com>
Cc: linux@arm.linux.org.uk, b-cousson@ti.com,
	devicetree-discuss@lists.ozlabs.org, nsekhar@ti.com,
	linux-kernel@vger.kernel.org, hvaibhav@ti.com,
	gururaja.hebbar@ti.com, zonque@gmail.com,
	linux-mtd@lists.infradead.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3,2/3] ARM: dts: AM33XX: Add GPMC node
Date: Wed, 8 May 2013 17:16:07 -0700	[thread overview]
Message-ID: <20130509001606.GZ32546@atomide.com> (raw)
In-Reply-To: <2645efefa3d36388ff1d4b64255d880b6587770f.1359007746.git.avinashphilip@ti.com>

* Gupta, Pekon <pekon@ti.com> [130502 02:49]:
> From: "Philip, Avinash" <avinashphilip@ti.com>
> 
> Add GPMC data node to AM33XX device tree file.
> 
> Signed-off-by: Philip Avinash <avinashphilip@ti.com>
> Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
> Signed-off-by: Pekon Gupta <pekon@ti.com>

Thanks adding into omap-for-v3.10/dt-fixes.

Tony
 
> ---
> Changes in v2:
> 	- Change number of chip select to 7
> 
>  arch/arm/boot/dts/am33xx.dtsi |   12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index 24fc835..1048795 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -407,5 +407,17 @@
>  			ti,hwmods = "elm";
>  			status = "disabled";
>  		};
> +
> +		gpmc: gpmc@50000000 {
> +			compatible = "ti,am3352-gpmc";
> +			ti,hwmods = "gpmc";
> +			reg = <0x50000000 0x2000>;
> +			interrupts = <100>;
> +			num-cs = <7>;
> +			num-waitpins = <2>;
> +			#address-cells = <2>;
> +			#size-cells = <1>;
> +			status = "disabled";
> +		};
>  	};
>  };

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
To: "Gupta, Pekon" <pekon-l0cyMroinI0@public.gmane.org>
Cc: linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	nsekhar-l0cyMroinI0@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	gururaja.hebbar-l0cyMroinI0@public.gmane.org, "Philip,
	Avinash" <avinashphilip-l0cyMroinI0@public.gmane.org>,
	linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v3,2/3] ARM: dts: AM33XX: Add GPMC node
Date: Wed, 8 May 2013 17:16:07 -0700	[thread overview]
Message-ID: <20130509001606.GZ32546@atomide.com> (raw)
In-Reply-To: <2645efefa3d36388ff1d4b64255d880b6587770f.1359007746.git.avinashphilip-l0cyMroinI0@public.gmane.org>

* Gupta, Pekon <pekon-l0cyMroinI0@public.gmane.org> [130502 02:49]:
> From: "Philip, Avinash" <avinashphilip-l0cyMroinI0@public.gmane.org>
> 
> Add GPMC data node to AM33XX device tree file.
> 
> Signed-off-by: Philip Avinash <avinashphilip-l0cyMroinI0@public.gmane.org>
> Acked-by: Peter Korsgaard <jacmet-OfajU3CKLf1/SzgSGea1oA@public.gmane.org>
> Signed-off-by: Pekon Gupta <pekon-l0cyMroinI0@public.gmane.org>

Thanks adding into omap-for-v3.10/dt-fixes.

Tony
 
> ---
> Changes in v2:
> 	- Change number of chip select to 7
> 
>  arch/arm/boot/dts/am33xx.dtsi |   12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index 24fc835..1048795 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -407,5 +407,17 @@
>  			ti,hwmods = "elm";
>  			status = "disabled";
>  		};
> +
> +		gpmc: gpmc@50000000 {
> +			compatible = "ti,am3352-gpmc";
> +			ti,hwmods = "gpmc";
> +			reg = <0x50000000 0x2000>;
> +			interrupts = <100>;
> +			num-cs = <7>;
> +			num-waitpins = <2>;
> +			#address-cells = <2>;
> +			#size-cells = <1>;
> +			status = "disabled";
> +		};
>  	};
>  };

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3,2/3] ARM: dts: AM33XX: Add GPMC node
Date: Wed, 8 May 2013 17:16:07 -0700	[thread overview]
Message-ID: <20130509001606.GZ32546@atomide.com> (raw)
In-Reply-To: <2645efefa3d36388ff1d4b64255d880b6587770f.1359007746.git.avinashphilip@ti.com>

* Gupta, Pekon <pekon@ti.com> [130502 02:49]:
> From: "Philip, Avinash" <avinashphilip@ti.com>
> 
> Add GPMC data node to AM33XX device tree file.
> 
> Signed-off-by: Philip Avinash <avinashphilip@ti.com>
> Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
> Signed-off-by: Pekon Gupta <pekon@ti.com>

Thanks adding into omap-for-v3.10/dt-fixes.

Tony
 
> ---
> Changes in v2:
> 	- Change number of chip select to 7
> 
>  arch/arm/boot/dts/am33xx.dtsi |   12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index 24fc835..1048795 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -407,5 +407,17 @@
>  			ti,hwmods = "elm";
>  			status = "disabled";
>  		};
> +
> +		gpmc: gpmc at 50000000 {
> +			compatible = "ti,am3352-gpmc";
> +			ti,hwmods = "gpmc";
> +			reg = <0x50000000 0x2000>;
> +			interrupts = <100>;
> +			num-cs = <7>;
> +			num-waitpins = <2>;
> +			#address-cells = <2>;
> +			#size-cells = <1>;
> +			status = "disabled";
> +		};
>  	};
>  };

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: "Gupta, Pekon" <pekon@ti.com>
Cc: linux-mtd@lists.infradead.org, b-cousson@ti.com,
	linux@arm.linux.org.uk, "Philip, Avinash" <avinashphilip@ti.com>,
	linux-omap@vger.kernel.org, devicetree-discuss@lists.ozlabs.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, nsekhar@ti.com,
	gururaja.hebbar@ti.com, hvaibhav@ti.com, zonque@gmail.com,
	jacmet@sunsite.dk
Subject: Re: [PATCH v3,2/3] ARM: dts: AM33XX: Add GPMC node
Date: Wed, 8 May 2013 17:16:07 -0700	[thread overview]
Message-ID: <20130509001606.GZ32546@atomide.com> (raw)
In-Reply-To: <2645efefa3d36388ff1d4b64255d880b6587770f.1359007746.git.avinashphilip@ti.com>

* Gupta, Pekon <pekon@ti.com> [130502 02:49]:
> From: "Philip, Avinash" <avinashphilip@ti.com>
> 
> Add GPMC data node to AM33XX device tree file.
> 
> Signed-off-by: Philip Avinash <avinashphilip@ti.com>
> Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
> Signed-off-by: Pekon Gupta <pekon@ti.com>

Thanks adding into omap-for-v3.10/dt-fixes.

Tony
 
> ---
> Changes in v2:
> 	- Change number of chip select to 7
> 
>  arch/arm/boot/dts/am33xx.dtsi |   12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index 24fc835..1048795 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -407,5 +407,17 @@
>  			ti,hwmods = "elm";
>  			status = "disabled";
>  		};
> +
> +		gpmc: gpmc@50000000 {
> +			compatible = "ti,am3352-gpmc";
> +			ti,hwmods = "gpmc";
> +			reg = <0x50000000 0x2000>;
> +			interrupts = <100>;
> +			num-cs = <7>;
> +			num-waitpins = <2>;
> +			#address-cells = <2>;
> +			#size-cells = <1>;
> +			status = "disabled";
> +		};
>  	};
>  };

  reply	other threads:[~2013-05-09  0:16 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-24  8:02 [PATCH v2 0/3] Add device tree support for NAND flash in am335x-evm Philip Avinash
2013-01-24  8:02 ` Philip Avinash
2013-01-24  8:02 ` Philip Avinash
     [not found] ` <cover.1359007746.git.avinashphilip-l0cyMroinI0@public.gmane.org>
2013-01-24  8:02   ` [PATCH v2 1/3] ARM: dts: AM33XX: Add ELM node Philip Avinash
2013-05-02  9:43     ` [PATCH v3,1/3] " Gupta, Pekon
2013-04-29  7:53     ` [v2,1/3] " Gupta, Pekon
2013-01-24  8:02     ` [PATCH v2 1/3] " Philip Avinash
2013-04-30  5:01     ` [v2,1/3] " Sekhar Nori
2013-04-30  5:01       ` Sekhar Nori
2013-04-30  5:01       ` Sekhar Nori
2013-04-30  5:01       ` Sekhar Nori
2013-01-24  8:02   ` [PATCH v2 2/3] ARM: dts: AM33XX: Add GPMC node Philip Avinash
2013-05-02  9:44     ` [PATCH v3,2/3] " Gupta, Pekon
2013-04-29  7:55     ` [v2,2/3] " Gupta, Pekon
2013-01-24  8:02     ` [PATCH v2 2/3] " Philip Avinash
2013-05-09  0:16     ` Tony Lindgren [this message]
2013-05-09  0:16       ` [PATCH v3,2/3] " Tony Lindgren
2013-05-09  0:16       ` Tony Lindgren
2013-05-09  0:16       ` Tony Lindgren
2013-01-24  8:02   ` [PATCH v2 3/3] ARM: dts: AM33XX: Add NAND flash device tree data to am335x-evm Philip Avinash
2013-04-29  7:55     ` [v2, " Gupta, Pekon
2013-04-29  7:55     ` Gupta, Pekon
2013-01-24  8:02     ` [PATCH v2 " Philip Avinash
2013-04-30  5:05     ` [v2, " Sekhar Nori
2013-04-30  5:05       ` Sekhar Nori
2013-04-30  5:05       ` Sekhar Nori
2013-04-30  5:05       ` Sekhar Nori
2013-05-08 23:54       ` Tony Lindgren
2013-05-08 23:54         ` Tony Lindgren
2013-05-08 23:54         ` Tony Lindgren
2013-05-09  4:12         ` Gupta, Pekon
2013-05-09  4:12           ` Gupta, Pekon
2013-05-09  4:12           ` Gupta, Pekon
2013-05-20  4:44           ` Gupta, Pekon
2013-05-20  4:44             ` Gupta, Pekon
2013-05-20  4:44             ` Gupta, Pekon
2013-05-30  7:24             ` Benoit Cousson
2013-05-30  7:24               ` Benoit Cousson
2013-05-30  7:24               ` Benoit Cousson
2013-05-30  7:24               ` Benoit Cousson
2013-05-30  7:31               ` Gupta, Pekon
2013-05-30  7:31                 ` Gupta, Pekon
2013-05-30  7:31                 ` Gupta, Pekon
2013-05-30  7:31                 ` Gupta, Pekon
2013-05-30  7:36                 ` Gupta, Pekon
2013-05-30  7:36                   ` Gupta, Pekon
2013-05-30  7:36                   ` Gupta, Pekon
2013-05-30  7:39                 ` Benoit Cousson
2013-05-30  7:39                   ` Benoit Cousson
2013-05-30  7:39                   ` Benoit Cousson
2013-05-30  7:39                   ` Benoit Cousson
2013-01-31  9:36   ` [PATCH v2 0/3] Add device tree support for NAND flash in am335x-evm Philip, Avinash
2013-01-31  9:36     ` Philip, Avinash
2013-01-31  9:36     ` Philip, Avinash

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=20130509001606.GZ32546@atomide.com \
    --to=tony@atomide.com \
    --cc=b-cousson@ti.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=gururaja.hebbar@ti.com \
    --cc=hvaibhav@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=nsekhar@ti.com \
    --cc=pekon@ti.com \
    --cc=zonque@gmail.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.