index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
scan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ACPI: fix bus scanning memory leaks
Bjorn Helgaas
2009-10-02
1
-5
/
+2
*
ACPI: simplify building device HID/CID list
Bjorn Helgaas
2009-09-25
1
-33
/
+23
*
ACPI: remove acpi_device_uid() and related stuff
Bjorn Helgaas
2009-09-25
1
-18
/
+0
*
ACPI: remove acpi_device.flags.hardware_id
Bjorn Helgaas
2009-09-25
1
-24
/
+13
*
ACPI: remove acpi_device.flags.compatible_ids
Bjorn Helgaas
2009-09-25
1
-11
/
+4
*
ACPI: maintain a single list of _HID and _CID IDs
Bjorn Helgaas
2009-09-25
1
-120
/
+46
*
ACPI: make sure every acpi_device has an ID
Bjorn Helgaas
2009-09-25
1
-0
/
+10
*
ACPI: use acpi_device_hid() when possible
Bjorn Helgaas
2009-09-25
1
-3
/
+3
*
ACPI: fix synthetic HID for \_SB_
Bjorn Helgaas
2009-09-25
1
-12
/
+6
*
ACPI: handle re-enumeration, when acpi_devices might already exist
Bjorn Helgaas
2009-09-25
1
-8
/
+11
*
ACPI: factor out device type and status checking
Bjorn Helgaas
2009-09-25
1
-77
/
+52
*
ACPI: use acpi_walk_namespace() to enumerate devices
Bjorn Helgaas
2009-09-25
1
-122
/
+74
*
ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPE
Bjorn Helgaas
2009-09-25
1
-7
/
+13
*
ACPI: enumerate namespace before adding functional fixed hardware devices
Bjorn Helgaas
2009-09-25
1
-2
/
+2
*
ACPI: convert acpi_bus_scan() to operate on an acpi_handle
Bjorn Helgaas
2009-09-25
1
-17
/
+17
*
ACPI: add acpi_bus_get_parent() and remove "parent" arguments
Bjorn Helgaas
2009-09-25
1
-13
/
+37
*
ACPI: remove unnecessary argument checking
Bjorn Helgaas
2009-09-25
1
-6
/
+2
*
ACPI: remove redundant "type" arguments
Bjorn Helgaas
2009-09-25
1
-7
/
+7
*
ACPI: remove acpi_device_set_context() "type" argument
Bjorn Helgaas
2009-09-25
1
-17
/
+15
*
ACPI: use device_type rather than comparing HID
Bjorn Helgaas
2009-09-25
1
-6
/
+4
*
ACPI: save device_type in acpi_device
Bjorn Helgaas
2009-09-25
1
-0
/
+1
*
ACPI: remove redundant "handle" and "parent" arguments
Bjorn Helgaas
2009-09-25
1
-15
/
+12
*
ACPI: remove unused acpi_bus_scan_fixed() argument
Bjorn Helgaas
2009-09-25
1
-5
/
+2
*
ACPI: add debug for device addition
Bjorn Helgaas
2009-09-25
1
-2
/
+10
*
ACPI: don't pass handle for fixed hardware notifications
Bjorn Helgaas
2009-09-19
1
-1
/
+2
*
Merge branch 'bjorn-start-stop-2.6.32' into release
Len Brown
2009-09-19
1
-5
/
+0
|
\
|
*
ACPI: remove unused acpi_device_ops .stop method
Bjorn Helgaas
2009-06-25
1
-5
/
+0
*
|
Merge branch 'acpica' into release
Len Brown
2009-09-19
1
-57
/
+106
|
\
\
|
*
|
ACPI: fix NULL bug for HID/UID string
Hugh Dickins
2009-08-31
1
-8
/
+12
|
*
|
ACPICA: Fix several acpi_attach_data problems
Bob Moore
2009-08-27
1
-1
/
+1
|
*
|
ACPICA: Major update for acpi_get_object_info external interface
Bob Moore
2009-08-27
1
-54
/
+99
|
|
/
*
|
Merge branch 'linus' into release
Len Brown
2009-09-19
1
-0
/
+1
|
\
\
|
*
|
ACPI PM: Replace wakeup.prepared with reference counter
Rafael J. Wysocki
2009-09-09
1
-0
/
+1
|
|
/
*
|
Revert "ACPI: Attach the ACPI device to the ACPI handle as early as possible"
Len Brown
2009-09-05
1
-10
/
+2
|
/
*
-
.
Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...
Len Brown
2009-06-24
1
-39
/
+30
|
\
\
|
|
*
ACPI: clean up whitespace in drivers/acpi/scan.c
Alex Chiang
2009-06-17
1
-24
/
+20
|
|
*
ACPI: acpi_device_register() should call device_register()
Alex Chiang
2009-06-17
1
-3
/
+2
|
|
/
|
/
|
|
*
ACPI: run ACPI device hot removal in kacpi_hotplug_wq
Zhang Rui
2009-06-23
1
-12
/
+8
|
/
*
ACPI: delete acpi_device.g_list
Len Brown
2009-04-07
1
-13
/
+4
*
ACPI: convert acpi_device_lock spinlock to mutex
Shaohua Li
2009-04-07
1
-7
/
+7
*
ACPI: support acpi_device_ops .notify methods
Bjorn Helgaas
2009-04-05
1
-0
/
+71
*
Merge branch 'driver-ops-cleanup' into release
Len Brown
2009-04-05
1
-12
/
+0
|
\
|
*
ACPI: remove unused acpi_device_ops .shutdown method
Bjorn Helgaas
2009-03-27
1
-12
/
+0
*
|
ACPI: call acpi_scan_init() explicitly rather than as initcall
Bjorn Helgaas
2009-03-27
1
-8
/
+1
*
|
ACPI: move private declarations to internal.h
Bjorn Helgaas
2009-03-17
1
-0
/
+2
|
/
*
ACPI: remove private acpica headers from driver files
Lin Ming
2008-12-31
1
-1
/
+0
*
Revert "ACPI: don't enable control method power button as wakeup device when ...
Len Brown
2008-11-26
1
-10
/
+0
*
Merge branch 'processor-256' into release
Len Brown
2008-11-11
1
-1
/
+1
|
\
|
*
ACPI: Disambiguate processor declaration type
Myron Stowe
2008-11-06
1
-1
/
+1
*
|
Merge branch 'video' into release
Len Brown
2008-11-11
1
-31
/
+1
|
\
\
[next]