aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/i2o/iop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-26i2o: Use pci_bus_alloc_resource(), not allocate_resource() directlyBjorn Helgaas1-10/+6
2014-02-26i2o: Refactor i2o_iop_systab_set() PCI space allocationBjorn Helgaas1-43/+46
2014-02-26i2o: Fix I/O space alignment requirementBjorn Helgaas1-1/+1
2014-02-26i2o: Fix I/O space allocation copy/paste errorBjorn Helgaas1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-05tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-01-06i2o: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-05i2o: Update my addressAlan Cox1-1/+1
2008-12-05drivers/message/i2o/iop.c: cleanup kerneldocQinghuang Feng1-1/+0
2008-10-16i2o: Fix 32/64bit DMA lockingAlan Cox1-1/+1
2008-02-03drivers/message/: Spelling fixesJoe Perches1-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-2/+2
2007-07-16Use mutexes instead of semaphores in I2O driverMatthias Kaehlcke1-1/+1
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-6/+8
2006-06-27[PATCH] drivers/message/i2o/iop.c: unexport i2o_msg_nop()Adrian Bunk1-1/+0
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman1-6/+8
2006-06-10[PATCH] I2O: Bugfixes to get I2O working againMarkus Lidel1-3/+1
2006-01-06[PATCH] I2O: OptimizingMarkus Lidel1-15/+3
2006-01-06[PATCH] I2O: BeautifyingMarkus Lidel1-9/+3
2006-01-06[PATCH] I2O: Remove wrong I2O device classMarkus Lidel1-29/+5
2006-01-06[PATCH] I2O: changed I2O API to create I2O messages in kernel memoryMarkus Lidel1-155/+141
2005-11-07[PATCH] message: fix-up schedule_timeout() usageNishanth Aravamudan1-10/+5
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-10-28[PATCH] I2O: remove i2o_device_classDmitry Torokhov1-9/+1
2005-10-28[PATCH] I2O: Clean up some pretty bad driver model abuses in the i2o codeGreg Kroah-Hartman1-12/+10
2005-06-24[PATCH] I2O: Lindent run and replacement of printk through osm printing functionsMarkus Lidel1-70/+58
2005-06-24[PATCH] I2O: second code cleanup of sparse warnings and unneeded syncronizationMarkus Lidel1-60/+68
2005-06-24[PATCH] I2O: new sysfs attributes and Adaptec specific block device access and 64-bit DMA supportMarkus Lidel1-146/+117
2005-06-24[PATCH] I2O: first code cleanup of spare warnings and unused functionsMarkus Lidel1-31/+56
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1327