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
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
2018-02-27
ipmi: Add or fix SPDX-License-Identifier in all files
Corey Minyard
1
-5
/
+1
2018-01-22
ipmi_ssif: Remove duplicate NULL check
Andy Shevchenko
1
-2
/
+1
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
2017-09-28
ipmi: Make the DMI probe into a generic platform probe
Corey Minyard
1
-9
/
+3
2017-09-28
ipmi: Make the IPMI proc interface configurable
Corey Minyard
1
-0
/
+6
2017-09-28
ipmi_ssif: Add device attrs for the things in proc
Corey Minyard
1
-2
/
+74
2017-09-28
ipmi: Remove the device id from ipmi_register_smi()
Corey Minyard
1
-19
/
+0
2017-09-28
ipmi: Make ipmi_demangle_device_id more generic
Jeremy Kerr
1
-1
/
+2
2017-06-30
ipmi:ssif: Add missing unlock in error branch
Corey Minyard
1
-0
/
+5
2017-06-28
ipmi:ssif: Check dev before setting drvdata
Corey Minyard
1
-1
/
+2
2017-06-19
ipmi: Convert DMI handling over to a platform device
Corey Minyard
1
-60
/
+102
2017-06-17
ipmi:ssif: Use i2c_adapter_id instead of adapter->nr
Corey Minyard
1
-2
/
+3
2017-05-18
ipmi_ssif: remove redundant null check on array client->adapter->name
Colin Ian King
1
-2
/
+1
2017-05-08
ipmi_ssif: unlock on allocation failure
Dan Carpenter
1
-0
/
+2
2017-04-07
ipmi_ssif: use setup_timer
Geliang Tang
1
-3
/
+2
2017-04-07
ipmi: Fix kernel panic at ipmi_ssif_thread()
Joeseph Chang
1
-1
/
+3
2016-11-25
ipmi: Pick up slave address from SMBIOS on an ACPI device
Corey Minyard
1
-2
/
+31
2016-11-07
ipmi_ssif: Remove an unused module parameter
Corey Minyard
1
-4
/
+0
2016-06-17
i2c: add a protocol parameter to the alert callback
Benjamin Tissoires
1
-1
/
+5
2016-05-17
ipmi: Fix the I2C address extraction from SPMI tables
Corey Minyard
1
-1
/
+1
2016-03-18
ipmi_ssif: Fix logic around alert handling
Corey Minyard
1
-9
/
+4
2016-01-13
char: ipmi: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-10-25
char: ipmi: ipmi_ssif: Replace timeval with timespec64
Amitoj Kaur Chawla
1
-4
/
+5
2015-09-03
ipmi:ssif: Add a module parm to specify that SMBus alerts don't work
Corey Minyard
1
-0
/
+8
[next]