index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi-nor
/
spi-nor.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mtd: spi-nor: Pointer parameter for SR in spi_nor_read_sr()
Tudor Ambarus
2019-11-01
1
-53
/
+64
*
mtd: spi-nor: Don't overwrite errno from Reg Ops
Tudor Ambarus
2019-11-01
1
-7
/
+6
*
mtd: spi-nor: Drop explicit cast to int to already int value
Tudor Ambarus
2019-11-01
1
-9
/
+6
*
mtd: spi-nor: Stop compare with negative in Reg Ops methods
Tudor Ambarus
2019-11-01
1
-10
/
+13
*
mtd: spi-nor: Group all Reg Ops to avoid forward declarations
Tudor Ambarus
2019-11-01
1
-213
/
+213
*
mtd: spi-nor: Drop duplicated new line
Tudor Ambarus
2019-11-01
1
-1
/
+0
*
mtd: spi-nor: Prepend spi_nor_ to all Reg Ops methods
Tudor Ambarus
2019-11-01
1
-54
/
+56
*
mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'
Tudor Ambarus
2019-10-23
1
-33
/
+43
*
mtd: spi-nor: add support for en25qh16
DENG Qingfang
2019-10-23
1
-0
/
+2
*
mtd: spi-nor: Fix direction of the write_sr() transfer
Tudor Ambarus
2019-10-04
1
-1
/
+1
*
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: 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
1
-211
/
+221
*
mtd: spi-nor: Add a ->convert_addr() method
Boris Brezillon
2019-08-28
1
-10
/
+14
*
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
1
-13
/
+37
*
mtd: spi-nor: Create a ->set_4byte() method
Boris Brezillon
2019-08-28
1
-37
/
+39
*
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
1
-19
/
+21
*
mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'
Tudor Ambarus
2019-08-28
1
-17
/
+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
1
-65
/
+0
*
Merge tag 'v5.3-rc6' into spi-nor/next
Tudor Ambarus
2019-08-28
1
-2
/
+3
|
\
|
*
mtd: spi-nor: Fix the disabling of write protection at init
Tudor Ambarus
2019-08-13
1
-2
/
+3
*
|
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 : Remove SPI_NOR_HAS_TB flag on s25fl512s
Jungseung Lee
2019-08-20
1
-1
/
+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
*
|
mtd: spi-nor: Rework hwcaps selection for the spi-mem case
Boris Brezillon
2019-08-12
1
-36
/
+147
*
|
mtd: spi-nor: Move m25p80 code in spi-nor.c
Boris Brezillon
2019-08-12
1
-28
/
+600
*
|
mtd: spi-nor: always use bounce buffer for register read/writes
Vignesh Raghavendra
2019-08-12
1
-36
/
+44
|
/
*
Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
2019-07-13
1
-3
/
+34
|
\
|
*
mtd: spi-nor: fix nor->addr_width when its value configured from SFDP does no...
Liu Xiang
2019-06-27
1
-1
/
+24
|
*
mtd: spi-nor: Spelling s/Writ/Write/
Geert Uytterhoeven
2019-06-22
1
-1
/
+1
|
*
mtd: spi-nor: Add Winbond w25q16jv support
Robert Marko
2019-06-22
1
-0
/
+5
|
*
mtd: spi-nor: change "error reading JEDEC id" from dbg to err
Flavio Suligoi
2019-06-07
1
-1
/
+1
|
*
mtd: spi-nor: Add Micron MT25QL02 support
Andrey Smirnov
2019-06-07
1
-0
/
+3
*
|
mtd: spi-nor: use 16-bit WRR command when QE is set on spansion flashes
Tudor Ambarus
2019-06-23
1
-11
/
+108
|
/
[prev]
[next]