summaryrefslogtreecommitdiff
path: root/drivers/mtd/devices/st_spi_fsm.c
AgeCommit message (Expand)Author
2023-10-16mtd: st_spi_fsm: Convert to platform remove callback returning voidUwe Kleine-König
2023-07-12mtd: st_spi_fsm: Convert to devm_platform_ioremap_resource()Yangtao Li
2023-05-22mtd: st_spi_fsm: Use the devm_clk_get_enabled() helper functionChristophe JAILLET
2022-06-09mtd: st_spi_fsm: Simplify error checking in .probe() a bitUwe Kleine-König
2022-06-09mtd: st_spi_fsm: Disable clock only after device was unregisteredUwe Kleine-König
2022-06-09mtd: st_spi_fsm: Warn about failure to unregister mtd deviceUwe Kleine-König
2022-06-09mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error pathUwe Kleine-König
2022-05-17mtd: st_spi_fsm: add missing clk_disable_unprepare() in stfsm_remove()Yang Yingliang
2021-02-01mtd: st_spi_fsm: convert comma to semicolonZheng Yongjun
2019-10-08mtd: st_spi_fsm: remove unused field from struct stfsmBartosz Golaszewski
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420Thomas Gleixner
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon
2018-03-15mtd: st_spi_fsm: use %*ph to print small bufferAntonio Cardace
2017-08-23mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare.Arvind Yadav
2017-06-27mtd: st_spi_fsm: remove SPINOR_OP_RDSR2 and use SPINOR_OP_RDCR insteadCyrille Pitchen
2017-02-10mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codesCyrille Pitchen
2015-11-11mtd: drop unnecessary partition parser dataBrian Norris
2015-01-12mtd: st_spi_fsm: Fix [-Wsign-compare] build warningLee Jones
2015-01-12mtd: st_spi_fsm: Obtain and use EMI clockLee Jones
2015-01-12mtd: st_spi_fsm: Extend fsm_clear_fifo to handle unwanted bytesLee Jones
2014-10-20mtd: devices: drop owner assignment from platform_driversWolfram Sang
2014-05-20mtd: st_spi_fsm: Make of_device_id array constJingoo Han
2014-04-16mtd: st_spi_fsm: correct type issuesBrian Norris
2014-04-14mtd: st_spi_fsm: begin using spi-nor.h opcodesBrian Norris
2014-04-14mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_*Brian Norris
2014-04-14mtd: st_spi_fsm: kill duplicate CMD definitionsBrian Norris
2014-04-14mtd: st_spi_fsm: Add support for Macronix MX25L3255EAngus Clark
2014-04-14mtd: st_spi_fsm: Add Spansion S25FL032P to device tableAngus Clark
2014-04-14mtd: st_spi_fsm: Refactor status register operationsAngus Clark
2014-04-14mtd: st_spi_fsm: Update Macronix 'QE' configurationAngus Clark
2014-04-14mtd: st_spi_fsm: Update Macronix 32-bit addressing supportAngus Clark
2014-04-14mtd: st_spi_fsm: Add Macronix MX25L25655E deviceAngus Clark
2014-03-20mtd: st_spi_fsm: Succinctly reorganise .remove()Lee Jones
2014-03-20mtd: st_spi_fsm: Allow loop to run at least once before giving up CPULee Jones
2014-03-20mtd: st_spi_fsm: Correct vendor name spelling issue - missing "M"Lee Jones
2014-03-20mtd: st_spi_fsm: Avoid duplicating MTD core codeLee Jones
2014-03-20mtd: st_spi_fsm: Remove useless consts from function argumentsLee Jones
2014-03-20mtd: st_spi_fsm: Convert ST SPI FSM (NOR) Flash driver to new DT partitionsLee Jones
2014-03-20mtd: st_spi_fsm: Move runtime configurable msg sequences into device's structLee Jones
2014-03-20mtd: st_spi_fsm: Supply the W25Qxxx chip specific configuration call-backLee Jones
2014-03-20mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-backLee Jones
2014-03-20mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-backLee Jones
2014-03-20mtd: st_spi_fsm: Add the ability to write to FSM's status registerLee Jones
2014-03-20mtd: st_spi_fsm: Add the ability to read the FSM's statusLee Jones
2014-03-20mtd: st_spi_fsm: Erase partly or as a whole a Serial Flash deviceLee Jones
2014-03-20mtd: st_spi_fsm: Supply a busy wait for post-write statusLee Jones
2014-03-20mtd: st_spi_fsm: Write to Flash via the FSM FIFOLee Jones
2014-03-20mtd: st_spi_fsm: Add the ability to read from a Serial Flash deviceLee Jones
2014-03-20mtd: st_spi_fsm: Prepare default sequences for read/write/eraseLee Jones
2014-03-20mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-backLee Jones