From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH v3 0/5] Enable SPI flash support on da850-evm DT kernel Date: Thu, 14 Mar 2013 15:54:26 +0530 Message-ID: <5141A55A.9060708@ti.com> References: <1363075827-31053-1-git-send-email-prakash.pm@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org, linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org, spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, hs-ynQEQJNshbs@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: "Manjunathappa, Prakash" , Return-path: In-Reply-To: <1363075827-31053-1-git-send-email-prakash.pm-l0cyMroinI0@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" List-Id: linux-spi.vger.kernel.org On 3/12/2013 1:40 PM, Manjunathappa, Prakash wrote: > Patch enables support for m25p64 SPI flash support on > da850-EVM. This patch set looks good to me except the comments I had on 2/5. I tested it using SPI flash on DA850 EVM and it worked fine on basic read/write tests. Grant, With your ack I would like to merge the series through DaVinci tree so its easy to manage the conflicts in DT files. > > Testing information: > da850-evm comes with partitions specified in DT blob. > Able to mount/umount and create/delete files on filesystem partition. > > Depends on below patch in spi-next branch of git://git.secretlab.ca/git/linux-2.6.git. > "spi/davinci: add OF support for the spi controller" Prakash, there is no need to mention this dependency. The patch is already in mainline. Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 From: nsekhar@ti.com (Sekhar Nori) Date: Thu, 14 Mar 2013 15:54:26 +0530 Subject: [PATCH v3 0/5] Enable SPI flash support on da850-evm DT kernel In-Reply-To: <1363075827-31053-1-git-send-email-prakash.pm@ti.com> References: <1363075827-31053-1-git-send-email-prakash.pm@ti.com> Message-ID: <5141A55A.9060708@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 3/12/2013 1:40 PM, Manjunathappa, Prakash wrote: > Patch enables support for m25p64 SPI flash support on > da850-EVM. This patch set looks good to me except the comments I had on 2/5. I tested it using SPI flash on DA850 EVM and it worked fine on basic read/write tests. Grant, With your ack I would like to merge the series through DaVinci tree so its easy to manage the conflicts in DT files. > > Testing information: > da850-evm comes with partitions specified in DT blob. > Able to mount/umount and create/delete files on filesystem partition. > > Depends on below patch in spi-next branch of git://git.secretlab.ca/git/linux-2.6.git. > "spi/davinci: add OF support for the spi controller" Prakash, there is no need to mention this dependency. The patch is already in mainline. Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH v3 0/5] Enable SPI flash support on da850-evm DT kernel Date: Thu, 14 Mar 2013 15:54:26 +0530 Message-ID: <5141A55A.9060708@ti.com> References: <1363075827-31053-1-git-send-email-prakash.pm@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1363075827-31053-1-git-send-email-prakash.pm-l0cyMroinI0@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: "Manjunathappa, Prakash" , grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org Cc: davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org, linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org, spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, hs-ynQEQJNshbs@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 3/12/2013 1:40 PM, Manjunathappa, Prakash wrote: > Patch enables support for m25p64 SPI flash support on > da850-EVM. This patch set looks good to me except the comments I had on 2/5. I tested it using SPI flash on DA850 EVM and it worked fine on basic read/write tests. Grant, With your ack I would like to merge the series through DaVinci tree so its easy to manage the conflicts in DT files. > > Testing information: > da850-evm comes with partitions specified in DT blob. > Able to mount/umount and create/delete files on filesystem partition. > > Depends on below patch in spi-next branch of git://git.secretlab.ca/git/linux-2.6.git. > "spi/davinci: add OF support for the spi controller" Prakash, there is no need to mention this dependency. The patch is already in mainline. Thanks, Sekhar