index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: pismo: Simplify getting the adapter of a client
Wolfram Sang
2019-09-15
1
-2
/
+1
*
mtd: phram: Module parameters add writable permissions
Xiaoming Ni
2019-09-15
1
-1
/
+1
*
mtd: pxa2xx: Use ioremap_cache insted of ioremap_cached
Christoph Hellwig
2019-09-15
1
-2
/
+1
*
Merge tag 'cfi/for-5.4-rc1' of https://github.com/r-vignesh/linux into mtd/fo...
Richard Weinberger
2019-09-15
2
-113
/
+186
|
\
|
*
mtd: cfi_cmdset_0002: Disable write buffer functions if FORCE_WORD_WRITE is 1
Tokunori Ikegami
2019-08-27
1
-0
/
+6
|
*
mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit paths
Tokunori Ikegami
2019-08-27
1
-14
/
+24
|
*
mtd: cfi_cmdset_0002: Split wait for write buffer completion sequence
Tokunori Ikegami
2019-08-27
1
-41
/
+51
|
*
mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence
Tokunori Ikegami
2019-08-27
1
-16
/
+22
|
*
mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement
Tokunori Ikegami
2019-08-27
1
-19
/
+43
|
*
mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size
Tokunori Ikegami
2019-08-27
1
-40
/
+50
|
*
mtd: cfi_cmdset_0002: Remove goto statement from do_write_buffer()
Tokunori Ikegami
2019-08-27
1
-26
/
+27
|
*
mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
Tokunori Ikegami
2019-08-27
1
-6
/
+12
|
*
mtd: chips: gen_probe: kill useless initializer in mtd_do_chip_probe()
Sergei Shtylyov
2019-08-27
1
-1
/
+1
*
|
Merge tag 'spi-nor/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Richard Weinberger
2019-09-15
13
-909
/
+1570
|
\
\
|
*
|
mtd: spi-nor: Rename "n25q512a" to "mt25qu512a (n25q512a)"
Ashish Kumar
2019-08-30
1
-1
/
+4
|
*
|
mtd: spi-nor: Add support for mt35xu02g
Ashish Kumar
2019-08-30
1
-0
/
+3
|
*
|
mtd: spi-nor: remove superfluous pass of nor->info->sector_size
Tudor Ambarus
2019-08-29
1
-2
/
+3
|
*
|
mtd: spi-nor: enable the debugfs for the partname and partid
Zhuohao Lee
2019-08-29
1
-0
/
+12
|
*
|
mtd: mtdcore: add debugfs nodes for querying the flash name and id
Zhuohao Lee
2019-08-29
2
-9
/
+80
|
*
|
mtd: spi-nor: hisi-sfc: Add of_node_put() before break
Nishka Dasgupta
2019-08-28
1
-0
/
+1
|
*
|
mtd: spi-nor: aspeed-smc: Add of_node_put()
Nishka Dasgupta
2019-08-28
1
-1
/
+3
|
*
|
mtd: spi-nor: Introduce spi_nor_get_flash_info()
Tudor Ambarus
2019-08-28
1
-32
/
+44
|
*
|
mtd: spi-nor: Introduce spi_nor_set_addr_width()
Tudor Ambarus
2019-08-28
1
-20
/
+30
|
*
|
mtd: spi-nor: Bring flash params init together
Tudor Ambarus
2019-08-28
1
-18
/
+11
|
*
|
mtd: spi-nor: Add the SPI_NOR_XSR_RDY flag
Boris Brezillon
2019-08-28
1
-1
/
+9
|
*
|
mtd: spi-nor: Add s3an_post_sfdp_fixups()
Tudor Ambarus
2019-08-28
1
-7
/
+11
|
*
|
mtd: spi-nor: Add a ->setup() method
Tudor Ambarus
2019-08-28
2
-211
/
+226
|
*
|
mtd: spi-nor: Add a ->convert_addr() method
Boris Brezillon
2019-08-28
2
-17
/
+24
|
*
|
mtd: spi-nor: Add spansion_post_sfdp_fixups()
Boris Brezillon
2019-08-28
1
-14
/
+23
|
*
|
mtd: spi-nor: Add post_sfdp() hook to tweak flash config
Boris Brezillon
2019-08-28
1
-1
/
+32
|
*
|
mtd: spi-nor: Rework the SPI NOR lock/unlock logic
Boris Brezillon
2019-08-28
2
-20
/
+53
|
*
|
mtd: spi-nor: Create a ->set_4byte() method
Boris Brezillon
2019-08-28
2
-37
/
+41
|
*
|
mtd: spi-nor: Split spi_nor_init_params()
Tudor Ambarus
2019-08-28
1
-20
/
+63
|
*
|
mtd: spi-nor: Move manufacturer quad_enable() in ->default_init()
Tudor Ambarus
2019-08-28
1
-19
/
+29
|
*
|
mtd: spi-nor: Add a default_init() fixup hook for gd25q256
Boris Brezillon
2019-08-28
1
-12
/
+16
|
*
|
mtd: spi-nor: Add default_init() hook to tweak flash parameters
Tudor Ambarus
2019-08-28
1
-0
/
+17
|
*
|
mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'
Tudor Ambarus
2019-08-28
2
-22
/
+26
|
*
|
mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'
Tudor Ambarus
2019-08-28
2
-19
/
+23
|
*
|
mtd: spi-nor: Use nor->params
Tudor Ambarus
2019-08-28
1
-27
/
+19
|
*
|
mtd: spi-nor: Regroup flash parameter and settings
Tudor Ambarus
2019-08-28
2
-140
/
+164
|
*
|
mtd: spi-nor: Remove unused macro
Tudor Ambarus
2019-08-28
1
-1
/
+0
|
*
|
Merge tag 'v5.3-rc6' into spi-nor/next
Tudor Ambarus
2019-08-28
1693
-11594
/
+16297
|
|
\
\
|
*
|
|
mtd: spi-nor: intel-spi: Whitelist 4B read commands
Alexander Sverdlin
2019-08-21
1
-0
/
+2
|
*
|
|
mtd: spi-nor: fix a memory leak bug
Wenwen Wang
2019-08-21
1
-1
/
+1
|
*
|
|
mtd: spi-nor: Fix an error code in spi_nor_read_raw()
Dan Carpenter
2019-08-21
1
-2
/
+2
|
*
|
|
mtd: spi-nor: Fix Cadence QSPI RCU Schedule Stall
Thor Thayer
2019-08-21
1
-14
/
+5
|
*
|
|
mtd: spi-nor : Remove SPI_NOR_HAS_TB flag on s25fl512s
Jungseung Lee
2019-08-20
1
-1
/
+1
|
*
|
|
mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake SPI serial flash
Mika Westerberg
2019-08-20
1
-0
/
+1
|
*
|
|
mtd: spi-nor: add support for sst26wf016b memory IC
Eugeniy Paltsev
2019-08-20
1
-0
/
+2
|
*
|
|
mtd: spi-nor: Add Winbond w25q256jvm
Avi Fishman
2019-08-20
1
-0
/
+2
[next]