index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
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.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
atmel_serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-17
tty/serial: at91: add a fallback option to determine uart/usart property
Nicolas Ferre
1
-1
/
+18
2013-10-17
tty/serial: at91: fix uart/usart selection for older products
Nicolas Ferre
1
-7
/
+2
2013-07-31
serial: use dev_get_platdata()
Jingoo Han
1
-5
/
+5
2013-07-29
serial: at91: make UART support dma and pdc transfers
Elen Song
1
-6
/
+42
2013-07-29
serial: at91: distinguish usart and uart
Elen Song
1
-0
/
+37
2013-07-29
serial: at91: support run time switch transfer mode
Elen Song
1
-59
/
+80
2013-07-29
serial: at91: add rx dma support
Elen Song
1
-4
/
+220
2013-07-29
serial: at91: add tx dma support
Elen Song
1
-4
/
+206
2013-07-29
serial: at91: use function pointer to choose pdc or pio
Elen Song
1
-73
/
+130
2013-07-29
serial: at91: correct definition from DMA to PDC
Elen Song
1
-35
/
+36
2013-07-26
serial: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-07-24
drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe
Wolfram Sang
1
-8
/
+0
2013-06-24
tty: atmel_serial: prepare clk before calling enable
Boris BREZILLON
1
-10
/
+31
2013-03-15
tty: atmel_serial_probe(): index of atmel_ports[] fix
Pawel Wieczorkiewicz
1
-6
/
+5
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-3
/
+2
2013-01-15
TTY: switch tty_insert_flip_string
Jiri Slaby
1
-2
/
+4
2012-12-12
Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-2
/
+1
2012-12-12
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-18
/
+0
2012-12-11
Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-5
/
+5
2012-11-21
tty: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-21
tty: remove use of __devinit
Bill Pemberton
1
-3
/
+3
2012-11-21
tty: serial: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-11-16
ARM/AVR32: get rid of serial_at91.h
Russell King
1
-18
/
+0
2012-11-06
arm: at91: move platfarm_data to include/linux/platform_data/atmel.h
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2012-10-13
tty: atmel_serial: add pinctrl support
Jean-Christophe PLAGNIOL-VILLARD
1
-0
/
+8
2012-04-09
tty/serial: atmel_serial: fix RS485 half-duplex problem
Siftar, Gabe
1
-0
/
+4
2012-02-23
Atmel: move console default platform_device to serial driver
Jean-Christophe PLAGNIOL-VILLARD
1
-0
/
+2
2012-01-04
atmel_serial: fix spinlock lockup in RS485 code
Claudio Scordino
1
-2
/
+3
2011-11-26
Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.c
Greg Kroah-Hartman
1
-13
/
+3
2011-11-15
TTY: serial, cleanup atmel_set_ldisc
Jiri Slaby
1
-6
/
+1
2011-11-15
RS485: fix inconsistencies in the meaning of some variables
Claudio Scordino
1
-13
/
+3
2011-10-27
Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...
Linus Torvalds
1
-1
/
+1
2011-10-26
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-17
/
+111
2011-10-19
tty/serial: atmel_serial: bootconsole removed from auto-enumerates
Nicolas Ferre
1
-1
/
+0
2011-10-18
tty/serial: atmel_serial: add device tree support
Nicolas Ferre
1
-8
/
+71
2011-10-18
tty/serial: atmel_serial: auto-enumerate ports
Nicolas Ferre
1
-8
/
+36
2011-10-18
tty/serial: atmel_serial: whitespace and braces modifications
Nicolas Ferre
1
-4
/
+5
2011-10-18
tty/serial: atmel_serial: change platform_data variable name
Nicolas Ferre
1
-7
/
+7
2011-08-24
atmel_serial: RS485: receiving enabled when sending data
Bernhard Roth
1
-3
/
+6
2011-08-22
atmel_serial: fix atmel_default_console_device
Voss, Nikolaus
1
-3
/
+5
2011-08-08
ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
1
-1
/
+1
2011-06-25
atmel_serial: fix internal port num
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+2
2011-05-25
atmel_serial: keep the platform_device unchanged
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2011-04-19
tty: remove invalid location line in file header
Jovi Zhang
1
-2
/
+0
2011-02-17
atmel_serial: enable PPS support
Viktar Palstsiuk
1
-0
/
+16
2011-01-20
Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1813
2011-01-13
tty: move drivers/serial/ to drivers/tty/serial/
Greg Kroah-Hartman
1
-0
/
+1808