summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/dock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-11-071-22/+3
|\
| * ACPI / hotplug: Consolidate deferred execution of ACPI hotplug routinesRafael J. Wysocki2013-11-071-22/+3
* | ACPI: dock: convert acpi_evaluate_object() to acpi_evaluate_integer()Zhang Rui2013-09-241-4/+2
|/
* Merge branch 'acpi-assorted'Rafael J. Wysocki2013-08-271-1/+1
|\
| * ACPI / dock: Fix __init attribute location in find_dock_and_bay()Hanjun Guo2013-08-131-1/+1
* | ACPI / dock: fix error return code in dock_add()Wei Yongjun2013-07-261-1/+3
* | ACPI / dock: Drop unnecessary local variable from dock_add()Rafael J. Wysocki2013-07-151-5/+4
* | ACPI / dock / PCI: Drop ACPI dock notifier chainRafael J. Wysocki2013-07-151-41/+25
* | ACPI / dock: Do not leak memory on falilures to add a dock stationRafael J. Wysocki2013-07-151-0/+11
* | ACPI / dock: Rework the handling of notificationsRafael J. Wysocki2013-07-151-43/+24
* | ACPI / dock: Simplify dock_init_hotplug() and dock_release_hotplug()Rafael J. Wysocki2013-07-151-16/+8
* | ACPI / dock: Walk list in reverse order during removal of devicesRafael J. Wysocki2013-07-151-16/+29
* | ACPI / dock: Rework and simplify find_dock_devices()Rafael J. Wysocki2013-07-151-18/+5
* | ACPI / dock: Drop the hp_lock mutex from struct dock_stationRafael J. Wysocki2013-07-151-5/+0
* | ACPI: simplify dock driver with new helper functionsJiang Liu2013-07-151-110/+12
* | ACPI / dock: simplify dock_create_acpi_device()Jiang Liu2013-07-151-6/+1
* | ACPI / dock: mark initialization functions with __initJiang Liu2013-07-151-6/+6
* | ACPI / dock: drop redundant spin lock in dock station objectJiang Liu2013-07-151-12/+3
* | ACPI / dock: avoid initializing acpi_dock_notifier_list multiple timesJiang Liu2013-07-151-1/+1
|/
* ACPI / dock: Actually define acpi_dock_init() as voidRafael J. Wysocki2013-07-041-4/+3
* ACPI / dock / PCI: Synchronous handling of dock events for PCI devicesRafael J. Wysocki2013-06-241-42/+95
* ACPI / dock: Initialize ACPI dock subsystem upfrontJiang Liu2013-06-231-41/+1
* ACPI / dock: Take ACPI scan lock in write_undock()Rafael J. Wysocki2013-06-191-0/+2
* ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki2013-02-131-3/+16
* ACPI / dock: Fix acpi_bus_get_device() check in drivers/acpi/dock.cYasuaki Ishimatsu2013-02-021-1/+1
* ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki2013-01-261-6/+2
* ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki2013-01-191-1/+1
* ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki2013-01-151-1/+1
* ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki2013-01-031-1/+3
* ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki2013-01-031-11/+2
* ACPI: Update Dock hotplug error messagesToshi Kani2012-11-211-16/+14
* ACPI: dock: Remove redundant ACPI NS walkToshi Kani2012-11-151-19/+7
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* ACPI: constify ops structsVasiliy Kulikov2011-07-161-2/+2
* ACPICA: Rename some function and variable namesLin Ming2011-01-121-1/+1
* Merge branch 'misc' into releaseLen Brown2010-10-261-3/+3
|\
| * ACPI dock: move some functions to .init.textUwe Kleine-König2010-10-191-3/+3
* | ACPI / ACPICA: Defer enabling of runtime GPEs (v3)Rafael J. Wysocki2010-09-241-0/+1
|/
*-. Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480...Len Brown2010-04-061-5/+3
|\ \
| | * ACPI dock: support multiple ACPI dock devicesZhang Rui2010-03-231-5/+2
| |/ |/|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | ACPI: dock: properly initialize local struct dock_station in dock_add()Alex Chiang2010-02-161-0/+1
|/
* Merge branch 'dock' into releaseLen Brown2009-12-161-170/+91
|\
| * ACPI: dock: minor whitespace and style cleanupsAlex Chiang2009-12-161-58/+45
| * ACPI: dock: add struct dock_station * directly to platform device dataAlex Chiang2009-12-161-27/+13
| * ACPI: dock: dock_add - hoist up platform_device_register_simple()Alex Chiang2009-12-161-9/+7
| * ACPI: dock: remove global 'dock_device_name'Alex Chiang2009-12-161-2/+1
| * ACPI: dock: combine add|alloc_dock_dependent_device (v2)Alex Chiang2009-12-161-36/+19
OpenPOWER on IntegriCloud