Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c728762e064ad37bfd6689f2ac1f54d2355ac3ae
/
drivers
/
mtd
/
devices
/
st_spi_fsm.c
aeea6eb
mtd: st_spi_fsm: Make of_device_id array const
by Jingoo Han
· 11 years ago
38e2eee
mtd: st_spi_fsm: correct type issues
by Brian Norris
· 11 years ago
6c8e1b3
mtd: st_spi_fsm: begin using spi-nor.h opcodes
by Brian Norris
· 11 years ago
92d3af9
mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_*
by Brian Norris
· 11 years ago
a402191
mtd: st_spi_fsm: kill duplicate CMD definitions
by Brian Norris
· 11 years ago
6b6d373
mtd: st_spi_fsm: Add support for Macronix MX25L3255E
by Angus Clark
· 11 years ago
85bdcf6
mtd: st_spi_fsm: Add Spansion S25FL032P to device table
by Angus Clark
· 11 years ago
5d0bdda
mtd: st_spi_fsm: Refactor status register operations
by Angus Clark
· 11 years ago
cc66686
mtd: st_spi_fsm: Update Macronix 'QE' configuration
by Angus Clark
· 11 years ago
009e7e6
mtd: st_spi_fsm: Update Macronix 32-bit addressing support
by Angus Clark
· 11 years ago
5fa9806
mtd: st_spi_fsm: Add Macronix MX25L25655E device
by Angus Clark
· 11 years ago
d9ba46d
mtd: st_spi_fsm: Succinctly reorganise .remove()
by Lee Jones
· 11 years ago
ea7864b
mtd: st_spi_fsm: Allow loop to run at least once before giving up CPU
by Lee Jones
· 11 years ago
f1919cb
mtd: st_spi_fsm: Correct vendor name spelling issue - missing "M"
by Lee Jones
· 11 years ago
0419a20
mtd: st_spi_fsm: Avoid duplicating MTD core code
by Lee Jones
· 11 years ago
3f9d720
mtd: st_spi_fsm: Remove useless consts from function arguments
by Lee Jones
· 11 years ago
221cff1
mtd: st_spi_fsm: Convert ST SPI FSM (NOR) Flash driver to new DT partitions
by Lee Jones
· 11 years ago
e6b1bb4
mtd: st_spi_fsm: Move runtime configurable msg sequences into device's struct
by Lee Jones
· 11 years ago
cd7cac9
mtd: st_spi_fsm: Supply the W25Qxxx chip specific configuration call-back
by Lee Jones
· 11 years ago
5343a12
mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-back
by Lee Jones
· 11 years ago
89818066
mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-back
by Lee Jones
· 11 years ago
150571b
mtd: st_spi_fsm: Add the ability to write to FSM's status register
by Lee Jones
· 11 years ago
ac94dbc
mtd: st_spi_fsm: Add the ability to read the FSM's status
by Lee Jones
· 11 years ago
4a341fe
mtd: st_spi_fsm: Erase partly or as a whole a Serial Flash device
by Lee Jones
· 11 years ago
176b437
mtd: st_spi_fsm: Supply a busy wait for post-write status
by Lee Jones
· 11 years ago
30ca64f
mtd: st_spi_fsm: Write to Flash via the FSM FIFO
by Lee Jones
· 11 years ago
e514f10
mtd: st_spi_fsm: Add the ability to read from a Serial Flash device
by Lee Jones
· 11 years ago
4eb3f0d8
mtd: st_spi_fsm: Prepare default sequences for read/write/erase
by Lee Jones
· 11 years ago
218b870
mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-back
by Lee Jones
· 11 years ago
e85a619
mtd: st_spi_fsm: Supply the N25Qxxx specific read configurations
by Lee Jones
· 11 years ago
a37b2f5
mtd: st_spi_fsm: Provide the default read/write configurations
by Lee Jones
· 11 years ago
249516c
mtd: st_spi_fsm: Update the flash Volatile Configuration Register
by Lee Jones
· 11 years ago
0de08e4
mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing mode
by Lee Jones
· 11 years ago
0ea7d70
mtd: st_spi_fsm: Add a check to if the chip can handle an SoC reset
by Lee Jones
· 11 years ago
88cccb8
mtd: st_spi_fsm: Prepare read/write sequences according to configuration
by Lee Jones
· 11 years ago
6bd2960
mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing mode
by Lee Jones
· 11 years ago
fa5ba3a
mtd: st_spi_fsm: Provide the erase one sector sequence
by Lee Jones
· 11 years ago
a63984c
mtd: st_spi_fsm: Fetch boot-device from mode pins
by Lee Jones
· 11 years ago
97ccf2d
mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s)
by Lee Jones
· 11 years ago
3b5d198
mtd: st_spi_fsm: Use device size to determine address width
by Lee Jones
· 11 years ago
0898127
mtd: st_spi_fsm: Search for preferred FSM message sequence configurations
by Lee Jones
· 11 years ago
24fec65
mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC ID
by Lee Jones
· 11 years ago
11d7f82
mtd: st_spi_fsm: Provide device look-up table
by Lee Jones
· 11 years ago
5549fbd
mtd: devices: Provide header for shared OPCODEs and SFDP commands
by Lee Jones
· 11 years ago
1bd512b
mtd: st_spi_fsm: Add support for JEDEC ID extraction
by Lee Jones
· 11 years ago
030e82d
mtd: st_spi_fsm: Supply a method to read from the FSM's FIFO
by Lee Jones
· 11 years ago
3c8b85b
mtd: st_spi_fsm: Supply framework for device requests
by Lee Jones
· 11 years ago
86f309fd
mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditions
by Lee Jones
· 11 years ago
bc09fb5
mtd: st_spi_fsm: Supply all register address and bit logic defines
by Lee Jones
· 11 years ago
d90db4a
mtd: st_spi_fsm: Allocate resources and register with MTD framework
by Lee Jones
· 11 years ago