Commit 11e6831
mtd: rawnand: arasan: Fix missing de-registration of NAND
The NAND chip-selects are registered for the Arasan driver during
initialization but are not de-registered when the driver is unloaded. As a
result, if the driver is loaded again, the chip-selects remain registered
and busy, making them unavailable for use.
Fixes: 197b88f ("mtd: rawnand: arasan: Add new Arasan NAND controller")
Cc: [email protected]
Signed-off-by: Maciej Andrzejewski ICEYE <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>1 parent b086a46 commit 11e6831
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1478 | 1478 | | |
1479 | 1479 | | |
1480 | 1480 | | |
| 1481 | + | |
1481 | 1482 | | |
1482 | 1483 | | |
| 1484 | + | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
1483 | 1490 | | |
1484 | 1491 | | |
1485 | 1492 | | |
| |||
0 commit comments