Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
a426ea9bb3889b3ce3bec52f2467c1becdcc330a
/
drivers
/
mtd
537bd0a
Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 5 years ago
e3a251e
Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
by Linus Torvalds
· 5 years ago
0da5221
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
55ed51f
{tty: serial, nand: onenand}: samsung: rename to fix build warning
by Sudip Mukherjee
· 5 years ago
f9c34bb
ubi: Fix producing anchor PEBs
by Sascha Hauer
· 5 years ago
0997187
ubi: Fix warning static is not at beginning of declaration
by Rishi Gupta
· 5 years ago
188945e
ubi: Print skip_check in ubi_dump_vol_info()
by Stefan Roese
· 5 years ago
589e1b6
Merge tag 'nand/for-5.5' into mtd/next
by Miquel Raynal
· 5 years ago
8389a7b
Merge tag 'spi-nor/for-5.5' into mtd/next
by Miquel Raynal
· 5 years ago
ad39b5a
Merge CFI/Hyperbus tag 'for-v5.5-rc1' into mtd/next
by Miquel Raynal
· 5 years ago
14f89e0
mtd: devices: fix mchp23k256 read and write
by Angelo Dureghello
· 5 years ago
c2d73ba
mtd: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 5 years ago
83cba93
mtd: spi-nor: Set default Quad Enable method for ISSI flashes
by Sagar Shrikant Kadam
· 5 years ago
d6ee516
mtd: spi-nor: Add support for is25wp256
by Sagar Shrikant Kadam
· 5 years ago
4c42f63
mtd: spi-nor: Add support for w25q256jw
by Manivannan Sadhasivam
· 5 years ago
9326b4e
mtd: spi-nor: Move condition to avoid a NULL check
by Tudor Ambarus
· 5 years ago
ac82229
mtd: spi-nor: Make sure nor->spimem and nor->controller_ops are mutually exclusive
by Tudor Ambarus
· 5 years ago
658488e
mtd: spi-nor: Rename Quad Enable methods
by Tudor Ambarus
· 5 years ago
7b678c6
mtd: spi-nor: Merge spansion Quad Enable methods
by Tudor Ambarus
· 5 years ago
bb2dc7f
mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1
by Tudor Ambarus
· 5 years ago
4da11da
mtd: spi-nor: Extend the SR Read Back test
by Tudor Ambarus
· 5 years ago
3e0930f
mtd: spi-nor: Rework the disabling of block write protection
by Tudor Ambarus
· 5 years ago
39d1e33
mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()
by Tudor Ambarus
· 5 years ago
c159956
mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlash
by Sergei Shtylyov
· 5 years ago
72914a8
mtd: cfi_cmdset_0002: only check errors when ready in cfi_check_err_status()
by Sergei Shtylyov
· 5 years ago
03976af
mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup()
by Hou Tao
· 5 years ago
ea4f513
mtd: cfi_cmdset_*: kill useless 'ret' variable initializers
by Sergei Shtylyov
· 5 years ago
d532c28
mtd: cfi_util: use DIV_ROUND_UP() in cfi_udelay()
by Sergei Shtylyov
· 5 years ago
b24eaf5
mtd: spi-nor: Print debug message when the read back test fails
by Tudor Ambarus
· 5 years ago
40b7d5c
mtd: spi-nor: Check all the bits written, not just the BP ones
by Tudor Ambarus
· 5 years ago
b0db77f
mtd: spi-nor: Fix errno on Quad Enable methods
by Tudor Ambarus
· 5 years ago
6011b48
mtd: spi-nor: Drop spansion_quad_enable()
by Tudor Ambarus
· 5 years ago
78f1ddf
mtd: spi-nor: Describe all the Reg Ops
by Tudor Ambarus
· 5 years ago
6e3087a
mtd: spi-nor: Merge spi_nor_write_sr() and spi_nor_write_sr_cr()
by Tudor Ambarus
· 5 years ago
718dd9e
mtd: spi-nor: Move the WE and wait calls inside Write SR methods
by Tudor Ambarus
· 5 years ago
abd494b
mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()
by Tudor Ambarus
· 5 years ago
cd1ebe1
mtd: spi-nor: Rename label as it is no longer generic
by Tudor Ambarus
· 5 years ago
bce679e
mtd: spi-nor: Check for errors after each Register Operation
by Tudor Ambarus
· 5 years ago
d1ed88e
mtd: spi-nor: Print debug info inside Reg Ops methods
by Tudor Ambarus
· 5 years ago
f633ebe
mtd: spi-nor: Use dev_dbg insted of dev_err for low level info
by Tudor Ambarus
· 5 years ago
3d63ee5
mtd: spi-nor: fix silent truncation in spi_nor_read_raw()
by Sergei Shtylyov
· 5 years ago
a719a75
mtd: spi-nor: fix silent truncation in spi_nor_read()
by Sergei Shtylyov
· 5 years ago
5a0feb6
mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash
by Mika Westerberg
· 5 years ago
0aa3695
mtd: spi-nor: Print device info in case of error
by Tudor Ambarus
· 5 years ago
cc86f3e
mtd: spi-nor: Constify data to write to the Status Register
by Tudor Ambarus
· 5 years ago
4b37453
mtd: spi-nor: Fix retlen handling in sst_write()
by Tudor Ambarus
· 5 years ago
70d2c6d
mtd: spi-nor: Drop redundant error reports in Reg Ops callers
by Tudor Ambarus
· 5 years ago
b662d39
mtd: spi-nor: Pointer parameter for CR in spi_nor_read_cr()
by Tudor Ambarus
· 5 years ago
5ce1b49
mtd: spi-nor: Pointer parameter for FSR in spi_nor_read_fsr()
by Tudor Ambarus
· 5 years ago
cd1718f
mtd: spi-nor: Pointer parameter for SR in spi_nor_read_sr()
by Tudor Ambarus
· 5 years ago
7380f79
mtd: spi-nor: Don't overwrite errno from Reg Ops
by Tudor Ambarus
· 5 years ago
17ccd0e
mtd: spi-nor: Drop explicit cast to int to already int value
by Tudor Ambarus
· 5 years ago
ebe04bf
mtd: spi-nor: Stop compare with negative in Reg Ops methods
by Tudor Ambarus
· 5 years ago
502c4b0
mtd: spi-nor: Group all Reg Ops to avoid forward declarations
by Tudor Ambarus
· 5 years ago
40b0495
mtd: spi-nor: Drop duplicated new line
by Tudor Ambarus
· 5 years ago
567c298
mtd: spi-nor: Prepend spi_nor_ to all Reg Ops methods
by Tudor Ambarus
· 5 years ago
777260a
mtd: rawnand: remove unecessary checking if dmac is NULL
by Piotr Sroka
· 5 years ago
29d9640
mtd: rawnand: cadence: Remove dev_err() on platform_get_irq() failure
by YueHaibing
· 5 years ago
21777bc
mtd: rawnand: mxic: Remove dev_err() on platform_get_irq() failure
by YueHaibing
· 5 years ago
0e04b2ff
mtd: rawnand: brcmnand: Fix NULL pointer assignment
by Florian Fainelli
· 5 years ago
f34a507
mtd: rawnand: denali: remove the old unified controller/chip DT support
by Masahiro Yamada
· 5 years ago
69c7f46
mtd: spear_smi: Fix Write Burst mode
by Miquel Raynal
· 5 years ago
2aba2f2
mtd: physmap_of: add a hook for Intel IXP4xx flash probing
by Linus Walleij
· 5 years ago
e96303f
mtd: maps: l440gx: Avoid printing address to dmesg
by Fuqian Huang
· 5 years ago
407e9ef
compat_ioctl: move drivers to compat_ptr_ioctl
by Arnd Bergmann
· 6 years ago
a5c6603
mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read() definition
by Tudor Ambarus
· 5 years ago
45397787
mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'
by Tudor Ambarus
· 5 years ago
1a21bdf
mtd: spi-nor: hisi-sfc: Drop nor->erase NULL assignment
by Tudor Ambarus
· 5 years ago
172b332
mtd: spi-nor: add support for en25qh16
by DENG Qingfang
· 5 years ago
4b97ba7
mtd: spi-nor: intel-spi: add support for Intel Cannon Lake SPI flash
by Jethro Beekman
· 5 years ago
3912970
mtd: spi-nor: intel-spi: support chips without software sequencer
by Jethro Beekman
· 5 years ago
b34c095
mtd: st_spi_fsm: remove unused field from struct stfsm
by Bartosz Golaszewski
· 5 years ago
717bc8a
mtd: Initialize all parameters of mtd_oob_ops
by Miquel Raynal
· 5 years ago
afa1737
mtd: spear_smi: remove set but not used variable 'flash_info'
by zhengbin
· 5 years ago
aab478c
mtd: Remove dev_err() usage after platform_get_irq()
by Stephen Boyd
· 5 years ago
df8fed8
mtd: rawnand: au1550nd: Fix au_read_buf16() prototype
by Paul Burton
· 5 years ago
41e086e
mtd: spi-nor: Fix direction of the write_sr() transfer
by Tudor Ambarus
· 5 years ago
ec4ba01
mtd: rawnand: Add new Cadence NAND driver to MTD subsystem
by Piotr Sroka
· 5 years ago
a3c4c23
mtd: rawnand: Change calculating of position page containing BBM
by Piotr Sroka
· 5 years ago
83156c1
mtd: nand: brcmnand: Add support for flash-dma v0
by Kamal Dasu
· 5 years ago
5c6bd5d
Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 5 years ago
104c0d6
Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
by Linus Torvalds
· 5 years ago
4553d46
Merge tag 'mtd/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
by Linus Torvalds
· 5 years ago
bc7d9ae
Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
e170eb2
Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
2cfcfad
mtd: pmc551: Remove set but not used variable 'soff_lo'
by zhengbin
· 5 years ago
8a9485f
mtd: cfi_cmdset_0002: Fix do_erase_chip() to get chip as erasing mode
by Tokunori Ikegami
· 5 years ago
137e92f
mtd: sm_ftl: Fix memory leak in sm_init_zone() error path
by Wenwen Wang
· 5 years ago
a3f12a3
mtd: parsers: Move CMDLINE parser
by Linus Walleij
· 5 years ago
c5da56f
mtd: parsers: Move OF parser
by Linus Walleij
· 5 years ago
ac37d35
mtd: parsers: Move BCM63xx parser
by Linus Walleij
· 5 years ago
11f7402
mtd: parsers: Move BCM47xx parser
by Linus Walleij
· 5 years ago
5a4a335
mtd: parsers: Move TI AR7 parser
by Linus Walleij
· 5 years ago
7520312
mtd: pismo: Simplify getting the adapter of a client
by Wolfram Sang
· 5 years ago
f3d45ac
mtd: phram: Module parameters add writable permissions
by Xiaoming Ni
· 5 years ago
97ef08a
mtd: pxa2xx: Use ioremap_cache insted of ioremap_cached
by Christoph Hellwig
· 5 years ago
6db5506
Merge tag 'cfi/for-5.4-rc1' of https://github.com/r-vignesh/linux into mtd/for-5.4
by Richard Weinberger
· 5 years ago
560852a
Merge tag 'spi-nor/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/for-5.4
by Richard Weinberger
· 5 years ago
c3c1aca
Merge tag 'nand/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/for-5.4
by Richard Weinberger
· 5 years ago
e46131b
ubi: block: Warn if volume size is not multiple of 512
by Richard Weinberger
· 5 years ago
Next »