summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/imx.c
Commit message (Expand)AuthorAgeFilesLines
* serial: imx: fix uninitialized variable warningShawn Guo2013-02-181-1/+1
* serial: imx: Fix recursive locking bugThomas Gleixner2013-02-141-2/+9
* Revert "serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLL"fabio.estevam@freescale.com2013-02-061-21/+21
* serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLLFabio Estevam2013-02-051-21/+21
* serial: imx: Remove unused 'tty' variableFabio Estevam2013-01-171-1/+0
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-2/+1
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-1/+3
* serial: imx: Use devm_* APIsSachin Kamat2013-01-151-22/+10
* serial: imx: Use pr_info instead of printkSachin Kamat2013-01-151-2/+2
* serial: imx: Fix coding style issueSachin Kamat2013-01-151-2/+1
* serial: imx: Use <linux/io.h> instead of <asm/io.h>Sachin Kamat2013-01-151-1/+1
* serial: imx: Fix checkpatch errors related to spacingSachin Kamat2013-01-151-111/+111
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-011-1/+1
|\
| * Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-221-1/+1
| |\
| | * ARM: imx: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| * | Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-09-201-15/+15
| |\ \
* | | | serial: imx: remove null check of sport in suspend/resume functionRichard Zhao2012-09-211-4/+2
* | | | serial: imx: set sport as drvdata, like it's used elsewhereRichard Zhao2012-09-211-1/+1
* | | | Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman2012-09-161-15/+15
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | tty: serial: imx: don't reinit clock in imx_setup_ufcr()Dirk Behme2012-09-051-14/+4
| * | tty: serial: imx: console write routing is unsafe on SMPXinyu Chen2012-09-051-1/+11
| |/
* | serial/imx: improve error diagnosics for clock and pinctrl failuresUwe Kleine-König2012-09-051-0/+3
* | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-061-5/+1
|\ \ | |/
| * tty: serial: imx: remove the use of MXC_INTERNAL_IRQSShawn Guo2012-07-011-5/+1
* | serial/imx: make devdata member point to const dataUwe Kleine-König2012-06-121-1/+1
|/
* Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann2012-05-141-0/+8
|\
| * tty: serial: imx: adopt pinctrl supportShawn Guo2012-05-111-0/+8
* | serial i.MX: do not depend on grouped clocksSascha Hauer2012-04-251-15/+23
|/
* serial: imx: add clk_prepare/clk_unprepareRichard Zhao2012-02-011-4/+3
* tty: serial: imx: move del_timer_sync() to avoid potential deadlockEric Miao2012-01-041-2/+2
* imx: add polled io uart methodsSaleem Abdulrasool2012-01-041-0/+69
* imx: Add save/restore functions for UART control regsDirk Behme2012-01-041-8/+35
* serial/imx: let probing fail for the dt case without a valid aliasUwe Kleine-König2012-01-041-3/+10
* serial/imx: propagate error from of_alias_get_id instead of using -ENODEVUwe Kleine-König2012-01-041-1/+1
* tty: serial: imx: Allow UART to be a source for wakeupFabio Estevam2012-01-041-0/+15
* serial/imx: propagate error of platform_driver_register in init routineUwe Kleine-König2011-11-261-1/+1
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-271-4/+7
|\
| * serial/imx: add of_alias_get_id() reference backShawn Guo2011-09-221-4/+7
* | serial/imx: support to handle break characterHui Wang2011-08-241-3/+7
|/
* dt: remove of_alias_get_id() referenceGrant Likely2011-08-041-9/+4
* serial/imx: add device tree probe supportShawn Guo2011-07-271-11/+72
* serial/imx: get rid of the uses of cpu_is_mx1()Shawn Guo2011-07-271-16/+69
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-3/+2
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-2/+0
|\
| * tty: remove invalid location line in file headerJovi Zhang2011-04-191-2/+0
* | serial/imx: read cts state only after acking cts change irqUwe Kleine-König2011-04-191-1/+2
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman2011-01-131-0/+1380
OpenPOWER on IntegriCloud