summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ipack/devices
AgeCommit message (Expand)AuthorLines
2012-11-16Staging: ipack: move out of stagingGreg Kroah-Hartman-1028/+0
2012-11-16Staging: ipack: adapt copyright to CERN guidelinesSamuel Iglesias Gonsalvez-9/+12
2012-10-19Staging: ipack: remove blank line at EOF warning in Kconfig filesSamuel Iglesias Gonsalvez-1/+0
2012-10-19staging: ipack: Rename IPACK_MEM_SPACE to IPACK_MEM8_SPACE.Jens Taprogge-5/+5
2012-10-19staging: ipack: swich to regular ioremap and friends.Jens Taprogge-37/+33
2012-10-19staging: ipack/devices/ipoctal: obtain model from dev->id_device.Jens Taprogge-44/+2
2012-10-19staging: ipack/devices/ipoctal: fix ipoctal_inst_slot error path.Jens Taprogge-2/+2
2012-10-19Staging: ipack: get rid of ipack_device->bus_nr.Jens Taprogge-1/+1
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds-7/+7
2012-09-13Staging: ipack/devices/ipoctal: simplify ipoctal_write_tty()Samuel Iglesias Gonsalvez-8/+3
2012-09-13Staging: ipack/devices/ipoctal: acknowledge BREAK condition.Samuel Iglesias Gonsalvez-0/+1
2012-09-13staging: ipack: remove irq field in struct ipack_device.Jens Taprogge-4/+5
2012-09-13Staging: ipack: move the responsibility to clear interrupts to the IPack devi...Jens Taprogge-2/+20
2012-09-12Staging: ipack/devices/ipoctal: Unmap memory on device removal.Jens Taprogge-0/+3
2012-09-12Staging: ipack/devices/ipoctal: read more than one character from RX FIFO.Samuel Iglesias Gonsalvez-24/+36
2012-09-12Staging: ipack/devices/ipoctal: Get rid of ipoctal_list.Jens Taprogge-36/+3
2012-09-12Staging: ipack/devices/ipoctal: Use KBUILD_MODNAME instead of hardcoded string.Jens Taprogge-2/+2
2012-09-12Staging: ipack/devices/ipoctal: Check tty_register_device return value.Jens Taprogge-1/+7
2012-09-12Staging: ipack/devices/ipoctal: Clean up device removal.Jens Taprogge-7/+3
2012-09-12Staging: ipack: Let interrupts return irqreturn_t.Jens Taprogge-1/+1
2012-09-12Staging: ipack/devices/ipoctal: remove superfluous function.Jens Taprogge-10/+4
2012-09-12Staging: ipack/devices/ipoctal: Split interrupt service routine.Jens Taprogge-91/+97
2012-09-12Staging: ipack/devices/ipoctal: Store isr masks in ipoctal_channelJens Taprogge-11/+11
2012-09-12Staging: ipack/devices/ipoctal: put ipoctal_channel into tty->driver_data.Jens Taprogge-31/+21
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-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-04Staging: ipack: Implement device matching on the bus level.Jens Taprogge-23/+1
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-3/+5
2012-09-04Staging: ipack: Move device ids from ipoctal.c to ipack_ids.h.Jens Taprogge-15/+11
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/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-1/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby-1/+1
2012-08-10ipoctal: make it compile with the termios changesAlan Cox-6/+6
2012-07-16Staging: ipack/devices/ipoctal: initialize the device in probe functionSamuel Iglesias Gonsálvez-0/+14
2012-07-16Staging: ipack/devices/ipoctal: fix dereference NULL pointerSamuel Iglesias Gonsálvez-2/+2
2012-07-06Staging: ipack/devices/ipoctal: save IRQ vector in MEM spaceSamuel Iglesias Gonsálvez-1/+2
2012-06-25Staging: ipack/devices/ipoctal: remove unneeded lock in IRQ handlerSamuel Iglesias Gonsalvez-2/+1
2012-06-25Staging: ipack/devices/ipoctal: remove unneeded includesSamuel Iglesias Gonsalvez-4/+0
2012-06-25Staging: ipack/devices/ipoctal: fix oops when accessing "buffer"Samuel Iglesias Gonsalvez-2/+1
2012-06-09Staging: ipack/devices/ipoctal: remove unused enum uart_parity_e.Miguel Gómez-9/+0
2012-06-09Staging: ipack/devices/ipoctal: remove error_flag field from ipoctal struct.Miguel Gómez-21/+0
2012-06-09Staging: ipack/devices/ipoctal: remove ipoctal_config structure.Miguel Gómez-28/+0
2012-06-07Staging: ipack/devices/ipoctal: change pr_* usage for dev_* functionsSamuel Iglesias Gonsalvez-8/+14
2012-06-07Staging: ipack/devices/ipoctal: avoid kernel oops when uninstallingSamuel Iglesias Gonsalvez-6/+1
2012-05-18Staging: ipack: improve the register of a bus and a device in the bus.Samuel Iglesias Gonsalvez-23/+32