All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: vkoul@kernel.org
Cc: dmaengine@vger.kernel.org, angelo@sysam.it
Subject: [v2] dmaengine: fsl-edma: remove dma_slave_config direction usage
Date: Tue, 9 Oct 2018 09:22:13 +0200	[thread overview]
Message-ID: <CAJKOXPcg_R0tQaN1SFWeWyvw1SxMKXqS=g3ou8oDE1sxcQCM6Q@mail.gmail.com> (raw)

On Sun, 7 Oct 2018 at 16:15, Vinod Koul <vkoul@kernel.org> wrote:
>
> dma_slave_config direction was marked as deprecated quite some
> time back, remove the usage from this driver so that the field
> can be removed
>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> ---
> CC: Angelo Dureghello <angelo@sysam.it>
> CC: Krzysztof Kozlowski <krzk@kernel.org>
>
> Angelo, Krzysztof,
>
>         I have rebased this against the latest fsl-edma changes, can you
> please verify this and let me know, thnx

I applied it on top of linux next (20181008) and compilation fails:

../drivers/i2c/busses/i2c-imx.c: In function ‘i2c_imx_dma_request’:
../drivers/i2c/busses/i2c-imx.c:298:13: error: ‘struct
dma_slave_config’ has no member named ‘direction’
  dma_sconfig.direction = DMA_MEM_TO_DEV;
             ^
../drivers/i2c/busses/i2c-imx.c:315:13: error: ‘struct
dma_slave_config’ has no member named ‘direction’
  dma_sconfig.direction = DMA_DEV_TO_MEM;
             ^

../drivers/mmc/host/mmci.c: In function ‘__mmci_dma_prep_data’:
../drivers/mmc/host/mmci.c:578:7: error: ‘struct dma_slave_config’ has
no member named ‘direction’
   conf.direction = DMA_DEV_TO_MEM;
       ^
../drivers/mmc/host/mmci.c:581:7: error: ‘struct dma_slave_config’ has
no member named ‘direction’
   conf.direction = DMA_MEM_TO_DEV;
       ^
../drivers/mmc/host/mmci.c:604:14: error: ‘struct dma_slave_config’
has no member named ‘direction’
          conf.direction, flags);
              ^

Am I missing some dependencies?

Best regards,
Krzysztof

             reply	other threads:[~2018-10-09  7:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-09  7:22 Krzysztof Kozlowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-10-09  8:00 [v2] dmaengine: fsl-edma: remove dma_slave_config direction usage Angelo Dureghello
2018-10-09  7:30 Vinod Koul
2018-10-07 14:14 Vinod Koul

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='CAJKOXPcg_R0tQaN1SFWeWyvw1SxMKXqS=g3ou8oDE1sxcQCM6Q@mail.gmail.com' \
    --to=krzk@kernel.org \
    --cc=angelo@sysam.it \
    --cc=dmaengine@vger.kernel.org \
    --cc=vkoul@kernel.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.