| Commit message (Expand) | Author | Age | Files | Lines |
* | ipmi: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 2023-05-25 | 1 | -1/+1 |
* | i2c: Make remove callback return void | Uwe Kleine-König | 2022-08-16 | 1 | -3/+1 |
* | ipmi: use simple i2c probe function | Stephen Kitt | 2022-05-12 | 1 | -3/+2 |
* | ipmi: remove open coded version of SMBus block write | Wolfram Sang | 2021-01-28 | 1 | -12/+12 |
* | drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds write | Colin Ian King | 2020-01-20 | 1 | -1/+1 |
* | drivers: ipmi: Modify max length of IPMB packet | Vijay Khemka | 2019-12-11 | 1 | -1/+1 |
* | drivers: ipmi: Support raw i2c packet in IPMB | Vijay Khemka | 2019-12-11 | 1 | -0/+29 |
* | ipmi: fix ipmb_poll()'s return type | Luc Van Oostenryck | 2019-11-22 | 1 | -3/+3 |
* | drivers: ipmi: Support for both IPMB Req and Resp | Vijay Khemka | 2019-11-07 | 1 | -22/+9 |
* | Fix uninitialized variable in ipmb_dev_int.c | Asmaa Mnebhi | 2019-07-24 | 1 | -1/+1 |
* | fix platform_no_drv_owner.cocci warnings | kbuild test robot | 2019-06-23 | 1 | -1/+0 |
* | ipmi: ipmb: don't allocate i2c_client on stack | Arnd Bergmann | 2019-06-19 | 1 | -10/+11 |
* | Add support for IPMB driver | Asmaa Mnebhi | 2019-06-10 | 1 | -0/+364 |