summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmb_dev_int.c
Commit message (Expand)AuthorAgeFilesLines
* ipmi: remove open coded version of SMBus block writeWolfram Sang2021-01-281-12/+12
* drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King2020-01-201-1/+1
* 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
* ipmi: fix ipmb_poll()'s return typeLuc Van Oostenryck2019-11-221-3/+3
* drivers: ipmi: Support for both IPMB Req and RespVijay Khemka2019-11-071-22/+9
* Fix uninitialized variable in ipmb_dev_int.cAsmaa Mnebhi2019-07-241-1/+1
* 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
* Add support for IPMB driverAsmaa Mnebhi2019-06-101-0/+364