summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/kcs_bmc_aspeed.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17ipmi: kcs_bmc_aspeed: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-28ipmi: Explicitly include correct DT includesRob Herring1-1/+0
2022-10-17ipmi: kcs: Poll OBF briefly to reduce OBE latencyAndrew Jeffery1-3/+21
2022-09-23ipmi: kcs: aspeed: Update port address commentsChia-Wei Wang1-11/+18
2022-02-28ipmi: kcs: aspeed: Remove old bindings supportJoel Stanley1-61/+7
2022-02-22ipmi: kcs: aspeed: Add AST2600 compatible stringJoel Stanley1-0/+1
2021-06-22ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned intColin Ian King1-3/+5
2021-06-22ipmi: kcs_bmc_aspeed: Optionally apply status addressAndrew Jeffery1-33/+83
2021-06-22ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheetAndrew Jeffery1-12/+12
2021-06-22ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configurationAndrew Jeffery1-2/+180
2021-06-22ipmi: kcs_bmc: Enable IBF on openAndrew Jeffery1-2/+1
2021-06-22ipmi: kcs_bmc: Allow clients to control KCS IRQ stateAndrew Jeffery1-53/+97
2021-06-22ipmi: kcs_bmc: Strip private client data from struct kcs_bmcAndrew Jeffery1-11/+11
2021-06-22ipmi: kcs_bmc: Split headers into device and clientAndrew Jeffery1-8/+9
2021-06-22ipmi: kcs_bmc: Turn the driver data-structures inside-outAndrew Jeffery1-24/+30
2021-06-22ipmi: kcs_bmc: Make status update atomicAndrew Jeffery1-0/+9
2021-06-22ipmi: kcs_bmc_aspeed: Use of match data to extract KCS propertiesAndrew Jeffery1-76/+76
2021-04-09ipmi: kcs: aspeed: Adapt to new LPC DTS layoutChia-Wei, Wang1-11/+16
2020-04-07ipmi: kcs: Fix aspeed_kcs_probe_of_v1()Dan Carpenter1-1/+1
2020-04-03ipmi: kcs: aspeed: Implement v2 bindingsAndrew Jeffery1-23/+121
2020-04-03ipmi: kcs: Finish configuring ASPEED KCS device before enableAndrew Jeffery1-3/+4
2018-02-26ipmi: kcs_bmc: coding-style fixes and use new poll typeHaiyue Wang1-4/+5
2018-02-26ipmi: add an Aspeed KCS IPMI BMC driverHaiyue Wang1-0/+319