diff options
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/raw/hisi504_nand.c | 11 | ||||
-rw-r--r-- | drivers/mtd/nand/raw/lpc32xx_mlc.c | 12 | ||||
-rw-r--r-- | drivers/mtd/nand/raw/lpc32xx_slc.c | 11 | ||||
-rw-r--r-- | drivers/mtd/nand/raw/nand_amd.c | 11 | ||||
-rw-r--r-- | drivers/mtd/nand/raw/nand_hynix.c | 11 | ||||
-rw-r--r-- | drivers/mtd/nand/raw/nand_macronix.c | 11 | ||||
-rw-r--r-- | drivers/mtd/nand/raw/nand_micron.c | 11 | ||||
-rw-r--r-- | drivers/mtd/nand/raw/nand_samsung.c | 11 | ||||
-rw-r--r-- | drivers/mtd/nand/raw/nand_toshiba.c | 11 | ||||
-rw-r--r-- | drivers/mtd/nand/raw/omap_elm.c | 12 |
10 files changed, 10 insertions, 102 deletions
diff --git a/drivers/mtd/nand/raw/hisi504_nand.c b/drivers/mtd/nand/raw/hisi504_nand.c index e4526fff9da4..6a4626a8bf95 100644 --- a/drivers/mtd/nand/raw/hisi504_nand.c +++ b/drivers/mtd/nand/raw/hisi504_nand.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Hisilicon NAND Flash controller driver | 3 | * Hisilicon NAND Flash controller driver |
3 | * | 4 | * |
@@ -7,16 +8,6 @@ | |||
7 | * Author: Zhou Wang <wangzhou.bry@gmail.com> | 8 | * Author: Zhou Wang <wangzhou.bry@gmail.com> |
8 | * The initial developer of the original code is Zhiyong Cai | 9 | * The initial developer of the original code is Zhiyong Cai |
9 | * <caizhiyong@huawei.com> | 10 | * <caizhiyong@huawei.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | */ | 11 | */ |
21 | #include <linux/of.h> | 12 | #include <linux/of.h> |
22 | #include <linux/mtd/mtd.h> | 13 | #include <linux/mtd/mtd.h> |
diff --git a/drivers/mtd/nand/raw/lpc32xx_mlc.c b/drivers/mtd/nand/raw/lpc32xx_mlc.c index 086964f8d424..78b31f845c50 100644 --- a/drivers/mtd/nand/raw/lpc32xx_mlc.c +++ b/drivers/mtd/nand/raw/lpc32xx_mlc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Driver for NAND MLC Controller in LPC32xx | 3 | * Driver for NAND MLC Controller in LPC32xx |
3 | * | 4 | * |
@@ -6,17 +7,6 @@ | |||
6 | * Copyright © 2011 WORK Microwave GmbH | 7 | * Copyright © 2011 WORK Microwave GmbH |
7 | * Copyright © 2011, 2012 Roland Stigge | 8 | * Copyright © 2011, 2012 Roland Stigge |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | * | ||
19 | * | ||
20 | * NAND Flash Controller Operation: | 10 | * NAND Flash Controller Operation: |
21 | * - Read: Auto Decode | 11 | * - Read: Auto Decode |
22 | * - Write: Auto Encode | 12 | * - Write: Auto Encode |
diff --git a/drivers/mtd/nand/raw/lpc32xx_slc.c b/drivers/mtd/nand/raw/lpc32xx_slc.c index a2c5fdc875bd..163f976353f8 100644 --- a/drivers/mtd/nand/raw/lpc32xx_slc.c +++ b/drivers/mtd/nand/raw/lpc32xx_slc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * NXP LPC32XX NAND SLC driver | 3 | * NXP LPC32XX NAND SLC driver |
3 | * | 4 | * |
@@ -7,16 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Copyright © 2011 NXP Semiconductors | 9 | * Copyright © 2011 NXP Semiconductors |
9 | * Copyright © 2012 Roland Stigge | 10 | * Copyright © 2012 Roland Stigge |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | */ | 11 | */ |
21 | 12 | ||
22 | #include <linux/slab.h> | 13 | #include <linux/slab.h> |
diff --git a/drivers/mtd/nand/raw/nand_amd.c b/drivers/mtd/nand/raw/nand_amd.c index 6217555c19a6..c3d4dae3cdae 100644 --- a/drivers/mtd/nand/raw/nand_amd.c +++ b/drivers/mtd/nand/raw/nand_amd.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2017 Free Electrons | 3 | * Copyright (C) 2017 Free Electrons |
3 | * Copyright (C) 2017 NextThing Co | 4 | * Copyright (C) 2017 NextThing Co |
4 | * | 5 | * |
5 | * Author: Boris Brezillon <boris.brezillon@free-electrons.com> | 6 | * Author: Boris Brezillon <boris.brezillon@free-electrons.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | #include "internals.h" | 9 | #include "internals.h" |
diff --git a/drivers/mtd/nand/raw/nand_hynix.c b/drivers/mtd/nand/raw/nand_hynix.c index 7c600c4d5ec8..194e4227aefe 100644 --- a/drivers/mtd/nand/raw/nand_hynix.c +++ b/drivers/mtd/nand/raw/nand_hynix.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2017 Free Electrons | 3 | * Copyright (C) 2017 Free Electrons |
3 | * Copyright (C) 2017 NextThing Co | 4 | * Copyright (C) 2017 NextThing Co |
4 | * | 5 | * |
5 | * Author: Boris Brezillon <boris.brezillon@free-electrons.com> | 6 | * Author: Boris Brezillon <boris.brezillon@free-electrons.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | #include <linux/sizes.h> | 9 | #include <linux/sizes.h> |
diff --git a/drivers/mtd/nand/raw/nand_macronix.c b/drivers/mtd/nand/raw/nand_macronix.c index e287e71347c5..fad57c378dd2 100644 --- a/drivers/mtd/nand/raw/nand_macronix.c +++ b/drivers/mtd/nand/raw/nand_macronix.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2017 Free Electrons | 3 | * Copyright (C) 2017 Free Electrons |
3 | * Copyright (C) 2017 NextThing Co | 4 | * Copyright (C) 2017 NextThing Co |
4 | * | 5 | * |
5 | * Author: Boris Brezillon <boris.brezillon@free-electrons.com> | 6 | * Author: Boris Brezillon <boris.brezillon@free-electrons.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | #include "internals.h" | 9 | #include "internals.h" |
diff --git a/drivers/mtd/nand/raw/nand_micron.c b/drivers/mtd/nand/raw/nand_micron.c index cbd4f09ac178..1622d3145587 100644 --- a/drivers/mtd/nand/raw/nand_micron.c +++ b/drivers/mtd/nand/raw/nand_micron.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2017 Free Electrons | 3 | * Copyright (C) 2017 Free Electrons |
3 | * Copyright (C) 2017 NextThing Co | 4 | * Copyright (C) 2017 NextThing Co |
4 | * | 5 | * |
5 | * Author: Boris Brezillon <boris.brezillon@free-electrons.com> | 6 | * Author: Boris Brezillon <boris.brezillon@free-electrons.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | #include <linux/slab.h> | 9 | #include <linux/slab.h> |
diff --git a/drivers/mtd/nand/raw/nand_samsung.c b/drivers/mtd/nand/raw/nand_samsung.c index 5552ce20ede0..3a4a19e808f6 100644 --- a/drivers/mtd/nand/raw/nand_samsung.c +++ b/drivers/mtd/nand/raw/nand_samsung.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2017 Free Electrons | 3 | * Copyright (C) 2017 Free Electrons |
3 | * Copyright (C) 2017 NextThing Co | 4 | * Copyright (C) 2017 NextThing Co |
4 | * | 5 | * |
5 | * Author: Boris Brezillon <boris.brezillon@free-electrons.com> | 6 | * Author: Boris Brezillon <boris.brezillon@free-electrons.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | #include "internals.h" | 9 | #include "internals.h" |
diff --git a/drivers/mtd/nand/raw/nand_toshiba.c b/drivers/mtd/nand/raw/nand_toshiba.c index 74ffcae48726..9c03fbb1f47d 100644 --- a/drivers/mtd/nand/raw/nand_toshiba.c +++ b/drivers/mtd/nand/raw/nand_toshiba.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2017 Free Electrons | 3 | * Copyright (C) 2017 Free Electrons |
3 | * Copyright (C) 2017 NextThing Co | 4 | * Copyright (C) 2017 NextThing Co |
4 | * | 5 | * |
5 | * Author: Boris Brezillon <boris.brezillon@free-electrons.com> | 6 | * Author: Boris Brezillon <boris.brezillon@free-electrons.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | #include "internals.h" | 9 | #include "internals.h" |
diff --git a/drivers/mtd/nand/raw/omap_elm.c b/drivers/mtd/nand/raw/omap_elm.c index 94c6401ef32f..5502ffbdd1e6 100644 --- a/drivers/mtd/nand/raw/omap_elm.c +++ b/drivers/mtd/nand/raw/omap_elm.c | |||
@@ -1,18 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Error Location Module | 3 | * Error Location Module |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ | 5 | * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | * | ||
16 | */ | 6 | */ |
17 | 7 | ||
18 | #define DRIVER_NAME "omap-elm" | 8 | #define DRIVER_NAME "omap-elm" |