aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/eisa (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-17Revert "EISA: Initialize device before its resources"Bjorn Helgaas1-11/+15
2014-01-17Revert "EISA: Log device resources in dmesg"Bjorn Helgaas1-1/+0
2013-12-13EISA: Call put_device() if device_register() failsLevente Kurusa1-1/+3
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-49/+38
2013-04-15EISA: Log device resources in dmesgBjorn Helgaas1-0/+1
2013-04-15EISA: Initialize device before its resourcesBjorn Helgaas1-15/+11
2013-04-15EISA: Mark vendor ID resource as I/O port spaceBjorn Helgaas1-1/+1
2013-04-15EISA: Use dev_printk() when possibleBjorn Helgaas2-38/+30
2013-04-01EISA/PCI: Init EISA early, before PNPYinghai Lu1-18/+21
2013-04-01EISA/PCI: Fix bus res referenceYinghai Lu1-3/+25
2012-11-19eisa: Fix spelling of "asynchronous".Adam Buchbinder1-2/+2
2011-08-04eisa/pci_eisa.c: fix BUG introduced by 005bdad7b80Arnaud Lacombe1-2/+2
2011-07-25eisa/pci_eisa.c: fix section mismatchArnaud Lacombe1-2/+2
2010-03-06eisa: fix coding style for eisa bus codeThadeu Lima de Souza Cascardo1-112/+128
2009-06-16Merge branch 'akpm'Linus Torvalds1-0/+5
2009-06-16eisa.ids: add Network Peripherals FDDI boardsMaciej W. Rozycki1-0/+5
2009-06-15eisa: remove driver_data direct access of struct deviceGreg Kroah-Hartman2-2/+2
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-3/+3
2009-03-24eisa: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2009-01-30x86: allow more than 8 cpus to be used on 32-bitYinghai Lu1-3/+3
2008-07-21driver core: remove DEVICE_NAME_SIZE defineKay Sievers2-3/+3
2007-10-14signedness: module_param_array nump argumentAl Viro1-2/+2
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-7/+2
2007-05-08virtual_eisa_root_init() should be __initAndrew Morton1-1/+1
2007-03-27[PATCH] drivers/eisa/pci_eisa.c:pci_eisa_init() should be initAdrian Bunk1-2/+2
2006-10-11[PATCH] EISA: handle sysfs errorsJeff Garzik1-5/+17
2006-09-27[PATCH] EISA bus MODALIAS attributes supportMichael Tokarev1-0/+23
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-25[PATCH] EISA: Ignore generated file drivers/eisa/devlist.hRalf Baechle1-0/+1
2006-03-25[PATCH] EISA: tidy-up driver_register() return valueBjorn Helgaas1-6/+1
2005-11-07[PATCH] drivers/eisa: kmalloc + memset -> kzalloc conversionDeepak Saxena1-6/+2
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-06-20[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacksYani Ioannou1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds6-0/+1926