index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
fsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
fsi: i2cr: Switch to use struct i2c_driver's .probe()
Uwe Kleine-König
2023-08-22
1
-1
/
+1
*
fsi: fix some spelling mistakes in comment
Yu Zhe
2023-08-11
2
-3
/
+3
*
fsi: master-ast-cf: Add MODULE_FIRMWARE macro
Juerg Haefliger
2023-08-11
1
-0
/
+1
*
fsi: Add I2C Responder SCOM driver
Eddie James
2023-08-11
3
-0
/
+163
*
fsi: Add IBM I2C Responder virtual FSI master
Eddie James
2023-08-11
4
-0
/
+359
*
fsi: Lock mutex for master device registration
Eddie James
2023-08-11
1
-5
/
+5
*
fsi: Improve master indexing
Eddie James
2023-08-11
1
-7
/
+17
*
fsi: core: Switch to ida_alloc/free
Eddie James
2023-08-09
1
-8
/
+8
*
fsi: core: Fix legacy minor numbering
Eddie James
2023-08-09
1
-3
/
+8
*
fsi: core: Add trace events for scan and unregister
Eddie James
2023-08-09
1
-0
/
+4
*
fsi: aspeed: Reset master errors after CFAM reset
Eddie James
2023-08-09
1
-0
/
+2
*
fsi: sbefifo: Remove limits on user-specified read timeout
Eddie James
2023-08-09
1
-7
/
+2
*
fsi: sbefifo: Add configurable in-command timeout
Eddie James
2023-08-09
1
-1
/
+29
*
fsi: sbefifo: Don't check status during probe
Eddie James
2023-08-09
1
-8
/
+0
*
fsi: Use of_match_table for bus matching if specified
Eddie James
2023-08-09
2
-2
/
+17
*
fsi: Add aliased device numbering
Eddie James
2023-08-09
1
-0
/
+25
*
fsi: Move fsi_slave structure definition to header
Eddie James
2023-08-09
7
-25
/
+37
*
fsi: Use of_property_read_reg() to parse "reg"
Rob Herring
2023-08-09
1
-30
/
+9
*
fsi: Explicitly include correct DT includes
Rob Herring
2023-08-09
2
-2
/
+2
*
driver core: make struct device_type.devnode() take a const *
Greg Kroah-Hartman
2023-01-27
1
-3
/
+3
*
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-3
/
+3
*
[fsi] WRITE is "data source", not destination...
Al Viro
2022-11-25
1
-3
/
+3
*
fsi: core: Check error number after calling ida_simple_get
Jiasheng Jiang
2022-09-28
1
-0
/
+3
*
fsi: occ: Support probing the hwmon child device from dts node
Eddie James
2022-09-28
1
-7
/
+34
*
fsi: master-ast-cf: Fix missing of_node_put in fsi_master_acf_probe
Lv Ruyi
2022-09-28
1
-0
/
+2
*
fsi: sbefifo: Add detailed debugging information
Joel Stanley
2022-09-28
1
-6
/
+9
*
fsi: cleanup extern usage in function definition
Tom Rix
2022-09-28
1
-4
/
+4
*
fsi: occ: Prevent use after free
Eddie James
2022-09-28
1
-3
/
+15
*
fsi: occ: Fix checksum failure mode
Eddie James
2022-09-27
1
-2
/
+5
*
fsi: Fix typo in comment
Luo Xueqin
2022-09-27
1
-1
/
+1
*
Merge tag 'fsi-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...
Greg Kroah-Hartman
2022-02-21
5
-63
/
+135
|
\
|
*
fsi: Add trace events in initialization path
Eddie James
2022-02-21
2
-3
/
+10
|
*
fsi: sbefifo: Implement FSI_SBEFIFO_READ_TIMEOUT_SECONDS ioctl
Amitay Isaacs
2022-02-21
1
-0
/
+49
|
*
fsi: sbefifo: Use specified value of start of response timeout
Amitay Isaacs
2022-02-21
1
-1
/
+3
|
*
fsi: occ: Improve response status checking
Eddie James
2022-02-21
1
-31
/
+56
|
*
fsi: scom: Remove retries in indirect scoms
Joel Stanley
2022-01-31
1
-26
/
+15
|
*
fsi: scom: Fix error handling
Joel Stanley
2022-01-31
1
-2
/
+2
*
|
fsi: Aspeed: Fix a potential double free
Christophe JAILLET
2022-02-04
1
-6
/
+11
|
/
*
fsi: sbefifo: Use interruptible mutex locking
Eddie James
2021-10-22
1
-3
/
+9
*
fsi: sbefifo: Add sysfs file indicating a timeout error
Eddie James
2021-10-22
1
-0
/
+16
*
fsi: occ: Store the SBEFIFO FFDC in the user response buffer
Eddie James
2021-10-22
1
-18
/
+48
*
fsi: occ: Use a large buffer for responses
Eddie James
2021-10-22
1
-66
/
+44
*
fsi: occ: Force sequence numbering per OCC
Eddie James
2021-10-15
1
-17
/
+37
*
fsi/sbefifo: Fix reset timeout
Joachim Fenkes
2021-06-04
1
-3
/
+5
*
fsi/sbefifo: Clean up correct FIFO when receiving reset request from SBE
Joachim Fenkes
2021-06-04
1
-1
/
+1
*
fsi: master-ast-cf: Remove redundant error printing in fsi_master_acf_probe()
Zhen Lei
2021-06-04
1
-1
/
+0
*
fsi: Aspeed: Reduce poll timeout
Eddie James
2021-06-04
1
-1
/
+1
*
fsi: aspeed: convert to devm_platform_ioremap_resource
Yangtao Li
2021-06-04
1
-3
/
+1
*
fsi: occ: Log error for checksum failure
Eddie James
2021-06-04
1
-3
/
+7
*
fsi: occ: Don't accept response from un-initialized OCC
Eddie James
2021-06-04
1
-0
/
+1
[next]