summaryrefslogtreecommitdiffstats
path: root/drivers/pnp
Commit message (Expand)AuthorAgeFilesLines
* proc: remove PDE_DATA() completelyMuchun Song2022-01-222-3/+3
* exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-131-3/+3
* PNP: system.c: unmark a comment as being kernel-docRandy Dunlap2021-10-051-1/+1
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-2/+1
* Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-055-15/+10
|\
| * PNP: moved EXPORT_SYMBOL so that it immediately followed its function/variableJinchao Wang2021-06-245-15/+10
| * drivers: pnp: proc.c: Removed unnecessary variblesAnupama K Patil2021-05-131-7/+6
* | PNP: pnpbios: Use list_for_each_entry() instead of list_for_each()Zou Wei2021-06-091-3/+1
* | PNP: use DEVICE_ATTR_RO macroZhen Lei2021-06-071-6/+6
* | PNP: Switch over to dev_dbg()Heiner Kallweit2021-05-172-4/+3
* | PNP: Remove pnp_alloc()Heiner Kallweit2021-05-174-16/+3
* | drivers: pnp: isapnp: proc.c: Remove unnecessary local variablesAnupama K Patil2021-05-171-7/+6
|/
* PNP: pnpbios: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-221-2/+1
* PNP: add printf attribute to log functionTom Rix2021-01-221-0/+1
* PNP: fix kernel-doc markupsMauro Carvalho Chehab2020-10-271-2/+2
* PNP: remove the now unused pnp_find_card() functionChristoph Hellwig2020-10-081-23/+0
* PNP: quirks: Fix duplicate included pci.hTian Tao2020-09-251-2/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-3/+3
* PNPBIOS: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-151-1/+1
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-042-14/+12
* PNP: isapnp: remove defined but not used function 'isapnp_checksum'yu kuai2020-01-231-22/+0
* PNP: isapnp: remove set but not used variable 'checksum'yu kuai2020-01-151-2/+1
* docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Thomas Gleixner2019-05-303-42/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-241-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-242-29/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-217-0/+7
* treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss2019-02-241-7/+7
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-071-1/+1
|\
| * media: sound, isapnp: allow building more drivers with COMPILE_TESTMauro Carvalho Chehab2018-04-201-1/+1
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-71/+7
|/
* PNP: pnpbios: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-161-4/+1
* PNP: remove unneeded kallsyms includeSergey Senozhatsky2017-12-131-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0216-0/+16
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-071-13/+25
|\
| * PNP / ACPI: remove FSF addressAndy Shevchenko2017-05-291-4/+0
| * PNP / ACPI: join strings back for better maintenanceAndy Shevchenko2017-05-291-9/+9
| * PNP / ACPI: add support for GpioInt resource typeJagadish Krishnamoorthy2017-05-291-0/+16
* | ACPI / PM: Consolidate device wakeup settings codeRafael J. Wysocki2017-06-281-3/+3
|/
* x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-5/+5
* Make static usermode helper binaries constantGreg Kroah-Hartman2017-01-191-2/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* PNP: isapnp: make core more explicitly non-modularPaul Gortmaker2016-08-161-4/+1
* PNP: pnpbios: add header file to fix build errorsRandy Dunlap2016-07-271-0/+1
* Merge tag 'pnp-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2016-07-261-2/+1
|\
| * PNP: make pnpbios core explicitly non-modularPaul Gortmaker2016-07-051-2/+1
* | x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-151-1/+1
|/