index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
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
2025-01-15
mtd: st_spi_fsm: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
Raphael Gallais-Pou
2024-10-21
mtd: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2023-10-16
mtd: st_spi_fsm: Convert to platform remove callback returning void
Uwe Kleine-König
2023-07-12
mtd: st_spi_fsm: Convert to devm_platform_ioremap_resource()
Yangtao Li
2023-05-22
mtd: st_spi_fsm: Use the devm_clk_get_enabled() helper function
Christophe JAILLET
2022-06-09
mtd: st_spi_fsm: Simplify error checking in .probe() a bit
Uwe Kleine-König
2022-06-09
mtd: st_spi_fsm: Disable clock only after device was unregistered
Uwe Kleine-König
2022-06-09
mtd: st_spi_fsm: Warn about failure to unregister mtd device
Uwe Kleine-König
2022-06-09
mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error path
Uwe Kleine-König
2022-05-17
mtd: st_spi_fsm: add missing clk_disable_unprepare() in stfsm_remove()
Yang Yingliang
2021-02-01
mtd: st_spi_fsm: convert comma to semicolon
Zheng Yongjun
2019-10-08
mtd: st_spi_fsm: remove unused field from struct stfsm
Bartosz Golaszewski
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420
Thomas Gleixner
2018-03-21
mtd: Stop updating erase_info->state and calling mtd_erase_callback()
Boris Brezillon
2018-03-15
mtd: st_spi_fsm: use %*ph to print small buffer
Antonio Cardace
2017-08-23
mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare.
Arvind Yadav
2017-06-27
mtd: st_spi_fsm: remove SPINOR_OP_RDSR2 and use SPINOR_OP_RDCR instead
Cyrille Pitchen
2017-02-10
mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codes
Cyrille Pitchen
2015-11-11
mtd: drop unnecessary partition parser data
Brian Norris
2015-01-12
mtd: st_spi_fsm: Fix [-Wsign-compare] build warning
Lee Jones
2015-01-12
mtd: st_spi_fsm: Obtain and use EMI clock
Lee Jones
2015-01-12
mtd: st_spi_fsm: Extend fsm_clear_fifo to handle unwanted bytes
Lee Jones
2014-10-20
mtd: devices: drop owner assignment from platform_drivers
Wolfram Sang
2014-05-20
mtd: st_spi_fsm: Make of_device_id array const
Jingoo Han
2014-04-16
mtd: st_spi_fsm: correct type issues
Brian Norris
2014-04-14
mtd: st_spi_fsm: begin using spi-nor.h opcodes
Brian Norris
2014-04-14
mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_*
Brian Norris
2014-04-14
mtd: st_spi_fsm: kill duplicate CMD definitions
Brian Norris
2014-04-14
mtd: st_spi_fsm: Add support for Macronix MX25L3255E
Angus Clark
2014-04-14
mtd: st_spi_fsm: Add Spansion S25FL032P to device table
Angus Clark
2014-04-14
mtd: st_spi_fsm: Refactor status register operations
Angus Clark
2014-04-14
mtd: st_spi_fsm: Update Macronix 'QE' configuration
Angus Clark
2014-04-14
mtd: st_spi_fsm: Update Macronix 32-bit addressing support
Angus Clark
2014-04-14
mtd: st_spi_fsm: Add Macronix MX25L25655E device
Angus Clark
2014-03-20
mtd: st_spi_fsm: Succinctly reorganise .remove()
Lee Jones
2014-03-20
mtd: st_spi_fsm: Allow loop to run at least once before giving up CPU
Lee Jones
2014-03-20
mtd: st_spi_fsm: Correct vendor name spelling issue - missing "M"
Lee Jones
2014-03-20
mtd: st_spi_fsm: Avoid duplicating MTD core code
Lee Jones
2014-03-20
mtd: st_spi_fsm: Remove useless consts from function arguments
Lee Jones
2014-03-20
mtd: st_spi_fsm: Convert ST SPI FSM (NOR) Flash driver to new DT partitions
Lee Jones
2014-03-20
mtd: st_spi_fsm: Move runtime configurable msg sequences into device's struct
Lee Jones
2014-03-20
mtd: st_spi_fsm: Supply the W25Qxxx chip specific configuration call-back
Lee Jones
2014-03-20
mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-back
Lee Jones
2014-03-20
mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-back
Lee Jones
2014-03-20
mtd: st_spi_fsm: Add the ability to write to FSM's status register
Lee Jones
2014-03-20
mtd: st_spi_fsm: Add the ability to read the FSM's status
Lee Jones
2014-03-20
mtd: st_spi_fsm: Erase partly or as a whole a Serial Flash device
Lee Jones
2014-03-20
mtd: st_spi_fsm: Supply a busy wait for post-write status
Lee Jones
2014-03-20
mtd: st_spi_fsm: Write to Flash via the FSM FIFO
Lee Jones
2014-03-20
mtd: st_spi_fsm: Add the ability to read from a Serial Flash device
Lee Jones
[next]