Age | Commit message (Expand) | Author |
2018-02-16 | mtd: nand: move raw NAND related code to the raw/ subdir | Boris Brezillon |
2018-01-29 | Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/next | Boris Brezillon |
2018-01-20 | mtd: nand: Fix build issues due to an anonymous union | Miquel Raynal |
2018-01-16 | mtd: Remove duplicate checks on mtd_oob_ops parameter | Boris Brezillon |
2018-01-16 | mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing | Boris Brezillon |
2018-01-12 | mtd: nand: Fix nand_do_read_oob() return value | Miquel Raynal |
2018-01-06 | mtd: nand: Fix unfinished comment in nand_init_data_interface() | Miquel Raynal |
2017-12-16 | mtd: nand: add ->exec_op() implementation | Miquel Raynal |
2017-12-14 | mtd: nand: Only allocate ecc->{calc, code}_buf when actually needed | Boris Brezillon |
2017-12-14 | mtd: nand: squash struct nand_buffers into struct nand_chip | Masahiro Yamada |
2017-12-14 | mtd: nand: remove unused NAND_OWN_BUFFERS flag | Masahiro Yamada |
2017-12-14 | mtd: nand: provide valid ->data_interface during NAND detection | Miquel Raynal |
2017-12-14 | mtd: nand: force drivers to explicitly send READ/PROG commands | Boris Brezillon |
2017-12-14 | mtd: nand: provide several helpers to do common NAND operations | Boris Brezillon |
2017-12-01 | mtd: nand: use usual return values for the ->erase() hook | Miquel Raynal |
2017-11-30 | mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]() | Miquel Raynal |
2017-11-02 | Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtd | Richard Weinberger |
2017-10-31 | mtd: nand: Fix writing mtdoops to nand flash. | Brent Taylor |
2017-10-14 | mtd: nand: Export nand_reset() symbol | Boris Brezillon |
2017-09-18 | mtd: nand: introduce NAND_ROW_ADDR_3 flag | Masahiro Yamada |
2017-09-18 | mtd: nand: Use standard large page OOB layout when using NAND_ECC_NONE | Miquel Raynal |
2017-09-18 | mtd: nand: remove unused blockmask variable | Corentin Labbe |
2017-09-01 | Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next | Boris Brezillon |
2017-08-29 | mtd: nand: make Samsung SLC NAND usable again | Lothar Waßmann |
2017-08-23 | Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into... | Boris Brezillon |
2017-08-23 | mtd: nand: remove hard-coded NAND ids length | Jean-Louis Thekekara |
2017-08-23 | mtd: nand: Fix various memory leaks in core | Boris Brezillon |
2017-08-13 | mtd: nand: Rename nand.h into rawnand.h | Boris Brezillon |
2017-08-03 | mtd: nand: Remove support for block locking/unlocking | Boris Brezillon |
2017-08-02 | mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES | Boris Brezillon |
2017-08-02 | mtd: nand: Fix a docs build warning | Jonathan Corbet |
2017-08-02 | nand: fix wrong default oob layout for small pages using soft ecc | Miquel Raynal |
2017-07-13 | Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd | Linus Torvalds |
2017-07-07 | Merge tag 'nand/for-4.13' into MTD | Brian Norris |
2017-07-03 | Merge tag 'docs-4.13' of git://git.lwn.net/linux | Linus Torvalds |
2017-06-10 | mtd: nand: add generic helpers to check, match, maximize ECC settings | Masahiro Yamada |
2017-06-01 | mtd: nand: check ecc->total sanity in nand_scan_tail | Masahiro Yamada |
2017-06-01 | mtd: nand: Support 'EXIT GET STATUS' command in nand_command[_lp]() | Boris Brezillon |
2017-06-01 | mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG... | Boris Brezillon |
2017-06-01 | mtd: nand: Drop the ->errstat() hook | Boris Brezillon |
2017-06-01 | mtd: nand: Drop unused cached programming support | Boris Brezillon |
2017-06-01 | mtd: nand: Pass the CS line to ->setup_data_interface() | Boris Brezillon |
2017-06-01 | mtd: nand: Optimize checking of erased buffers | Pavel Machek |
2017-05-30 | mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPP | Boris Brezillon |
2017-05-22 | mtd: nand: make nand_ooblayout_lp_hamming_ops static | Colin Ian King |
2017-05-22 | mtd: nand: free vendor-specific resources in init failure paths | Brian Norris |
2017-05-22 | mtd: nand: don't leak buffers when ->scan_bbt() fails | Brian Norris |
2017-05-18 | Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook | Jonathan Corbet |
2017-05-16 | mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings | Mauro Carvalho Chehab |
2017-05-15 | mtd: nand: export nand_{read,write}_page_raw() | Thomas Petazzoni |