aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/dock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-03ACPI: dock: fix "sibiling" typoAlex Chiang1-8/+8
2009-09-19Merge branch 'acpica' into releaseLen Brown1-5/+3
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore1-5/+3
2009-04-05Merge branch 'linus' into releaseLen Brown1-1/+1
2009-04-03dock: fix dereference after kfree()Dan Carpenter1-1/+2
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei1-1/+1
2009-02-07Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec', 'misc', 'printk' and 'processor' into releaseLen Brown1-5/+9
2009-02-07ACPI: add missing KERN_* constants to printksFrank Seidel1-4/+4
2009-02-06ACPI: dock: Don't eval _STA on every show_docked sysfs readHolger Macht1-1/+5
2008-10-22Merge branch 'ull' into testLen Brown1-3/+3
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-3/+3
2008-10-11Subject: ACPI dock: Use ACPI_EXCEPTION instead of printk(KERN_ERRThomas Renninger1-2/+3
2008-09-23dock: add 'type' sysfs fileShaohua Li1-0/+25
2008-09-23dock: fix for ATA bay in a dock stationShaohua Li1-4/+10
2008-09-23dock: introduce .uevent for devices in dock, eg libataShaohua Li1-7/+15
2008-09-23libata: remove functions now handed by ACPI dock driverShaohua Li1-1/+2
2008-09-23ACPI: fix hotplug raceZhang Rui1-1/+24
2008-09-23ACPI: introduce notifier change to avoid duplicatesShaohua Li1-22/+24
2008-09-23dock: add bay and battery hotplug supportShaohua Li1-48/+175
2008-09-23dock: add _LCK supportShaohua Li1-0/+21
2008-09-23dock: fix eject request process (2.6.27-rc1 regression)Shaohua Li1-5/+0
2008-09-23ACPI: dock: avoid check _STA methodShaohua Li1-1/+4
2008-08-15ACPI: Properly clear flags on false-positives and send uevent on sudden unplugHolger Macht1-3/+8
2008-07-20APCI: revert duplicated patchThomas Gleixner1-3/+0
2008-07-16dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled.Len Brown1-0/+3
2008-06-26dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled.Len Brown1-0/+3
2008-06-11dock.c remove trailing printk whitespaceTim Pepper1-1/+1
2008-03-18ACPI: Set flag DOCK_UNDOCKING when triggered via sysfsHolger Macht1-0/+1
2008-02-07Merge branches 'release' and 'fluff' into releaseLen Brown1-4/+4
2008-02-07ACPI: misc cleanupsAdrian Bunk1-4/+4
2007-12-08ACPI: Add autoload info to dock driverFrank Seidel1-0/+6
2007-08-11ACPI: dock: Send key=value pair instead of plain valueHolger Macht1-3/+3
2007-07-18ACPI: dock: fix oops when _DCK evaluation failsDmitry Torokhov1-4/+4
2007-05-10ACPI: dock: send envp with ueventKristen Carlson Accardi1-1/+9
2007-05-10ACPI: dock: unsuppress ueventsKristen Carlson Accardi1-0/+3
2007-05-10ACPI: dock: add immediate_undock optionKristen Carlson Accardi1-2/+49
2007-05-10ACPI: dock: use dynamically allocated platform deviceKristen Carlson Accardi1-24/+23
2007-05-10ACPI: dock: fix opps after dock driver fails to initializeChuck Ebbert1-0/+7
2007-05-10ACPI: dock: cleanup the uid patchKristen Carlson Accardi1-5/+8
2007-03-28ACPI: dock: use NULL for pointerRandy Dunlap1-1/+2
2007-03-09ACPI: dock: add access to ACPI docking station UIDIlya A. Volynets-Evenbakh1-0/+24
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown1-3/+3
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-1/+1
2007-02-03ACPI: dock: check if parent is on dockKristen Carlson Accardi1-4/+12
2006-12-16Pull style into test branchLen Brown1-3/+3
2006-12-16Pull bugfix into test branchLen Brown1-8/+8
2006-12-14ACPI: dock: add uevent to indicate change in device statusKristen Carlson Accardi1-2/+4
2006-12-07ACPI: dock: Fix symbol conflict between acpiphp and dockPrarit Bhargava1-1/+7
2006-12-07ACPI: dock: Add a docked sysfs file to the dock driver.brandon@ifup.org1-16/+79