summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ipack/ipack.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: ipack: move out of stagingGreg Kroah-Hartman2012-11-161-481/+0
* Staging: ipack: adapt copyright to CERN guidelinesSamuel Iglesias Gonsalvez2012-11-161-2/+2
* Staging: ipack: CONFIG_HOTPLUG is always enabledGreg Kroah-Hartman2012-11-151-8/+0
* Staging: ipack: ipack: fix coding style issuesJohan Meiring2012-11-131-2/+3
* Staging: ipack: fix wrong return value.Samuel Iglesias Gonsalvez2012-10-191-1/+1
* staging: ipack: swich to regular ioremap and friends.Jens Taprogge2012-10-191-4/+4
* Staging: ipack: Make ipack_device_register() analogous to device_register().Jens Taprogge2012-10-191-21/+9
* Staging: ipack: get rid of ipack_device->bus_nr.Jens Taprogge2012-10-191-3/+2
* staging: ipack: remove irq field in struct ipack_device.Jens Taprogge2012-09-131-2/+1
* Staging: ipack: unregister devices when uninstall the carrier device.Samuel Iglesias Gonsálvez2012-09-111-0/+12
* Staging: ipack: check the device ID space CRC.Jens Taprogge2012-09-111-1/+58
* Staging: ipack: reset previous timeouts during device registration.Jens Taprogge2012-09-111-0/+2
* Staging: ipack: Switch to 8MHz operation before reading ID.Jens Taprogge2012-09-111-3/+8
* Staging: ipack: remove field driver from struct ipack_device.Jens Taprogge2012-09-111-10/+7
* Staging: ipack: Choose the optimum bus speed by default.Jens Taprogge2012-09-111-0/+5
* Staging: ipack: Obtain supported speeds from ID ROM.Jens Taprogge2012-09-111-0/+6
* staging: ipack: make function tables const.Stephen Hemminger2012-09-101-2/+2
* staging/ipack: Fix bug introduced by IPack device matchingJens Taprogge2012-09-071-1/+2
* Staging: ipack: fix build failure in powerpc allyesconfigSamuel Iglesias Gonsálvez2012-09-051-0/+1
* Staging: ipack: Provide ID Prom through sysfs.Jens Taprogge2012-09-041-0/+31
* Staging: ipack: Expose modalias through sysfs.Jens Taprogge2012-09-041-0/+36
* Staging: ipack: Implement device matching on the bus level.Jens Taprogge2012-09-041-10/+33
* Staging: ipack: Parse vendor and device id.Jens Taprogge2012-09-041-4/+77
* Staging: ipack: Read the ID space during device registration.Jens Taprogge2012-09-041-0/+80
* Staging: ipack: remove pr_fmt definition.Samuel Iglesias Gonsalvez2012-06-121-2/+0
* Staging: ipack: delete the call to remove() in ipack_driver_registerSamuel Iglesias Gonsalvez2012-06-071-2/+0
* Staging: ipack: use idr interface for numbering busesSamuel Iglesias Gonsalvez2012-06-071-34/+6
* Staging: ipack: return proper value in match() functionSamuel Iglesias Gonsalvez2012-06-071-1/+1
* Staging: ipack: improve the register of a bus and a device in the bus.Samuel Iglesias Gonsalvez2012-05-181-13/+44
* Staging: ipack: change the licence to explicitly GPLv2Samuel Iglesias Gonsalvez2012-05-141-2/+1
* Staging: IndustryPack bus for the Linux KernelSamuel Iglesias Gonsalvez2012-05-091-0/+175