summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/kcs_bmc_aspeed.c
Commit message (Expand)AuthorAgeFilesLines
* ipmi: kcs_bmc_aspeed: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
* ipmi: Explicitly include correct DT includesRob Herring2023-08-281-1/+0
* ipmi: kcs: Poll OBF briefly to reduce OBE latencyAndrew Jeffery2022-10-171-3/+21
* ipmi: kcs: aspeed: Update port address commentsChia-Wei Wang2022-09-221-11/+18
* ipmi: kcs: aspeed: Remove old bindings supportJoel Stanley2022-02-281-61/+7
* ipmi: kcs: aspeed: Add AST2600 compatible stringJoel Stanley2022-02-221-0/+1
* ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned intColin Ian King2021-06-211-3/+5
* ipmi: kcs_bmc_aspeed: Optionally apply status addressAndrew Jeffery2021-06-211-33/+83
* ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheetAndrew Jeffery2021-06-211-12/+12
* ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configurationAndrew Jeffery2021-06-211-2/+180
* ipmi: kcs_bmc: Enable IBF on openAndrew Jeffery2021-06-211-2/+1
* ipmi: kcs_bmc: Allow clients to control KCS IRQ stateAndrew Jeffery2021-06-211-53/+97
* ipmi: kcs_bmc: Strip private client data from struct kcs_bmcAndrew Jeffery2021-06-211-11/+11
* ipmi: kcs_bmc: Split headers into device and clientAndrew Jeffery2021-06-211-8/+9
* ipmi: kcs_bmc: Turn the driver data-structures inside-outAndrew Jeffery2021-06-211-24/+30
* ipmi: kcs_bmc: Make status update atomicAndrew Jeffery2021-06-211-0/+9
* ipmi: kcs_bmc_aspeed: Use of match data to extract KCS propertiesAndrew Jeffery2021-06-211-76/+76
* ipmi: kcs: aspeed: Adapt to new LPC DTS layoutChia-Wei, Wang2021-04-091-11/+16
* ipmi: kcs: Fix aspeed_kcs_probe_of_v1()Dan Carpenter2020-04-071-1/+1
* 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: kcs_bmc: coding-style fixes and use new poll typeHaiyue Wang2018-02-261-4/+5
* ipmi: add an Aspeed KCS IPMI BMC driverHaiyue Wang2018-02-261-0/+319