index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
fsi
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-11
/
+11
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-11
/
+11
2026-01-27
fsi: scom: Convert to fsi bus probe mechanism
Uwe Kleine-König
-9
/
+7
2026-01-27
fsi: sbefifo: Convert to fsi bus probe mechanism
Uwe Kleine-König
-9
/
+8
2026-01-27
fsi: master: Convert to fsi bus probe mechanism
Uwe Kleine-König
-9
/
+7
2026-01-27
fsi: i2cr-scom: Convert to fsi bus probe mechanism
Uwe Kleine-König
-8
/
+6
2026-01-27
fsi: Create bus specific probe and remove functions
Uwe Kleine-König
-0
/
+50
2026-01-27
fsi: Make fsi_bus_type a private variable to the core
Uwe Kleine-König
-34
/
+33
2026-01-27
fsi: Assign driver's bus in fsi_driver_register()
Uwe Kleine-König
-4
/
+2
2026-01-27
fsi: Make use of module_fsi_driver()
Uwe Kleine-König
-24
/
+2
2025-10-22
fsi: occ: Update response size to 8kb
Eddie James
-10
/
+6
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-2
/
+2
2025-07-16
fsi: make fsi_bus_type constant
Greg Kroah-Hartman
-1
/
+1
2025-07-16
fsi: master-ast-cf: Use of_reserved_mem_region_to_resource for "memory-region"
Rob Herring (Arm)
-9
/
+2
2025-06-17
sysfs: treewide: switch back to bin_attribute::read()/write()
Thomas Weißschuh
-2
/
+2
2025-02-21
fsi: core: Use const 'struct bin_attribute' callbacks
Thomas Weißschuh
-4
/
+4
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
-4
/
+4
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-1
/
+1
2024-07-31
fsi: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-1
/
+7
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-18
/
+10
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
-2
/
+2
2024-06-24
fsi: occ: remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
-9
/
+8
2024-05-27
fsi: occ: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2024-05-27
fsi: master-gpio: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2024-05-27
fsi: master-ast-cf: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2024-05-27
fsi: master-aspeed: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-08-22
fsi: i2cr: Switch to use struct i2c_driver's .probe()
Uwe Kleine-König
-1
/
+1
2023-08-11
fsi: fix some spelling mistakes in comment
Yu Zhe
-3
/
+3
2023-08-11
fsi: master-ast-cf: Add MODULE_FIRMWARE macro
Juerg Haefliger
-0
/
+1
2023-08-11
fsi: Add I2C Responder SCOM driver
Eddie James
-0
/
+163
2023-08-11
fsi: Add IBM I2C Responder virtual FSI master
Eddie James
-0
/
+359
2023-08-11
fsi: Lock mutex for master device registration
Eddie James
-5
/
+5
2023-08-11
fsi: Improve master indexing
Eddie James
-7
/
+17
2023-08-09
fsi: core: Switch to ida_alloc/free
Eddie James
-8
/
+8
2023-08-09
fsi: core: Fix legacy minor numbering
Eddie James
-3
/
+8
2023-08-09
fsi: core: Add trace events for scan and unregister
Eddie James
-0
/
+4
2023-08-09
fsi: aspeed: Reset master errors after CFAM reset
Eddie James
-0
/
+2
2023-08-09
fsi: sbefifo: Remove limits on user-specified read timeout
Eddie James
-7
/
+2
2023-08-09
fsi: sbefifo: Add configurable in-command timeout
Eddie James
-1
/
+29
2023-08-09
fsi: sbefifo: Don't check status during probe
Eddie James
-8
/
+0
2023-08-09
fsi: Use of_match_table for bus matching if specified
Eddie James
-2
/
+17
2023-08-09
fsi: Add aliased device numbering
Eddie James
-0
/
+25
2023-08-09
fsi: Move fsi_slave structure definition to header
Eddie James
-25
/
+37
2023-08-09
fsi: Use of_property_read_reg() to parse "reg"
Rob Herring
-30
/
+9
2023-08-09
fsi: Explicitly include correct DT includes
Rob Herring
-2
/
+2
2023-01-27
driver core: make struct device_type.devnode() take a const *
Greg Kroah-Hartman
-3
/
+3
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
-3
/
+3
2022-11-25
[fsi] WRITE is "data source", not destination...
Al Viro
-3
/
+3
2022-09-28
fsi: core: Check error number after calling ida_simple_get
Jiasheng Jiang
-0
/
+3
2022-09-28
fsi: occ: Support probing the hwmon child device from dts node
Eddie James
-7
/
+34
[next]