summaryrefslogtreecommitdiffstats
path: root/drivers/bus/hisi_lpc.c
Commit message (Expand)AuthorAgeFilesLines
* bus: Explicitly include correct DT includesRob Herring2023-08-121-1/+1
* bus: hisi_lpc: Use platform_device_register_full()John Garry2022-09-081-36/+32
* bus: hisi_lpc: Don't guard ACPI IDs with ACPI_PTR()Andy Shevchenko2022-09-081-6/+6
* bus: hisi_lpc: Correct error code for timeoutAndy Shevchenko2022-09-081-1/+1
* bus: hisi_lpc: Use devm_platform_ioremap_resourceAndy Shevchenko2022-09-081-3/+1
* bus: hisi_lpc: Don't dereference fwnode handleAndy Shevchenko2022-09-081-6/+4
* hisi_lpc: Use acpi_dev_for_each_child()Rafael J. Wysocki2022-07-011-104/+100
* bus: hisi_lpc: fix missing platform_device_put() in hisi_lpc_acpi_probe()Yang Yingliang2022-07-011-4/+6
* bus: hisi_lpc: Fixup IO ports addresses to avoid use-after-free in host removalJohn Garry2020-02-281-2/+25
* bus: hisi_lpc: Clean some typesJohn Garry2019-11-051-5/+4
* bus: hisi_lpc: Add .remove method to avoid driver unbind crashJohn Garry2019-08-131-2/+36
* bus: hisi_lpc: Unregister logical PIO range to avoid potential use-after-freeJohn Garry2019-08-131-5/+6
* bus: hisi_lpc: Don't fail probe for unrecognised child devicesJohn Garry2019-02-081-3/+2
* HISI LPC: Add ACPI UART supportJohn Garry2018-05-101-0/+17
* HISI LPC: Re-Add ACPI child enumeration supportJohn Garry2018-05-101-0/+74
* HISI LPC: Stop using MFD APIsJohn Garry2018-05-101-64/+8
* HISI LPC: Add ACPI supportJohn Garry2018-04-041-4/+204
* HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindingsZhichang Yuan2018-04-041-0/+415