Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2bd6ce84e1b4799be1f328a165d0b8a4fdfd2141
/
drivers
/
tty
/
serial
/
omap-serial.c
7f18d05
SERIAL: OMAP: Remove the slave idle handling from the driver
by Santosh Shilimkar
· 11 years ago
1f66396
OMAP/serial: Revert bad fix of Rx FIFO threshold granularity
by Alexey Pelykh
· 12 years ago
1776fd0
OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, and Tx FIFO IRQ generation
by Alexey Pelykh
· 12 years ago
5fe2123
OMAP/serial: Support 1Mbaud and similar baudrates that require Mode16 instead of Mode13
by Alexey Pelykh
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
fdbc735
serial: omap: add the functionality of a 9-bit UART with userspaces CMSPAR
by Enric Balletbo i Serra
· 12 years ago
d9ba573
ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.h
by Tony Lindgren
· 12 years ago
d07e43d
Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
ae8d8a1
tty: remove use of __devexit
by Bill Pemberton
· 12 years ago
9671f09
tty: remove use of __devinit
by Bill Pemberton
· 12 years ago
2d47b71
tty: serial: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
3af08bd
SERIAL: omap: fix hardware assisted flow control
by Russell King
· 12 years ago
2405464
SERIAL: omap: simplify (2)
by Russell King
· 12 years ago
c533e51
SERIAL: omap: move xon/xoff setting earlier
by Russell King
· 12 years ago
c7d059c
SERIAL: omap: always set TCR
by Russell King
· 12 years ago
18f360f
SERIAL: omap: simplify
by Russell King
· 12 years ago
1fe8aa8
SERIAL: omap: don't read back LCR/MCR/EFR
by Russell King
· 12 years ago
01d70bb
SERIAL: omap: serial_omap_configure_xonxoff() contents into set_termios
by Russell King
· 12 years ago
820344f
SERIAL: omap: configure xon/xoff before setting modem control lines
by Russell King
· 12 years ago
f91b55ab
SERIAL: omap: move driver private definitions and structures to driver
by Russell King
· 12 years ago
4073a53
SERIAL: omap: remove 'irq_pending' bitfield
by Russell King
· 12 years ago
08bd490
SERIAL: omap: fix MCR TCRTLR bit handling
by Russell King
· 12 years ago
9363f8f
SERIAL: omap: fix set_mctrl() breakage
by Russell King
· 12 years ago
511e74f
SERIAL: omap: no need to re-read EFR
by Russell King
· 12 years ago
d864c03
SERIAL: omap: remove setting of EFR SCD bit
by Russell King
· 12 years ago
da5d01f
SERIAL: omap: allow hardware assisted IXANY mode to be disabled
by Russell King
· 12 years ago
0d5b166
SERIAL: omap: allow hardware assisted rts/cts modes to be disabled
by Russell King
· 12 years ago
ca364d8
Merge 3.7-rc3 into tty-next
by Greg Kroah-Hartman
· 12 years ago
40477d0
serial: omap: Remove the hardcode serial_omap_console_ports array.
by Shubhrajyoti D
· 12 years ago
7ba897d
serial: omap: Remove the default setting of special character
by Shubhrajyoti D
· 12 years ago
39aee51
serial: omap: Make context_loss_cnt signed
by Shubhrajyoti D
· 12 years ago
a4f7438
Revert "serial: omap: fix software flow control"
by Felipe Balbi
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
9a12fcf
serial: omap: fix the reciever line error case
by Shubhrajyoti D
· 12 years ago
ac57e7f
serial: omap: Remove unnecessary checks from suspend/resume
by Sourav Poddar
· 12 years ago
3dbc5ce
serial: omap: Request pins using pinctrl framework
by Tony Lindgren
· 12 years ago
ce2f08d
serial: omap: fix DeviceTree boot
by Felipe Balbi
· 12 years ago
e36851d
serial: omap: fix compile breakage
by Felipe Balbi
· 12 years ago
6721ab7
serial: omap: enable RX and TX FIFO usage
by Felipe Balbi
· 12 years ago
d37c6ce
serial: omap: move uart_omap_port definition to C file
by Felipe Balbi
· 12 years ago
d21e400
serial: omap: remove unnecessary header and add a missing one
by Felipe Balbi
· 12 years ago
957ee72
serial: omap: fix software flow control
by Vikram Pandita
· 12 years ago
a6b19c3
serial: omap: make sure to put() on poll_get_char
by Felipe Balbi
· 12 years ago
9727faf
serial: omap: implement set_wake
by Felipe Balbi
· 12 years ago
0324a82
serial: omap: unlock the port lock
by Ruchika Kharwar
· 12 years ago
52c5513
serial: omap: drop "inline" from IRQ handler prototype
by Felipe Balbi
· 12 years ago
6d608ef
serial: omap: optimization with section annotations
by Felipe Balbi
· 12 years ago
856e35b
serial: omap: fix sequence of pm_runtime_* calls.
by Ruchika Kharwar
· 12 years ago
6c3a30c
serial: omap: don't save IRQ flags on hardirq
by Felipe Balbi
· 12 years ago
7e9c8e7
serial: omap: make sure to suspend device before remove
by Felipe Balbi
· 12 years ago
1b42c8b
serial: omap: drop unnecessary check from remove
by Felipe Balbi
· 12 years ago
93220dc
serial: omap: set dev->drvdata before enabling pm_runtime
by Felipe Balbi
· 12 years ago
660ac5f
serial: omap: stick to put_autosuspend
by Felipe Balbi
· 12 years ago
bf63a08
serial: omap: move THRE check to transmit_chars()
by Felipe Balbi
· 12 years ago
72256cb
serial: omap: refactor receive_chars() into rdi/rlsi handlers
by Felipe Balbi
· 12 years ago
81b75ae
serial: omap: simplify IRQ handling
by Felipe Balbi
· 12 years ago
4945743
serial: omap: drop DMA support
by Felipe Balbi
· 12 years ago
d8ee4ea
serial: omap: don't access the platform_device
by Felipe Balbi
· 12 years ago
e5b57c0
serial: omap: define helpers for pdata function pointers
by Felipe Balbi
· 12 years ago
c990f35
serial: omap: define and use to_uart_omap_port()
by Felipe Balbi
· 12 years ago
4382973
workqueue: deprecate flush[_delayed]_work_sync()
by Tejun Heo
· 12 years ago
9574f36
OMAP/serial: Add support for driving a GPIO as DTR.
by NeilBrown
· 12 years ago
665ab0f
Merge 3.4-rc3 into tty-next
by Greg Kroah-Hartman
· 13 years ago
7c77c8d
OMAP2+: UART: Remove cpu checks for populating errata flags
by Govindraj.R
· 13 years ago
388bc26
omap-serial: Fix the error handling in the omap_serial probe
by Shubhrajyoti D
· 13 years ago
a5f4313
tty: serial: OMAP: Fix oops due to NULL pdata in DT boot
by Cousson, Benoit
· 13 years ago
1972345
tty: serial: omap-serial: wakeup latency constraint is in microseconds, not milliseconds
by Paul Walmsley
· 13 years ago
be4b028
tty: serial: OMAP: block idle while the UART is transferring data in PIO mode
by Paul Walmsley
· 13 years ago
0ba5f66
tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO mode
by Paul Walmsley
· 13 years ago
8a74e9f
Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode"
by Greg Kroah-Hartman
· 13 years ago
af681ca
Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip"
by Greg Kroah-Hartman
· 13 years ago
43cf7c0
tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip
by Paul Walmsley
· 13 years ago
0a697b2
tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode
by Paul Walmsley
· 13 years ago
b514885
omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIME
by Shubhrajyoti D
· 13 years ago
3bc4f0d
omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.
by Shubhrajyoti D
· 13 years ago
b3c3752
Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
d92b0df
omap-serial: Add minimal device tree support
by Rajendra Nayak
· 13 years ago
8fe789d
omap-serial: Use default clock speed (48Mhz) if not specified
by Rajendra Nayak
· 13 years ago
ba77433
omap-serial: Get rid of all pdev->id usage
by Rajendra Nayak
· 13 years ago
da27468
ARM: OMAP2+: UART: Fix compilation/sparse warnings
by Govindraj.R
· 13 years ago
2fd1496
ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qos
by Govindraj.R
· 13 years ago
a9e210e
ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UART
by Jon Hunter
· 13 years ago
c86845db
ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.
by Deepak K
· 13 years ago
62f3ec5f
ARM: OMAP2+: UART: Add wakeup mechanism for omap-uarts
by Govindraj.R
· 13 years ago
9473474
ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serial
by Govindraj.R
· 13 years ago
ec3bebc
ARM: OMAP2+: UART: Get context loss count to context restore
by Govindraj.R
· 13 years ago
3221289
ARM: OMAP2+: UART: Remove uart reset function.
by Govindraj.R
· 13 years ago
c538d20
ARM: OMAP2+: UART: Ensure all reg values configured are available from port structure
by Govindraj.R
· 13 years ago
9f9ac1e
ARM: OMAP2+: UART: Remove context_save and move context restore to driver
by Govindraj.R
· 13 years ago
fcdca75
ARM: OMAP2+: UART: Add runtime pm support for omap-serial driver
by Govindraj.R
· 14 years ago
edd70ad
ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.
by Govindraj.R
· 13 years ago
273558b
ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uart
by Govindraj.R
· 13 years ago
514f31d
OMAP: UART: fix the return type of check_modem_status
by Shubhrajyoti D
· 13 years ago
b280a97
omap-serial: Allow IXON and IXOFF to be disabled.
by Nick Pelly
· 13 years ago
28f65c11
treewide: Convert uses of struct resource to resource_size(ptr)
by Joe Perches
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
7884146
serial: omap-serial: Enable the UART wake-up bits always
by Jarkko Nikula
· 14 years ago
364a6ec
OMAP: Enable Magic SysRq on serial console ttyOx
by Thomas Weber
· 14 years ago
ab4382d
tty: move drivers/serial/ to drivers/tty/serial/
by Greg Kroah-Hartman
· 14 years ago
[Renamed from drivers/serial/omap-serial.c]
56b85f3
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
Next »