index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
devices
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-20
mtd: st_spi_fsm: Add a check to if the chip can handle an SoC reset
Lee Jones
1
-0
/
+40
2014-03-20
mtd: st_spi_fsm: Prepare read/write sequences according to configuration
Lee Jones
1
-0
/
+17
2014-03-20
mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing mode
Lee Jones
1
-0
/
+22
2014-03-20
mtd: st_spi_fsm: Provide the erase one sector sequence
Lee Jones
1
-0
/
+35
2014-03-20
mtd: st_spi_fsm: Fetch boot-device from mode pins
Lee Jones
1
-0
/
+46
2014-03-20
mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s)
Lee Jones
1
-0
/
+69
2014-03-20
mtd: st_spi_fsm: Use device size to determine address width
Lee Jones
1
-0
/
+4
2014-03-20
mtd: st_spi_fsm: Search for preferred FSM message sequence configurations
Lee Jones
1
-0
/
+27
2014-03-20
mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC ID
Lee Jones
1
-1
/
+25
2014-03-20
mtd: st_spi_fsm: Provide device look-up table
Lee Jones
1
-0
/
+136
2014-03-20
mtd: devices: Provide header for shared OPCODEs and SFDP commands
Lee Jones
2
-0
/
+83
2014-03-20
mtd: st_spi_fsm: Add support for JEDEC ID extraction
Lee Jones
1
-0
/
+55
2014-03-20
mtd: st_spi_fsm: Supply a method to read from the FSM's FIFO
Lee Jones
1
-0
/
+26
2014-03-20
mtd: st_spi_fsm: Supply framework for device requests
Lee Jones
1
-0
/
+56
2014-03-20
mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditions
Lee Jones
1
-0
/
+127
2014-03-20
mtd: st_spi_fsm: Supply all register address and bit logic defines
Lee Jones
1
-0
/
+164
2014-03-20
mtd: st_spi_fsm: Allocate resources and register with MTD framework
Lee Jones
3
-0
/
+115
2014-03-10
mtd: Fix the behavior of OTP write if there is not enough room for data
Christian Riesch
1
-6
/
+10
2014-03-10
mtd: block2mtd: check device size
Fabian Frederick
1
-1
/
+5
2014-03-10
mtd: m25p80: add Macronix mx66l1g55g 1Gbit SPI flash
Brian Norris
1
-0
/
+1
2014-03-10
mtd: Add a retlen parameter to _get_{fact,user}_prot_info
Christian Riesch
1
-3
/
+4
2014-03-10
mtd: m25p80: add support for the Spansion s25fl008k chip
Kuninori Morimoto
1
-0
/
+1
2014-03-10
mtd: pmc551: Remove unnecessary OOM messages
Jingoo Han
1
-6
/
+1
2014-03-10
mtd: spear_smi: Remove unnecessary OOM messages
Jingoo Han
1
-2
/
+0
2014-03-10
mtd: devices: elm: Remove unnecessary OOM messages
Jingoo Han
1
-3
/
+1
2014-03-10
mtd: elm: Use correct check on return value of pm_runtime_get_sync
Stefan Sørensen
1
-1
/
+1
2014-03-10
mtd: m25p80: Use positive logic to check JEDEC ID
Axel Lin
1
-3
/
+2
2014-03-10
mtd: delete non-required instances of include <linux/init.h>
Paul Gortmaker
3
-3
/
+0
2014-03-10
mtd: block2mtd: Add mutex_destroy
Fabian Frederick
1
-5
/
+8
2014-03-10
mtd: phram: Repair multiple instances support
Alexander Sverdlin
1
-7
/
+34
2014-03-10
mtd: m25p80: Enable Dual SPI read transfers for s25fl256s1 and s25fl512s
Geert Uytterhoeven
1
-2
/
+2
2014-03-10
mtd: m25p80: Add dual read support
Geert Uytterhoeven
1
-4
/
+19
2014-01-27
mtd: m25p80: Set rx_nbits for Quad SPI transfers
Geert Uytterhoeven
1
-0
/
+11
2014-01-27
mtd: m25p80: Enable Quad SPI read transfers for s25fl512s
Geert Uytterhoeven
1
-1
/
+1
2014-01-20
mtd: mtdram: add missing 'const'
Brian Norris
1
-1
/
+1
2014-01-20
mtd: m25p80: assign default read command
Brian Norris
1
-0
/
+2
2014-01-16
mtd: m25p80: Use OPCODE_QUAD_READ_4B for 4-byte addressing
Geert Uytterhoeven
1
-1
/
+1
2014-01-03
mtd: docg3: Use devm_*() functions
Jingoo Han
1
-14
/
+6
2014-01-03
mtd: m25p80: add support for m25px16
Igor Grinberg
1
-0
/
+1
2014-01-03
mtd: dataflash: remove unnecessary spi_set_drvdata()
Jingoo Han
1
-4
/
+1
2014-01-03
mtd: ms02-nv: remove superfluous name cast
Geert Uytterhoeven
1
-1
/
+1
2014-01-03
drivers: mtd: m25p80: add quad read support
Sourav Poddar
1
-2
/
+137
2014-01-03
drivers: mtd: m25p80: convert "bool" read check into an enum
Sourav Poddar
1
-14
/
+57
2013-11-07
mtd: dataflash: Say if we find a device we don't support
Mark Brown
1
-1
/
+1
2013-11-06
mtd: m25p80: fixup device removal failure path
Brian Norris
1
-3
/
+1
2013-11-06
mtd: m25p80: add support for Macronix mx25l3255e
Brian Norris
1
-0
/
+1
2013-11-06
mtd: m25p80: remove 'disabled' device check
Brian Norris
1
-6
/
+1
2013-11-06
mtd: m25p80: remove M25PXX_USE_FAST_READ Kconfig
Brian Norris
2
-12
/
+6
2013-11-06
mtd: m25p80: re-align ID entries
Brian Norris
1
-16
/
+16
2013-11-06
mtd: m25p80: remove obsolete FIXME
Brian Norris
1
-9
/
+0
[next]