summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/container.c
AgeCommit message (Expand)AuthorLines
2022-06-20ACPI: container: Use acpi_dev_for_each_child()Rafael J. Wysocki-8/+9
2020-09-25ACPI: container: Remove leftover ACPICA debug functionalityHanjun Guo-3/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-14/+1
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula-4/+0
2014-09-21ACPI / hotplug: Generate online uevents for ACPI containersRafael J. Wysocki-0/+8
2014-05-30ACPI / scan: always register container scan handlerRafael J. Wysocki-0/+15
2014-03-20Merge branches 'acpi-cleanup', 'acpi-thermal', 'acpi-pci', 'acpi-lpss' and 'a...Rafael J. Wysocki-2/+0
2014-03-19ACPI: Remove duplicate definitions of PREFIXHanjun Guo-2/+0
2014-03-17Merge branch 'acpi-hotplug'Rafael J. Wysocki-0/+3
2014-02-16ACPI / dock: Dispatch dock notifications from the global notify handlerRafael J. Wysocki-0/+3
2014-02-12ACPI / container: Fix error code path in container_device_attach()Rafael J. Wysocki-2/+3
2013-12-29ACPI / hotplug / driver core: Handle containers in a special wayRafael J. Wysocki-4/+44
2013-11-22ACPI / hotplug: Move container-specific code out of the coreRafael J. Wysocki-3/+8
2013-04-28Merge branch 'acpi-assorted'Rafael J. Wysocki-0/+2
2013-03-25ACPI: suppress compiler warning in container.cAndy Shevchenko-0/+2
2013-03-04ACPI / container: Use hotplug profile user space interfaceRafael J. Wysocki-2/+2
2013-03-04ACPI / container: Use common hotplug codeRafael J. Wysocki-136/+10
2013-02-13ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki-4/+8
2013-02-13ACPI: Drop the container.h header fileRafael J. Wysocki-1/+0
2013-02-13ACPI / scan: Make container driver use struct acpi_scan_handlerRafael J. Wysocki-131/+36
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki-2/+2
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki-1/+1
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki-1/+6
2013-01-03ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki-15/+1
2013-01-03ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki-13/+3
2012-11-21ACPI: Update Container hotplug error messagesToshi Kani-8/+2
2012-11-15ACPI: Fix a hard coding style when determining if a device is a container, v3Tang Chen-3/+14
2012-06-04ACPI: Add _OST support for ACPI container hotplugToshi Kani-15/+28
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming-2/+2
2009-09-19Merge branch 'acpica' into releaseLen Brown-7/+4
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown-0/+2
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore-7/+4
2009-02-07ACPI: add missing KERN_* constants to printksFrank Seidel-2/+3
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas-1/+0
2008-10-22Merge branch 'ull' into testLen Brown-1/+1
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox-1/+1
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek-1/+1
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger-1/+9
2007-04-25ACPI: Remove duplicate definitions for _STA bitsBjorn Helgaas-4/+2
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown-2/+1
2007-02-12ACPI: fix acpi_driver.name usageLen Brown-1/+1
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown-2/+2
2007-02-03Pull sysfs into test branchLen Brown-3/+3
2006-12-20ACPI: replace kmalloc+memset with kzallocBurman Yan-2/+1
2006-12-15ACPI: convert to sysfs frameworkPatrick Mochel-3/+3
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt-1/+1
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown-1/+1
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel-20/+14
2006-06-27ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown-1/+1