index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2023-10-16
mtd: st_spi_fsm: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-07-12
mtd: st_spi_fsm: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-12
/
+2
2023-05-22
mtd: st_spi_fsm: Use the devm_clk_get_enabled() helper function
Christophe JAILLET
1
-22
/
+6
2022-06-09
mtd: st_spi_fsm: Simplify error checking in .probe() a bit
Uwe Kleine-König
1
-7
/
+4
2022-06-09
mtd: st_spi_fsm: Disable clock only after device was unregistered
Uwe Kleine-König
1
-2
/
+2
2022-06-09
mtd: st_spi_fsm: Warn about failure to unregister mtd device
Uwe Kleine-König
1
-1
/
+3
2022-06-09
mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error path
Uwe Kleine-König
1
-3
/
+5
2022-05-17
mtd: st_spi_fsm: add missing clk_disable_unprepare() in stfsm_remove()
Yang Yingliang
1
-0
/
+2
2021-02-01
mtd: st_spi_fsm: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2019-10-08
mtd: st_spi_fsm: remove unused field from struct stfsm
Bartosz Golaszewski
1
-1
/
+0
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420
Thomas Gleixner
1
-5
/
+1
2018-03-21
mtd: Stop updating erase_info->state and calling mtd_erase_callback()
Boris Brezillon
1
-4
/
+0
2018-03-15
mtd: st_spi_fsm: use %*ph to print small buffer
Antonio Cardace
1
-2
/
+1
2017-08-23
mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare.
Arvind Yadav
1
-8
/
+12
2017-06-27
mtd: st_spi_fsm: remove SPINOR_OP_RDSR2 and use SPINOR_OP_RDCR instead
Cyrille Pitchen
1
-2
/
+2
2017-02-10
mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codes
Cyrille Pitchen
1
-14
/
+14
2015-11-11
mtd: drop unnecessary partition parser data
Brian Norris
1
-3
/
+2
2015-01-12
mtd: st_spi_fsm: Fix [-Wsign-compare] build warning
Lee Jones
1
-1
/
+1
2015-01-12
mtd: st_spi_fsm: Obtain and use EMI clock
Lee Jones
1
-2
/
+38
2015-01-12
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-20
mtd: st_spi_fsm: Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-04-16
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
[next]