aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/dock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-27Merge branch 'acpi-assorted'Rafael J. Wysocki1-1/+1
2013-08-13ACPI / dock: Fix __init attribute location in find_dock_and_bay()Hanjun Guo1-1/+1
2013-07-26ACPI / dock: fix error return code in dock_add()Wei Yongjun1-1/+3
2013-07-15ACPI / dock: Drop unnecessary local variable from dock_add()Rafael J. Wysocki1-5/+4
2013-07-15ACPI / dock / PCI: Drop ACPI dock notifier chainRafael J. Wysocki1-41/+25
2013-07-15ACPI / dock: Do not leak memory on falilures to add a dock stationRafael J. Wysocki1-0/+11
2013-07-15ACPI / dock: Rework the handling of notificationsRafael J. Wysocki1-43/+24
2013-07-15ACPI / dock: Simplify dock_init_hotplug() and dock_release_hotplug()Rafael J. Wysocki1-16/+8
2013-07-15ACPI / dock: Walk list in reverse order during removal of devicesRafael J. Wysocki1-16/+29
2013-07-15ACPI / dock: Rework and simplify find_dock_devices()Rafael J. Wysocki1-18/+5
2013-07-15ACPI / dock: Drop the hp_lock mutex from struct dock_stationRafael J. Wysocki1-5/+0
2013-07-15ACPI: simplify dock driver with new helper functionsJiang Liu1-110/+12
2013-07-15ACPI / dock: simplify dock_create_acpi_device()Jiang Liu1-6/+1
2013-07-15ACPI / dock: mark initialization functions with __initJiang Liu1-6/+6
2013-07-15ACPI / dock: drop redundant spin lock in dock station objectJiang Liu1-12/+3
2013-07-15ACPI / dock: avoid initializing acpi_dock_notifier_list multiple timesJiang Liu1-1/+1
2013-07-04ACPI / dock: Actually define acpi_dock_init() as voidRafael J. Wysocki1-4/+3
2013-06-24ACPI / dock / PCI: Synchronous handling of dock events for PCI devicesRafael J. Wysocki1-42/+95
2013-06-23ACPI / dock: Initialize ACPI dock subsystem upfrontJiang Liu1-41/+1
2013-06-19ACPI / dock: Take ACPI scan lock in write_undock()Rafael J. Wysocki1-0/+2
2013-02-13ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki1-3/+16
2013-02-02ACPI / dock: Fix acpi_bus_get_device() check in drivers/acpi/dock.cYasuaki Ishimatsu1-1/+1
2013-01-26ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki1-6/+2
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki1-1/+1
2013-01-15ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki1-1/+1
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki1-1/+3
2013-01-03ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki1-11/+2
2012-11-21ACPI: Update Dock hotplug error messagesToshi Kani1-16/+14
2012-11-15ACPI: dock: Remove redundant ACPI NS walkToshi Kani1-19/+7
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-07-16ACPI: constify ops structsVasiliy Kulikov1-2/+2
2011-01-12ACPICA: Rename some function and variable namesLin Ming1-1/+1
2010-10-26Merge branch 'misc' into releaseLen Brown1-3/+3
2010-10-19ACPI dock: move some functions to .init.textUwe Kleine-König1-3/+3
2010-09-24ACPI / ACPICA: Defer enabling of runtime GPEs (v3)Rafael J. Wysocki1-0/+1
2010-04-06Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480', 'bugzilla-15521', 'bugzilla-15605', 'gpe-reference-counters', 'misc', 'pxm-fix' and 'video-random-key' into releaseLen Brown1-5/+3
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-03-23ACPI dock: support multiple ACPI dock devicesZhang Rui1-5/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-16ACPI: dock: properly initialize local struct dock_station in dock_add()Alex Chiang1-0/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-16Merge branch 'dock' into releaseLen Brown1-170/+91
2009-12-16ACPI: dock: minor whitespace and style cleanupsAlex Chiang1-58/+45
2009-12-16ACPI: dock: add struct dock_station * directly to platform device dataAlex Chiang1-27/+13
2009-12-16ACPI: dock: dock_add - hoist up platform_device_register_simple()Alex Chiang1-9/+7
2009-12-16ACPI: dock: remove global 'dock_device_name'Alex Chiang1-2/+1
2009-12-16ACPI: dock: combine add|alloc_dock_dependent_device (v2)Alex Chiang1-36/+19
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming1-4/+4
2009-11-03ACPI: dock: convert sysfs attributes to an attribute_groupAlex Chiang1-57/+24
2009-10-03ACPI: dock: fix "sibiling" typoAlex Chiang1-8/+8