aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp/quirks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-Hartman1-0/+1
2016-02-03PNP: Add Haswell-ULT to Intel MCH size workaroundJosh Boyer1-0/+1
2016-01-03PNP: Add Broadwell to Intel MCH size workaroundChristophe Le Roy1-0/+1
2015-03-12PNP: Don't check for overlaps with unassigned PCI BARsBjorn Helgaas1-3/+6
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
2012-01-06PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USBBjorn Helgaas1-0/+42
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas1-2/+3
2009-11-04PNP: print resources consistently with %pRtBjorn Helgaas1-9/+3
2008-10-23Merge branch 'linus' into testLen Brown1-1/+1
2008-10-16{pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()Linus Torvalds1-2/+1
2008-10-16pnp: make the resource type an unsigned longRene Herman1-1/+1
2008-10-10PNP: convert to using pnp_dbg()Bjorn Helgaas1-1/+1
2008-10-10PNP: use new vsprintf symbolic function pointer formatBjorn Helgaas1-4/+2
2008-07-26pnp: have quirk_system_pci_resources() include io resourcesRene Herman1-5/+8
2008-07-16PNP: convert resource options to single linked listBjorn Helgaas1-135/+155
2008-07-16PNP: support optional IRQ resourcesBjorn Helgaas1-44/+27
2008-07-16PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas1-4/+7
2008-07-16PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas1-2/+1
2008-06-02PNP: mark resources that conflict with PCI devices "disabled"Bjorn Helgaas1-1/+1
2008-05-15Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds1-2/+1
2008-05-14pnp: add ISAPnP MPU option quirksRene Herman1-0/+112
2008-05-14pnp: clean up pnp_fixup_device()Rene Herman1-12/+8
2008-04-29PNP: remove PNP_MAX_* usesBjorn Helgaas1-6/+7
2008-04-29PNP: remove pnp_mem_flags() as an lvalueBjorn Helgaas1-1/+3
2008-04-28PNP: use dev_printk for quirk messagesBjorn Helgaas1-4/+7
2008-04-28PNP: simplify quirk debug outputBjorn Helgaas1-2/+2
2008-03-12PNP: disable PNP motherboard resources that overlap PCI BARsBjorn Helgaas1-0/+73
2008-03-12PNP: revert Supermicro H8DCE motherboard quirkBjorn Helgaas1-43/+0
2008-02-06PNP: disable Supermicro H8DCE motherboard resources that overlap SATA BARsBjorn Helgaas1-0/+43
2007-10-17PNP: use dev_info(), dev_err(), etc in coreBjorn Helgaas1-2/+10
2007-09-11PNP: remove SMCf010 quirkBjorn Helgaas1-103/+0
2007-07-26PNP: fix up after LindentBjorn Helgaas1-1/+0
2007-07-26PNP: Lindent all source filesBjorn Helgaas1-40/+39
2007-07-06PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issuesBjorn Helgaas1-9/+54
2007-06-28PNP SMCf010 quirk: auto-config device if BIOS left it brokenBjorn Helgaas1-18/+48
2007-05-08PNP: workaround HP BIOS defect that leaves SMCF010 device partly enabledBjorn Helgaas1-0/+30
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-09-07[PATCH] PNP: make pnp_dbg conditional directly on CONFIG_PNP_DEBUGBjorn Helgaas1-7/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+152