index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-07
mtd: rawnand: ams-delta: Fix various coding style issues
Boris Brezillon
1
-15
/
+8
2018-12-07
mtd: rawnand: ams-delta: Add an SPDX tag to replace the license text
Boris Brezillon
1
-5
/
+2
2018-12-07
mtd: rawnand: ams-delta: Allow this driver to be compiled when COMPILE_TEST=y
Boris Brezillon
2
-6
/
+3
2018-12-07
mtd: rawnand: Move nand_exec_op() to internal.h
Boris Brezillon
1
-0
/
+9
2018-12-07
mtd: rawnand: legacy: Drop useless test in nand_legacy_set_defaults()
Boris Brezillon
1
-1
/
+1
2018-12-07
mtd: rawnand: Reorganize code to avoid forward declarations
Boris Brezillon
2
-254
/
+246
2018-12-07
mtd: rawnand: Stop passing mtd_info objects to internal functions
Boris Brezillon
3
-190
/
+184
2018-12-07
mtd: spinand: Add initial support for Toshiba TC58CVG2S0H
Schrempf Frieder
3
-1
/
+139
2018-12-06
mtd: physmap_of_gemini: Handle pin control
Linus Walleij
2
-1
/
+110
2018-12-06
mtd: maps: physmap: Leave assigned complex mappings
Linus Walleij
1
-2
/
+12
2018-12-06
mtd: add support for reading MTD devices via the nvmem API
Alban Bedel
2
-0
/
+57
2018-12-03
mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it
Yangtao Li
4
-45
/
+12
2018-12-03
mtd: change len type from signed to unsigned type
huijin.park
1
-1
/
+1
2018-12-02
mtd: improve calculating partition boundaries when checking for alignment
Rafał Miłecki
1
-2
/
+11
2018-12-02
mtd: keep original flags for every struct mtd_info
Rafał Miłecki
2
-1
/
+4
2018-12-02
mtd: fix Coverity integer handling issue
Miquel Raynal
1
-3
/
+3
2018-12-02
mtd: nftl: clean up indentation, remove extraneous tabs
Colin Ian King
1
-16
/
+17
2018-12-01
kbuild: announce removal of SUBDIRS if used
Masahiro Yamada
1
-7
/
+0
2018-11-28
mtd: nand: Fix memory allocation in nanddev_bbt_init()
Frieder Schrempf
1
-1
/
+2
2018-11-28
mtd: spi-nor: fix erase_type array to indicate current map conf
Tudor Ambarus
1
-2
/
+29
2018-11-27
mtd: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-1
/
+1
2018-11-20
mtd: spi-nor: fix selection of uniform erase type in flexible conf
Tudor.Ambarus@microchip.com
1
-11
/
+36
2018-11-19
mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
Thor Thayer
1
-3
/
+16
2018-11-18
mtd: rawnand: qcom: Namespace prefix some commands
Olof Johansson
1
-16
/
+16
2018-11-18
mtd: rawnand: atmel: fix OF child-node lookup
Johan Hovold
1
-4
/
+7
2018-11-13
mtd: spi_nor: pass DMA-able buffer to spi_nor_read_raw()
Tudor.Ambarus@microchip.com
1
-4
/
+11
2018-11-13
mtd: spi-nor: don't overwrite errno in spi_nor_get_map_in_use()
Tudor.Ambarus@microchip.com
1
-4
/
+9
2018-11-13
mtd: spi-nor: fix iteration over smpt array
Tudor.Ambarus@microchip.com
1
-10
/
+30
2018-11-13
mtd: spi-nor: don't drop sfdp data if optional parsers fail
Tudor.Ambarus@microchip.com
1
-3
/
+12
2018-11-13
mtd: rawnand: sh_flctl: convert to SPDX identifiers
Kuninori Morimoto
1
-15
/
+2
2018-11-13
Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into nand/next
Miquel Raynal
5
-6
/
+15
2018-11-12
mtd: partitions: Add OF support to RedBoot partitions
Linus Walleij
1
-1
/
+31
2018-11-12
mtd: Move Redboot partition parser
Linus Walleij
5
-51
/
+51
2018-11-09
mtd: cfi_cmdset_0020: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+6
2018-11-09
mtd: block2mtd: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2018-11-09
mtd: Kconfig: fix spelling mistake "partions" -> "partition"
Colin Ian King
1
-1
/
+1
2018-11-07
spi: Add QuadSPI driver for Atmel SAMA5D2
Piotr Bugalski
3
-559
/
+0
2018-11-07
mtd: spi-nor: atmel-quadspi: Remove unused code from atmel-quadspi driver
Piotr Bugalski
1
-388
/
+0
2018-11-07
mtd: spi-nor: atmel-quadspi: Use spi-mem interface for atmel-quadspi driver
Piotr Bugalski
1
-73
/
+18
2018-11-07
mtd: spi-nor: atmel-quadspi: Add spi-mem support to atmel-quadspi
Piotr Bugalski
1
-0
/
+211
2018-11-07
mtd: spi-nor: atmel-quaspi: Typo fix
Piotr Bugalski
1
-2
/
+2
2018-11-06
mtd: maps: Get rid of the latch-addr-flash driver
Boris Brezillon
3
-239
/
+0
2018-11-06
mtd: maps: physmap: Invert logic on if/else branch
Ricardo Ribalda Delgado
1
-8
/
+11
2018-11-06
mtd: sa1100: avoid VLA in sa1100_setup_mtd
Boris Brezillon
1
-1
/
+9
2018-11-06
mtd: rawnand: Flag 1.8V AC chips with a broken GET_FEATURES(TIMINGS)
Mason Yang
1
-0
/
+7
2018-11-05
mtd: spi-nor: Reset nor->addr_width when SFDP parsing failed
Boris Brezillon
1
-2
/
+4
2018-11-05
mtd: spi-nor: cadence-quadspi: Return error code in cqspi_direct_read_execute()
Christophe JAILLET
1
-1
/
+1
2018-11-05
mtd: maps: Merge gpio-addr-flash.c into physmap-core.c
Boris Brezillon
4
-294
/
+157
2018-11-05
mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}
Boris Brezillon
7
-10
/
+10
2018-11-05
mtd: maps: Merge physmap_of.c into physmap-core.c
Boris Brezillon
4
-400
/
+240
[prev]
[next]