base-files: define yes/no as valid boolean options
[openwrt.git] / target / linux / mvebu / patches-3.10 / 0132-mtd-nand-pxa3xx-Add-documentation-about-the-controll.patch
1 From 54c1163b143e4ed911b8dddc0829c87f93b3debd Mon Sep 17 00:00:00 2001
2 From: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
3 Date: Thu, 7 Nov 2013 12:17:10 -0300
4 Subject: [PATCH 132/203] mtd: nand: pxa3xx: Add documentation about the
5  controller
6
7 Given there's no public specification to this date, and in order
8 to capture some important details and singularities about the
9 controller let's document them once and for good.
10
11 Cc: linux-doc@vger.kernel.org
12 Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
13 Signed-off-by: Brian Norris <computersforpeace@gmail.com>
14 ---
15  drivers/mtd/nand/pxa3xx_nand.c | 2 ++
16  1 file changed, 2 insertions(+)
17
18 --- a/drivers/mtd/nand/pxa3xx_nand.c
19 +++ b/drivers/mtd/nand/pxa3xx_nand.c
20 @@ -7,6 +7,8 @@
21   * This program is free software; you can redistribute it and/or modify
22   * it under the terms of the GNU General Public License version 2 as
23   * published by the Free Software Foundation.
24 + *
25 + * See Documentation/mtd/nand/pxa3xx-nand.txt for more details.
26   */
27  
28  #include <linux/kernel.h>