summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ipack
AgeCommit message (Expand)AuthorLines
2012-09-12Staging: ipack/devices/ipoctal: Directly use ioread/iowrite function.Jens Taprogge-110/+41
2012-09-12Staging: ipack/devices/ipoctal: split ipoctal_channel from ipoctal.Jens Taprogge-136/+150
2012-09-12Staging: ipack/bridges/tpci200: Clean up interrupt handler.Jens Taprogge-25/+17
2012-09-12Staging: ipack/bridges/tpci200: Remove side effects of tpci200_{request,free}...Jens Taprogge-25/+6
2012-09-12Staging: ipack/bridges/tpci200: add helpers for writing control regs.Jens Taprogge-17/+32
2012-09-11Staging: ipack/bridges/tpci200: Store the irq holder in slot_irq.Jens Taprogge-8/+13
2012-09-11Staging: ipack: delete .remove_device() callbackSamuel Iglesias Gonsálvez-4/+0
2012-09-11Staging: ipack/bridges/tpci200: remove tpci200_slot_unregisterSamuel Iglesias Gonsálvez-25/+1
2012-09-11Staging: ipack/bridges/tpci200: delete ipack_device_unregister calls when exi...Samuel Iglesias Gonsálvez-6/+1
2012-09-11Staging: ipack: unregister devices when uninstall the carrier device.Samuel Iglesias Gonsálvez-0/+12
2012-09-11Staging: ipack/devices/ipoctal: free the IRQ.Samuel Iglesias Gonsálvez-0/+2
2012-09-11Staging: ipack/devices/ipoctal: change exiting procedureSamuel Iglesias Gonsálvez-5/+0
2012-09-11Staging: ipack/bridges/tpci200: fix the uninstall the ipack deviceSamuel Iglesias Gonsálvez-2/+1
2012-09-11Staging: ipack/bridges/tpci200: increment the reference counter of the pci_devSamuel Iglesias Gonsálvez-0/+3
2012-09-11Staging: ipack/bridges/tpci200: reorder the iounmap and pci_release_regionSamuel Iglesias Gonsálvez-3/+2
2012-09-11Staging: ipack: check the device ID space CRC.Jens Taprogge-1/+59
2012-09-11Staging: ipack: reset previous timeouts during device registration.Jens Taprogge-0/+2
2012-09-11Staging: ipack: Switch to 8MHz operation before reading ID.Jens Taprogge-3/+8
2012-09-11Staging: ipack/bridges/tpci200: remove struct list_headSamuel Iglesias Gonsálvez-1/+0
2012-09-11Staging: ipack: remove field driver from struct ipack_device.Jens Taprogge-12/+7
2012-09-11Staging: ipack: Choose the optimum bus speed by default.Jens Taprogge-0/+5
2012-09-11Staging: ipack: Obtain supported speeds from ID ROM.Jens Taprogge-0/+8
2012-09-11Staging: ipack/bridges/tpci200: provide new callbacks to tpci200Jens Taprogge-1/+108
2012-09-11Staging: ipack: Provide several carrier callbacks.Jens Taprogge-0/+15
2012-09-11Staging: ipack/bridges/tpci200: Put the TPCI200 control registers into a struct.Jens Taprogge-29/+20
2012-09-10staging: ipack: make function tables const.Stephen Hemminger-10/+10
2012-09-07staging: tpci200: fix section mismatch warningStephen Hemminger-3/+3
2012-09-07staging/ipack: Fix bug introduced by IPack device matchingJens Taprogge-1/+2
2012-09-06staging: ipack: only build on platforms that provide ioread/iowrite.Jens Taprogge-0/+1
2012-09-05Staging: ipack: fix build failure in powerpc allyesconfigSamuel Iglesias Gonsálvez-0/+1
2012-09-04Staging: ipack: Provide ID Prom through sysfs.Jens Taprogge-0/+31
2012-09-04Staging: ipack: Expose modalias through sysfs.Jens Taprogge-0/+36
2012-09-04Staging: ipack: Implement device matching on the bus level.Jens Taprogge-35/+34
2012-09-04Staging: ipack/devices/ipoctal: Expose DEVICE_TABLE for ipoctal.Jens Taprogge-0/+13
2012-09-04Staging: ipack: Make ipack_driver_ops const.Jens Taprogge-4/+6
2012-09-04Staging: ipack: Move device ids from ipoctal.c to ipack_ids.h.Jens Taprogge-15/+16
2012-09-04Staging: ipack: Parse vendor and device id.Jens Taprogge-5/+80
2012-09-04Staging: ipack: Read the ID space during device registration.Jens Taprogge-0/+85
2012-09-04Staging: ipack: implement ipack device table.Jens Taprogge-0/+53
2012-09-04Staging: ipack/devices/ipoctal: Tidy up ipoctal some more.Jens Taprogge-101/+97
2012-09-04Staging: ipack/devices/ipoctal: ipoctal cleanups.Jens Taprogge-55/+55
2012-09-04Staging: ipack: remove read/write operations from ipack_bus_opsSamuel Iglesias Gonsálvez-12/+0
2012-09-04Staging: ipack/bridges/tpci200: Remove the read/write functions from ipack_bu...Jens Taprogge-218/+0
2012-09-04Staging: ipack/devices/ipoctal: Convert ipoctal to directly use ioread/write ...Jens Taprogge-21/+8
2012-09-04Staging: ipack/bridges/tpci200: Use the TPCI200 in big endian mode.Jens Taprogge-7/+53
2012-09-04Staging: ipack/bridges/tpci200: Reorganize tpci200_probe in preparation for f...Jens Taprogge-10/+15
2012-08-13Staging: ipack/bridges/tpci200: use ioremap_nocache instead of ioremapSamuel Iglesias Gonsálvez-4/+4
2012-08-13Staging: ipack/bridges/tpci200: remove linked list of registered devicesSamuel Iglesias Gonsálvez-28/+6
2012-08-13Staging: ipack/bridges/tpci200: avoid kernel bug when uninstalling a deviceSamuel Iglesias Gonsálvez-1/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby-1/+1