Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1860e379875dfe7271c649058aeddffe5afd9d0d
/
drivers
/
tty
/
serial
/
imx.c
45af780
serial: imx: Remove init() and exit() platform callbacks
by Alexander Shiyan
· 11 years ago
436e4ab
serial: imx: Use dev_name() for request_irq() to distinguish UARTs
by Alexander Shiyan
· 11 years ago
da82f99
serial: imx: Use devm_ioremap_resource()
by Alexander Shiyan
· 11 years ago
2ad28e3
serial: imx: always wake up the processes in the TX callback
by Huang Shijie
· 11 years ago
6b471a9
serial: imx: add support for loopback mode.
by Huang Shijie
· 11 years ago
56edff7
Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 11 years ago
7cb92fd
serial: imx: optimization: remove the workqueues for DMA
by Huang Shijie
· 11 years ago
f0ef883
serial: imx: use the dmaengine_tx_status
by Huang Shijie
· 11 years ago
947c74e
serial: imx: fix the wrong number of scatterlist entries when xmit->head is 0
by Huang Shijie
· 11 years ago
1ce43e5
serial: imx: check the DMA for imx_tx_empty
by Huang Shijie
· 11 years ago
eb56b7e
serial: imx: implement the flush_buffer hook
by Huang Shijie
· 11 years ago
b4e788d
Revert "serial: i.MX: evaluate linux,stdout-path property"
by Greg Kroah-Hartman
· 11 years ago
a50c44c
serial: imx: Change cast to handle 64-bit resource_size_t
by Olof Johansson
· 11 years ago
e2c2725
serial: imx: Use NULL as the last argument of add_preferred_console()
by Fabio Estevam
· 11 years ago
b09c74a
serial: imx: initialize the local variable
by Huang Shijie
· 11 years ago
f7d2c0b
serial: i.MX: evaluate linux,stdout-path property
by Sascha Hauer
· 11 years ago
574de55
serial: use dev_get_platdata()
by Jingoo Han
· 11 years ago
b4cdc8f
serial: imx: add DMA support for imx6q
by Huang Shijie
· 11 years ago
09bd00f
serial/imx: fix custom-baudrate handling
by Hubert Feurstein
· 11 years ago
a496e62
serial: imx: distinguish the imx6q uart from the others
by Huang Shijie
· 11 years ago
1cf93e0
serial: imx: remove the uart_console() check
by Huang Shijie
· 11 years ago
43b829b
serial: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 11 years ago
e84f54f
drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe
by Wolfram Sang
· 11 years ago
80c4849
serial: imx: Fix serial clock unbalance
by Fabio Estevam
· 11 years ago
0c37550
serial: imx: enable the clocks for console
by Huang Shijie
· 11 years ago
1ba7055
Merge 3.10-rc5 into tty-next
by Greg Kroah-Hartman
· 11 years ago
e8bfa76
serial: imx: Fix warning when !CONFIG_SERIAL_IMX_CONSOLE
by Fabio Estevam
· 11 years ago
28eb427
serial: imx: enable the clocks only when the uart is used
by Huang Shijie
· 11 years ago
20ff2fe
serial: imx: add support for DTE mode
by Huang Shijie
· 11 years ago
bff09b0
serial/imx: disable hardware flow control at startup
by Lucas Stach
· 11 years ago
f1f836e
serial: imx: Add Rx Fifo overrun error message
by Alexander Stein
· 12 years ago
f30e826
serial: imx: fix uninitialized variable warning
by Shawn Guo
· 12 years ago
677fe55
serial: imx: Fix recursive locking bug
by Thomas Gleixner
· 12 years ago
44a7541
Revert "serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLL"
by fabio.estevam@freescale.com
· 12 years ago
cdc8da3
serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLL
by Fabio Estevam
· 12 years ago
45e786a
serial: imx: Remove unused 'tty' variable
by Fabio Estevam
· 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
42d3419
serial: imx: Use devm_* APIs
by Sachin Kamat
· 12 years ago
50bbdba
serial: imx: Use pr_info instead of printk
by Sachin Kamat
· 12 years ago
699cbd6
serial: imx: Fix coding style issue
by Sachin Kamat
· 12 years ago
e32a9f8
serial: imx: Use <linux/io.h> instead of <asm/io.h>
by Sachin Kamat
· 12 years ago
82313e6
serial: imx: Fix checkpatch errors related to spacing
by Sachin Kamat
· 12 years ago
9cd11c0
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
e3a66aa
Merge branch 'multiplatform/platform-data' into next/multiplatform
by Olof Johansson
· 12 years ago
034dc4d
serial: imx: remove null check of sport in suspend/resume function
by Richard Zhao
· 12 years ago
0a86a86
serial: imx: set sport as drvdata, like it's used elsewhere
by Richard Zhao
· 12 years ago
32dec75
Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/cleanup
by Olof Johansson
· 12 years ago
7ac3c93
Merge 3.6-rc6 into tty-next
by Greg Kroah-Hartman
· 12 years ago
82906b1
ARM: imx: move platform_data definitions
by Arnd Bergmann
· 12 years ago
833462e
serial/imx: improve error diagnosics for clock and pinctrl failures
by Uwe Kleine-König
· 12 years ago
7be0670
tty: serial: imx: don't reinit clock in imx_setup_ufcr()
by Dirk Behme
· 12 years ago
9ec1882
tty: serial: imx: console write routing is unsafe on SMP
by Xinyu Chen
· 12 years ago
c87985a
Merge tty-next into 3.6-rc1
by Greg Kroah-Hartman
· 12 years ago
1ee8f65
tty: serial: imx: remove the use of MXC_INTERNAL_IRQS
by Shawn Guo
· 12 years ago
7d0b066
serial/imx: make devdata member point to const data
by Uwe Kleine-König
· 12 years ago
4f5a9fd
Merge branch 'imx/pinctrl' into imx/clock
by Arnd Bergmann
· 13 years ago
fed78ce
tty: serial: imx: adopt pinctrl support
by Shawn Guo
· 13 years ago
3a9465f
serial i.MX: do not depend on grouped clocks
by Sascha Hauer
· 13 years ago
ef5ca19
serial: imx: add clk_prepare/clk_unprepare
by Richard Zhao
· 13 years ago
995234d
tty: serial: imx: move del_timer_sync() to avoid potential deadlock
by Eric Miao
· 13 years ago
01f56ab
imx: add polled io uart methods
by Saleem Abdulrasool
· 13 years ago
0ad5a81
imx: Add save/restore functions for UART control regs
by Dirk Behme
· 13 years ago
20bb809
serial/imx: let probing fail for the dt case without a valid alias
by Uwe Kleine-König
· 13 years ago
a197a19
serial/imx: propagate error from of_alias_get_id instead of using -ENODEV
by Uwe Kleine-König
· 13 years ago
db1a9b5
tty: serial: imx: Allow UART to be a source for wakeup
by Fabio Estevam
· 13 years ago
f227824
serial/imx: propagate error of platform_driver_register in init routine
by Uwe Kleine-König
· 13 years ago
5fffb95
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
ff05967
serial/imx: add of_alias_get_id() reference back
by Shawn Guo
· 13 years ago
019dc9e
serial/imx: support to handle break character
by Hui Wang
· 13 years ago
9e191b2
dt: remove of_alias_get_id() reference
by Grant Likely
· 13 years ago
22698aa
serial/imx: add device tree probe support
by Shawn Guo
· 13 years ago
fe6b540
serial/imx: get rid of the uses of cpu_is_mx1()
by Shawn Guo
· 13 years ago
28f65c11
treewide: Convert uses of struct resource to resource_size(ptr)
by Joe Perches
· 13 years ago
99dff58
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 13 years ago
5680e94
serial/imx: read cts state only after acking cts change irq
by Uwe Kleine-König
· 14 years ago
99edb3d
tty: remove invalid location line in file header
by Jovi Zhang
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
ab4382d
tty: move drivers/serial/ to drivers/tty/serial/
by Greg Kroah-Hartman
· 14 years ago
[Renamed from drivers/serial/imx.c]
4e4e660
serial/imx: check that the buffer is non-empty before sending it out
by Volker Ernst
· 14 years ago
eab4f5a
tty: serial - fix tty back references in termios
by Alan Cox
· 14 years ago
1c5250d
serial: imx.c: fix CTS trigger level lower to avoid lost chars
by Valentin Longchamp
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
988addf
Merge branch 'origin' into devel-stable
by Russell King
· 15 years ago
b93a4af
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable
by Russell King
· 15 years ago
bbcd18d
serial: imx: fix NULL dereference Oops when pdata == NULL
by Baruch Siach
· 15 years ago
94d32f9
imx-serial-excessive-status-clearing-on-break.patch
by Andy Green
· 15 years ago
2e2eb50
serial: imx: bit &/| confusion
by Roel Kluin
· 15 years ago
bdc04e3
serial: move delta_msr_wait into the tty_port
by Alan Cox
· 15 years ago
ebd2c8f
serial: kill off uart_info
by Alan Cox
· 15 years ago
37d6fb6
i.MX serial: do not use #ifdef CONFIG_ARCH_*
by Sascha Hauer
· 15 years ago
1a2c4b3
imx: Check for NULL pointer deref before calling tty_encode_baud_rate
by Sascha Hauer
· 15 years ago
2cf4d45
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 15 years ago
d7f8d43
imx: serial: use tty_encode_baud_rate to set true rate
by Oskar Schirmer
· 15 years ago
b6e4913
imx: serial: add IrDA support to serial driver
by Fabian Godehardt
· 15 years ago
534fca0
imx: serial: use rational library function
by Oskar Schirmer
· 15 years ago
9f322ad
imx: serial: handle initialisation failure correctly
by Daniel Glöckner
· 15 years ago
2e14639
imx: serial: be sure to stop xmit upon shutdown
by Fabian Godehardt
· 15 years ago
97775731
imx: serial: notify higher layers in case xmit IRQ was not called
by Fabian Godehardt
· 15 years ago
26bbb3f
imx: serial: fix one bit field type
by Daniel Glöckner
· 15 years ago
Next »