aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/glue.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-10ACPI: Fix selecting wrong ACPI fwnode for the iGPU on some Dell laptopsHans de Goede1-2/+12
2022-06-20ACPI: glue: Introduce acpi_find_child_by_adr()Rafael J. Wysocki1-4/+24
2022-06-20ACPI: glue: Introduce acpi_dev_has_children()Rafael J. Wysocki1-1/+11
2022-06-20ACPI: glue: Use acpi_dev_for_each_child()Rafael J. Wysocki1-39/+62
2022-05-12ACPI: glue: Rearrange find_child_checks()Rafael J. Wysocki1-7/+9
2021-11-17Revert "ACPI: scan: Release PM resources blocked by unused objects"Rafael J. Wysocki1-25/+0
2021-11-02Merge branches 'acpi-glue', 'acpi-pnp', 'acpi-processor' and 'acpi-soc'Rafael J. Wysocki1-17/+24
2021-10-28ACPI: glue: Use acpi_device_adr() in acpi_find_child_device()Rafael J. Wysocki1-5/+2
2021-10-13ACPI: scan: Release PM resources blocked by unused objectsRafael J. Wysocki1-0/+25
2021-09-27ACPI: glue: Look for ACPI bus type only if ACPI companion is not knownRafael J. Wysocki1-11/+17
2021-09-27ACPI: glue: Drop cleanup callback from struct acpi_bus_typeRafael J. Wysocki1-9/+3
2021-09-27PCI: ACPI: Drop acpi_pci_busRafael J. Wysocki1-12/+22
2021-07-16ACPI: glue: Eliminate acpi_platform_notify()Rafael J. Wysocki1-17/+2
2021-07-16ACPI: glue: Change return type of two functions to voidRafael J. Wysocki1-8/+4
2021-07-16ACPI: glue: Rearrange acpi_device_notify()Rafael J. Wysocki1-16/+12
2021-06-07ACPI: glue: Clean up the printing messagesHanjun Guo1-20/+9
2021-04-13ACPI: bus: Introduce acpi_dev_get() and reuse it in ACPI codeAndy Shevchenko1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2018-11-26ACPI / glue: Add acpi_platform_notify() functionHeikki Krogerus1-8/+13
2018-09-10ACPI / glue: Split dev_is_platform() out of module for wide useAndy Shevchenko1-1/+1
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+0
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+6
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel1-11/+6
2017-04-20of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R1-5/+0
2017-04-01ACPI / scan: Prefer devices without _HID for _ADR matchingRafael J. Wysocki1-6/+6
2017-03-30ACPI: platform: setup MSI domain for ACPI based platform deviceHanjun Guo1-0/+6
2017-01-02ACPI / scan: Prefer devices without _HID/_CID for _ADR matchingRafael J. Wysocki1-1/+9
2016-12-26ACPI: Drop misplaced acpi_dma_deconfigure() call from acpi_bind_one()Lorenzo Pieralisi1-1/+0
2016-11-29ACPI: Implement acpi_dma_configureLorenzo Pieralisi1-2/+2
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki1-3/+5
2015-11-07device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee1-3/+5
2015-09-15ACPI: change init_acpi_device_notify() to return voidRami Rosen1-3/+2
2015-06-15ACPI / scan: Parse _CCA and setup device coherencySuthikulpanit, Suravee1-0/+5
2015-03-16ACPI: Introduce has_acpi_companion()Rafael J. Wysocki1-2/+2
2014-02-11ACPI / scan: Add bind/unbind callbacks to struct acpi_scan_handlerRafael J. Wysocki1-0/+12
2013-12-07ACPI / bind: Move acpi_get_child() to drivers/ide/ide-acpi.cRafael J. Wysocki1-12/+0
2013-12-07ACPI / bind: Pass struct acpi_device pointer to acpi_bind_one()Rafael J. Wysocki1-6/+3
2013-12-07ACPI / bind: Rework struct acpi_bus_typeRafael J. Wysocki1-5/+7
2013-12-07ACPI / bind: Redefine acpi_preset_companion()Rafael J. Wysocki1-9/+1
2013-12-07ACPI / bind: Redefine acpi_get_child()Rafael J. Wysocki1-3/+3
2013-12-07PCI / ACPI: Use acpi_find_child_device() for child devices lookupRafael J. Wysocki1-0/+3
2013-12-07ACPI / bind: Simplify child device lookupsRafael J. Wysocki1-82/+55
2013-11-14ACPI / bind: Use (put|get)_device() on ACPI device objects tooRafael J. Wysocki1-1/+5
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-24/+23
2013-09-09ACPI / bind: Prefer device objects with _STA to those without itRafael J. Wysocki1-11/+24
2013-08-09ACPI: Print diagnostic messages if device links cannot be createdRafael J. Wysocki1-0/+7
2013-08-09ACPI: Drop unnecessary label from acpi_bind_one()Rafael J. Wysocki1-12/+7
2013-08-07ACPI: Clean up error code path in acpi_unbind_one()Rafael J. Wysocki1-7/+4
2013-08-07ACPI: Use list_for_each_entry() in acpi_unbind_one()Rafael J. Wysocki1-20/+18
2013-08-07ACPI: acpi_bind_one()/acpi_unbind_one() whitespace cleanupsRafael J. Wysocki1-4/+3
2013-08-07ACPI: Create symlinks in acpi_bind_one() under physical_node_lockRafael J. Wysocki1-2/+2
2013-08-07ACPI: Reduce acpi_bind_one()/acpi_unbind_one() code duplicationRafael J. Wysocki1-11/+11
2013-08-07ACPI: Do not fail acpi_bind_one() if device is already bound correctlyRafael J. Wysocki1-3/+10
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 imp...Tejun 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/jb...Linus 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
2007-02-15ACPI: remove non-PNPACPI version of get_rtc_dev()Len Brown1-27/+0
2007-02-09ACPI: updates rtc-cmos device platform_dataDavid Brownell1-0/+89
2007-01-16ACPI: Optimize acpi_get_pci_rootbridge_handle() to boot fasterJustin Chen1-123/+0
2006-12-16Pull style into test branchLen Brown1-2/+2
2006-12-16Pull trivial into test branchLen Brown1-1/+5
2006-12-01ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt1-9/+11
2006-10-27ACPI: optimize pci_rootbridge searchChen, Justin1-1/+5
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt1-2/+2
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown1-4/+4
2005-12-10[ACPI] ACPICA 20050930Bob Moore1-4/+4
2005-12-06Pull release into acpica branchLen Brown1-4/+5
2005-11-10[PATCH] pciehp: clean-up how we request control of hotplug hardwarerajesh.shah@intel.com1-0/+1
2005-10-19[PATCH] `unaligned access' in acpi get_root_bridge_busnr()Peter Chubb1-4/+4
2005-09-22[ACPI] handle ACPICA 20050916's acpi_resource.type renameLen Brown1-3/+3
2005-08-12[ACPI] don't complain about PCI root bridges without _SEGBjorn Helgaas1-3/+0
2005-08-05[ACPI] Lindent all ACPI filesLen Brown1-2/+4
2005-07-12[ACPI] quiet dmesg related to ACPI PM of PCI devicesDavid Shaohua Li1-6/+4
2005-07-11[ACPI] Bind PCI devices with ACPI devicesDavid Shaohua Li1-0/+362