From: Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>
To: Matt Porter <mporter-l0cyMroinI0@public.gmane.org>
Cc: Linux DaVinci Kernel List
<davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org>,
vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
Linux MMC List
<linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Linux Kernel Mailing List
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>Linux,
Linux SPI Devel List
<spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>,
cjb-2X9k7bc8m7Mdnm+yROfE0A@public.gmane.org,
List
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [PATCH v3 3/3] spi: spi-davinci: convert to DMA engine API
Date: Thu, 30 Aug 2012 19:46:32 +0530 [thread overview]
Message-ID: <503F75C0.1050507@ti.com> (raw)
In-Reply-To: <1345684176-21472-4-git-send-email-mporter-l0cyMroinI0@public.gmane.org>
Hi Matt,
On 8/23/2012 6:39 AM, Matt Porter wrote:
> Removes use of the DaVinci EDMA private DMA API and replaces
> it with use of the DMA engine API.
>
> Signed-off-by: Matt Porter <mporter-l0cyMroinI0@public.gmane.org>
I tried testing this patch on my OMAP-L138 EVM, but SPI fails to
initialize after applying the patch.
root@arago:~# dmesg | grep -i spi
spi_davinci spi_davinci.1: request RX DMA channel failed
without these 3 patches, SPI flash is detected fine (same kernel
configuration):
root@arago:~# dmesg | grep spi
spi_davinci spi_davinci.1: DMA: supported
spi_davinci spi_davinci.1: DMA: RX channel: 18, TX channel: 19, event queue: 0
spi_davinci spi_davinci.1: master is unqueued, this is deprecated
m25p80 spi1.0: m25p64 (8192 Kbytes)
spi_davinci spi_davinci.1: Controller at 0xfef0e000
Any idea what could be wrong? This is v3.6-rc3 kernel. I can provide
full bootlogs or any other debug information if that helps.
Thanks,
Sekhar
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
WARNING: multiple messages have this Message-ID (diff)
From: Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>
To: Matt Porter <mporter-l0cyMroinI0@public.gmane.org>
Cc: Linux DaVinci Kernel List
<davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org>,
vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
Linux MMC List
<linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Linux Kernel Mailing List
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Linux,
Linux SPI Devel List
<spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>,
cjb-2X9k7bc8m7Mdnm+yROfE0A@public.gmane.org,
List
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [PATCH v3 3/3] spi: spi-davinci: convert to DMA engine API
Date: Thu, 30 Aug 2012 19:46:32 +0530 [thread overview]
Message-ID: <503F75C0.1050507@ti.com> (raw)
In-Reply-To: <1345684176-21472-4-git-send-email-mporter-l0cyMroinI0@public.gmane.org>
Hi Matt,
On 8/23/2012 6:39 AM, Matt Porter wrote:
> Removes use of the DaVinci EDMA private DMA API and replaces
> it with use of the DMA engine API.
>
> Signed-off-by: Matt Porter <mporter-l0cyMroinI0@public.gmane.org>
I tried testing this patch on my OMAP-L138 EVM, but SPI fails to
initialize after applying the patch.
root@arago:~# dmesg | grep -i spi
spi_davinci spi_davinci.1: request RX DMA channel failed
without these 3 patches, SPI flash is detected fine (same kernel
configuration):
root@arago:~# dmesg | grep spi
spi_davinci spi_davinci.1: DMA: supported
spi_davinci spi_davinci.1: DMA: RX channel: 18, TX channel: 19, event queue: 0
spi_davinci spi_davinci.1: master is unqueued, this is deprecated
m25p80 spi1.0: m25p64 (8192 Kbytes)
spi_davinci spi_davinci.1: Controller at 0xfef0e000
Any idea what could be wrong? This is v3.6-rc3 kernel. I can provide
full bootlogs or any other debug information if that helps.
Thanks,
Sekhar
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
WARNING: multiple messages have this Message-ID (diff)
From: nsekhar@ti.com (Sekhar Nori)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 3/3] spi: spi-davinci: convert to DMA engine API
Date: Thu, 30 Aug 2012 19:46:32 +0530 [thread overview]
Message-ID: <503F75C0.1050507@ti.com> (raw)
In-Reply-To: <1345684176-21472-4-git-send-email-mporter@ti.com>
Hi Matt,
On 8/23/2012 6:39 AM, Matt Porter wrote:
> Removes use of the DaVinci EDMA private DMA API and replaces
> it with use of the DMA engine API.
>
> Signed-off-by: Matt Porter <mporter@ti.com>
I tried testing this patch on my OMAP-L138 EVM, but SPI fails to
initialize after applying the patch.
root at arago:~# dmesg | grep -i spi
spi_davinci spi_davinci.1: request RX DMA channel failed
without these 3 patches, SPI flash is detected fine (same kernel
configuration):
root at arago:~# dmesg | grep spi
spi_davinci spi_davinci.1: DMA: supported
spi_davinci spi_davinci.1: DMA: RX channel: 18, TX channel: 19, event queue: 0
spi_davinci spi_davinci.1: master is unqueued, this is deprecated
m25p80 spi1.0: m25p64 (8192 Kbytes)
spi_davinci spi_davinci.1: Controller at 0xfef0e000
Any idea what could be wrong? This is v3.6-rc3 kernel. I can provide
full bootlogs or any other debug information if that helps.
Thanks,
Sekhar
WARNING: multiple messages have this Message-ID (diff)
From: Sekhar Nori <nsekhar@ti.com>
To: Matt Porter <mporter@ti.com>
Cc: <vinod.koul@intel.com>, <cjb@laptop.org>,
<grant.likely@secretlab.ca>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux ARM Kernel List <linux-arm-kernel@lists.infradead.org>,
Linux MMC List <linux-mmc@vger.kernel.org>,
Linux SPI Devel List <spi-devel-general@lists.sourceforge.net>,
Linux DaVinci Kernel List
<davinci-linux-open-source@linux.davincidsp.com>
Subject: Re: [PATCH v3 3/3] spi: spi-davinci: convert to DMA engine API
Date: Thu, 30 Aug 2012 19:46:32 +0530 [thread overview]
Message-ID: <503F75C0.1050507@ti.com> (raw)
In-Reply-To: <1345684176-21472-4-git-send-email-mporter@ti.com>
Hi Matt,
On 8/23/2012 6:39 AM, Matt Porter wrote:
> Removes use of the DaVinci EDMA private DMA API and replaces
> it with use of the DMA engine API.
>
> Signed-off-by: Matt Porter <mporter@ti.com>
I tried testing this patch on my OMAP-L138 EVM, but SPI fails to
initialize after applying the patch.
root@arago:~# dmesg | grep -i spi
spi_davinci spi_davinci.1: request RX DMA channel failed
without these 3 patches, SPI flash is detected fine (same kernel
configuration):
root@arago:~# dmesg | grep spi
spi_davinci spi_davinci.1: DMA: supported
spi_davinci spi_davinci.1: DMA: RX channel: 18, TX channel: 19, event queue: 0
spi_davinci spi_davinci.1: master is unqueued, this is deprecated
m25p80 spi1.0: m25p64 (8192 Kbytes)
spi_davinci spi_davinci.1: Controller at 0xfef0e000
Any idea what could be wrong? This is v3.6-rc3 kernel. I can provide
full bootlogs or any other debug information if that helps.
Thanks,
Sekhar
next prev parent reply other threads:[~2012-08-30 14:16 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-23 1:09 [PATCH v3 0/3] DaVinci DMA engine conversion Matt Porter
2012-08-23 1:09 ` Matt Porter
2012-08-23 1:09 ` Matt Porter
[not found] ` <1345684176-21472-1-git-send-email-mporter-l0cyMroinI0@public.gmane.org>
2012-08-23 1:09 ` [PATCH v3 1/3] dmaengine: add TI EDMA DMA engine driver Matt Porter
2012-08-23 1:09 ` Matt Porter
2012-08-23 1:09 ` Matt Porter
2012-08-23 1:09 ` [PATCH v3 2/3] mmc: davinci_mmc: convert to DMA engine API Matt Porter
2012-08-23 1:09 ` Matt Porter
2012-08-23 1:09 ` Matt Porter
2012-08-23 1:09 ` [PATCH v3 3/3] spi: spi-davinci: " Matt Porter
2012-08-23 1:09 ` Matt Porter
2012-08-23 1:09 ` Matt Porter
[not found] ` <1345684176-21472-4-git-send-email-mporter-l0cyMroinI0@public.gmane.org>
2012-08-30 14:16 ` Sekhar Nori [this message]
2012-08-30 14:16 ` Sekhar Nori
2012-08-30 14:16 ` Sekhar Nori
2012-08-30 14:16 ` Sekhar Nori
2012-08-30 14:43 ` Matt Porter
2012-08-30 14:43 ` Matt Porter
2012-08-31 0:55 ` Vinod Koul
2012-08-31 0:55 ` Vinod Koul
2012-08-31 16:02 ` Sekhar Nori
2012-08-31 16:02 ` Sekhar Nori
2012-08-31 16:02 ` Sekhar Nori
2012-08-31 16:02 ` Sekhar Nori
2012-08-31 16:31 ` Vinod Koul
2012-08-31 16:31 ` Vinod Koul
2012-08-31 16:31 ` Sekhar Nori
2012-08-31 16:31 ` Sekhar Nori
2012-08-31 16:31 ` Sekhar Nori
2012-08-31 16:31 ` Sekhar Nori
2012-08-31 17:02 ` Vinod Koul
2012-08-31 17:02 ` Vinod Koul
2012-09-01 1:02 ` Vinod Koul
2012-09-01 1:02 ` Vinod Koul
2012-09-01 13:14 ` Matt Porter
2012-09-01 13:14 ` Matt Porter
2012-09-01 13:14 ` Matt Porter
2012-08-23 6:01 ` [PATCH v3 0/3] DaVinci DMA engine conversion Tom Rini
2012-08-23 6:01 ` Tom Rini
2012-08-27 15:33 ` Daniel Mack
2012-08-27 15:33 ` Daniel Mack
2012-09-06 13:25 ` Daniel Mack
2012-09-06 13:25 ` Daniel Mack
2012-09-10 20:20 ` Matt Porter
2012-09-10 20:20 ` Matt Porter
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=503F75C0.1050507@ti.com \
--to=nsekhar-l0cymroini0@public.gmane.org \
--cc=davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mporter-l0cyMroinI0@public.gmane.org \
--cc=vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
/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.