index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bus
/
hisi_lpc.c
Age
Commit message (
Expand
)
Author
2023-11-28
bus: hisi_lpc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-08-12
bus: Explicitly include correct DT includes
Rob Herring
2022-09-08
bus: hisi_lpc: Use platform_device_register_full()
John Garry
2022-09-08
bus: hisi_lpc: Don't guard ACPI IDs with ACPI_PTR()
Andy Shevchenko
2022-09-08
bus: hisi_lpc: Correct error code for timeout
Andy Shevchenko
2022-09-08
bus: hisi_lpc: Use devm_platform_ioremap_resource
Andy Shevchenko
2022-09-08
bus: hisi_lpc: Don't dereference fwnode handle
Andy Shevchenko
2022-07-01
hisi_lpc: Use acpi_dev_for_each_child()
Rafael J. Wysocki
2022-07-01
bus: hisi_lpc: fix missing platform_device_put() in hisi_lpc_acpi_probe()
Yang Yingliang
2020-02-28
bus: hisi_lpc: Fixup IO ports addresses to avoid use-after-free in host removal
John Garry
2019-11-05
bus: hisi_lpc: Clean some types
John Garry
2019-08-13
bus: hisi_lpc: Add .remove method to avoid driver unbind crash
John Garry
2019-08-13
bus: hisi_lpc: Unregister logical PIO range to avoid potential use-after-free
John Garry
2019-02-08
bus: hisi_lpc: Don't fail probe for unrecognised child devices
John Garry
2018-05-10
HISI LPC: Add ACPI UART support
John Garry
2018-05-10
HISI LPC: Re-Add ACPI child enumeration support
John Garry
2018-05-10
HISI LPC: Stop using MFD APIs
John Garry
2018-04-04
HISI LPC: Add ACPI support
John Garry
2018-04-04
HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
Zhichang Yuan