index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
fsi
/
fsi-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-08-11
fsi: Lock mutex for master device registration
Eddie James
1
-5
/
+5
2023-08-11
fsi: Improve master indexing
Eddie James
1
-7
/
+17
2023-08-09
fsi: core: Switch to ida_alloc/free
Eddie James
1
-8
/
+8
2023-08-09
fsi: core: Fix legacy minor numbering
Eddie James
1
-3
/
+8
2023-08-09
fsi: core: Add trace events for scan and unregister
Eddie James
1
-0
/
+4
2023-08-09
fsi: Use of_match_table for bus matching if specified
Eddie James
1
-2
/
+9
2023-08-09
fsi: Add aliased device numbering
Eddie James
1
-0
/
+25
2023-08-09
fsi: Move fsi_slave structure definition to header
Eddie James
1
-20
/
+4
2023-08-09
fsi: Use of_property_read_reg() to parse "reg"
Rob Herring
1
-30
/
+9
2023-01-27
driver core: make struct device_type.devnode() take a const *
Greg Kroah-Hartman
1
-3
/
+3
2022-09-28
fsi: core: Check error number after calling ida_simple_get
Jiasheng Jiang
1
-0
/
+3
2022-09-28
fsi: cleanup extern usage in function definition
Tom Rix
1
-4
/
+4
2022-02-21
fsi: Add trace events in initialization path
Eddie James
1
-3
/
+8
2021-06-04
fsi: core: Fix return of error values on failures
Colin Ian King
1
-2
/
+2
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
1
-1
/
+1
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
2019-11-08
fsi: Move master attributes to fsi-master class
Jeremy Kerr
1
-14
/
+9
2019-11-08
fsi: Add fsi-master class
Jeremy Kerr
1
-0
/
+13
2019-07-03
Merge tag 'fsi-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joel...
Greg Kroah-Hartman
1
-12
/
+20
2019-07-03
fsi/core: Fix error paths on CFAM init
Jeremy Kerr
1
-12
/
+20
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-9
/
+1
2018-07-27
fsi: Prevent multiple concurrent rescans
Benjamin Herrenschmidt
1
-2
/
+14
2018-07-27
fsi: Add cfam char devices
Benjamin Herrenschmidt
1
-51
/
+213
2018-07-27
fsi: Add new central chardev support
Benjamin Herrenschmidt
1
-2
/
+93
2018-07-23
fsi: Add support for device-tree provided chip IDs
Benjamin Herrenschmidt
1
-0
/
+24
2018-07-12
fsi: Don't use device_unregister() in fsi_master_register()
Benjamin Herrenschmidt
1
-5
/
+2
2018-07-12
fsi: Add mechanism to set the tSendDelay and tEchoDelay values
Benjamin Herrenschmidt
1
-18
/
+91
2018-07-12
fsi: Move code around to avoid forward declaration
Benjamin Herrenschmidt
1
-48
/
+46
2018-06-18
fsi: core: Fix sparse warnings
Joel Stanley
1
-10
/
+13
2018-03-14
fsi: core: Add check for master property no-scan-on-init
Christopher Bostic
1
-1
/
+4
2018-03-14
fsi: core: Reduce console output during normal scan
Christopher Bostic
1
-2
/
+2
2018-03-14
fsi: Match fsi slaves and engines to available dt nodes
Jeremy Kerr
1
-0
/
+99
2018-03-14
fsi: Fix one and two byte bus reads/writes
Eddie James
1
-4
/
+7
2018-03-14
fsi: Add fsi_master_rescan()
Jeremy Kerr
1
-2
/
+8
2017-10-04
drivers/fsi: make a couple of functions static
Colin Ian King
1
-3
/
+3
2017-08-28
drivers/fsi: add const to bin_attribute structures
Bhumika Goyal
1
-2
/
+2
2017-07-17
drivers/fsi: fix fsi_slave_mode prototype
Arnd Bergmann
1
-1
/
+1
2017-07-17
fsi: core: register with postcore_initcall
Joel Stanley
1
-3
/
+2
2017-06-09
drivers/fsi: Add module license to core driver
Christopher Bostic
1
-0
/
+1
2017-06-09
drivers/fsi: Use asynchronous slave mode
Jeremy Kerr
1
-1
/
+21
2017-06-09
drivers/fsi: Add error handling for slave
Jeremy Kerr
1
-7
/
+114
2017-06-09
drivers/fsi: Add tracepoints for low-level operations
Jeremy Kerr
1
-6
/
+21
2017-06-09
drivers/fsi: expose direct-access slave API
Jeremy Kerr
1
-6
/
+24
2017-06-09
drivers/fsi: Add sysfs files for FSI master & slave accesses
Jeremy Kerr
1
-0
/
+116
2017-06-09
drivers/fsi: Add client driver register utilities
Christopher Bostic
1
-0
/
+17
2017-06-09
drivers/fsi: Add master unscan
Christopher Bostic
1
-0
/
+44
[next]