aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_ssif.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-24ipmi: Remove warning if no slave address is presentCorey Minyard1-1/+1
2019-04-24ipmi:ssif: Only unregister the platform driver if it was registeredCorey Minyard1-1/+2
2019-04-24ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel1-1/+5
2019-02-09ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard1-42/+74
2019-02-09ipmi: clean an indentation issue, remove extraneous spaceColin Ian King1-1/+1
2019-02-09ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard1-1/+1
2019-02-09ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard1-10/+16
2019-02-09ipmi: Fix SSIF flag requestsCorey Minyard1-12/+52
2019-01-23ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard1-8/+17
2018-10-11ipmi: Fix timer race with module unloadJan Glauber1-4/+6
2018-09-18ipmi:ssif: Add support for multi-part transmit messages > 2 partsCorey Minyard1-50/+159
2018-09-18ipmi: Remove platform driver overrides and use the id_tableCorey Minyard1-0/+6
2018-09-18ipmi: Free the address list on module cleanupCorey Minyard1-0/+2
2018-09-18ipmi: Don't leave holes in the I2C address list in the ssif driverCorey Minyard1-6/+5
2018-09-18ipmi: Use more common logging stylesJoe Perches1-36/+33
2018-08-31ipmi: Fix NULL pointer dereference in ssif_probeGustavo A. R. Silva1-1/+3
2018-08-31ipmi: Fix I2C client removal in the SSIF driverCorey Minyard1-11/+6
2018-08-31ipmi: Rework SMI registration failureCorey Minyard1-10/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-05-09ipmi: Remove the proc interfaceCorey Minyard1-89/+0
2018-04-19ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva1-2/+1
2018-04-18ipmi: Remove smi->intf checksCorey Minyard1-9/+3
2018-04-18ipmi_ssif: Get rid of unused intf_numCorey Minyard1-5/+0
2018-04-18ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard1-3/+1
2018-04-18ipmi_ssif: Remove usecount handlingCorey Minyard1-21/+0
2018-04-18ipmi_ssif: Convert over to a shutdown handlerCorey Minyard1-24/+31
2018-04-18ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard1-5/+5
2018-03-13ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel1-2/+2
2018-03-12ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driverCorey Minyard1-105/+0
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard1-5/+1
2018-01-22ipmi_ssif: Remove duplicate NULL checkAndy Shevchenko1-2/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-09-28ipmi: Make the DMI probe into a generic platform probeCorey Minyard1-9/+3
2017-09-28ipmi: Make the IPMI proc interface configurableCorey Minyard1-0/+6
2017-09-28ipmi_ssif: Add device attrs for the things in procCorey Minyard1-2/+74
2017-09-27ipmi: Remove the device id from ipmi_register_smi()Corey Minyard1-19/+0
2017-09-27ipmi: Make ipmi_demangle_device_id more genericJeremy Kerr1-1/+2
2017-06-30ipmi:ssif: Add missing unlock in error branchCorey Minyard1-0/+5
2017-06-28ipmi:ssif: Check dev before setting drvdataCorey Minyard1-1/+2
2017-06-19ipmi: Convert DMI handling over to a platform deviceCorey Minyard1-60/+102
2017-06-16ipmi:ssif: Use i2c_adapter_id instead of adapter->nrCorey Minyard1-2/+3
2017-05-17ipmi_ssif: remove redundant null check on array client->adapter->nameColin Ian King1-2/+1
2017-05-08ipmi_ssif: unlock on allocation failureDan Carpenter1-0/+2
2017-04-07ipmi_ssif: use setup_timerGeliang Tang1-3/+2
2017-04-07ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang1-1/+3
2016-11-24ipmi: Pick up slave address from SMBIOS on an ACPI deviceCorey Minyard1-2/+31
2016-11-07ipmi_ssif: Remove an unused module parameterCorey Minyard1-4/+0
2016-06-17i2c: add a protocol parameter to the alert callbackBenjamin Tissoires1-1/+5
2016-05-16ipmi: Fix the I2C address extraction from SPMI tablesCorey Minyard1-1/+1
2016-03-18ipmi_ssif: Fix logic around alert handlingCorey Minyard1-9/+4