| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: Introduce pci_dev_for_each_resource() | Mika Westerberg | 2023-04-04 | 1 | -19/+10 |
* | PNP: Do not disable devices on suspend when they cannot be re-enabled on resume | Hans de Goede | 2022-11-25 | 1 | -1/+2 |
* | PNP: fix name memory leak in pnp_alloc_dev() | Yang Yingliang | 2022-11-22 | 1 | -2/+2 |
*-. | Merge branches 'acpi-apei', 'acpi-wakeup', 'acpi-reboot' and 'acpi-thermal' | Rafael J. Wysocki | 2022-10-10 | 1 | -3/+4 |
|\ \ |
|
| * | | ACPI: resources: Add wake_capable parameter to acpi_dev_irq_flags | Raul E Rangel | 2022-10-04 | 1 | -3/+4 |
| |/ |
|
* / | PNPBIOS: remove unused pnpid32_to_pnpid() declaration | Gaosheng Cui | 2022-09-24 | 1 | -1/+0 |
|/ |
|
* | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.h | Stafford Horne | 2022-07-23 | 1 | -2/+3 |
* | Merge tag 'pnp-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2022-03-21 | 1 | -2/+2 |
|\ |
|
| * | PNP: Replace acpi_bus_get_device() | Rafael J. Wysocki | 2022-02-04 | 1 | -2/+2 |
* | | PM: sleep: Add device name to suspend_report_result() | Youngjin Jang | 2022-03-08 | 1 | -1/+1 |
|/ |
|
* | proc: remove PDE_DATA() completely | Muchun Song | 2022-01-22 | 2 | -3/+3 |
* | exit: Rename complete_and_exit to kthread_complete_and_exit | Eric W. Biederman | 2021-12-13 | 1 | -3/+3 |
* | PNP: system.c: unmark a comment as being kernel-doc | Randy Dunlap | 2021-10-05 | 1 | -1/+1 |
* | bus: Make remove callback return void | Uwe Kleine-König | 2021-07-21 | 1 | -2/+1 |
* | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-07-05 | 5 | -15/+10 |
|\ |
|
| * | PNP: moved EXPORT_SYMBOL so that it immediately followed its function/variable | Jinchao Wang | 2021-06-24 | 5 | -15/+10 |
| * | drivers: pnp: proc.c: Removed unnecessary varibles | Anupama K Patil | 2021-05-13 | 1 | -7/+6 |
* | | PNP: pnpbios: Use list_for_each_entry() instead of list_for_each() | Zou Wei | 2021-06-09 | 1 | -3/+1 |
* | | PNP: use DEVICE_ATTR_RO macro | Zhen Lei | 2021-06-07 | 1 | -6/+6 |
* | | PNP: Switch over to dev_dbg() | Heiner Kallweit | 2021-05-17 | 2 | -4/+3 |
* | | PNP: Remove pnp_alloc() | Heiner Kallweit | 2021-05-17 | 4 | -16/+3 |
* | | drivers: pnp: isapnp: proc.c: Remove unnecessary local variables | Anupama K Patil | 2021-05-17 | 1 | -7/+6 |
|/ |
|
* | PNP: pnpbios: Use DEFINE_SPINLOCK() for spinlock | Zheng Yongjun | 2021-01-22 | 1 | -2/+1 |
* | PNP: add printf attribute to log function | Tom Rix | 2021-01-22 | 1 | -0/+1 |
* | PNP: fix kernel-doc markups | Mauro Carvalho Chehab | 2020-10-27 | 1 | -2/+2 |
* | PNP: remove the now unused pnp_find_card() function | Christoph Hellwig | 2020-10-08 | 1 | -23/+0 |
* | PNP: quirks: Fix duplicate included pci.h | Tian Tao | 2020-09-25 | 1 | -2/+0 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-13 | 2 | -3/+3 |
* | PNPBIOS: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-05-15 | 1 | -1/+1 |
* | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 2020-02-04 | 2 | -14/+12 |
* | PNP: isapnp: remove defined but not used function 'isapnp_checksum' | yu kuai | 2020-01-23 | 1 | -22/+0 |
* | PNP: isapnp: remove set but not used variable 'checksum' | yu kuai | 2020-01-15 | 1 | -2/+1 |
* | docs: driver-api: add a series of orphaned documents | Mauro Carvalho Chehab | 2019-07-15 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150 | Thomas Gleixner | 2019-05-30 | 3 | -42/+3 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 | Thomas Gleixner | 2019-05-24 | 1 | -10/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 2019-05-24 | 2 | -29/+2 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 7 | -0/+7 |
* | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 2019-04-09 | 1 | -1/+1 |
* | ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formatting | Erik Schmauss | 2019-02-24 | 1 | -7/+7 |
* | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-04 | 1 | -1/+1 |
* | Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 2018-06-07 | 1 | -1/+1 |
|\ |
|
| * | media: sound, isapnp: allow building more drivers with COMPILE_TEST | Mauro Carvalho Chehab | 2018-04-20 | 1 | -1/+1 |
* | | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 2018-05-16 | 1 | -71/+7 |
|/ |
|
* | PNP: pnpbios: Use PTR_ERR_OR_ZERO() | Vasyl Gomonovych | 2017-12-16 | 1 | -4/+1 |
* | PNP: remove unneeded kallsyms include | Sergey Senozhatsky | 2017-12-13 | 1 | -1/+0 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 16 | -0/+16 |
* | dmi: Mark all struct dmi_system_id instances const | Christoph Hellwig | 2017-09-14 | 1 | -1/+1 |
* | Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2017-07-07 | 1 | -13/+25 |
|\ |
|
| * | PNP / ACPI: remove FSF address | Andy Shevchenko | 2017-05-29 | 1 | -4/+0 |
| * | PNP / ACPI: join strings back for better maintenance | Andy Shevchenko | 2017-05-29 | 1 | -9/+9 |