summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 8250: switch 8250 drivers to use _nocache ioremapsAlan Cox2008-05-013-8/+11
* i8k: make fan multiplier tunable with a module parameterJochen Eisinger2008-05-011-1/+5
* PNP: fix printk format warningsRandy Dunlap2008-05-011-2/+4
* pcmcia: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-0114-35/+35
* drivers/pcmcia/soc_common.c: convert soc_pcmcia_sockets_lock into a mutex and...Andrew Morton2008-05-012-8/+8
* Alchemy Semi Au1000 pcmcia driver: convert pcmcia_sockets_lock in a mutexMatthias Kaehlcke2008-05-011-5/+6
* pcmcia: annotate cb_alloc with __refSam Ravnborg2008-05-011-1/+1
* pcmcia: silence section mismatch warnings from pci_driver variablesSam Ravnborg2008-05-012-6/+6
* pcmcia: silence section mismatch warnings from class_interface variablesSam Ravnborg2008-05-012-2/+2
* isdn: hysdn_procconf.c build fixIngo Molnar2008-05-011-1/+2
* remove div_long_long_remRoman Zippel2008-05-011-13/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-301-1/+1
|\
| * toshiba: use ioremap_cachedAlan Cox2008-04-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-306-688/+39
|\ \
| * | driver core: remove no longer used "struct class_device"Kay Sievers2008-04-302-648/+1
| * | pcmcia: remove pccard_sysfs_interface warningsDavid Brownell2008-04-303-40/+28
| * | driver core: warn about duplicate driver names on the same busStas Sergeev2008-04-301-0/+10
| |/
* | Fix ACPI vs proc_create_data() mismergeAlexey Dobriyan2008-04-301-9/+11
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-30151-2923/+5587
|\
| * Merge branch 'pnp' into releaseLen Brown2008-04-3023-1097/+1579
| |\
| | * PNPBIOS: remove include/linux/pnpbios.hBjorn Helgaas2008-04-295-4/+137
| | * ISAPNP: remove unused pnp_dev->regs fieldBjorn Helgaas2008-04-291-3/+0
| | * PNP: make interfaces private to the PNP coreBjorn Helgaas2008-04-291-1/+26
| | * PNPACPI: move _CRS/_PRS warnings closer to the actionBjorn Helgaas2008-04-293-29/+29
| | * ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources()Bjorn Helgaas2008-04-291-37/+29
| | * PNP: make generic pnp_add_mem_resource()Bjorn Helgaas2008-04-296-61/+57
| | * PNP: make generic pnp_add_io_resource()Bjorn Helgaas2008-04-296-59/+59
| | * PNP: make generic pnp_add_dma_resource()Bjorn Helgaas2008-04-296-72/+47
| | * PNP: make generic pnp_add_irq_resource()Bjorn Helgaas2008-04-296-66/+51
| | * PNP: add pnp_new_resource() to find a new unset pnp_resourceBjorn Helgaas2008-04-291-0/+38
| | * PNP: add pnp_resource index for ISAPNPBjorn Helgaas2008-04-294-37/+92
| | * PNP: add pnp_get_pnp_resource()Bjorn Helgaas2008-04-292-6/+21
| | * PNP: add struct pnp_resourceBjorn Helgaas2008-04-293-16/+20
| | * PNP: remove pnp_resource_table references from resource decodersBjorn Helgaas2008-04-293-125/+140
| | * PNP: make pnp_resource_table private to PNP coreBjorn Helgaas2008-04-297-19/+41
| | * rtc: dont reference pnp_resource_table directlyBjorn Helgaas2008-04-291-3/+4
| | * PNP: remove PNP_MAX_* usesBjorn Helgaas2008-04-294-63/+60
| | * PNP: convert assign, interface to use pnp_get_resource(), not pnp_resource_tableBjorn Helgaas2008-04-293-32/+32
| | * PNP: convert encoders to use pnp_get_resource(), not pnp_resource_tableBjorn Helgaas2008-04-292-19/+22
| | * PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_tableBjorn Helgaas2008-04-291-16/+16
| | * PNP: pass resources, not indexes, to pnp_check_port(), et alBjorn Helgaas2008-04-293-20/+16
| | * PNP: check for conflicts with all resources, not just earlier onesBjorn Helgaas2008-04-291-8/+8
| | * PNP: reduce redundancy in pnp_set_current_resources()Bjorn Helgaas2008-04-291-24/+17
| | * PNP: reduce redundancy in pnp_check_port() and othersBjorn Helgaas2008-04-291-38/+54
| | * PNP: reduce redundancy in pnp_assign_port() and othersBjorn Helgaas2008-04-291-67/+56
| | * PNP: use conventional "i" for loop indicesBjorn Helgaas2008-04-291-46/+46
| | * PNP: remove pnp_mem_flags() as an lvalueBjorn Helgaas2008-04-291-1/+3
| | * PNP: add pnp_get_resource() interfaceBjorn Helgaas2008-04-291-0/+27
| | * PNP: factor pnp_init_resource_table() and pnp_clean_resource_table()Bjorn Helgaas2008-04-292-46/+54
| | * PNP: use dev_printk when possibleBjorn Helgaas2008-04-293-50/+43
OpenPOWER on IntegriCloud