aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Merge tag 'acpi-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+1
2024-01-16Merge branches 'pnp', 'acpi-resource' and 'acpica'Rafael J. Wysocki1-1/+1
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2024-01-09Merge tag 'acpi-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-6/+6
2024-01-09PNP: make pnp_bus_type constGreg Kroah-Hartman1-1/+1
2024-01-03Documentation: move driver-api/isapnp to userspace-api/Vegard Nossum1-1/+1
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum1-1/+1
2023-12-06PNP: ACPI: fix fortify warningDmitry Antipov1-6/+6
2023-10-20PNP: replace deprecated strncpy() with memcpy()Justin Stitt1-2/+2
2023-10-20PNP: ACPI: replace deprecated strncpy() with strscpy()Justin Stitt1-5/+2
2023-08-17PNP: ACPI: Fix string truncation warningSunil V L1-0/+3
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg1-19/+10
2022-11-25PNP: Do not disable devices on suspend when they cannot be re-enabled on resumeHans de Goede1-1/+2
2022-11-22PNP: fix name memory leak in pnp_alloc_dev()Yang Yingliang1-2/+2
2022-10-10Merge branches 'acpi-apei', 'acpi-wakeup', 'acpi-reboot' and 'acpi-thermal'Rafael J. Wysocki1-3/+4
2022-10-04ACPI: resources: Add wake_capable parameter to acpi_dev_irq_flagsRaul E Rangel1-3/+4
2022-09-24PNPBIOS: remove unused pnpid32_to_pnpid() declarationGaosheng Cui1-1/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-2/+3
2022-03-21Merge tag 'pnp-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-2/+2
2022-03-08PM: sleep: Add device name to suspend_report_result()Youngjin Jang1-1/+1
2022-02-04PNP: Replace acpi_bus_get_device()Rafael J. Wysocki1-2/+2
2022-01-22proc: remove PDE_DATA() completelyMuchun Song2-3/+3
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman1-3/+3
2021-10-05PNP: system.c: unmark a comment as being kernel-docRandy Dunlap1-1/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-2/+1
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-15/+10
2021-06-24PNP: moved EXPORT_SYMBOL so that it immediately followed its function/variableJinchao Wang5-15/+10
2021-06-09PNP: pnpbios: Use list_for_each_entry() instead of list_for_each()Zou Wei1-3/+1
2021-06-07PNP: use DEVICE_ATTR_RO macroZhen Lei1-6/+6
2021-05-17PNP: Switch over to dev_dbg()Heiner Kallweit2-4/+3
2021-05-17PNP: Remove pnp_alloc()Heiner Kallweit4-16/+3
2021-05-17drivers: pnp: isapnp: proc.c: Remove unnecessary local variablesAnupama K Patil1-7/+6
2021-05-13drivers: pnp: proc.c: Removed unnecessary variblesAnupama K Patil1-7/+6
2021-01-22PNP: pnpbios: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2021-01-22PNP: add printf attribute to log functionTom Rix1-0/+1
2020-10-27PNP: fix kernel-doc markupsMauro Carvalho Chehab1-2/+2
2020-10-08PNP: remove the now unused pnp_find_card() functionChristoph Hellwig1-23/+0
2020-09-25PNP: quirks: Fix duplicate included pci.hTian Tao1-2/+0
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-3/+3
2020-05-15PNPBIOS: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan2-14/+12
2020-01-23PNP: isapnp: remove defined but not used function 'isapnp_checksum'yu kuai1-22/+0
2020-01-15PNP: isapnp: remove set but not used variable 'checksum'yu kuai1-2/+1
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Thomas Gleixner3-42/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner1-10/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2-29/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner7-0/+7
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-02-24ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss1-7/+7
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-71/+7
2018-04-20media: sound, isapnp: allow building more drivers with COMPILE_TESTMauro Carvalho Chehab1-1/+1
2017-12-16PNP: pnpbios: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-4/+1
2017-12-13PNP: remove unneeded kallsyms includeSergey Senozhatsky1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman16-0/+16
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-13/+25
2017-06-28ACPI / PM: Consolidate device wakeup settings codeRafael J. Wysocki1-3/+3
2017-05-29PNP / ACPI: remove FSF addressAndy Shevchenko1-4/+0
2017-05-29PNP / ACPI: join strings back for better maintenanceAndy Shevchenko1-9/+9
2017-05-29PNP / ACPI: add support for GpioInt resource typeJagadish Krishnamoorthy1-0/+16
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-5/+5
2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman1-2/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-08-16PNP: isapnp: make core more explicitly non-modularPaul Gortmaker1-4/+1
2016-07-27PNP: pnpbios: add header file to fix build errorsRandy Dunlap1-0/+1
2016-07-26Merge tag 'pnp-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+1
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski1-1/+1
2016-07-05PNP: make pnpbios core explicitly non-modularPaul Gortmaker1-2/+1
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2016-05-02pnp: pnpbios: Add explicit X86_32 dependency to PNPBIOSWilliam Breathitt Gray1-1/+1
2016-04-22x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device checkLuis R. Rodriguez1-1/+2
2016-03-09PNP / ACPI: add ACPI_RESOURCE_TYPE_SERIAL_BUS as a valid typeHarb Abdulhamid1-0/+4
2016-02-03PNP: Add Haswell-ULT to Intel MCH size workaroundJosh Boyer1-0/+1
2016-01-04PNP: respect PNP_DRIVER_RES_DO_NOT_CHANGE when detachingHeiner Kallweit1-1/+5
2016-01-03PNP: Add Broadwell to Intel MCH size workaroundChristophe Le Roy1-0/+1
2015-09-15ACPI / scan: constify struct acpi_hardware_id::idRasmus Villemoes1-2/+2
2015-08-10cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams1-2/+0
2015-07-06ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stageRafael J. Wysocki1-26/+9
2015-06-19Merge branches 'pnp' and 'pm-tools'Rafael J. Wysocki1-5/+5
2015-06-18ACPI / PNP: Avoid conflicting resource reservationsRafael J. Wysocki1-9/+26
2015-05-05PNP / ACPI: use unsigned int in pnpacpi_encode_resources()Fabian Frederick1-1/+1
2015-05-05PNP / ACPI: use u8 instead of int in acpi_resource_extended_irq contextFabian Frederick1-4/+4
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-39/+67
2015-03-18PNP: Avoid leaving unregistered device objects in listsRafael J. Wysocki1-13/+40
2015-03-18PNP: Convert pnp_lock into a mutexRafael J. Wysocki4-27/+29
2015-03-16PNP / ACPI: Use ACPI_COMPANION_SET() during initializationRafael J. Wysocki1-3/+2
2015-03-12PNP: Don't check for overlaps with unassigned PCI BARsBjorn Helgaas1-3/+6
2015-02-21Merge branches 'pnp', 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki1-2/+4
2015-02-15Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2015-02-03ACPI: Return translation offset when parsing ACPI address space resourcesJiang Liu1-14/+15
2015-02-02PNP: Allow console to override ACPI device sleepPeter Hurley1-1/+1
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng1-8/+8
2015-01-25pnpbios: bail out on strange errorsAlan Cox1-1/+2
2015-01-22PNP: Switch from __check_region() to __request_region()Jakub Sitnicki1-2/+4
2014-10-14PNP: replace strnicmp with strncasecmpRasmus Villemoes1-12/+12
2014-07-23ACPI / PNP: Use ACPI_COMPANION() instead of ACPI_HANDLE()Rafael J. Wysocki1-28/+23
2014-07-07ACPI / PNP: do ACPI binding directlyZhang Rui1-38/+3
2014-06-03Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp'Rafael J. Wysocki1-2/+2
2014-05-30ACPI / PNP: use device ID list for PNPACPI device enumerationZhang Rui1-24/+4
2014-05-10PNP / resources: remove positive test on unsigned valuesFabian Frederick1-2/+2
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen1-1/+1
2014-04-30PNP / ACPI: Do not return errors if _DIS or _SRS are not presentRafael J. Wysocki1-18/+26
2014-04-29PNP: Fix compile error in quirks.cBjorn Helgaas1-2/+2
2014-04-24PNP: Work around BIOS defects in Intel MCH area reportingBjorn Helgaas1-0/+79
2014-04-02Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+5
2014-03-21PNP: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2014-03-11PNP / ACPI: proper handling of ACPI IO/Memory resource parsing failuresZhang Rui1-3/+12
2014-02-13asmlinkage, pnp: Make variables used from assembler code visibleAndi Kleen1-4/+5
2014-01-12Merge branch 'pnp'Rafael J. Wysocki4-6/+20
2014-01-12Merge branch 'acpi-hotplug'Rafael J. Wysocki1-13/+8
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki2-2/+0
2014-01-07PNPBIOS: check return value of pnp_add_device()Dmitry Torokhov1-3/+9
2014-01-06PNP: Mark the function pnp_build_option() as static in resource.cRashika Kheria1-1/+1
2014-01-05PNP / card: add missing put_device() callLevente Kurusa1-0/+1
2013-12-23PNPACPI: check return value of pnp_add_device()Dmitry Torokhov1-2/+9
2013-12-07ACPI / bind: Rework struct acpi_bus_typeRafael J. Wysocki1-13/+8
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng2-2/+0
2013-12-05PNP: fix restoring devices after hibernationDmitry Torokhov1-1/+11
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki1-5/+5
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+3
2013-10-16PNP: convert bus code to use dev_groupsGreg Kroah-Hartman3-19/+28
2013-09-24pnpacpi: convert acpi_get_handle() to acpi_has_method()Zhang Rui1-8/+3
2013-09-11pnp: change pnp bus pm_ops to invoke pnp driver dev_pm_ops if specifiedShuah Khan1-0/+13
2013-08-27Merge branch 'pnp'Rafael J. Wysocki1-3/+18
2013-07-30ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhereRafael J. Wysocki1-3/+3
2013-07-27PNP: convert PNP driver bus legacy pm_ops to dev_pm_opsShuah Khan1-3/+18
2013-07-18PNP / ACPI: avoid garbage in resource nameLiu ShuoX2-1/+2
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+9
2013-06-29isapnp: switch to fixed_size_llseek()Al Viro1-21/+1
2013-05-22pnp: restore automatic resolution of DMA conflictsDavid Flater1-5/+9
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-8/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+4
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-1/+1
2013-04-28Merge branch 'pnp'Rafael J. Wysocki2-14/+2
2013-04-23pnp: use %*phC to dump small buffersAndy Shevchenko1-3/+2
2013-04-23isapnp: remove debug leftoversAndy Shevchenko1-11/+0
2013-04-18powerpc: remove PReP platformPaul Bolle1-8/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro2-5/+3
2013-03-24ACPI: Set length even for TYPE_END_TAG acpi resourceYinghai Lu1-0/+1
2013-03-04ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki1-1/+7
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+3
2013-02-22new helper: file_inode(file)Al Viro2-3/+3
2013-01-31PNPACPI: Fix acpi_bus_get_device() check in drivers/pnp/pnpacpi/core.cYasuaki Ishimatsu1-5/+5
2013-01-26drivers/pnp/pnpbios: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-01-03PNP: Handle IORESOURCE_BITS in resource allocationWitold Szczeponik1-4/+21
2013-01-03PNP: Simplify setting of resourcesWitold Szczeponik1-37/+68
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+7
2012-12-07Merge branch 'acpi-general'Rafael J. Wysocki1-1/+1
2012-12-07pnpacpi: fix incorrect TEST_ALPHA() testAlan Cox1-1/+1
2012-12-04Merge branch 'acpi-general'Rafael J. Wysocki1-0/+3
2012-11-30ACPI / PNP: Do not crash due to stale pointer use during system resumeRafael J. Wysocki1-0/+3
2012-11-28pnpbios: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-13/+7
2012-11-23ACPI / PNP: skip ACPI device nodes associated with physical nodes alreadyAdrian Hunter1-0/+4
2012-11-15ACPI: Move device resources interpretation code from PNP to ACPI coreRafael J. Wysocki3-264/+50
2012-09-21ACPI: Allow ACPI binding with USB-3.0 hubLan Tianyu1-6/+1
2012-06-23ACPI/PM: specify lowest allowed state for device sleep stateHuang Ying1-2/+2
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+6
2012-03-30PNPACPI: Fix device ref leaking in acpi_pnp_matchYinghai Lu1-1/+6
2012-03-28Remove all #inclusions of asm/system.hDavid Howells2-2/+0
2012-01-06PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USBBjorn Helgaas1-0/+42
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-47/+15
2011-11-06PNPACPI: Simplify disabled resource registrationWitold Szczeponik1-47/+15
2011-10-31pnp: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-07-25Merge 'akpm' patch seriesLinus Torvalds1-25/+27
2011-07-25pnpacpi: register disabled resourcesWitold Szczeponik1-25/+27
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2-11/+11
2011-03-31Fix common misspellingsLucas De Marchi2-3/+3
2011-03-22pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabledDavid Rientjes3-6/+10
2011-01-12Merge branch 'pnp' into releaseLen Brown5-14/+13
2011-01-11PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle accessRafael J. Wysocki2-28/+72
2010-12-11ACPI/PNP: avoid section mismatch warningJan Beulich1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-27PNP: Set up pnp_debug via module and not via boot param.Thomas Renninger1-6/+1
2010-10-27PNP: Compile all pnp built-in stuff in one module namespaceThomas Renninger4-8/+12
2010-10-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds5-17/+39
2010-10-25Merge branch 'pnp-log' into releaseLen Brown2-7/+8
2010-10-25Merge branch 'pnpacpi-invalid-device-id' into releaseLen Brown1-5/+24
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+0
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+0
2010-10-01ACPI/PNP: A HID value of an object never changes -> make it constThomas Renninger4-5/+7
2010-10-01PNPACPI: cope with invalid device IDsDmitry Torokhov1-5/+24
2010-10-01PNP: log PNP resources, as we do for PCIBjorn Helgaas2-7/+8
2010-09-26isapnp: BKL removalArnd Bergmann1-7/+8
2010-07-19PNPACPI: Add support for remote wakeupAlan Stern2-0/+26
2010-05-06Merge branches 'bugzilla-14337', 'bugzilla-14998', 'bugzilla-15407', 'bugzill...Len Brown1-0/+4
2010-05-06PNP: don't check for conflicts with bridge windowsBjorn Helgaas1-0/+4
2010-04-28PNPACPI: compute Address Space length rather than using _LENBjorn Helgaas1-22/+4
2010-04-06Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480...Len Brown7-16/+33
2010-04-04PNPACPI: truncate _CRS windows with _LEN > _MAX - _MIN + 1Bjorn Helgaas1-12/+30
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo7-4/+3
2010-03-14PNPACPI: add bus number supportBjorn Helgaas5-2/+47
2010-03-14PNPACPI: add window supportBjorn Helgaas2-17/+24
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-9/+20
2009-12-16pnpbios: convert to seq_fileAlexey Dobriyan1-75/+129
2009-12-16Merge branch 'ipmi' into releaseLen Brown2-9/+20