index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
imx.c
Age
Commit message (
Expand
)
Author
2012-09-05
tty: serial: imx: don't reinit clock in imx_setup_ufcr()
Dirk Behme
2012-09-05
tty: serial: imx: console write routing is unsafe on SMP
Xinyu Chen
2012-07-01
tty: serial: imx: remove the use of MXC_INTERNAL_IRQS
Shawn Guo
2012-05-14
Merge branch 'imx/pinctrl' into imx/clock
Arnd Bergmann
2012-05-11
tty: serial: imx: adopt pinctrl support
Shawn Guo
2012-04-25
serial i.MX: do not depend on grouped clocks
Sascha Hauer
2012-02-01
serial: imx: add clk_prepare/clk_unprepare
Richard Zhao
2012-01-04
tty: serial: imx: move del_timer_sync() to avoid potential deadlock
Eric Miao
2012-01-04
imx: add polled io uart methods
Saleem Abdulrasool
2012-01-04
imx: Add save/restore functions for UART control regs
Dirk Behme
2012-01-04
serial/imx: let probing fail for the dt case without a valid alias
Uwe Kleine-König
2012-01-04
serial/imx: propagate error from of_alias_get_id instead of using -ENODEV
Uwe Kleine-König
2012-01-04
tty: serial: imx: Allow UART to be a source for wakeup
Fabio Estevam
2011-11-26
serial/imx: propagate error of platform_driver_register in init routine
Uwe Kleine-König
2011-10-27
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-09-22
serial/imx: add of_alias_get_id() reference back
Shawn Guo
2011-08-24
serial/imx: support to handle break character
Hui Wang
2011-08-04
dt: remove of_alias_get_id() reference
Grant Likely
2011-07-27
serial/imx: add device tree probe support
Shawn Guo
2011-07-27
serial/imx: get rid of the uses of cpu_is_mx1()
Shawn Guo
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
2011-05-23
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2011-04-19
serial/imx: read cts state only after acking cts change irq
Uwe Kleine-König
2011-04-19
tty: remove invalid location line in file header
Jovi Zhang
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-01-13
tty: move drivers/serial/ to drivers/tty/serial/
Greg Kroah-Hartman