index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_ssif.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-04
ipmi:ssif: Increase the message retry time
Corey Minyard
1
-1
/
+1
2022-10-11
Merge tag 'for-linus-6.1-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
1
-2
/
+2
2022-09-22
ipmi: Add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
1
-2
/
+2
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-4
/
+2
2022-05-12
ipmi: remove unnecessary type castings
Yu Zhe
1
-3
/
+3
2022-05-12
ipmi:ssif: Check for NULL msg when handling events and messages
Corey Minyard
1
-0
/
+23
2022-05-12
ipmi: use simple i2c probe function
Stephen Kitt
1
-2
/
+2
2022-03-20
ipmi: initialize len variable
Tom Rix
1
-1
/
+1
2022-01-17
ipmi: ssif: replace strlcpy with strscpy
Jason Wang
1
-1
/
+1
2021-12-08
ipmi: ssif: initialize ssif_info->client early
Mian Yousaf Kaukab
1
-3
/
+4
2021-10-21
char: ipmi: replace snprintf in show functions with sysfs_emit
Ye Guojin
1
-2
/
+2
2021-03-11
ipmi:ssif: make ssif_i2c_send() void
Liguang Zhang
1
-61
/
+20
2020-06-24
ipmi: ssif: Remove finished TODO comment about SMBus alert
Misono Tomohiro
1
-5
/
+0
2020-05-28
ipmi:ssif: Remove dynamic platform device handing
Corey Minyard
1
-22
/
+1
2020-05-18
Try to load acpi_ipmi when an SSIF ACPI IPMI interface is added
Corey Minyard
1
-0
/
+1
2020-05-14
char: ipmi: convert to use i2c_new_client_device()
Wolfram Sang
1
-2
/
+2
2020-04-03
ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_c...
Jules Irenge
1
-0
/
+2
2019-12-23
ipmi:ssif: Handle a possible NULL pointer reference
Corey Minyard
1
-3
/
+7
2019-08-22
ipmi_ssif: avoid registering duplicate ssif interface
Kamlakant Patel
1
-1
/
+77
2019-08-02
ipmi_si: Rework some include files
Corey Minyard
1
-1
/
+0
2019-05-24
ipmi_ssif: fix unexpected driver unregister warning
Kefeng Wang
1
-1
/
+4
2019-04-24
ipmi: Remove warning if no slave address is present
Corey Minyard
1
-1
/
+1
2019-04-24
ipmi:ssif: Only unregister the platform driver if it was registered
Corey Minyard
1
-1
/
+2
2019-04-24
ipmi:ssif: compare block number correctly for multi-part return messages
Kamlakant Patel
1
-1
/
+5
2019-02-10
ipmi:ssif: Change some pr_xxx to dev_xxx calls
Corey Minyard
1
-42
/
+74
2019-02-10
ipmi: clean an indentation issue, remove extraneous space
Colin Ian King
1
-1
/
+1
2019-02-10
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
1
-1
/
+1
2019-02-10
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
1
-10
/
+16
2019-02-10
ipmi: Fix SSIF flag requests
Corey Minyard
1
-12
/
+52
2019-01-23
ipmi:ssif: Fix handling of multi-part return messages
Corey Minyard
1
-8
/
+17
2018-10-12
ipmi: Fix timer race with module unload
Jan Glauber
1
-4
/
+6
2018-09-19
ipmi:ssif: Add support for multi-part transmit messages > 2 parts
Corey Minyard
1
-50
/
+159
2018-09-19
ipmi: Remove platform driver overrides and use the id_table
Corey Minyard
1
-0
/
+6
2018-09-19
ipmi: Free the address list on module cleanup
Corey Minyard
1
-0
/
+2
2018-09-19
ipmi: Don't leave holes in the I2C address list in the ssif driver
Corey Minyard
1
-6
/
+5
2018-09-19
ipmi: Use more common logging styles
Joe Perches
1
-36
/
+33
2018-08-31
ipmi: Fix NULL pointer dereference in ssif_probe
Gustavo A. R. Silva
1
-1
/
+3
2018-08-31
ipmi: Fix I2C client removal in the SSIF driver
Corey Minyard
1
-11
/
+6
2018-08-31
ipmi: Rework SMI registration failure
Corey Minyard
1
-10
/
+3
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+2
2018-05-09
ipmi: Remove the proc interface
Corey Minyard
1
-89
/
+0
2018-04-19
ipmi_ssif: Fix uninitialized variable issue
Gustavo A. R. Silva
1
-2
/
+1
2018-04-18
ipmi: Remove smi->intf checks
Corey Minyard
1
-9
/
+3
2018-04-18
ipmi_ssif: Get rid of unused intf_num
Corey Minyard
1
-5
/
+0
2018-04-18
ipmi: ipmi_unregister_smi() cannot fail, have it return void
Corey Minyard
1
-3
/
+1
2018-04-18
ipmi_ssif: Remove usecount handling
Corey Minyard
1
-21
/
+0
2018-04-18
ipmi_ssif: Convert over to a shutdown handler
Corey Minyard
1
-24
/
+31
2018-04-18
ipmi: Change ipmi_smi_t to struct ipmi_smi *
Corey Minyard
1
-5
/
+5
2018-03-13
ipmi_ssif: Fix kernel panic at msg_done_handler
Kamlakant Patel
1
-2
/
+2
2018-03-12
ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
Corey Minyard
1
-105
/
+0
[next]