index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-30
Merge tag 'nand/for-5.7' into mtd/next
Miquel Raynal
2
-23
/
+55
2020-03-25
Merge tag 'spi-nor/for-5.7' into mtd/next
Miquel Raynal
1
-266
/
+19
2020-03-24
mtd: rawnand: Add support for manufacturer specific suspend/resume operation
Mason Yang
1
-0
/
+4
2020-03-24
mtd: spi-nor: Add SR 4bit block protection support
Jungseung Lee
1
-0
/
+2
2020-03-17
mtd: spi-nor: Trim what is exposed in spi-nor.h
Tudor Ambarus
1
-254
/
+6
2020-03-17
mtd: spi-nor: Drop the MFR definitions
Tudor Ambarus
1
-17
/
+0
2020-03-17
mtd: spi-nor: Add the concept of SPI NOR manufacturer driver
Boris Brezillon
1
-0
/
+8
2020-03-16
mtd: spi-nor: Emphasise which is the generic set_4byte_addr_mode() method
Tudor Ambarus
1
-2
/
+2
2020-03-12
mtd: spinand: micron: identify SPI NAND device with Continuous Read mode
Shivamurthy Shastri
1
-0
/
+1
2020-03-11
mtd: rawnand: Add support for manufacturer specific lock/unlock operation
Mason Yang
1
-0
/
+5
2020-03-11
mtd: rawnand: Fix a typo ("manufecturer")
Jonathan Neuschäfer
1
-1
/
+1
2020-03-11
mtd: implement proper partition handling
Miquel Raynal
2
-11
/
+115
2020-03-09
mtd: spinand: rework detect procedure for different READ_ID operation
Chuanhong Guo
1
-22
/
+44
2020-02-19
mtd: spi-nor: use spi-mem dirmap API
Sergei Shtylyov
1
-0
/
+6
2020-02-17
mtd: spi-nor: introduce SR_BP_SHIFT define
Jungseung Lee
1
-0
/
+2
2020-01-27
Merge tag 'nand/for-5.6' into mtd/next
Miquel Raynal
1
-1
/
+1
2020-01-14
mtd: spi-nor: remove unused enum spi_nor_ops
Michael Walle
1
-10
/
+2
2020-01-09
mtd: onenand: omap2: Fix errors in style
Amir Mahdi Ghorbanian
1
-1
/
+1
2019-12-23
mtd: spi-nor: Support TB selection using SR bit 6
Jungseung Lee
1
-0
/
+1
2019-12-23
mtd: spi-nor: Rename SR_TB to indicate the bit used
Jungseung Lee
1
-1
/
+2
2019-11-11
mtd: spi-nor: Set default Quad Enable method for ISSI flashes
Sagar Shrikant Kadam
1
-0
/
+1
2019-11-11
mtd: spi-nor: Rename Quad Enable methods
Tudor Ambarus
1
-1
/
+1
2019-11-11
mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1
Tudor Ambarus
1
-3
/
+1
2019-11-11
mtd: spi-nor: Rework the disabling of block write protection
Tudor Ambarus
1
-3
/
+0
2019-11-11
mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()
Tudor Ambarus
1
-0
/
+3
2019-10-23
mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'
Tudor Ambarus
1
-21
/
+30
2019-09-21
Merge tag 'mtd/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
4
-83
/
+218
2019-09-15
Merge tag 'spi-nor/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Richard Weinberger
2
-82
/
+212
2019-09-05
mtd: Kill mount_mtd()
David Howells
1
-3
/
+0
2019-09-05
mtd: Provide fs_context-aware mount_mtd() replacement
David Howells
1
-0
/
+3
2019-08-29
mtd: mtdcore: add debugfs nodes for querying the flash name and id
Zhuohao Lee
1
-0
/
+3
2019-08-28
mtd: spi-nor: Add a ->setup() method
Tudor Ambarus
1
-0
/
+5
2019-08-28
mtd: spi-nor: Add a ->convert_addr() method
Boris Brezillon
1
-7
/
+10
2019-08-28
mtd: spi-nor: Rework the SPI NOR lock/unlock logic
Boris Brezillon
1
-7
/
+16
2019-08-28
mtd: spi-nor: Create a ->set_4byte() method
Boris Brezillon
1
-0
/
+2
2019-08-28
mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'
Tudor Ambarus
1
-3
/
+5
2019-08-28
mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'
Tudor Ambarus
1
-2
/
+0
2019-08-28
mtd: spi-nor: Regroup flash parameter and settings
Tudor Ambarus
1
-75
/
+164
2019-08-28
mtd: spi-nor: Remove unused macro
Tudor Ambarus
1
-1
/
+0
2019-08-26
mtd: nand: fix typo, s/erasablocks/eraseblocks
Tudor Ambarus
1
-1
/
+1
2019-08-26
mtd: rawnand: sharpsl: add include guard to linux/mtd/sharpsl.h
Masahiro Yamada
1
-0
/
+5
2019-08-12
mtd: spi-nor: fix description for int (*flash_is_locked)()
Tudor Ambarus
1
-1
/
+1
2019-08-12
mtd: spi-nor: Rework hwcaps selection for the spi-mem case
Boris Brezillon
1
-0
/
+14
2019-08-12
mtd: spi-nor: Move m25p80 code in spi-nor.c
Boris Brezillon
1
-0
/
+3
2019-08-12
mtd: spi-nor: always use bounce buffer for register read/writes
Vignesh Raghavendra
1
-2
/
+5
2019-07-13
Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
6
-2
/
+167
2019-07-06
Merge tag 'nand/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Richard Weinberger
18
-196
/
+91
2019-06-27
mtd: spinand: Add initial support for Paragon PN26G0xA
Jeff Kletsky
1
-0
/
+1
2019-06-27
mtd: Add flag to indicate panic_write
Kamal Dasu
1
-0
/
+6
2019-06-27
mtd: spinand: Add support for two-byte device IDs
Jeff Kletsky
1
-2
/
+2
[next]