Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e68410ebf62676dfb93aafff7c55b76644f37072
/
drivers
/
ipack
/
devices
/
ipoctal.c
95e838c
ipoctal: clear break interrupt as soon as it occurs
by Federico Vaga
· 10 years ago
82a8234
ipoctal: get carrier driver to avoid rmmod
by Federico Vaga
· 10 years ago
78f22bc
ipoctal: reset function istead of duplicate code
by Federico Vaga
· 10 years ago
4847cc0
ipoctal: request_irq after configuration
by Federico Vaga
· 10 years ago
968d04e
ipoctal: protect only the real critical section
by Federico Vaga
· 10 years ago
7ed214a
Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 12 years ago
fc8d713
drivers/ipack/devices/ipoctal.c: adjust duplicate test
by Julia Lawall
· 12 years ago
2910fe2
ipack/devices/ipoctal: add missing rx_enable = 1
by Samuel Iglesias Gonsalvez
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
92a19f9
TTY: switch tty_insert_flip_char
by Jiri Slaby
· 12 years ago
e0f8d32
ipack/devices/ipoctal: added shutdown callback
by Samuel Iglesias Gonsalvez
· 12 years ago
b0d17fb
ipack/devices/ipoctal: add rx_enable flag
by Samuel Iglesias Gonsalvez
· 12 years ago
b06073f
ipack/devices/ipoctal: remove redundant tty_flip_buffer_push()
by Samuel Iglesias Gonsalvez
· 12 years ago
e7e664f
ipack/devices/ipoctal: protect the channel data processing with a spinlock
by Samuel Iglesias Gonsalvez
· 12 years ago
21d27ed
ipack/devices/ipoctal: ack IRQ before processing it
by Samuel Iglesias Gonsalvez
· 12 years ago
a3882b7
ipack/devices/ipoctal: avoid re-enable RX two times.
by Samuel Iglesias Gonsalvez
· 12 years ago
9d01b6f
ipack/devices/ipoctal: rework disable TX when the TX buffer is empty
by Samuel Iglesias Gonsalvez
· 12 years ago
b5071f2
ipack/devices/ipoctal: setup TTY_NORMAL flag for each character.
by Samuel Iglesias Gonsalvez
· 12 years ago
a1da13a
ipack/devices/ipoctal: remove wait_queue and atomic_t board_write
by Samuel Iglesias Gonsalvez
· 12 years ago
7e5730d
ipack/devices/ipoctal: fix kernel bug when using pppd
by Samuel Iglesias Gonsalvez
· 12 years ago
69a6b9b
ipack/devices/ipoctal: don't check if nb_bytes is < 0
by Alberto Garcia
· 12 years ago
cc83f83
ipack/devices/ipoctal: Fix race condition during Tx
by Alberto Garcia
· 12 years ago
c6bd5bc
Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 12 years ago
27cf2d1
ipack: remove ipack_ids.h file
by Samuel Iglesias Gonsalvez
· 12 years ago
7dbce02
ipack: move header files to include/linux
by Samuel Iglesias Gonsalvez
· 12 years ago
05e5027
Staging: ipack: move out of staging
by Greg Kroah-Hartman
· 12 years ago
[Renamed from drivers/staging/ipack/devices/ipoctal.c]
7685972
Staging: ipack: adapt copyright to CERN guidelines
by Samuel Iglesias Gonsalvez
· 12 years ago
fe4a3ed
staging: ipack: Rename IPACK_MEM_SPACE to IPACK_MEM8_SPACE.
by Jens Taprogge
· 12 years ago
402228d
staging: ipack: swich to regular ioremap and friends.
by Jens Taprogge
· 12 years ago
2ec678d
staging: ipack/devices/ipoctal: obtain model from dev->id_device.
by Jens Taprogge
· 12 years ago
295beb7
staging: ipack/devices/ipoctal: fix ipoctal_inst_slot error path.
by Jens Taprogge
· 12 years ago
f9e314d
Staging: ipack: get rid of ipack_device->bus_nr.
by Jens Taprogge
· 12 years ago
3498d13
Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 12 years ago
d046006
Staging: ipack/devices/ipoctal: simplify ipoctal_write_tty()
by Samuel Iglesias Gonsalvez
· 12 years ago
4514108
Staging: ipack/devices/ipoctal: acknowledge BREAK condition.
by Samuel Iglesias Gonsalvez
· 12 years ago
c6e2dfa
staging: ipack: remove irq field in struct ipack_device.
by Jens Taprogge
· 12 years ago
ea99114
Staging: ipack: move the responsibility to clear interrupts to the IPack devices.
by Jens Taprogge
· 12 years ago
6f89221
Staging: ipack/devices/ipoctal: Unmap memory on device removal.
by Jens Taprogge
· 12 years ago
ab0a71f
Staging: ipack/devices/ipoctal: read more than one character from RX FIFO.
by Samuel Iglesias Gonsalvez
· 12 years ago
9c1d784
Staging: ipack/devices/ipoctal: Get rid of ipoctal_list.
by Jens Taprogge
· 12 years ago
3f3a592
Staging: ipack/devices/ipoctal: Use KBUILD_MODNAME instead of hardcoded string.
by Jens Taprogge
· 12 years ago
2afb41d
Staging: ipack/devices/ipoctal: Check tty_register_device return value.
by Jens Taprogge
· 12 years ago
1adda49
Staging: ipack/devices/ipoctal: Clean up device removal.
by Jens Taprogge
· 12 years ago
faa75c4
Staging: ipack: Let interrupts return irqreturn_t.
by Jens Taprogge
· 12 years ago
699a89f
Staging: ipack/devices/ipoctal: remove superfluous function.
by Jens Taprogge
· 12 years ago
87cfb95
Staging: ipack/devices/ipoctal: Split interrupt service routine.
by Jens Taprogge
· 12 years ago
4e4732a
Staging: ipack/devices/ipoctal: Store isr masks in ipoctal_channel
by Jens Taprogge
· 12 years ago
ef79de0
Staging: ipack/devices/ipoctal: put ipoctal_channel into tty->driver_data.
by Jens Taprogge
· 12 years ago
459e6d7
Staging: ipack/devices/ipoctal: Directly use ioread/iowrite function.
by Jens Taprogge
· 12 years ago
70a3281
Staging: ipack/devices/ipoctal: split ipoctal_channel from ipoctal.
by Jens Taprogge
· 12 years ago
690949e
Staging: ipack/devices/ipoctal: free the IRQ.
by Samuel Iglesias Gonsálvez
· 12 years ago
ca8481c
Staging: ipack/devices/ipoctal: change exiting procedure
by Samuel Iglesias Gonsálvez
· 12 years ago
4aa09d4
Staging: ipack: Implement device matching on the bus level.
by Jens Taprogge
· 12 years ago
fdfc8cf
Staging: ipack/devices/ipoctal: Expose DEVICE_TABLE for ipoctal.
by Jens Taprogge
· 12 years ago
e801113
Staging: ipack: Make ipack_driver_ops const.
by Jens Taprogge
· 12 years ago
7db5e3c
Staging: ipack: Move device ids from ipoctal.c to ipack_ids.h.
by Jens Taprogge
· 12 years ago
1f43d7b
Staging: ipack/devices/ipoctal: Tidy up ipoctal some more.
by Jens Taprogge
· 12 years ago
a498899
Staging: ipack/devices/ipoctal: ipoctal cleanups.
by Jens Taprogge
· 12 years ago
64802dc
Staging: ipack/devices/ipoctal: Convert ipoctal to directly use ioread/write functions.
by Jens Taprogge
· 12 years ago
cea2f7c
Staging: ipack/bridges/tpci200: Use the TPCI200 in big endian mode.
by Jens Taprogge
· 12 years ago
734cc17
TTY: use tty_port_register_device
by Jiri Slaby
· 12 years ago
857196e
ipoctal: make it compile with the termios changes
by Alan Cox
· 12 years ago
4eed84a
Staging: ipack/devices/ipoctal: initialize the device in probe function
by Samuel Iglesias Gonsálvez
· 12 years ago
1337b07
Staging: ipack/devices/ipoctal: fix dereference NULL pointer
by Samuel Iglesias Gonsálvez
· 12 years ago
7183f33
Staging: ipack/devices/ipoctal: save IRQ vector in MEM space
by Samuel Iglesias Gonsálvez
· 12 years ago
59d6a29
Staging: ipack/devices/ipoctal: remove unneeded lock in IRQ handler
by Samuel Iglesias Gonsalvez
· 12 years ago
55c0a6f
Staging: ipack/devices/ipoctal: remove unneeded includes
by Samuel Iglesias Gonsalvez
· 12 years ago
db1db29
Staging: ipack/devices/ipoctal: fix oops when accessing "buffer"
by Samuel Iglesias Gonsalvez
· 12 years ago
c15768b
Staging: ipack/devices/ipoctal: remove error_flag field from ipoctal struct.
by Miguel Gómez
· 12 years ago
8ae7012
Staging: ipack/devices/ipoctal: remove ipoctal_config structure.
by Miguel Gómez
· 12 years ago
42b3820
Staging: ipack/devices/ipoctal: change pr_* usage for dev_* functions
by Samuel Iglesias Gonsalvez
· 12 years ago
597d473
Staging: ipack/devices/ipoctal: avoid kernel oops when uninstalling
by Samuel Iglesias Gonsalvez
· 12 years ago
ec44033
Staging: ipack: improve the register of a bus and a device in the bus.
by Samuel Iglesias Gonsalvez
· 12 years ago
5a81b4a
Staging: ipack: fix a few sparse warnings
by Samuel Iglesias Gonsalvez
· 12 years ago
3225436
Staging: ipack/devices/ipoctal: change the licence to explicitly GPLv2
by Samuel Iglesias Gonsalvez
· 13 years ago
ba4dc61
Staging: ipack: add support for IP-OCTAL mezzanine board
by Samuel Iglesias Gonsalvez
· 13 years ago