History log of /drivers/tty/serial/mxs-auart.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2fa8ba3d8d0f49c4b087a026889a1154c3d94901 03-May-2012 Lothar Waßmann <LW@KARO-electronics.de> Add missing call to uart_update_timeout()

commit 8b979f7c6bf13a57e7b6002f1175312a44773960 upstream.

This patch fixes a problem reported here:
http://article.gmane.org/gmane.linux.ports.arm.kernel/155242/match=auart

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
/drivers/tty/serial/mxs-auart.c
979ecef5b89a8003902299566d9cdc08de34a3ee 09-Jan-2012 Linus Torvalds <torvalds@linux-foundation.org> Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

clock management changes for i.MX

Another simple series related to clock management, this time only for
imx.

* tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
ARM: mxs: select HAVE_CLK_PREPARE for clock
clk: add config option HAVE_CLK_PREPARE into Kconfig
ASoC: mxs-saif: convert to clk_prepare/clk_unprepare
video: mxsfb: convert to clk_prepare/clk_unprepare
serial: mxs-auart: convert to clk_prepare/clk_unprepare
net: flexcan: convert to clk_prepare/clk_unprepare
mtd: gpmi-lib: convert to clk_prepare/clk_unprepare
mmc: mxs-mmc: convert to clk_prepare/clk_unprepare
dma: mxs-dma: convert to clk_prepare/clk_unprepare
net: fec: add clk_prepare/clk_unprepare
ARM: mxs: convert platform code to clk_prepare/clk_unprepare
clk: add helper functions clk_prepare_enable and clk_disable_unprepare

Fix up trivial conflicts in drivers/net/ethernet/freescale/fec.c due to
commit 0ebafefcaa7a ("net: fec: add clk_prepare/clk_unprepare") clashing
trivially with commit e163cc97f9ac ("net/fec: fix the .remove code").
a481377013c1c07dac0421886db7a6b4c3081c49 20-Dec-2011 Shawn Guo <shawn.guo@linaro.org> serial: mxs-auart: convert to clk_prepare/clk_unprepare

The patch converts mxs-auart driver to clk_prepare/clk_unprepare by
using helper functions clk_prepare_enable/clk_disable_unprepare.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Alan Cox <alan@linux.intel.com>
/drivers/tty/serial/mxs-auart.c
d0758a285caaf86192cdb22136a5eb84ed72f276 22-Nov-2011 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> serial/mxs-auart: only wake up tty layer once

There is no need to call uart_write_wakeup after each character send.
Once at the end of the write sequence is enough.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/tty/serial/mxs-auart.c
18fd7315cc475ff53c60e5e7b3bad126c0163527 14-Feb-2011 Jesper Juhl <jj@chaosbits.net> Freescale STMP37XX/STMP378X Application UART driver: remove duplicate linux/device.h include

Do not include linux/device.h twice in drivers/tty/serial/mxs-auart.c .
Once is enough.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
/drivers/tty/serial/mxs-auart.c
f19693a17c6705e197eb24d4618060eaac1b535c 11-Feb-2011 Sascha Hauer <s.hauer@pengutronix.de> Merge commit 'v2.6.38-rc4' into imx-for-2.6.39

Conflicts:
arch/arm/mach-mxs/clock-mx28.c

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>