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