-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 332683 b: refs/heads/master c: de20c22 h: refs/heads/master i: 332681: 2348f47 332679: 3beef21 v: v3
- Loading branch information
Roland Stigge
authored and
David Woodhouse
committed
Sep 29, 2012
1 parent
aefedf0
commit 9eca118
Showing
3 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: af69dcd3862ed174cf67637f4142c9c895862436 | ||
refs/heads/master: de20c22d2bf41f970a6300a89dd550f12121c126 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* | ||
* Platform data for LPC32xx SoC SLC NAND controller | ||
* | ||
* Copyright © 2012 Roland Stigge | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
#ifndef __LINUX_MTD_LPC32XX_SLC_H | ||
#define __LINUX_MTD_LPC32XX_SLC_H | ||
|
||
#include <linux/dmaengine.h> | ||
|
||
struct lpc32xx_slc_platform_data { | ||
bool (*dma_filter)(struct dma_chan *chan, void *filter_param); | ||
}; | ||
|
||
#endif /* __LINUX_MTD_LPC32XX_SLC_H */ |