aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/acpi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-26acpi: Introduce acpi_arch_get_root_pointer() for getting rsdp addressJuergen Gross1-0/+7
2018-02-12device property: Constify device_get_match_data()Andy Shevchenko1-2/+2
2018-02-12ACPI / bus: Rename acpi_get_match_data() to acpi_device_get_match_data()Andy Shevchenko1-2/+2
2018-02-09Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+5
2018-02-07ACPI: SPCR: Make SPCR available to x86Prarit Bhargava1-2/+5
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+5
2018-01-31Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+6
2018-01-29Merge tag 'pm-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2018-01-22device property: Introduce fwnode_irq_get()Marcin Wojtas1-0/+3
2018-01-10ACPI: utils: Introduce acpi_dev_get_first_match_name()Andy Shevchenko1-0/+6
2017-12-13ACPI / bus: Introduce acpi_get_match_data() functionSinan Kaya1-0/+6
2017-11-30gpiolib: acpi: Introduce NO_RESTRICTION quirkAndy Shevchenko1-0/+4
2017-11-30gpiolib: acpi: Add quirks field to struct acpi_gpio_mappingAndy Shevchenko1-0/+1
2017-11-27ACPI / PM: Make it possible to ignore the system sleep blacklistRafael J. Wysocki1-0/+1
2017-11-06ACPI / PM: Take SMART_SUSPEND driver flag into accountRafael J. Wysocki1-0/+10
2017-10-17ACPI / PM: Combine device suspend routinesRafael J. Wysocki1-2/+1
2017-10-11ACPI / LPIT: Add Low Power Idle Table (LPIT) supportSrinivas Pandruvada1-0/+9
2017-10-11ACPI / PM: Combine two identical device resume routinesRafael J. Wysocki1-2/+1
2017-10-10ACPI / PM: Remove stale function headerUlf Hansson1-5/+0
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-33/+35
2017-09-03Merge branches 'acpi-sysfs', 'acpi-apei' and 'acpi-blacklist'Rafael J. Wysocki1-0/+19
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki1-2/+2
2017-09-03Merge branches 'acpi-ec', 'acpi-dma', 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki1-0/+8
2017-08-29ACPI / blacklist: add acpi_match_platform_list()Toshi Kani1-0/+19
2017-08-07ACPI: Introduce DMA ranges parsingLorenzo Pieralisi1-0/+8
2017-07-30tty: pl011: fix initialization order of QDF2400 E44Timur Tabi1-0/+1
2017-07-24ACPI / boot: Correct address space of __acpi_map_table()Andy Shevchenko1-2/+2
2017-07-22device property: Constify fwnode property APISakari Ailus1-9/+11
2017-07-22ACPI: Constify internal fwnode argumentsSakari Ailus1-18/+22
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus1-6/+2
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+4
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+7
2017-06-22device property: Move FW type specific functionality to FW specific filesSakari Ailus1-0/+4
2017-06-08acpi: always include uuid.hChristoph Hellwig1-1/+1
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko1-2/+1
2017-06-05acpi, nfit: Switch to use new generic UUID APIAndy Shevchenko1-0/+1
2017-05-29gpio: acpi: Split out acpi_gpio_get_irq_resource() helperAndy Shevchenko1-0/+7
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+5
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+11
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2017-05-01Merge tag 'devprop-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+34
2017-04-28Merge branches 'acpi-power', 'acpi-blacklist', 'acpi-video' and 'acpi-doc'Rafael J. Wysocki1-0/+5
2017-04-20drivers: acpi: Handle IOMMU lookup failure with deferred probing or errorSricharan R1-2/+5
2017-04-19ACPI / utils: Add new acpi_dev_present helperHans de Goede1-0/+5
2017-04-19acpi/arm64: Add memory-mapped timer support in GTDT driverFu Wei1-0/+1
2017-04-19acpi/arm64: Add GTDT table parse driverFu Wei1-0/+6
2017-04-19ACPI / tables: Drop acpi_parse_entries() which is not usedBaoquan He1-4/+0
2017-03-29ACPI / property: Add support for remote endpointsMika Westerberg1-0/+23
2017-03-29ACPI / property: Add fwnode_get_next_child_node()Mika Westerberg1-4/+4