From: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
To: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org,
vinod.koul@intel.com, broonie@kernel.org, ym0914@gmail.com,
arnd@arndb.de, kgene@kernel.org, javier@osg.samsung.com,
andi.shyti@samsung.com, sbkim73@samsung.com
Subject: Re: [PATCH RFC 0/7] DMA: S3C64XX: Conversion to the new channel request API
Date: Tue, 8 Nov 2016 15:39:49 +0000 [thread overview]
Message-ID: <20161108153949.GF1575@localhost.localdomain> (raw)
In-Reply-To: <1478276094-19135-2-git-send-email-s.nawrocki@samsung.com>
On Fri, Nov 04, 2016 at 05:14:47PM +0100, Sylwester Nawrocki wrote:
> This patch series aims to convert the s3c64xx platform to use
> the new universal DMA channel request API, i.e. this is only
> meaningful for non-dt systems using s3c64xx SoCs.
>
> I'm sending the whole series as RFC since I didn't test it
> yet, I'm going to prepare smd6410 for testing this series.
> It would be great if someone else could also test it,
> either SPI or sound functionality verification would be
> useful.
>
> Then we could queue the first two patches in this series
> for v4.10-rc1 and the remaining patches for subsequent
> release.
>
> The whole series can be pulled from git repository:
> git://linuxtv.org/snawrocki/samsung.git
> branch: for-v4.10/dma/pl080-s3c64xx
>
> Thanks.
>
> Sylwester Nawrocki (7):
> dma: pl08x: Add support for the DMA slave map
> ARM: S3C64XX: Add DMA slave maps for PL080 devices
> spi: s3c64xx: Do not use platform_data for DMA parameters
> ASoC: samsung: i2s: Do not use platform_data for DMA parameters
> ASoC: samsung: pcm: Do not use platform_data for DMA parameters
> ARM: S3C64XX: Drop unused DMA fields from struct s3c64xx_spi_csinfo
> ARM: S3C64XX: Drop initialization of unused struct s3c_audio_pdata
> fields
>
Hmm... fixing the bug I mentioned in my other email this still
seems to cause some problems with my SPI on Cragganmore:
[ 200.210213] wm0010 spi0.0: I/O Error: rx-1 tx-1 res:rx-f tx-f len-2632
[ 200.211275] wm0010 spi0.0: SPI transfer failed: -5
I am still looking into it, without your patches work the wm0010
comes up. A few other small things seem to have been broken in
mainline since last time I fired up this board as well which is
slowing me down a little (network seems to have stopped coming
up and one of the regulators on the SD card is spamming me with
warnings).
Thanks,
Charles
WARNING: multiple messages have this Message-ID (diff)
From: ckeepax@opensource.wolfsonmicro.com (Charles Keepax)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC 0/7] DMA: S3C64XX: Conversion to the new channel request API
Date: Tue, 8 Nov 2016 15:39:49 +0000 [thread overview]
Message-ID: <20161108153949.GF1575@localhost.localdomain> (raw)
In-Reply-To: <1478276094-19135-2-git-send-email-s.nawrocki@samsung.com>
On Fri, Nov 04, 2016 at 05:14:47PM +0100, Sylwester Nawrocki wrote:
> This patch series aims to convert the s3c64xx platform to use
> the new universal DMA channel request API, i.e. this is only
> meaningful for non-dt systems using s3c64xx SoCs.
>
> I'm sending the whole series as RFC since I didn't test it
> yet, I'm going to prepare smd6410 for testing this series.
> It would be great if someone else could also test it,
> either SPI or sound functionality verification would be
> useful.
>
> Then we could queue the first two patches in this series
> for v4.10-rc1 and the remaining patches for subsequent
> release.
>
> The whole series can be pulled from git repository:
> git://linuxtv.org/snawrocki/samsung.git
> branch: for-v4.10/dma/pl080-s3c64xx
>
> Thanks.
>
> Sylwester Nawrocki (7):
> dma: pl08x: Add support for the DMA slave map
> ARM: S3C64XX: Add DMA slave maps for PL080 devices
> spi: s3c64xx: Do not use platform_data for DMA parameters
> ASoC: samsung: i2s: Do not use platform_data for DMA parameters
> ASoC: samsung: pcm: Do not use platform_data for DMA parameters
> ARM: S3C64XX: Drop unused DMA fields from struct s3c64xx_spi_csinfo
> ARM: S3C64XX: Drop initialization of unused struct s3c_audio_pdata
> fields
>
Hmm... fixing the bug I mentioned in my other email this still
seems to cause some problems with my SPI on Cragganmore:
[ 200.210213] wm0010 spi0.0: I/O Error: rx-1 tx-1 res:rx-f tx-f len-2632
[ 200.211275] wm0010 spi0.0: SPI transfer failed: -5
I am still looking into it, without your patches work the wm0010
comes up. A few other small things seem to have been broken in
mainline since last time I fired up this board as well which is
slowing me down a little (network seems to have stopped coming
up and one of the regulators on the SD card is spamming me with
warnings).
Thanks,
Charles
next prev parent reply other threads:[~2016-11-08 15:40 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-04 16:14 [PATCH RFC 0/7] DMA: S3C64XX: Conversion to the new channel request API Sylwester Nawrocki
2016-11-04 16:14 ` Sylwester Nawrocki
2016-11-04 16:14 ` Sylwester Nawrocki
2016-11-04 16:14 ` Sylwester Nawrocki
2016-11-08 15:39 ` Charles Keepax [this message]
2016-11-08 15:39 ` Charles Keepax
2016-11-08 16:02 ` Sylwester Nawrocki
2016-11-08 16:02 ` Sylwester Nawrocki
2016-11-04 16:14 ` [PATCH RFC 1/7] dma: pl08x: Add support for the DMA slave map Sylwester Nawrocki
2016-11-04 16:14 ` Sylwester Nawrocki
2016-11-04 23:26 ` Arnd Bergmann
2016-11-04 23:26 ` Arnd Bergmann
2016-11-07 15:41 ` Sylwester Nawrocki
2016-11-07 15:41 ` Sylwester Nawrocki
2016-11-07 19:55 ` Arnd Bergmann
2016-11-07 19:55 ` Arnd Bergmann
2016-11-14 11:51 ` Sylwester Nawrocki
2016-11-14 11:51 ` Sylwester Nawrocki
2016-11-04 16:14 ` [PATCH RFC 2/7] ARM: S3C64XX: Add DMA slave maps for PL080 devices Sylwester Nawrocki
2016-11-04 16:14 ` Sylwester Nawrocki
2016-11-08 14:44 ` Charles Keepax
2016-11-08 14:44 ` Charles Keepax
2016-11-08 14:55 ` Charles Keepax
2016-11-08 14:55 ` Charles Keepax
2016-11-08 15:53 ` Sylwester Nawrocki
2016-11-08 15:53 ` Sylwester Nawrocki
2016-11-10 11:03 ` Charles Keepax
2016-11-10 11:03 ` Charles Keepax
2016-11-10 15:10 ` Sylwester Nawrocki
2016-11-10 15:10 ` Sylwester Nawrocki
2016-11-10 15:18 ` Charles Keepax
2016-11-10 15:18 ` Charles Keepax
2016-11-04 16:14 ` [PATCH RFC 3/7] spi: s3c64xx: Do not use platform_data for DMA parameters Sylwester Nawrocki
2016-11-04 16:14 ` Sylwester Nawrocki
2016-11-04 17:12 ` Mark Brown
2016-11-04 17:12 ` Mark Brown
2016-11-07 2:51 ` Andi Shyti
2016-11-07 2:51 ` Andi Shyti
2016-11-04 16:14 ` [PATCH RFC 4/7] ASoC: samsung: i2s: " Sylwester Nawrocki
2016-11-04 16:14 ` Sylwester Nawrocki
2016-11-04 17:13 ` Mark Brown
2016-11-04 17:13 ` Mark Brown
2016-11-04 23:29 ` Arnd Bergmann
2016-11-04 23:29 ` Arnd Bergmann
2016-11-07 16:02 ` Sylwester Nawrocki
2016-11-07 16:02 ` Sylwester Nawrocki
2016-11-07 21:14 ` Arnd Bergmann
2016-11-07 21:14 ` Arnd Bergmann
2016-11-04 16:14 ` [PATCH RFC 5/7] ASoC: samsung: pcm: " Sylwester Nawrocki
2016-11-04 16:14 ` Sylwester Nawrocki
2016-11-04 17:13 ` Mark Brown
2016-11-04 17:13 ` Mark Brown
2016-11-04 16:14 ` [PATCH RFC 6/7] ARM: S3C64XX: Drop unused DMA fields from struct s3c64xx_spi_csinfo Sylwester Nawrocki
2016-11-04 16:14 ` Sylwester Nawrocki
2016-11-04 16:14 ` [PATCH RFC 7/7] ARM: S3C64XX: Drop initialization of unused struct s3c_audio_pdata fields Sylwester Nawrocki
2016-11-04 16:14 ` Sylwester Nawrocki
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=20161108153949.GF1575@localhost.localdomain \
--to=ckeepax@opensource.wolfsonmicro.com \
--cc=andi.shyti@samsung.com \
--cc=arnd@arndb.de \
--cc=broonie@kernel.org \
--cc=dmaengine@vger.kernel.org \
--cc=javier@osg.samsung.com \
--cc=kgene@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=s.nawrocki@samsung.com \
--cc=sbkim73@samsung.com \
--cc=vinod.koul@intel.com \
--cc=ym0914@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.