Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e770b18bbbaecebfb37389b45bf82974a17488d7
/
drivers
/
mtd
/
devices
a36cf68
Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 6 years ago
3baa8ec
mtd: devices: m25p80: Make sure WRITE_EN is issued before each write
by Yogesh Gaur
· 7 years ago
4a3e85f2
mtd: devices: m25p80: Make sure the buffer passed in op is DMA-able
by Boris Brezillon
· 6 years ago
010b0e7
Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Linus Torvalds
· 6 years ago
d0eea5d
Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next
by Boris Brezillon
· 6 years ago
da86748
Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next
by Boris Brezillon
· 6 years ago
c1acb21
Merge branch 'spi-4.19' into spi-next
by Mark Brown
· 6 years ago
b02b17f
mtd: m25p80: Call spi_mem_get_name() to let controller set a custom name
by Frieder Schrempf
· 6 years ago
a8222a8
mtd: Make Kconfig formatting consistent
by Boris Brezillon
· 6 years ago
39675ca
mtd: sst25l: use mtd_device_register()
by Rafał Miłecki
· 6 years ago
9ea97a7
mtd: powernv_flash: set of_node in mtd's dev
by Rafał Miłecki
· 6 years ago
cbdceb9
mtd: dataflash: Use ULL suffix for 64-bit constants
by Geert Uytterhoeven
· 7 years ago
9882b53
mtd: m25p80: Use SPI_MEM_OP_NO_DUMMY instead of SPI_MEM_OP_DUMMY(0, x)
by Boris Brezillon
· 7 years ago
00a5762
mtd: m25p80: Remove unneeded m25p->command field
by Boris Brezillon
· 7 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
f4e70c2
Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 7 years ago
1e07392
mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata()
by Boris Brezillon
· 7 years ago
4120f8d
mtd: spi-nor: Use the spi_mem_xx() API
by Boris Brezillon
· 7 years ago
c3c9a2c
mtd: dataflash: replace msleep with usleep_range
by Luca Ellero
· 7 years ago
0e210b5
mtd: devices: simplify getting .drvdata
by Wolfram Sang
· 7 years ago
e7bfb3f
mtd: Stop updating erase_info->state and calling mtd_erase_callback()
by Boris Brezillon
· 7 years ago
884cfd9
mtd: Stop assuming mtd_erase() is asynchronous
by Boris Brezillon
· 7 years ago
f0a37a8
mtd: st_spi_fsm: use %*ph to print small buffer
by Antonio Cardace
· 7 years ago
d40a18f
mtd: block2mtd: remove redundant initialization of 'bdev'
by Colin Ian King
· 7 years ago
c8f22b0
Merge tag 'spi-nor/for-4.16' of git://git.infradead.org/linux-mtd into mtd/next
by Boris Brezillon
· 7 years ago
0aede42
mtd: Remove duplicate checks on mtd_oob_ops parameter
by Boris Brezillon
· 7 years ago
24ff129
mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
by Boris Brezillon
· 7 years ago
db601f3
mtd: mchp23k256: propagate return value of spi_sync()
by Antonio Borneo
· 7 years ago
59b356f
mtd: m25p80: restore the status of SPI flash when exiting
by Hou Zhiqiang
· 7 years ago
14b661e
Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 7 years ago
5b0e2cb
Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
1be2172
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 7 years ago
1530578
mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
by Boris Brezillon
· 7 years ago
9a59410
mtd: remove the get_unmapped_area method
by Nicolas Pitre
· 7 years ago
877b58e
mtd: mtdram: properly handle the phys argument in the point method
by Nicolas Pitre
· 7 years ago
cb9e206
mtd: slram: use memremap() instead of ioremap()
by Roy Franz
· 7 years ago
d490668
mtd: constify mtd_partition
by Arvind Yadav
· 7 years ago
6f469b6
mtd: powernv_flash: Use opal_async_wait_response_interruptible()
by Cyril Bur
· 7 years ago
efe6941
mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisition
by Cyril Bur
· 7 years ago
e32ec15
mtd: powernv_flash: Remove pointless goto in driver init
by Cyril Bur
· 7 years ago
25ee52e
mtd: powernv_flash: Don't treat OPAL_SUCCESS as an error
by Cyril Bur
· 7 years ago
44e2aa2
mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()
by Cyril Bur
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
e4dca7b
treewide: Fix function prototypes for module_param_call()
by Kees Cook
· 7 years ago
282e45d
mtd: spi-nor: Add support for mr25h128
by Philipp Puschmann
· 7 years ago
d1f936d7
Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next
by Boris Brezillon
· 7 years ago
481815a
mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare.
by Arvind Yadav
· 7 years ago
90cc62f
mtd: spear_smi: add NULL check on devm_kzalloc() return value
by Gustavo A. R. Silva
· 8 years ago
e8e3edb
mtd: create per-device and module-scope debugfs entries
by Mario Rugiero
· 8 years ago
8b9ef8f
Merge tag 'spi-nor/for-4.13' into MTD
by Brian Norris
· 8 years ago
9447332
mtd: st_spi_fsm: remove SPINOR_OP_RDSR2 and use SPINOR_OP_RDCR instead
by Cyrille Pitchen
· 8 years ago
4379075
mtd: mchp23k256: Add support for mchp23lcv1024
by Chris Packham
· 8 years ago
2f071ff
mtd: mchp23k256: add partitioning support
by Chris Packham
· 8 years ago
44225c9
mtd: mchp23k256: switch to mtd_device_register()
by Chris Packham
· 8 years ago
4db4d35e
mtd: mchp23k256: Add OF device ID table
by Chris Packham
· 8 years ago
138f5dc
mtd: m25p80: add support of SPI 1-2-2 and 1-4-4 protocols
by Cyrille Pitchen
· 8 years ago
cfc5604
mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocols
by Cyrille Pitchen
· 8 years ago
5dc17fa
mtd: mchp23k256: Add driver for this SPI SRAM device
by Andrew Lunn
· 8 years ago
67e4145
mtd: dataflash: Add flash_info for AT45DB641E
by Andrey Smirnov
· 8 years ago
1da8869
mtd: dataflash: Make use of "extened device information"
by Andrey Smirnov
· 8 years ago
a296a1b
mtd: dataflash: Get rid of loop counter in jedec_probe()
by Andrey Smirnov
· 8 years ago
02f62864
mtd: dataflash: Replace pr_debug, printk with dev_* functions
by Andrey Smirnov
· 8 years ago
41c9c66
mtd: dataflash: Improve coding style in jedec_probe()
by Andrey Smirnov
· 8 years ago
c41e43c
mtd: dataflash: Replace C99 types with their kernel counterparts
by Andrey Smirnov
· 8 years ago
d4f4cf7
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 8 years ago
4e23612
ARM: 8638/1: mtd: lart: Rename partition defines to be prefixed with PART_
by Florian Fainelli
· 8 years ago
398d873
Merge tag 'spi-nor/for-4.11-v2' of git://github.com/spi-nor/linux
by Brian Norris
· 8 years ago
3a08e93
mtd: spi-nor: add dt support for Everspin MRAMs
by Uwe Kleine-König
· 8 years ago
902cc69
mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codes
by Cyrille Pitchen
· 8 years ago
9e276de
mtd: m25p80: consider max message size in m25p80_read
by Heiner Kallweit
· 8 years ago
ccc3823
mtd: bcm47xxsflash: support reading flash out of mapping window
by Rafał Miłecki
· 8 years ago
be5e509
mtd: bcm47xxsflash: use platform_(set|get)_drvdata
by Rafał Miłecki
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
64ad463
mtd: bcm47xxsflash: use uncached MMIO access for BCM53573
by Rafał Miłecki
· 8 years ago
affe8a2
Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 8 years ago
bad60e6
Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
efacc69
mtd: add arch dependency for MTD_BCM47XXSFLASH symbol
by Rafał Miłecki
· 8 years ago
0a52634
mtd: update description of MTD_BCM47XXSFLASH symbol
by Rafał Miłecki
· 8 years ago
ef158bd
mtd: Remove unused symbol CONFIG_MTDRAM_ABS_POS
by Ben Hutchings
· 9 years ago
d0226d3
powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msg
by Suraj Jitindar Singh
· 9 years ago
9519379
mtd: m25p80: read in spi_max_transfer_size chunks
by Michal Suchanek
· 9 years ago
2dd087b
mtd: spi-nor: stop passing around retlen
by Michal Suchanek
· 9 years ago
1992297b
mtd: m25p80: return amount of data transferred or error in read/write
by Michal Suchanek
· 9 years ago
59451e1
mtd: spi-nor: change return value of read/write
by Michal Suchanek
· 9 years ago
8bc4d5f
Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 9 years ago
2cbaf54
Merge tag 'nand/for-4.7' of github.com:linux-nand/linux
by Brian Norris
· 9 years ago
abbbc60
mtd: pmc551: add __init attribute
by Julia Lawall
· 9 years ago
1bd0b24
mtd: docg3: switch to mtd_ooblayout_ops
by Boris Brezillon
· 9 years ago
06af3b0
mtd: docg3: use mtd_set_ecclayout() where appropriate
by Boris Brezillon
· 9 years ago
08922f6
mtd: devices: m25p80: add support for mmap read request
by Vignesh R
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
5651d6a
mtd: bcm47xxsflash: use ioremap_cache() instead of KSEG0ADDR()
by Brian Norris
· 9 years ago
f5b8aa7
mtd: kill the ecclayout->oobavail field
by Boris BREZILLON
· 9 years ago
c67682c
mtd: mtdram: Add parameter for setting writebuf size
by Alexander Stein
· 9 years ago
c1711b2
mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in comments
by Brian Norris
· 9 years ago
de57732
mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor"
by Brian Norris
· 9 years ago
cd78ea0
mtd: m25p80: drop erase() callback
by Brian Norris
· 9 years ago
617f418
Merge v4.4-rc1 into MTD development
by Brian Norris
· 9 years ago
004b5e6
mtd: drop unnecessary partition parser data
by Brian Norris
· 9 years ago
Next »