index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
imx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-19
Merge branch 'merge-fixes' into devel
Russell King
1
-0
/
+2
2008-04-17
[ARM] 4999/1: <IMX UART>: fix membase
Sascha Hauer
1
-2
/
+2
2008-04-17
[ARM] 4998/1: <IMX UART>: do not use hardcoded io space size
Sascha Hauer
1
-10
/
+15
2008-04-17
[ARM] 4996/1: <IMX UART>: do not enable tx empty interrupt on startup
Sascha Hauer
1
-1
/
+1
2008-04-17
[ARM] 4995/1: <IMX UART>: Do not use URXD_CHARRDY for polling
Sascha Hauer
1
-1
/
+3
2008-04-17
[ARM] 4994/1: <IMX UART>: Move error handling into execution path
Sascha Hauer
1
-41
/
+33
2008-04-17
[ARM] 4993/1: <IMX UART>: Trivial: Remove unused defines
Sascha Hauer
1
-4
/
+0
2008-04-15
serial: fix platform driver hotplug/coldplug
Kay Sievers
1
-0
/
+2
2008-02-06
Remove pointless casts from void pointers
Jeff Garzik
1
-2
/
+2
2007-07-20
[ARM] 4481/1: Fix a bug when i.MX is compiled as a module
Sascha Hauer
1
-1
/
+1
2007-05-03
[ARM] 4328/1: Move i.MX UART regs to driver
Sascha Hauer
1
-63
/
+205
2007-02-11
[ARM] i.MX serial: fix IRQ allocation
Pavel Pisa
1
-1
/
+2
2007-02-11
[ARM] i.MX serial: fix tx buffer overflows
Sascha Hauer
1
-6
/
+5
2006-12-08
[PATCH] tty: switch to ktermios
Alan Cox
1
-2
/
+2
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-4
/
+4
2006-07-02
[PATCH] irq-flags: serial: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove devfs support from the serial subsystem
Greg Kroah-Hartman
1
-1
/
+0
2006-05-04
[ARM] 3490/1: i.MX: move uart resources to board files
Sascha Hauer
1
-24
/
+16
2006-03-20
[SERIAL] kernel console should send CRLF not LFCR
Russell King
1
-17
/
+9
2006-02-05
[SERIAL] uart_port iotype member should use UPIO_*
Russell King
1
-2
/
+2
2006-01-31
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Linus Torvalds
1
-2
/
+2
2006-01-21
[SERIAL] Don't use ASYNC_ constants with the uart_port structure
Russell King
1
-2
/
+2
2006-01-19
[ARM] Convert request_irq+set_irq_type to request_irq with SA_TRIGGER
Russell King
1
-2
/
+2
2006-01-13
[ARM] 3258/1: IMX serial: fix parity
Matt Reimer
1
-1
/
+1
2006-01-10
[PATCH] TTY layer buffering revamp
Alan Cox
1
-3
/
+0
2005-11-21
[SERIAL] imx: Fix missed platform_driver_unregister
Russell King
1
-1
/
+1
2005-11-09
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
1
-16
/
+15
2005-10-30
[DRIVER MODEL] Add missing driver_unregister to IMX serial driver
Russell King
1
-0
/
+1
2005-10-29
Create platform_device.h to contain all the platform device details.
Russell King
1
-1
/
+1
2005-10-28
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
1
-4
/
+4
2005-10-12
[ARM] 2971/1: i.MX uart handle rts irq
Sascha Hauer
1
-6
/
+33
2005-10-10
[ARM] 2957/1: imx UART Error handling
Sascha Hauer
1
-5
/
+4
2005-10-01
[ARM] 2944/1: GCC 4 mx1ads serial driver compile fix
Vincent Sanders
1
-1
/
+1
2005-08-31
[ARM] 2866/1: add i.MX set_mctrl / get_mctrl functions
Sascha Hauer
1
-1
/
+19
2005-08-31
[SERIAL] Clean up and fix tty transmission start/stoping
Russell King
1
-4
/
+4
2005-04-29
[PATCH] ARM: 2654/1: i.MX UART initialization sets and honors UFCR value
Sascha Hauer
1
-8
/
+60
2005-04-16
[PATCH] fix u32 vs. pm_message_t in drivers/
Pavel Machek
1
-1
/
+1
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+909