summaryrefslogtreecommitdiffstats
path: root/drivers/bus/hisi_lpc.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-08bus: hisi_lpc: Use platform_device_register_full()John Garry1-36/+32
2022-09-08bus: hisi_lpc: Don't guard ACPI IDs with ACPI_PTR()Andy Shevchenko1-6/+6
2022-09-08bus: hisi_lpc: Correct error code for timeoutAndy Shevchenko1-1/+1
2022-09-08bus: hisi_lpc: Use devm_platform_ioremap_resourceAndy Shevchenko1-3/+1
2022-09-08bus: hisi_lpc: Don't dereference fwnode handleAndy Shevchenko1-6/+4
2022-07-01hisi_lpc: Use acpi_dev_for_each_child()Rafael J. Wysocki1-104/+100
2022-07-01bus: hisi_lpc: fix missing platform_device_put() in hisi_lpc_acpi_probe()Yang Yingliang1-4/+6
2020-02-28bus: hisi_lpc: Fixup IO ports addresses to avoid use-after-free in host removalJohn Garry1-2/+25
2019-11-05bus: hisi_lpc: Clean some typesJohn Garry1-5/+4
2019-08-13bus: hisi_lpc: Add .remove method to avoid driver unbind crashJohn Garry1-2/+36
2019-08-13bus: hisi_lpc: Unregister logical PIO range to avoid potential use-after-freeJohn Garry1-5/+6
2019-02-08bus: hisi_lpc: Don't fail probe for unrecognised child devicesJohn Garry1-3/+2
2018-05-10HISI LPC: Add ACPI UART supportJohn Garry1-0/+17
2018-05-10HISI LPC: Re-Add ACPI child enumeration supportJohn Garry1-0/+74
2018-05-10HISI LPC: Stop using MFD APIsJohn Garry1-64/+8
2018-04-04HISI LPC: Add ACPI supportJohn Garry1-4/+204
2018-04-04HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindingsZhichang Yuan1-0/+415