index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
fsi
/
fsi-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'fsi-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joel...
Greg Kroah-Hartman
2019-07-03
1
-12
/
+20
|
\
|
*
fsi/core: Fix error paths on CFAM init
Jeremy Kerr
2019-07-03
1
-12
/
+20
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
|
/
*
fsi: Prevent multiple concurrent rescans
Benjamin Herrenschmidt
2018-07-27
1
-2
/
+14
*
fsi: Add cfam char devices
Benjamin Herrenschmidt
2018-07-27
1
-51
/
+213
*
fsi: Add new central chardev support
Benjamin Herrenschmidt
2018-07-27
1
-2
/
+93
*
fsi: Add support for device-tree provided chip IDs
Benjamin Herrenschmidt
2018-07-23
1
-0
/
+24
*
fsi: Don't use device_unregister() in fsi_master_register()
Benjamin Herrenschmidt
2018-07-12
1
-5
/
+2
*
fsi: Add mechanism to set the tSendDelay and tEchoDelay values
Benjamin Herrenschmidt
2018-07-12
1
-18
/
+91
*
fsi: Move code around to avoid forward declaration
Benjamin Herrenschmidt
2018-07-12
1
-48
/
+46
*
fsi: core: Fix sparse warnings
Joel Stanley
2018-06-18
1
-10
/
+13
*
fsi: core: Add check for master property no-scan-on-init
Christopher Bostic
2018-03-14
1
-1
/
+4
*
fsi: core: Reduce console output during normal scan
Christopher Bostic
2018-03-14
1
-2
/
+2
*
fsi: Match fsi slaves and engines to available dt nodes
Jeremy Kerr
2018-03-14
1
-0
/
+99
*
fsi: Fix one and two byte bus reads/writes
Eddie James
2018-03-14
1
-4
/
+7
*
fsi: Add fsi_master_rescan()
Jeremy Kerr
2018-03-14
1
-2
/
+8
*
drivers/fsi: make a couple of functions static
Colin Ian King
2017-10-04
1
-3
/
+3
*
drivers/fsi: add const to bin_attribute structures
Bhumika Goyal
2017-08-28
1
-2
/
+2
*
drivers/fsi: fix fsi_slave_mode prototype
Arnd Bergmann
2017-07-17
1
-1
/
+1
*
fsi: core: register with postcore_initcall
Joel Stanley
2017-07-17
1
-3
/
+2
*
drivers/fsi: Add module license to core driver
Christopher Bostic
2017-06-09
1
-0
/
+1
*
drivers/fsi: Use asynchronous slave mode
Jeremy Kerr
2017-06-09
1
-1
/
+21
*
drivers/fsi: Add error handling for slave
Jeremy Kerr
2017-06-09
1
-7
/
+114
*
drivers/fsi: Add tracepoints for low-level operations
Jeremy Kerr
2017-06-09
1
-6
/
+21
*
drivers/fsi: expose direct-access slave API
Jeremy Kerr
2017-06-09
1
-6
/
+24
*
drivers/fsi: Add sysfs files for FSI master & slave accesses
Jeremy Kerr
2017-06-09
1
-0
/
+116
*
drivers/fsi: Add client driver register utilities
Christopher Bostic
2017-06-09
1
-0
/
+17
*
drivers/fsi: Add master unscan
Christopher Bostic
2017-06-09
1
-0
/
+44
*
drivers/fsi: Add device read/write/peek API
Jeremy Kerr
2017-06-09
1
-1
/
+49
*
drivers/fsi: scan slaves & register devices
Jeremy Kerr
2017-06-09
1
-1
/
+127
*
drivers/fsi: Set slave SMODE to init communication
Christopher Bostic
2017-06-09
1
-0
/
+75
*
drivers/fsi: Implement slave initialisation
Jeremy Kerr
2017-06-09
1
-2
/
+65
*
drivers/fsi: Set up links for slave communication
Christopher Bostic
2017-06-09
1
-2
/
+35
*
drivers/fsi: Add slave & master read/write APIs
Jeremy Kerr
2017-06-09
1
-0
/
+92
*
drivers/fsi: Add empty master scan
Jeremy Kerr
2017-06-09
1
-2
/
+23
*
drivers/fsi: Add slave definition
Jeremy Kerr
2017-06-09
1
-0
/
+10
*
drivers/fsi: Add fsi master definition
Jeremy Kerr
2017-06-09
1
-0
/
+35
*
drivers/fsi: add driver to device matches
Jeremy Kerr
2017-02-10
1
-0
/
+21
*
drivers/fsi: Add empty fsi bus definitions
Jeremy Kerr
2017-02-10
1
-0
/
+38