aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp/pnpbios (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-16PNP: convert resource options to single linked listBjorn Helgaas1-36/+31
2008-07-16PNP: remove extra 0x100 bit from option priorityBjorn Helgaas1-3/+3
2008-07-16PNP: centralize resource option allocationsBjorn Helgaas1-70/+50
2008-07-16PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas1-1/+1
2008-07-16PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas1-2/+2
2008-07-16PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas1-26/+69
2008-05-01PNP: fix printk format warningsRandy Dunlap1-2/+4
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds6-205/+299
2008-04-29proc: remove proc_busAlexey Dobriyan1-2/+2
2008-04-29PNPBIOS: remove include/linux/pnpbios.hBjorn Helgaas5-4/+137
2008-04-29PNP: make generic pnp_add_mem_resource()Bjorn Helgaas1-17/+6
2008-04-29PNP: make generic pnp_add_io_resource()Bjorn Helgaas1-17/+6
2008-04-29PNP: make generic pnp_add_dma_resource()Bjorn Helgaas1-22/+4
2008-04-29PNP: make generic pnp_add_irq_resource()Bjorn Helgaas1-24/+7
2008-04-29PNP: remove pnp_resource_table references from resource decodersBjorn Helgaas1-36/+46
2008-04-29PNP: make pnp_resource_table private to PNP coreBjorn Helgaas1-4/+4
2008-04-29PNP: convert encoders to use pnp_get_resource(), not pnp_resource_tableBjorn Helgaas1-8/+14
2008-04-29PNP: use dev_printk when possibleBjorn Helgaas1-22/+14
2008-04-29PNP: add pnp_init_resources(struct pnp_dev *) interfaceBjorn Helgaas2-3/+2
2008-04-29PNP: add debug output to encodersBjorn Helgaas2-14/+46
2008-04-29PNP: remove more pnp_resource_table argumentsBjorn Helgaas3-33/+33
2008-04-29PNP: remove pnp_resource_table from internal get/set interfacesBjorn Helgaas1-6/+4
2008-04-29PNP: add debug output to option registrationBjorn Helgaas1-23/+31
2008-04-29PNP: add pnp_alloc_dev()Bjorn Helgaas1-11/+2
2008-04-29PNP: add pnp_eisa_id_to_string()Bjorn Helgaas2-24/+4
2008-04-29PNP: change pnp_add_id() to allocate its own pnp_id structuresBjorn Helgaas2-9/+6
2008-04-29PNP: make pnp_add_id() internal to PNP coreBjorn Helgaas1-0/+1
2008-04-29PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is setBjorn Helgaas1-0/+4
2008-02-14Dont touch fs_struct in driversJan Blunck1-2/+0
2008-02-06pnp: declare PNP option parsing functions as __initThomas Renninger2-17/+18
2008-01-30git-x86: drivers/pnp/pnpbios/bioscalls.c build fixAndrew Morton1-1/+4
2007-10-17PNP: simplify PNPBIOS insert_deviceBjorn Helgaas1-14/+14
2007-10-17pnp: avoid a small unlikely memory leak in proc_read_escd()Jesper Juhl1-2/+3
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-1/+1
2007-08-24PNP: remove MODULE infrastructureBjorn Helgaas1-43/+0
2007-08-24PNP: fix up after LindentBjorn Helgaas3-5/+7
2007-07-26PNP: fix up after LindentBjorn Helgaas4-190/+103
2007-07-26PNP: Lindent all source filesBjorn Helgaas4-407/+496
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge1-1/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-07-16Use menuconfig objects: PNPJan Engelhardt1-1/+1
2007-05-08PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI)Bjorn Helgaas1-0/+1
2007-05-08pnpbios: convert to use the kthread APIEric W. Biederman1-9/+7
2007-02-11[PATCH] Remove unnecessary memset(0) calls after kzalloc() calls.Robert P. J. Day1-1/+0
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day3-19/+19
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-1/+2
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-12-07[PATCH] paravirt: Allow disable power management under hypervisorRusty Russell1-1/+2
2006-10-01[PATCH] update legacy io handling for pmacOlaf Hering1-0/+8