| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: fix mtd_oobavail() incoherent returned value | Miquel Raynal | 2019-04-12 | 1 | -1/+1 |
* | mtd: Don't stop MTD partition creation when it fails on one device | Boris Brezillon | 2018-12-06 | 1 | -0/+2 |
* | mtd: Delete partitions attached to the device when a device is deleted | Boris Brezillon | 2018-12-06 | 1 | -0/+15 |
* | mtd: Add a function to report when the MTD dev list has been updated | Boris Brezillon | 2018-12-06 | 1 | -0/+1 |
* | mtd: mtdpart: implement proper partition handling | Miquel Raynal | 2018-10-02 | 1 | -0/+32 |
* | mtd: uboot: search for an equivalent MTD name with the mtdids | Miquel Raynal | 2018-10-02 | 1 | -0/+5 |
* | mtd: move definitions to enlarge their range | Miquel Raynal | 2018-09-20 | 1 | -0/+6 |
* | mtd: add get/set of_node/flash_node helpers | Brian Norris | 2018-09-20 | 1 | -0/+28 |
* | mtd: Uninline mtd_write_oob and move it to mtdcore.c | Ezequiel Garcia | 2018-09-20 | 1 | -11/+1 |
* | mtd: remove stale comment in mtd_oob_ops structure | Miquel Raynal | 2018-07-24 | 1 | -4/+0 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | mtd: add mtd_ooblayout_xxx() helper functions | Boris Brezillon | 2017-11-29 | 1 | -0/+57 |
* | mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUG | Masahiro Yamada | 2017-10-23 | 1 | -24/+0 |
* | printk: collect printk stuff into <linux/printk.h> with loglevel support | Masahiro Yamada | 2017-10-04 | 1 | -9/+1 |
* | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada | 2016-09-23 | 1 | -1/+1 |
* | mtd: fix compiler warnings | Steve Rae | 2016-07-24 | 1 | -0/+5 |
* | mtd: nand: Sync with Linux v4.6 | Scott Wood | 2016-06-03 | 1 | -0/+5 |
* | include/linux/mtd: Update copyright notices | Tom Rini | 2015-11-12 | 1 | -1/+1 |
* | dm: implement a MTD uclass | Thomas Chou | 2015-11-12 | 1 | -0/+2 |
* | ubi,ubifs: sync with linux v4.2 | Heiko Schocher | 2015-10-26 | 1 | -0/+3 |
* | mtd: nand: Increase max sizes of OOB and Page size | Siva Durga Prasad Paladugu | 2015-08-25 | 1 | -1/+1 |
* | mtd: Introduce mtd_block_isreserved() | Ezequiel Garcia | 2015-08-25 | 1 | -0/+2 |
* | mtd: fix false positive "Offset exceeds device limit" error | Masahiro Yamada | 2015-07-10 | 1 | -2/+3 |
* | mtd, nand: Move common functions from cmd_nand.c to common place | Heiko Schocher | 2015-06-30 | 1 | -0/+5 |
* | kbuild: force to define __UBOOT__ in all the C sources | Masahiro Yamada | 2014-09-16 | 1 | -1/+0 |
* | mtd,ubi,ubifs: sync with linux v3.15 | Heiko Schocher | 2014-08-25 | 1 | -8/+8 |
* | mtd, ubi, ubifs: update for the sync with linux v3.14 | Heiko Schocher | 2014-08-25 | 1 | -0/+1 |
* | mtd, ubi, ubifs: resync with Linux-3.14 | Heiko Schocher | 2014-08-25 | 1 | -87/+185 |
* | mtd: move & update nand_ecclayout structure (plus board changes) | Prabhakar Kushwaha | 2013-11-21 | 1 | -0/+23 |
* | mtd: resync with Linux-3.7.1 | Sergey Lapin | 2013-05-31 | 1 | -75/+128 |
* | NAND: Really ignore bad blocks when scrubbing | Marek Vasut | 2011-10-03 | 1 | -0/+1 |
* | Convert ISO-8859 files to UTF-8 | Albert ARIBAUD | 2011-08-04 | 1 | -1/+1 |
* | mtd: add an mtd method for get_len_incl_bad() | Ben Gardiner | 2010-10-11 | 1 | -1/+3 |
* | nand: remove dead code and suspend/resume | Scott Wood | 2010-10-11 | 1 | -4/+0 |
* | Coding style cleanup; update CHANGELOG | Wolfgang Denk | 2009-07-07 | 1 | -2/+2 |
* | mtd: Update MTD infrastructure to support 64bit device size | Stefan Roese | 2009-06-12 | 1 | -8/+21 |
* | NAND: sync with 2.6.27 | Scott Wood | 2008-10-29 | 1 | -6/+26 |
* | Coding Style cleanup, update CHANGELOG | Wolfgang Denk | 2008-08-14 | 1 | -4/+4 |
* | Fix OneNAND build break | Kyungmin Park | 2008-08-13 | 1 | -0/+16 |
* | Update MTD to that of Linux 2.6.22.1 | William Juul | 2008-08-12 | 1 | -50/+100 |
* | NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution. | Scott Wood | 2008-07-09 | 1 | -2/+2 |
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | 1 | -2/+2 |
* | Update of new NAND code | Wolfgang Denk | 2005-09-14 | 1 | -17/+17 |
* | Rewrite of NAND code based on what is in 2.6.12 Linux kernel | Wolfgang Denk | 2005-08-17 | 1 | -0/+214 |