summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ipack/devices/ipoctal.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: ipack: move out of stagingGreg Kroah-Hartman2012-11-161-751/+0
* Staging: ipack: adapt copyright to CERN guidelinesSamuel Iglesias Gonsalvez2012-11-161-3/+4
* staging: ipack: Rename IPACK_MEM_SPACE to IPACK_MEM8_SPACE.Jens Taprogge2012-10-191-5/+5
* staging: ipack: swich to regular ioremap and friends.Jens Taprogge2012-10-191-37/+33
* staging: ipack/devices/ipoctal: obtain model from dev->id_device.Jens Taprogge2012-10-191-44/+2
* staging: ipack/devices/ipoctal: fix ipoctal_inst_slot error path.Jens Taprogge2012-10-191-2/+2
* Staging: ipack: get rid of ipack_device->bus_nr.Jens Taprogge2012-10-191-1/+1
* Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-10-011-7/+7
|\
| * TTY: use tty_port_register_deviceJiri Slaby2012-08-131-1/+1
| * ipoctal: make it compile with the termios changesAlan Cox2012-08-101-6/+6
* | Staging: ipack/devices/ipoctal: simplify ipoctal_write_tty()Samuel Iglesias Gonsalvez2012-09-131-8/+3
* | Staging: ipack/devices/ipoctal: acknowledge BREAK condition.Samuel Iglesias Gonsalvez2012-09-131-0/+1
* | staging: ipack: remove irq field in struct ipack_device.Jens Taprogge2012-09-131-4/+5
* | Staging: ipack: move the responsibility to clear interrupts to the IPack devi...Jens Taprogge2012-09-131-2/+17
* | Staging: ipack/devices/ipoctal: Unmap memory on device removal.Jens Taprogge2012-09-121-0/+3
* | Staging: ipack/devices/ipoctal: read more than one character from RX FIFO.Samuel Iglesias Gonsalvez2012-09-121-24/+36
* | Staging: ipack/devices/ipoctal: Get rid of ipoctal_list.Jens Taprogge2012-09-121-36/+3
* | Staging: ipack/devices/ipoctal: Use KBUILD_MODNAME instead of hardcoded string.Jens Taprogge2012-09-121-2/+2
* | Staging: ipack/devices/ipoctal: Check tty_register_device return value.Jens Taprogge2012-09-121-1/+7
* | Staging: ipack/devices/ipoctal: Clean up device removal.Jens Taprogge2012-09-121-7/+3
* | Staging: ipack: Let interrupts return irqreturn_t.Jens Taprogge2012-09-121-1/+1
* | Staging: ipack/devices/ipoctal: remove superfluous function.Jens Taprogge2012-09-121-10/+4
* | Staging: ipack/devices/ipoctal: Split interrupt service routine.Jens Taprogge2012-09-121-91/+97
* | Staging: ipack/devices/ipoctal: Store isr masks in ipoctal_channelJens Taprogge2012-09-121-11/+11
* | Staging: ipack/devices/ipoctal: put ipoctal_channel into tty->driver_data.Jens Taprogge2012-09-121-31/+21
* | Staging: ipack/devices/ipoctal: Directly use ioread/iowrite function.Jens Taprogge2012-09-121-110/+41
* | Staging: ipack/devices/ipoctal: split ipoctal_channel from ipoctal.Jens Taprogge2012-09-121-136/+150
* | Staging: ipack/devices/ipoctal: free the IRQ.Samuel Iglesias Gonsálvez2012-09-111-0/+2
* | Staging: ipack/devices/ipoctal: change exiting procedureSamuel Iglesias Gonsálvez2012-09-111-5/+0
* | Staging: ipack: Implement device matching on the bus level.Jens Taprogge2012-09-041-23/+1
* | Staging: ipack/devices/ipoctal: Expose DEVICE_TABLE for ipoctal.Jens Taprogge2012-09-041-0/+13
* | Staging: ipack: Make ipack_driver_ops const.Jens Taprogge2012-09-041-3/+5
* | Staging: ipack: Move device ids from ipoctal.c to ipack_ids.h.Jens Taprogge2012-09-041-15/+11
* | Staging: ipack/devices/ipoctal: Tidy up ipoctal some more.Jens Taprogge2012-09-041-41/+41
* | Staging: ipack/devices/ipoctal: ipoctal cleanups.Jens Taprogge2012-09-041-7/+7
* | Staging: ipack/devices/ipoctal: Convert ipoctal to directly use ioread/write ...Jens Taprogge2012-09-041-21/+8
* | Staging: ipack/bridges/tpci200: Use the TPCI200 in big endian mode.Jens Taprogge2012-09-041-1/+1
|/
* Staging: ipack/devices/ipoctal: initialize the device in probe functionSamuel Iglesias Gonsálvez2012-07-161-0/+14
* Staging: ipack/devices/ipoctal: fix dereference NULL pointerSamuel Iglesias Gonsálvez2012-07-161-2/+2
* Staging: ipack/devices/ipoctal: save IRQ vector in MEM spaceSamuel Iglesias Gonsálvez2012-07-061-1/+2
* Staging: ipack/devices/ipoctal: remove unneeded lock in IRQ handlerSamuel Iglesias Gonsalvez2012-06-251-2/+1
* Staging: ipack/devices/ipoctal: remove unneeded includesSamuel Iglesias Gonsalvez2012-06-251-4/+0
* Staging: ipack/devices/ipoctal: fix oops when accessing "buffer"Samuel Iglesias Gonsalvez2012-06-251-2/+1
* Staging: ipack/devices/ipoctal: remove error_flag field from ipoctal struct.Miguel Gómez2012-06-091-8/+0
* Staging: ipack/devices/ipoctal: remove ipoctal_config structure.Miguel Gómez2012-06-091-11/+0
* Staging: ipack/devices/ipoctal: change pr_* usage for dev_* functionsSamuel Iglesias Gonsalvez2012-06-071-8/+14
* Staging: ipack/devices/ipoctal: avoid kernel oops when uninstallingSamuel Iglesias Gonsalvez2012-06-071-6/+1
* Staging: ipack: improve the register of a bus and a device in the bus.Samuel Iglesias Gonsalvez2012-05-181-23/+32
* Staging: ipack: fix a few sparse warningsSamuel Iglesias Gonsalvez2012-05-141-2/+2
* Staging: ipack/devices/ipoctal: change the licence to explicitly GPLv2Samuel Iglesias Gonsalvez2012-05-141-2/+1