summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
AgeCommit message (Expand)AuthorLines
2021-06-21ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configurationAndrew Jeffery-2/+180
2021-06-21ipmi: kcs_bmc: Add serio adaptorAndrew Jeffery-0/+172
2021-06-21ipmi: kcs_bmc: Enable IBF on openAndrew Jeffery-19/+12
2021-06-21ipmi: kcs_bmc: Allow clients to control KCS IRQ stateAndrew Jeffery-57/+131
2021-06-21ipmi: kcs_bmc: Decouple the IPMI chardev from the coreAndrew Jeffery-13/+128
2021-06-21ipmi: kcs_bmc: Strip private client data from struct kcs_bmcAndrew Jeffery-294/+367
2021-06-21ipmi: kcs_bmc: Split headers into device and clientAndrew Jeffery-52/+117
2021-06-21ipmi: kcs_bmc: Turn the driver data-structures inside-outAndrew Jeffery-67/+110
2021-06-21ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmiAndrew Jeffery-412/+451
2021-06-21ipmi: kcs_bmc: Rename {read,write}_{status,data}() functionsAndrew Jeffery-27/+25
2021-06-21ipmi: kcs_bmc: Make status update atomicAndrew Jeffery-6/+21
2021-06-21ipmi: kcs_bmc_aspeed: Use of match data to extract KCS propertiesAndrew Jeffery-76/+76
2021-05-13ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu-10/+12
2021-04-28Merge tag 'for-linus-5.13-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds-266/+137
2021-04-09ipmi: kcs: aspeed: Adapt to new LPC DTS layoutChia-Wei, Wang-11/+16
2021-04-02ipmi_si: Join string literals backAndy Shevchenko-66/+38
2021-04-02ipmi_si: Drop redundant check before calling put_device()Andy Shevchenko-2/+1
2021-04-02ipmi_si: Use strstrip() to remove surrounding spacesAndy Shevchenko-12/+4
2021-04-02ipmi_si: Get rid of ->addr_source_cleanup()Andy Shevchenko-22/+2
2021-04-02ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one()Andy Shevchenko-16/+16
2021-04-02ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko-32/+19
2021-04-02ipmi_si: Use proper ACPI macros to check error code for failuresAndy Shevchenko-6/+6
2021-04-02ipmi_si: Utilize temporary variable to hold device pointerAndy Shevchenko-8/+7
2021-04-02ipmi_si: Remove bogus err_free labelAndy Shevchenko-12/+5
2021-04-02ipmi_si: Switch to use platform_get_mem_or_io()Andy Shevchenko-20/+14
2021-03-10ipmi: Handle device properties with software node APIHeikki Krogerus-1/+1
2021-03-10ipmi:ssif: make ssif_i2c_send() voidLiguang Zhang-61/+20
2021-03-10ipmi: Refine retry conditions for getting device idTerry Duncan-8/+4
2021-01-28ipmi: remove open coded version of SMBus block writeWolfram Sang-12/+12
2020-12-16char: ipmi: convert comma to semicolonZheng Yongjun-3/+3
2020-11-19ipmi: msghandler: Suppress suspicious RCU usage warningQinglang Miao-1/+2
2020-11-17ipmi/watchdog: replace atomic_add() and atomic_sub()Yejune Deng-4/+4
2020-10-27char: ipmi: remove unneeded breakTom Rix-1/+0
2020-10-14Merge tag 'for-linus-5.10-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds-36/+89
2020-10-05ipmi_si: Fix wrong return value in try_smi_init()Tianjia Zhang-1/+1
2020-09-18ipmi: msghandler: Fix a signedness bugDan Carpenter-2/+2
2020-09-16ipmi: add retry in try_get_dev_id()Xianting Tian-2/+17
2020-09-15ipmi: Clean up some printksCorey Minyard-19/+29
2020-09-15ipmi:msghandler: retry to get device id on an errorXianting Tian-4/+25
2020-09-15ipmi:sm: Print current state when the state is invalidXianting Tian-3/+9
2020-09-15ipmi: Reset response handler when failing to send the commandMarkus Boehme-1/+3
2020-09-03ipmi: add a newline when printing parameter 'panic_op' by sysfsXiongfeng Wang-4/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-18char: ipmi: convert tasklets to use new tasklet_setup() APIAllen Pais-7/+6
2020-07-21ipmi/watchdog: add missing newlines when printing parameters by sysfsXiongfeng Wang-2/+7
2020-07-20ipmi: remve duplicate code in __ipmi_bmc_register()Jing Xiangfeng-2/+0
2020-06-24ipmi: ssif: Remove finished TODO comment about SMBus alertMisono Tomohiro-5/+0
2020-06-05Merge tag 'for-linus-5.8-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds-38/+18
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds-3/+3
2020-05-27ipmi:ssif: Remove dynamic platform device handingCorey Minyard-22/+1