index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
imx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: imx: fix uninitialized variable warning
Shawn Guo
2013-02-18
1
-1
/
+1
*
serial: imx: Fix recursive locking bug
Thomas Gleixner
2013-02-14
1
-2
/
+9
*
Revert "serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLL"
fabio.estevam@freescale.com
2013-02-06
1
-21
/
+21
*
serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLL
Fabio Estevam
2013-02-05
1
-21
/
+21
*
serial: imx: Remove unused 'tty' variable
Fabio Estevam
2013-01-17
1
-1
/
+0
*
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-15
1
-2
/
+1
*
TTY: switch tty_insert_flip_char
Jiri Slaby
2013-01-15
1
-1
/
+3
*
serial: imx: Use devm_* APIs
Sachin Kamat
2013-01-15
1
-22
/
+10
*
serial: imx: Use pr_info instead of printk
Sachin Kamat
2013-01-15
1
-2
/
+2
*
serial: imx: Fix coding style issue
Sachin Kamat
2013-01-15
1
-2
/
+1
*
serial: imx: Use <linux/io.h> instead of <asm/io.h>
Sachin Kamat
2013-01-15
1
-1
/
+1
*
serial: imx: Fix checkpatch errors related to spacing
Sachin Kamat
2013-01-15
1
-111
/
+111
*
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
2012-10-01
1
-1
/
+1
|
\
|
*
Merge branch 'multiplatform/platform-data' into next/multiplatform
Olof Johansson
2012-09-22
1
-1
/
+1
|
|
\
|
|
*
ARM: imx: move platform_data definitions
Arnd Bergmann
2012-09-14
1
-1
/
+1
|
*
|
Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
2012-09-20
1
-15
/
+15
|
|
\
\
*
|
|
|
serial: imx: remove null check of sport in suspend/resume function
Richard Zhao
2012-09-21
1
-4
/
+2
*
|
|
|
serial: imx: set sport as drvdata, like it's used elsewhere
Richard Zhao
2012-09-21
1
-1
/
+1
*
|
|
|
Merge 3.6-rc6 into tty-next
Greg Kroah-Hartman
2012-09-16
1
-15
/
+15
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
tty: serial: imx: don't reinit clock in imx_setup_ufcr()
Dirk Behme
2012-09-05
1
-14
/
+4
|
*
|
tty: serial: imx: console write routing is unsafe on SMP
Xinyu Chen
2012-09-05
1
-1
/
+11
|
|
/
*
|
serial/imx: improve error diagnosics for clock and pinctrl failures
Uwe Kleine-König
2012-09-05
1
-0
/
+3
*
|
Merge tty-next into 3.6-rc1
Greg Kroah-Hartman
2012-08-06
1
-5
/
+1
|
\
\
|
|
/
|
*
tty: serial: imx: remove the use of MXC_INTERNAL_IRQS
Shawn Guo
2012-07-01
1
-5
/
+1
*
|
serial/imx: make devdata member point to const data
Uwe Kleine-König
2012-06-12
1
-1
/
+1
|
/
*
Merge branch 'imx/pinctrl' into imx/clock
Arnd Bergmann
2012-05-14
1
-0
/
+8
|
\
|
*
tty: serial: imx: adopt pinctrl support
Shawn Guo
2012-05-11
1
-0
/
+8
*
|
serial i.MX: do not depend on grouped clocks
Sascha Hauer
2012-04-25
1
-15
/
+23
|
/
*
serial: imx: add clk_prepare/clk_unprepare
Richard Zhao
2012-02-01
1
-4
/
+3
*
tty: serial: imx: move del_timer_sync() to avoid potential deadlock
Eric Miao
2012-01-04
1
-2
/
+2
*
imx: add polled io uart methods
Saleem Abdulrasool
2012-01-04
1
-0
/
+69
*
imx: Add save/restore functions for UART control regs
Dirk Behme
2012-01-04
1
-8
/
+35
*
serial/imx: let probing fail for the dt case without a valid alias
Uwe Kleine-König
2012-01-04
1
-3
/
+10
*
serial/imx: propagate error from of_alias_get_id instead of using -ENODEV
Uwe Kleine-König
2012-01-04
1
-1
/
+1
*
tty: serial: imx: Allow UART to be a source for wakeup
Fabio Estevam
2012-01-04
1
-0
/
+15
*
serial/imx: propagate error of platform_driver_register in init routine
Uwe Kleine-König
2011-11-26
1
-1
/
+1
*
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-10-27
1
-4
/
+7
|
\
|
*
serial/imx: add of_alias_get_id() reference back
Shawn Guo
2011-09-22
1
-4
/
+7
*
|
serial/imx: support to handle break character
Hui Wang
2011-08-24
1
-3
/
+7
|
/
*
dt: remove of_alias_get_id() reference
Grant Likely
2011-08-04
1
-9
/
+4
*
serial/imx: add device tree probe support
Shawn Guo
2011-07-27
1
-11
/
+72
*
serial/imx: get rid of the uses of cpu_is_mx1()
Shawn Guo
2011-07-27
1
-16
/
+69
*
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
2011-06-10
1
-3
/
+2
*
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2011-05-23
1
-2
/
+0
|
\
|
*
tty: remove invalid location line in file header
Jovi Zhang
2011-04-19
1
-2
/
+0
*
|
serial/imx: read cts state only after acking cts change irq
Uwe Kleine-König
2011-04-19
1
-1
/
+2
|
/
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
tty: move drivers/serial/ to drivers/tty/serial/
Greg Kroah-Hartman
2011-01-13
1
-0
/
+1380