index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
fsi
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-21
Merge tag 'fsi-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...
Greg Kroah-Hartman
5
-63
/
+135
2022-02-21
fsi: Add trace events in initialization path
Eddie James
2
-3
/
+10
2022-02-21
fsi: sbefifo: Implement FSI_SBEFIFO_READ_TIMEOUT_SECONDS ioctl
Amitay Isaacs
1
-0
/
+49
2022-02-21
fsi: sbefifo: Use specified value of start of response timeout
Amitay Isaacs
1
-1
/
+3
2022-02-21
fsi: occ: Improve response status checking
Eddie James
1
-31
/
+56
2022-02-04
fsi: Aspeed: Fix a potential double free
Christophe JAILLET
1
-6
/
+11
2022-01-31
fsi: scom: Remove retries in indirect scoms
Joel Stanley
1
-26
/
+15
2022-01-31
fsi: scom: Fix error handling
Joel Stanley
1
-2
/
+2
2021-10-22
fsi: sbefifo: Use interruptible mutex locking
Eddie James
1
-3
/
+9
2021-10-22
fsi: sbefifo: Add sysfs file indicating a timeout error
Eddie James
1
-0
/
+16
2021-10-22
fsi: occ: Store the SBEFIFO FFDC in the user response buffer
Eddie James
1
-18
/
+48
2021-10-22
fsi: occ: Use a large buffer for responses
Eddie James
1
-66
/
+44
2021-10-15
fsi: occ: Force sequence numbering per OCC
Eddie James
1
-17
/
+37
2021-06-04
fsi/sbefifo: Fix reset timeout
Joachim Fenkes
1
-3
/
+5
2021-06-04
fsi/sbefifo: Clean up correct FIFO when receiving reset request from SBE
Joachim Fenkes
1
-1
/
+1
2021-06-04
fsi: master-ast-cf: Remove redundant error printing in fsi_master_acf_probe()
Zhen Lei
1
-1
/
+0
2021-06-04
fsi: Aspeed: Reduce poll timeout
Eddie James
1
-1
/
+1
2021-06-04
fsi: aspeed: convert to devm_platform_ioremap_resource
Yangtao Li
1
-3
/
+1
2021-06-04
fsi: occ: Log error for checksum failure
Eddie James
1
-3
/
+7
2021-06-04
fsi: occ: Don't accept response from un-initialized OCC
Eddie James
1
-0
/
+1
2021-06-04
fsi: scom: Remove retries
Joel Stanley
1
-60
/
+29
2021-06-04
fsi: scom: Reset the FSI2PIB engine for any error
Eddie James
1
-7
/
+9
2021-06-04
fsi: aspeed: Emit fewer barriers in opb operations
Joel Stanley
1
-9
/
+17
2021-06-04
fsi: core: Fix return of error values on failures
Colin Ian King
1
-2
/
+2
2021-06-04
fsi: Add missing MODULE_DEVICE_TABLE
Zou Wei
4
-0
/
+4
2020-12-15
Merge tag 'hwmon-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-34
/
+91
2020-12-11
fsi: occ: Add support for P10
Eddie James
1
-34
/
+91
2020-12-09
fsi: Aspeed: Add mutex to protect HW access
Eddie James
1
-16
/
+29
2020-09-10
fsi: aspeed: Support CFAM reset GPIO
Joel Stanley
1
-0
/
+43
2020-09-10
fsi: aspeed: Add module param for bus divisor
Joel Stanley
1
-2
/
+6
2020-09-10
fsi: aspeed: Run the bus at maximum speed
Joel Stanley
1
-3
/
+14
2020-09-10
fsi: aspeed: Support cabled FSI
Joel Stanley
1
-0
/
+46
2020-09-10
fsi: scom: Constify scom_ids
Rikard Falkeborn
1
-1
/
+1
2020-09-10
fsi: sbefifo: Constify sbefifo_ids
Rikard Falkeborn
1
-1
/
+1
2020-09-10
fsi: master: Constify hub_master_ids
Rikard Falkeborn
1
-1
/
+1
2020-09-10
fsi: master: Remove link enable read-back
Eddie James
2
-13
/
+4
2020-09-10
fsi: core: Set slave local bus ownership during init
Eddie James
1
-1
/
+15
2020-09-10
fsi: core: Disable link when slave init fails
Eddie James
1
-1
/
+12
2020-09-10
fsi: master: Add boolean parameter to link_enable function
Eddie James
6
-8
/
+21
2020-09-10
fsi: fsi-occ: fix return value check in occ_probe()
Xu Wang
1
-1
/
+1
2020-09-10
fsi: aspeed: Enable 23-bit addressing
Eddie James
1
-2
/
+4
2020-09-10
fsi: master-ast-cf: fix spelling mistake "firwmare" -> "firmware"
Colin Ian King
1
-1
/
+1
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-8
/
+8
2020-02-10
fsi: aspeed: add unspecified HAS_IOMEM dependency
Brendan Higgins
1
-0
/
+1
2019-11-08
fsi: aspeed: Fix OPB0 byte order register values
Andrew Jeffery
1
-3
/
+3
2019-11-08
fsi: aspeed: Add trace points
Joel Stanley
1
-0
/
+22
2019-11-08
fsi: Add ast2600 master driver
Joel Stanley
3
-0
/
+531
2019-11-08
fsi: Move defines to common header
Joel Stanley
2
-46
/
+71
2019-11-08
fsi: fsi_master_class can be static
kbuild test robot
1
-1
/
+1
2019-11-08
fsi: core: Fix small accesses and unaligned offsets via sysfs
Andrew Jeffery
1
-4
/
+27
[next]