index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
devices
/
st_spi_fsm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-13
mtd: st_spi_fsm: Fix [-Wsign-compare] build warning
Lee Jones
1
-1
/
+1
2015-01-13
mtd: st_spi_fsm: Obtain and use EMI clock
Lee Jones
1
-2
/
+38
2015-01-13
mtd: st_spi_fsm: Extend fsm_clear_fifo to handle unwanted bytes
Lee Jones
1
-16
/
+79
2014-10-20
mtd: devices: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-05-21
mtd: st_spi_fsm: Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-04-17
mtd: st_spi_fsm: correct type issues
Brian Norris
1
-6
/
+6
2014-04-14
mtd: st_spi_fsm: begin using spi-nor.h opcodes
Brian Norris
1
-4
/
+5
2014-04-14
mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_*
Brian Norris
1
-56
/
+56
2014-04-14
mtd: st_spi_fsm: kill duplicate CMD definitions
Brian Norris
1
-36
/
+0
2014-04-14
mtd: st_spi_fsm: Add support for Macronix MX25L3255E
Angus Clark
1
-1
/
+7
2014-04-14
mtd: st_spi_fsm: Add Spansion S25FL032P to device table
Angus Clark
1
-0
/
+2
2014-04-14
mtd: st_spi_fsm: Refactor status register operations
Angus Clark
1
-84
/
+68
2014-04-14
mtd: st_spi_fsm: Update Macronix 'QE' configuration
Angus Clark
1
-4
/
+19
2014-04-14
mtd: st_spi_fsm: Update Macronix 32-bit addressing support
Angus Clark
1
-13
/
+10
2014-04-14
mtd: st_spi_fsm: Add Macronix MX25L25655E device
Angus Clark
1
-0
/
+3
2014-03-20
mtd: st_spi_fsm: Succinctly reorganise .remove()
Lee Jones
1
-6
/
+1
2014-03-20
mtd: st_spi_fsm: Allow loop to run at least once before giving up CPU
Lee Jones
1
-2
/
+2
2014-03-20
mtd: st_spi_fsm: Correct vendor name spelling issue - missing "M"
Lee Jones
1
-1
/
+1
2014-03-20
mtd: st_spi_fsm: Avoid duplicating MTD core code
Lee Jones
1
-8
/
+0
2014-03-20
mtd: st_spi_fsm: Remove useless consts from function arguments
Lee Jones
1
-8
/
+7
2014-03-20
mtd: st_spi_fsm: Convert ST SPI FSM (NOR) Flash driver to new DT partitions
Lee Jones
1
-1
/
+5
2014-03-20
mtd: st_spi_fsm: Move runtime configurable msg sequences into device's struct
Lee Jones
1
-32
/
+32
2014-03-20
mtd: st_spi_fsm: Supply the W25Qxxx chip specific configuration call-back
Lee Jones
1
-4
/
+43
2014-03-20
mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-back
Lee Jones
1
-6
/
+260
2014-03-20
mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-back
Lee Jones
1
-1
/
+81
2014-03-20
mtd: st_spi_fsm: Add the ability to write to FSM's status register
Lee Jones
1
-0
/
+36
2014-03-20
mtd: st_spi_fsm: Add the ability to read the FSM's status
Lee Jones
1
-0
/
+24
2014-03-20
mtd: st_spi_fsm: Erase partly or as a whole a Serial Flash device
Lee Jones
1
-1
/
+112
2014-03-20
mtd: st_spi_fsm: Supply a busy wait for post-write status
Lee Jones
1
-0
/
+221
2014-03-20
mtd: st_spi_fsm: Write to Flash via the FSM FIFO
Lee Jones
1
-0
/
+14
2014-03-20
mtd: st_spi_fsm: Add the ability to read from a Serial Flash device
Lee Jones
1
-0
/
+98
2014-03-20
mtd: st_spi_fsm: Prepare default sequences for read/write/erase
Lee Jones
1
-0
/
+36
2014-03-20
mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-back
Lee Jones
1
-2
/
+82
2014-03-20
mtd: st_spi_fsm: Supply the N25Qxxx specific read configurations
Lee Jones
1
-0
/
+91
2014-03-20
mtd: st_spi_fsm: Provide the default read/write configurations
Lee Jones
1
-0
/
+27
2014-03-20
mtd: st_spi_fsm: Update the flash Volatile Configuration Register
Lee Jones
1
-0
/
+32
2014-03-20
mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing mode
Lee Jones
1
-0
/
+19
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
1
-0
/
+2
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
[next]