summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/st_spi_fsm.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-211-4/+0
* mtd: st_spi_fsm: use %*ph to print small bufferAntonio Cardace2018-03-151-2/+1
* mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare.Arvind Yadav2017-08-231-8/+12
* mtd: st_spi_fsm: remove SPINOR_OP_RDSR2 and use SPINOR_OP_RDCR insteadCyrille Pitchen2017-06-271-2/+2
* mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codesCyrille Pitchen2017-02-101-14/+14
* mtd: drop unnecessary partition parser dataBrian Norris2015-11-111-3/+2
* mtd: st_spi_fsm: Fix [-Wsign-compare] build warningLee Jones2015-01-121-1/+1
* mtd: st_spi_fsm: Obtain and use EMI clockLee Jones2015-01-121-2/+38
* mtd: st_spi_fsm: Extend fsm_clear_fifo to handle unwanted bytesLee Jones2015-01-121-16/+79
* mtd: devices: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* mtd: st_spi_fsm: Make of_device_id array constJingoo Han2014-05-201-1/+1
* mtd: st_spi_fsm: correct type issuesBrian Norris2014-04-161-6/+6
* mtd: st_spi_fsm: begin using spi-nor.h opcodesBrian Norris2014-04-141-4/+5
* mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_*Brian Norris2014-04-141-56/+56
* mtd: st_spi_fsm: kill duplicate CMD definitionsBrian Norris2014-04-141-36/+0
* mtd: st_spi_fsm: Add support for Macronix MX25L3255EAngus Clark2014-04-141-1/+7
* mtd: st_spi_fsm: Add Spansion S25FL032P to device tableAngus Clark2014-04-141-0/+2
* mtd: st_spi_fsm: Refactor status register operationsAngus Clark2014-04-141-84/+68
* mtd: st_spi_fsm: Update Macronix 'QE' configurationAngus Clark2014-04-141-4/+19
* mtd: st_spi_fsm: Update Macronix 32-bit addressing supportAngus Clark2014-04-141-13/+10
* mtd: st_spi_fsm: Add Macronix MX25L25655E deviceAngus Clark2014-04-141-0/+3
* mtd: st_spi_fsm: Succinctly reorganise .remove()Lee Jones2014-03-201-6/+1
* mtd: st_spi_fsm: Allow loop to run at least once before giving up CPULee Jones2014-03-201-2/+2
* mtd: st_spi_fsm: Correct vendor name spelling issue - missing "M"Lee Jones2014-03-201-1/+1
* mtd: st_spi_fsm: Avoid duplicating MTD core codeLee Jones2014-03-201-8/+0
* mtd: st_spi_fsm: Remove useless consts from function argumentsLee Jones2014-03-201-8/+7
* mtd: st_spi_fsm: Convert ST SPI FSM (NOR) Flash driver to new DT partitionsLee Jones2014-03-201-1/+5
* mtd: st_spi_fsm: Move runtime configurable msg sequences into device's structLee Jones2014-03-201-32/+32
* mtd: st_spi_fsm: Supply the W25Qxxx chip specific configuration call-backLee Jones2014-03-201-4/+43
* mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-backLee Jones2014-03-201-6/+260
* mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-backLee Jones2014-03-201-1/+81
* mtd: st_spi_fsm: Add the ability to write to FSM's status registerLee Jones2014-03-201-0/+36
* mtd: st_spi_fsm: Add the ability to read the FSM's statusLee Jones2014-03-201-0/+24
* mtd: st_spi_fsm: Erase partly or as a whole a Serial Flash deviceLee Jones2014-03-201-1/+112
* mtd: st_spi_fsm: Supply a busy wait for post-write statusLee Jones2014-03-201-0/+221
* mtd: st_spi_fsm: Write to Flash via the FSM FIFOLee Jones2014-03-201-0/+14
* mtd: st_spi_fsm: Add the ability to read from a Serial Flash deviceLee Jones2014-03-201-0/+98
* mtd: st_spi_fsm: Prepare default sequences for read/write/eraseLee Jones2014-03-201-0/+36
* mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-backLee Jones2014-03-201-2/+82
* mtd: st_spi_fsm: Supply the N25Qxxx specific read configurationsLee Jones2014-03-201-0/+91
* mtd: st_spi_fsm: Provide the default read/write configurationsLee Jones2014-03-201-0/+27
* mtd: st_spi_fsm: Update the flash Volatile Configuration RegisterLee Jones2014-03-201-0/+32
* mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing modeLee Jones2014-03-201-0/+19
* mtd: st_spi_fsm: Add a check to if the chip can handle an SoC resetLee Jones2014-03-201-0/+40
* mtd: st_spi_fsm: Prepare read/write sequences according to configurationLee Jones2014-03-201-0/+17
* mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing modeLee Jones2014-03-201-0/+22
* mtd: st_spi_fsm: Provide the erase one sector sequenceLee Jones2014-03-201-0/+35
* mtd: st_spi_fsm: Fetch boot-device from mode pinsLee Jones2014-03-201-0/+46
* mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s)Lee Jones2014-03-201-0/+69
* mtd: st_spi_fsm: Use device size to determine address widthLee Jones2014-03-201-0/+4
OpenPOWER on IntegriCloud