summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/imx.c
AgeCommit message (Expand)Author
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson
2012-09-21serial: imx: remove null check of sport in suspend/resume functionRichard Zhao
2012-09-21serial: imx: set sport as drvdata, like it's used elsewhereRichard Zhao
2012-09-20Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann
2012-09-05serial/imx: improve error diagnosics for clock and pinctrl failuresUwe Kleine-König
2012-09-05tty: serial: imx: don't reinit clock in imx_setup_ufcr()Dirk Behme
2012-09-05tty: serial: imx: console write routing is unsafe on SMPXinyu Chen
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman
2012-07-01tty: serial: imx: remove the use of MXC_INTERNAL_IRQSShawn Guo
2012-06-12serial/imx: make devdata member point to const dataUwe Kleine-König
2012-05-14Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann
2012-05-11tty: serial: imx: adopt pinctrl supportShawn Guo
2012-04-25serial i.MX: do not depend on grouped clocksSascha Hauer
2012-02-01serial: imx: add clk_prepare/clk_unprepareRichard Zhao
2012-01-04tty: serial: imx: move del_timer_sync() to avoid potential deadlockEric Miao
2012-01-04imx: add polled io uart methodsSaleem Abdulrasool
2012-01-04imx: Add save/restore functions for UART control regsDirk Behme
2012-01-04serial/imx: let probing fail for the dt case without a valid aliasUwe Kleine-König
2012-01-04serial/imx: propagate error from of_alias_get_id instead of using -ENODEVUwe Kleine-König
2012-01-04tty: serial: imx: Allow UART to be a source for wakeupFabio Estevam
2011-11-26serial/imx: propagate error of platform_driver_register in init routineUwe Kleine-König
2011-10-27Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-09-22serial/imx: add of_alias_get_id() reference backShawn Guo
2011-08-24serial/imx: support to handle break characterHui Wang
2011-08-04dt: remove of_alias_get_id() referenceGrant Likely
2011-07-27serial/imx: add device tree probe supportShawn Guo
2011-07-27serial/imx: get rid of the uses of cpu_is_mx1()Shawn Guo
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-04-19serial/imx: read cts state only after acking cts change irqUwe Kleine-König
2011-04-19tty: remove invalid location line in file headerJovi Zhang
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman