linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: rawnand: denali: remove unused dma_addr field from denali_nand_info
@ 2019-01-24  6:28 Masahiro Yamada
  2019-01-25 13:14 ` Miquel Raynal
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2019-01-24  6:28 UTC (permalink / raw)
  To: linux-mtd, Boris Brezillon, Miquel Raynal
  Cc: Masahiro Yamada, Brian Norris, linux-kernel, Marek Vasut,
	Richard Weinberger, David Woodhouse, Boris Brezillon

This is a leftover of commit 997cde2a2220 ("mtd: nand: denali: skip
driver internal bounce buffer when possible").

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/mtd/nand/raw/denali.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/nand/raw/denali.h b/drivers/mtd/nand/raw/denali.h
index 25c0060..c8c2620 100644
--- a/drivers/mtd/nand/raw/denali.h
+++ b/drivers/mtd/nand/raw/denali.h
@@ -304,7 +304,6 @@ struct denali_nand_info {
 	u32 irq_status;			/* interrupts that have happened */
 	int irq;
 	void *buf;			/* for syndrome layout conversion */
-	dma_addr_t dma_addr;
 	int dma_avail;			/* can support DMA? */
 	int devs_per_cs;		/* devices connected in parallel */
 	int oob_skip_bytes;		/* number of bytes reserved for BBM */
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mtd: rawnand: denali: remove unused dma_addr field from denali_nand_info
  2019-01-24  6:28 [PATCH] mtd: rawnand: denali: remove unused dma_addr field from denali_nand_info Masahiro Yamada
@ 2019-01-25 13:14 ` Miquel Raynal
  0 siblings, 0 replies; 2+ messages in thread
From: Miquel Raynal @ 2019-01-25 13:14 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: linux-mtd, Boris Brezillon, Brian Norris, linux-kernel,
	Marek Vasut, Richard Weinberger, David Woodhouse,
	Boris Brezillon

Hi Masahiro,

Masahiro Yamada <yamada.masahiro@socionext.com> wrote on Thu, 24 Jan
2019 15:28:57 +0900:

> This is a leftover of commit 997cde2a2220 ("mtd: nand: denali: skip
> driver internal bounce buffer when possible").
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
>  drivers/mtd/nand/raw/denali.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/raw/denali.h b/drivers/mtd/nand/raw/denali.h
> index 25c0060..c8c2620 100644
> --- a/drivers/mtd/nand/raw/denali.h
> +++ b/drivers/mtd/nand/raw/denali.h
> @@ -304,7 +304,6 @@ struct denali_nand_info {
>  	u32 irq_status;			/* interrupts that have happened */
>  	int irq;
>  	void *buf;			/* for syndrome layout conversion */
> -	dma_addr_t dma_addr;
>  	int dma_avail;			/* can support DMA? */
>  	int devs_per_cs;		/* devices connected in parallel */
>  	int oob_skip_bytes;		/* number of bytes reserved for BBM */

Applied to nand/next.


Thanks,
Miquèl

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-25 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-24  6:28 [PATCH] mtd: rawnand: denali: remove unused dma_addr field from denali_nand_info Masahiro Yamada
2019-01-25 13:14 ` Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).