summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* char: ipmi: convert to use i2c_new_client_device()Wolfram Sang2020-05-141-2/+2
* ipmi: kcs: Fix aspeed_kcs_probe_of_v1()Dan Carpenter2020-04-071-1/+1
* ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_c...Jules Irenge2020-04-031-0/+2
* ipmi: kcs: aspeed: Implement v2 bindingsAndrew Jeffery2020-04-031-23/+121
* ipmi: kcs: Finish configuring ASPEED KCS device before enableAndrew Jeffery2020-04-031-3/+4
* ipmi: fix hung processes in __get_guid()Wen Yang2020-04-031-2/+2
* drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU listsAmol Grover2020-03-121-4/+10
* ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai2020-03-111-2/+2
* drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King2020-01-201-1/+1
* ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard2019-12-231-3/+7
* drivers: ipmi: Modify max length of IPMB packetVijay Khemka2019-12-111-1/+1
* drivers: ipmi: Support raw i2c packet in IPMBVijay Khemka2019-12-111-0/+29
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+1
|\
| * compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-231-0/+1
* | Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-271-49/+49
|\ \
| * | char: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-49/+49
| * | char: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-10/+10
| |/
* | ipmi: fix ipmb_poll()'s return typeLuc Van Oostenryck2019-11-221-3/+3
* | ipmi: kill off 'timespec' usage againArnd Bergmann2019-11-081-27/+13
* | drivers: ipmi: Support for both IPMB Req and RespVijay Khemka2019-11-071-22/+9
* | ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost2019-10-221-1/+4
* | ipmi: bt-bmc: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-221-3/+1
* | ipmi: use %*ph to print small bufferAndy Shevchenko2019-10-221-23/+4
* | ipmi: Don't allow device module unload when in useCorey Minyard2019-10-221-7/+16
|/
* ipmi_si_intf: Fix race in timer shutdown handlingJes Sorensen2019-09-121-2/+1
* ipmi: move message error checking to avoid deadlockTony Camuso2019-08-221-57/+57
* ipmi_ssif: avoid registering duplicate ssif interfaceKamlakant Patel2019-08-221-1/+77
* ipmi: Free receive messages when in an oopsCorey Minyard2019-08-161-2/+5
* ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard2019-08-051-5/+19
* ipmi_si: Remove ipmi_ from the device attr namesCorey Minyard2019-08-021-16/+16
* ipmi_si: Convert device attr permissions to octalCorey Minyard2019-08-021-4/+4
* ipmi_si: Rework some include filesCorey Minyard2019-08-0210-59/+68
* ipmi_si: Convert timespec64 to timespecCorey Minyard2019-07-311-16/+16
* Fix uninitialized variable in ipmb_dev_int.cAsmaa Mnebhi2019-07-241-1/+1
* Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-07-136-4/+386
|\
| * fix platform_no_drv_owner.cocci warningskbuild test robot2019-06-231-1/+0
| * ipmi: ipmb: don't allocate i2c_client on stackArnd Bergmann2019-06-191-10/+11
| * ipmi: ipmb: Fix build error while CONFIG_I2C is set to mYueHaibing2019-06-121-0/+1
| * Add support for IPMB driverAsmaa Mnebhi2019-06-103-0/+373
| * drivers: ipmi: Drop device referenceSuzuki K Poulose2019-06-031-0/+1
| * ipmi_ssif: fix unexpected driver unregister warningKefeng Wang2019-05-241-1/+4
| * ipmi_si: use bool type for initialized variableKefeng Wang2019-05-201-2/+2
| * ipmi_si: fix unexpected driver unregister warningKefeng Wang2019-05-201-1/+5
* | driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose2019-06-241-4/+4
* | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'for-linus-5.2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-05-0810-26/+34
|\
| * ipmi: Remove warning if no slave address is presentCorey Minyard2019-04-242-5/+3
| * ipmi:ssif: Only unregister the platform driver if it was registeredCorey Minyard2019-04-241-1/+2
| * ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel2019-04-241-1/+5