aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sbshc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-4/+1
2018-10-08ACPI / SBS: Fix rare oops when removing modulesRonald Tschalär1-0/+2
2018-02-08ACPI: sbshc: remove raw pointer from printk() messageGreg Kroah-Hartman1-2/+2
2015-11-16Revert "ACPI / SBS: Add 5 us delay to fix SBS hangs on MacBook"Chris Bainbridge1-22/+0
2015-11-16ACPI / SMBus: Fix boot stalls / high CPU caused by reentrant codeChris Bainbridge1-19/+7
2015-04-30ACPI / SBS: Add 5 us delay to fix SBS hangs on MacBookChris Bainbridge1-0/+22
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-2/+1
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-2/+2
2012-09-21ACPI/sbshc: convert to module_acpi_driver()Mika Westerberg1-17/+1
2011-10-31acpi: add module.h to files implicitly using/relying on it.Paul Gortmaker1-0/+1
2010-05-06sbshc: acpi_device_class "smbus_host_controller" too longDan Carpenter1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-15ACPI: SBS: Move SBS HC callback to faster Notify queueAlexey Starikovskiy1-1/+1
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming1-1/+0
2008-10-22Merge branch 'ull' into testLen Brown1-1/+1
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-1/+1
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek1-2/+2
2008-09-04ACPI: Avoid bogus timeout about SMbus checkZhao Yakui1-0/+7
2008-03-18ACPI: SBS: remove typo from sbchc.cAlexey Starikovskiy1-1/+0
2008-02-09ACPI: SBS: Host controller must initialize before SBS.Alexey Starikovskiy1-0/+6
2008-02-07ACPI: misc cleanupsAdrian Bunk1-2/+2
2007-12-14ACPI: SBS: Ignore alarms coming from unknown devicesAlexey Starikovskiy1-4/+12
2007-12-14ACPI: SBS: Reset alarm bitAlexey Starikovskiy1-0/+1
2007-09-27ACPI: SBS: Split host controller (ACPI0001) from SBS driver (ACPI0002)Alexey Starikovskiy1-0/+309