Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ramips: fix kernel oops in `mt7621_nfc_write_page_hwecc` | Anton Ryzhov | 2020-11-04 |
| | | | | | | | | | | `mt7621_nfc_write_page_hwecc` may be called with `buf=NULL`, but `mt7621_nfc_check_empty_page` always tries to read it. That caused Oops: `Unable to handle kernel paging request at virtual address 00000000` Fixes: FS#3416 Signed-off-by: Anton Ryzhov <anton@ryzhov.me> | ||
* | ramips: mt7621: add new NAND driver | DENG Qingfang | 2020-04-04 |
Add new NAND driver for MT7621 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn> |