aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-07ACPI: Try harder to resolve _ADR collisions for bridgesRafael J. Wysocki1-17/+82
2013-08-06ACPI: Drop physical_node_id_bitmap from struct acpi_deviceRafael J. Wysocki1-15/+19
2013-06-28Merge branch 'acpi-assorted'Rafael J. Wysocki1-2/+4
2013-06-19ACPI: add _STA evaluation at do_acpi_find_child()Jeff Wu1-2/+4
2013-05-12ACPI / processor: Use common hotplug infrastructureRafael J. Wysocki1-2/+4
2013-03-04ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_typeRafael J. Wysocki1-25/+1
2013-03-04ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki1-26/+13
2013-02-15Merge branch 'acpi-assorted'Rafael J. Wysocki1-22/+13
2013-02-11Merge branch 'acpi-scan'Rafael J. Wysocki1-15/+35
2013-01-26ACPI: Rework acpi_get_child() to be more efficientRafael J. Wysocki1-22/+13
2013-01-12ACPI / glue: Fix build with ACPI_GLUE_DEBUG setYinghai Lu1-1/+1
2013-01-03ACPI / glue: Update DBG macro to include KERN_DEBUGJoe Perches1-2/+7
2013-01-03ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_typeRafael J. Wysocki1-15/+35
2012-11-21ACPI / driver core: Introduce struct acpi_dev_node and related macrosRafael J. Wysocki1-8/+8
2012-11-21ACPI: Allow ACPI handles of devices to be initialized in advanceRafael J. Wysocki1-10/+34
2012-11-15driver core / ACPI: Move ACPI support to core device and driver typesMika Westerberg1-8/+6
2012-10-23ACPI: Fix memory leak in acpi_bind_one()Jesper Juhl1-0/+1
2012-09-21ACPI: Allow ACPI binding with USB-3.0 hubLan Tianyu1-49/+86
2012-07-25drivers/acpi/glue: revert accidental license-related 6b66d95895c bitsJeff Garzik1-2/+2
2012-06-29libata: bind the Linux device tree to the ACPI device treeMatthew Garrett1-2/+2
2012-05-11ACPI: Add stubs for (un)register_acpi_bus_typeMatthew Garrett1-0/+2
2011-10-31acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-01-07ACPI / PM: Drop special ACPI wakeup flagsRafael J. Wysocki1-4/+1
2010-07-26ACPI: Add the check of ADR flag in course of finding ACPI handle for PCI deviceZhao Yakui1-1/+2
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-01-28ACPI: replace acpi_integer by u64Lin Ming1-2/+2
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming1-1/+1
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: Fix several acpi_attach_data problemsBob Moore1-1/+1
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore1-4/+2
2009-06-17ACPI: kill acpi_get_physical_pci_device()Alexander Chiang1-40/+0
2009-03-27ACPI: call init_acpi_device_notify() explicitly rather than as initcallBjorn Helgaas1-5/+1
2009-02-07ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+4
2008-11-07ACPI: video: Ignore devices that aren't present in hardwareThomas Renninger1-0/+40
2008-10-14rtc-cmos: move wake setup from ACPI glue into RTC driverBjorn Helgaas1-112/+0
2008-10-12Fix RTC wakealarm sysfs interface breakage.Linus Torvalds1-2/+1
2008-10-03ACPI: Make /proc/acpi/wakeup interface handle PCI devices (again)Rafael J. Wysocki1-1/+4
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman1-4/+2
2008-07-20APCI: revert another duplicated patchThomas Gleixner1-3/+0
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+2
2008-07-16ACPI: don't walk tables if ACPI was disabledVegard Nossum1-0/+3
2008-07-07PCI ACPI: Rework PCI handling of wake-upRafael J. Wysocki1-0/+2
2008-06-26ACPI: don't walk tables if ACPI was disabledVegard Nossum1-0/+3
2008-06-11ACPI: Disable Fixed_RTC event when installing RTC handlerZhao Yakui1-0/+6
2008-02-23ACPI: crosslink ACPI and "real" device nodesDavid Brownell1-0/+20
2008-02-07ACPI: misc cleanupsAdrian Bunk1-4/+0
2007-07-22ACPI: fix empty macros found by -WextraDave Jones1-1/+1
2007-05-08workaround rtc-related acpi table bugsDavid Brownell1-2/+9
2007-05-08ACPI wakeup hooks for rtc-cmosDavid Brownell1-1/+36