aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/imx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson1-1/+1
2012-09-21serial: imx: remove null check of sport in suspend/resume functionRichard Zhao1-4/+2
2012-09-21serial: imx: set sport as drvdata, like it's used elsewhereRichard Zhao1-1/+1
2012-09-20Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/cleanupOlof Johansson1-15/+15
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman1-15/+15
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-05serial/imx: improve error diagnosics for clock and pinctrl failuresUwe Kleine-König1-0/+3
2012-09-05tty: serial: imx: don't reinit clock in imx_setup_ufcr()Dirk Behme1-14/+4
2012-09-05tty: serial: imx: console write routing is unsafe on SMPXinyu Chen1-1/+11
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman1-5/+1
2012-07-01tty: serial: imx: remove the use of MXC_INTERNAL_IRQSShawn Guo1-5/+1
2012-06-12serial/imx: make devdata member point to const dataUwe Kleine-König1-1/+1
2012-05-14Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann1-0/+8
2012-05-11tty: serial: imx: adopt pinctrl supportShawn Guo1-0/+8
2012-04-25serial i.MX: do not depend on grouped clocksSascha Hauer1-15/+23
2012-02-01serial: imx: add clk_prepare/clk_unprepareRichard Zhao1-4/+3
2012-01-04tty: serial: imx: move del_timer_sync() to avoid potential deadlockEric Miao1-2/+2
2012-01-04imx: add polled io uart methodsSaleem Abdulrasool1-0/+69
2012-01-04imx: Add save/restore functions for UART control regsDirk Behme1-8/+35
2012-01-04serial/imx: let probing fail for the dt case without a valid aliasUwe Kleine-König1-3/+10
2012-01-04serial/imx: propagate error from of_alias_get_id instead of using -ENODEVUwe Kleine-König1-1/+1
2012-01-04tty: serial: imx: Allow UART to be a source for wakeupFabio Estevam1-0/+15
2011-11-26serial/imx: propagate error of platform_driver_register in init routineUwe Kleine-König1-1/+1
2011-10-27Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-4/+7
2011-09-22serial/imx: add of_alias_get_id() reference backShawn Guo1-4/+7
2011-08-24serial/imx: support to handle break characterHui Wang1-3/+7
2011-08-04dt: remove of_alias_get_id() referenceGrant Likely1-9/+4
2011-07-27serial/imx: add device tree probe supportShawn Guo1-11/+72
2011-07-27serial/imx: get rid of the uses of cpu_is_mx1()Shawn Guo1-16/+69
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-3/+2
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-2/+0
2011-04-19serial/imx: read cts state only after acking cts change irqUwe Kleine-König1-1/+2
2011-04-19tty: remove invalid location line in file headerJovi Zhang1-2/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+1380