index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
dock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-13
ACPI: replace snprintf() in "show" functions with sysfs_emit()
Qing Wang
1
-4
/
+4
2021-04-08
ACPI: dock: fix some coding style issues
Xiaofei Tan
1
-2
/
+5
2021-01-22
ACPI: Use DEVICE_ATTR_<RW|RO|WO> macros
Dwaipayan Ray
1
-13
/
+13
2020-10-27
ACPI: dock: fix enum-conversion warning
Arnd Bergmann
1
-1
/
+2
2020-09-25
ACPI: dock: Remove dead ACPICA debug code
Hanjun Guo
1
-2
/
+0
2020-07-09
ACPI: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-14
/
+1
2017-11-09
ACPI: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2017-08-03
ACPI / dock: constify attribute_group structure
Amitoj Kaur Chawla
1
-1
/
+1
2016-07-16
ACPI / dock: make dock explicitly non-modular
Paul Gortmaker
1
-6
/
+1
2015-07-08
ACPI: Remove FSF mailing addresses
Jarkko Nikula
1
-4
/
+0
2015-03-16
driver core / ACPI: Represent ACPI companions using fwnode_handle
Rafael J. Wysocki
1
-1
/
+1
2014-04-07
ACPI / dock: Drop dock_device_ids[] table
Rafael J. Wysocki
1
-6
/
+0
2014-03-20
Merge branches 'acpi-cleanup', 'acpi-thermal', 'acpi-pci', 'acpi-lpss' and 'a...
Rafael J. Wysocki
1
-2
/
+0
2014-03-19
ACPI: Remove duplicate definitions of PREFIX
Hanjun Guo
1
-2
/
+0
2014-02-22
ACPI / dock: Update copyright notice
Rafael J. Wysocki
1
-1
/
+3
2014-02-22
ACPI / dock: Drop remove_dock_dependent_devices()
Rafael J. Wysocki
1
-11
/
+1
2014-02-22
ACPI / dock: Drop struct acpi_dock_ops and all code related to it
Rafael J. Wysocki
1
-165
/
+2
2014-02-21
ACPI / dock: Add .uevent() callback to struct acpi_hotplug_context
Rafael J. Wysocki
1
-1
/
+10
2014-02-21
ACPI / dock: Use callback pointers from devices' ACPI hotplug contexts
Rafael J. Wysocki
1
-0
/
+29
2014-02-21
ACPI / dock: Use ACPI device object pointers instead of ACPI handles
Rafael J. Wysocki
1
-62
/
+42
2014-02-16
ACPI / dock: Associate dock platform devices with ACPI device objects
Rafael J. Wysocki
1
-2
/
+8
2014-02-16
ACPI / dock: Pass ACPI device pointer to acpi_device_is_battery()
Rafael J. Wysocki
1
-1
/
+1
2014-02-16
ACPI / dock: Dispatch dock notifications from the global notify handler
Rafael J. Wysocki
1
-129
/
+42
2014-02-15
ACPI / dock: Make 'docked' sysfs attribute work as documented
Rafael J. Wysocki
1
-5
/
+3
2014-02-10
ACPI / dock: Use acpi_device_enumerated() to check if dock is present
Rafael J. Wysocki
1
-2
/
+3
2014-01-12
Merge branch 'acpi-hotplug'
Rafael J. Wysocki
1
-6
/
+3
2014-01-06
ACPI / dock: Include appropriate header file in dock.c
Rashika
1
-0
/
+2
2013-12-07
ACPI / dock: Drop redundant acpi_disabled check
Hanjun Guo
1
-3
/
+0
2013-12-07
Merge branch 'acpi-cleanup' into acpi-hotplug
Rafael J. Wysocki
1
-2
/
+0
2013-12-07
ACPI: Clean up inclusions of ACPI header files
Lv Zheng
1
-2
/
+0
2013-11-22
ACPI / scan: Add acpi_device objects for all device nodes in the namespace
Rafael J. Wysocki
1
-6
/
+3
2013-11-07
Merge branch 'acpi-hotplug'
Rafael J. Wysocki
1
-22
/
+3
2013-11-07
ACPI / hotplug: Consolidate deferred execution of ACPI hotplug routines
Rafael J. Wysocki
1
-22
/
+3
2013-09-24
ACPI: dock: convert acpi_evaluate_object() to acpi_evaluate_integer()
Zhang Rui
1
-4
/
+2
2013-08-27
Merge branch 'acpi-assorted'
Rafael J. Wysocki
1
-1
/
+1
2013-08-13
ACPI / dock: Fix __init attribute location in find_dock_and_bay()
Hanjun Guo
1
-1
/
+1
2013-07-26
ACPI / dock: fix error return code in dock_add()
Wei Yongjun
1
-1
/
+3
2013-07-15
ACPI / dock: Drop unnecessary local variable from dock_add()
Rafael J. Wysocki
1
-5
/
+4
2013-07-15
ACPI / dock / PCI: Drop ACPI dock notifier chain
Rafael J. Wysocki
1
-41
/
+25
2013-07-15
ACPI / dock: Do not leak memory on falilures to add a dock station
Rafael J. Wysocki
1
-0
/
+11
2013-07-15
ACPI / dock: Rework the handling of notifications
Rafael J. Wysocki
1
-43
/
+24
2013-07-15
ACPI / dock: Simplify dock_init_hotplug() and dock_release_hotplug()
Rafael J. Wysocki
1
-16
/
+8
2013-07-15
ACPI / dock: Walk list in reverse order during removal of devices
Rafael J. Wysocki
1
-16
/
+29
2013-07-15
ACPI / dock: Rework and simplify find_dock_devices()
Rafael J. Wysocki
1
-18
/
+5
2013-07-15
ACPI / dock: Drop the hp_lock mutex from struct dock_station
Rafael J. Wysocki
1
-5
/
+0
2013-07-15
ACPI: simplify dock driver with new helper functions
Jiang Liu
1
-110
/
+12
2013-07-15
ACPI / dock: simplify dock_create_acpi_device()
Jiang Liu
1
-6
/
+1
2013-07-15
ACPI / dock: mark initialization functions with __init
Jiang Liu
1
-6
/
+6
2013-07-15
ACPI / dock: drop redundant spin lock in dock station object
Jiang Liu
1
-12
/
+3
[next]