Age | Commit message (Expand) | Author | Files | Lines |
2019-05-15 | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> | Masahiro Yamada | 1 | -1/+1 |
2019-05-15 | mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitialized | Masahiro Yamada | 1 | -1/+1 |
2019-05-13 | Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2019-05-13 | Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 86 | -2537/+4102 |
2019-05-07 | ubi: wl: Fix uninitialized variable | Gustavo A. R. Silva | 1 | -1/+1 |
2019-05-07 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2 | -3/+0 |
2019-05-06 | mtd: part: fix incorrect format specifier for an unsigned long long | Colin Ian King | 1 | -1/+1 |
2019-05-06 | mtd: lpddr_cmds: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2019-05-06 | mtd: phram: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
2019-05-06 | mtd: cfi_cmdset_0002: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
2019-05-06 | mtd: cfi_util: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+6 |
2019-05-06 | mtd: afs: add v2 partition parsing | Linus Walleij | 1 | -1/+157 |
2019-05-06 | mtd: afs: factor the IIS read into partition parser | Linus Walleij | 1 | -39/+20 |
2019-05-06 | mtd: afs: factor footer parsing into the v1 part parsing | Linus Walleij | 1 | -59/+39 |
2019-05-06 | mtd: factor out v1 partition parsing | Linus Walleij | 1 | -38/+50 |
2019-05-06 | mtd: afs: simplify partition detection | Linus Walleij | 1 | -11/+22 |
2019-05-06 | mtd: afs: simplify partition parsing | Linus Walleij | 1 | -35/+32 |
2019-05-06 | mtd: partitions: Add OF support to AFS partitions | Linus Walleij | 1 | -0/+7 |
2019-05-06 | mtd: afs: Move AFS partition parser to parsers subdir | Linus Walleij | 5 | -17/+17 |
2019-05-06 | mtd: maps: Make uclinux_ram_map static | Thomas Huth | 1 | -7/+1 |
2019-05-06 | mtd: maps: Allow MTD_PHYSMAP with MTD_RAM | Chris Packham | 1 | -1/+1 |
2019-05-06 | mtd: maps: physmap: Store gpio_values correctly | Chris Packham | 1 | -0/+2 |
2019-05-06 | mtd: parser_imagetag: add of_match_table support | Jonas Gorski | 1 | -0/+8 |
2019-05-06 | mtd: bcm63xxpart: move imagetag parsing to its own parser | Jonas Gorski | 5 | -147/+235 |
2019-05-06 | mtd: bcm63xxpart: add of_match_table support | Jonas Gorski | 1 | -0/+8 |
2019-05-06 | mtd: physmap_of_gemini: remove extranous __xipram annotation | Arnd Bergmann | 1 | -1/+1 |
2019-05-06 | Merge tag 'spi-nor/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Richard Weinberger | 3 | -4/+15 |
2019-05-06 | spi-nor: intel-spi: Add support for Intel Comet Lake SPI serial flash | Mika Westerberg | 1 | -0/+1 |
2019-05-05 | Merge tag 'nand/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Richard Weinberger | 67 | -2093/+3392 |
2019-04-26 | mtd: rawnand: marvell: Clean the controller state before each operation | Miquel Raynal | 1 | -6/+6 |
2019-04-18 | mtd: nandsim: switch to exec_op interface | Richard Weinberger | 1 | -31/+47 |
2019-04-18 | mtd: nandsim: Embed struct nand_chip in struct nandsim | Richard Weinberger | 1 | -25/+24 |
2019-04-18 | mtd: rawnand: AMD: Also use the last page for bad block markers | Frieder Schrempf | 1 | -1/+7 |
2019-04-18 | mtd: rawnand: ESMT: Also use the last page for bad block markers | Frieder Schrempf | 1 | -1/+8 |
2019-04-18 | mtd: rawnand: Support bad block markers in first, second or last page | Frieder Schrempf | 3 | -37/+56 |
2019-04-18 | mtd: nand: Make flags for bad block marker position more granular | Frieder Schrempf | 10 | -11/+14 |
2019-04-18 | mtd: onenand: Store bad block marker position in chip struct | Frieder Schrempf | 2 | -4/+4 |
2019-04-18 | mtd: rawnand: Always store info about bad block markers in chip struct | Frieder Schrempf | 10 | -19/+19 |
2019-04-18 | mtd: rawnand: meson: only initialize the RB completion once | Martin Blumenstingl | 1 | -1/+2 |
2019-04-18 | mtd: rawnand: meson: use a void pointer for meson_nfc_dma_buffer_setup | Martin Blumenstingl | 1 | -5/+5 |
2019-04-18 | mtd: rawnand: meson: use of_property_count_elems_of_size helper | Martin Blumenstingl | 1 | -4/+1 |
2019-04-18 | mtd: rawnand: meson: use struct_size macro | Martin Blumenstingl | 1 | -2/+1 |
2019-04-18 | mtd: rawnand: marvell: Fix helper name in comment | Miquel Raynal | 1 | -1/+1 |
2019-04-18 | mtd: rawnand: sunxi: Add A23/A33 DMA support | Miquel Raynal | 1 | -2/+36 |
2019-04-18 | mtd: rawnand: sunxi: Add a platform data structure | Miquel Raynal | 1 | -5/+32 |
2019-04-18 | mtd: rawnand: ingenic: Make jz4725b_ooblayout_ops static | YueHaibing | 1 | -1/+1 |
2019-04-18 | mtd: rawnand: ingenic: Add missing MODULE_* information | YueHaibing | 1 | -0/+3 |
2019-04-18 | mtd: rawnand: denali: clean up coding style | Masahiro Yamada | 1 | -28/+26 |
2019-04-18 | mtd: rawnand: denali: remove DENALI_NR_BANKS macro | Masahiro Yamada | 1 | -5/+4 |
2019-04-18 | mtd: rawnand: denali: decouple controller and NAND chips | Masahiro Yamada | 4 | -217/+455 |