aboutsummaryrefslogtreecommitdiff
path: root/drivers/bus/hisi_lpc.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-12bus: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2022-09-08bus: hisi_lpc: Use platform_device_register_full()Gravatar John Garry 1-36/+32
2022-09-08bus: hisi_lpc: Don't guard ACPI IDs with ACPI_PTR()Gravatar Andy Shevchenko 1-6/+6
2022-09-08bus: hisi_lpc: Correct error code for timeoutGravatar Andy Shevchenko 1-1/+1
2022-09-08bus: hisi_lpc: Use devm_platform_ioremap_resourceGravatar Andy Shevchenko 1-3/+1
2022-09-08bus: hisi_lpc: Don't dereference fwnode handleGravatar Andy Shevchenko 1-6/+4
2022-07-01hisi_lpc: Use acpi_dev_for_each_child()Gravatar Rafael J. Wysocki 1-104/+100
2022-07-01bus: hisi_lpc: fix missing platform_device_put() in hisi_lpc_acpi_probe()Gravatar Yang Yingliang 1-4/+6
2020-02-28bus: hisi_lpc: Fixup IO ports addresses to avoid use-after-free in host removalGravatar John Garry 1-2/+25
2019-11-05bus: hisi_lpc: Clean some typesGravatar John Garry 1-5/+4
2019-08-13bus: hisi_lpc: Add .remove method to avoid driver unbind crashGravatar John Garry 1-2/+36
2019-08-13bus: hisi_lpc: Unregister logical PIO range to avoid potential use-after-freeGravatar John Garry 1-5/+6
2019-02-08bus: hisi_lpc: Don't fail probe for unrecognised child devicesGravatar John Garry 1-3/+2
2018-05-10HISI LPC: Add ACPI UART supportGravatar John Garry 1-0/+17
2018-05-10HISI LPC: Re-Add ACPI child enumeration supportGravatar John Garry 1-0/+74
2018-05-10HISI LPC: Stop using MFD APIsGravatar John Garry 1-64/+8
2018-04-04HISI LPC: Add ACPI supportGravatar John Garry 1-4/+204
2018-04-04HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindingsGravatar Zhichang Yuan 1-0/+415