Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
93f3350c46fa5dfcc9650eb19b186e71ffc924c3
/
drivers
/
tty
/
serial
/
atmel_serial.c
93f3350
RS485: fix inconsistencies in the meaning of some variables
by Claudio Scordino
· 13 years ago
ca90666
Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
by Linus Torvalds
· 13 years ago
efb8d21
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 13 years ago
32cffe5
tty/serial: atmel_serial: bootconsole removed from auto-enumerates
by Nicolas Ferre
· 13 years ago
5fbe46b
tty/serial: atmel_serial: add device tree support
by Nicolas Ferre
· 13 years ago
4cbf9f4
tty/serial: atmel_serial: auto-enumerate ports
by Nicolas Ferre
· 13 years ago
588edbf
tty/serial: atmel_serial: whitespace and braces modifications
by Nicolas Ferre
· 13 years ago
1acfc7e
tty/serial: atmel_serial: change platform_data variable name
by Nicolas Ferre
· 13 years ago
83cac9f
atmel_serial: RS485: receiving enabled when sending data
by Bernhard Roth
· 13 years ago
0d0a3cc
atmel_serial: fix atmel_default_console_device
by Voss, Nikolaus
· 13 years ago
60e8972
ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.h
by Russell King
· 13 years ago
deba1a0
atmel_serial: fix internal port num
by Jean-Christophe PLAGNIOL-VILLARD
· 13 years ago
2b348e2
atmel_serial: keep the platform_device unchanged
by Jean-Christophe PLAGNIOL-VILLARD
· 14 years ago
99edb3d
tty: remove invalid location line in file header
by Jovi Zhang
· 14 years ago
42bd7a4
atmel_serial: enable PPS support
by Viktar Palstsiuk
· 14 years ago
fc887b1
Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
ab4382d
tty: move drivers/serial/ to drivers/tty/serial/
by Greg Kroah-Hartman
· 14 years ago
[Renamed from drivers/serial/atmel_serial.c]
1b63318
serial: general fixes in the serial_rs485 structure
by Claudio Scordino
· 14 years ago
f7512e7
serial: fix rs485 for atmel_serial on avr32
by Peter Huewe
· 14 years ago
e8faff7
ARM: 6092/1: atmel_serial: support for RS485 communications
by Claudio Scordino
· 15 years ago
8fe2d54
serial: atmel_serial: add poll_get_char and poll_put_char uart_ops
by Albin Tonnerre
· 15 years ago
9d09daf
atmel_serial: fix bad BUILD_BUG_ON() usage
by Haavard Skinnemoen
· 15 years ago
bdc04e3
serial: move delta_msr_wait into the tty_port
by Alan Cox
· 15 years ago
ebd2c8f
serial: kill off uart_info
by Alan Cox
· 15 years ago
8da14b5
drivers/serial/atmel_serial.c: fix compile when CONFIG_SERIAL_ATMEL=Y and CONFIG_SERIAL_ATMEL_CONSOLE=N
by Albin Tonnerre
· 15 years ago
0ccad87
atmel_serial: fix hang in set_termios when crtscts is enabled
by Haavard Skinnemoen
· 15 years ago
8e706c4
avr32: add hardware handshake support to atmel_serial
by Peter Ma
· 16 years ago
27c0c8e
atmel_serial might lose modem status change
by Atsushi Nemoto
· 16 years ago
1f14081
atmel_serial: fix flow control bug
by Itai Levi
· 16 years ago
06a7f05
atmel_serial: keep clock off when it's not needed
by David Brownell
· 16 years ago
f05596d
atmel_serial: update the powersave handler to match serial core
by Anti Sullin
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
b1d1619
atmel_serial: Fix tty_port breakage
by Haavard Skinnemoen
· 16 years ago
9afd561
Subject: [PATCH 2/2] atmel_serial: Implement flush_buffer() hook
by Haavard Skinnemoen
· 16 years ago
e1c609e
atmel_serial: Drain console TX shifter before suspending
by Haavard Skinnemoen
· 17 years ago
f826caa
atmel_serial: Fix build on avr32 with CONFIG_PM enabled
by Haavard Skinnemoen
· 17 years ago
9c81c5c
atmel_serial: filter out FP during baud rate detection
by Haavard Skinnemoen
· 16 years ago
6e10efe
atmel_serial: remove duplicated macro definition
by Michael Trimarchi
· 17 years ago
e169c13
serial: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
39d4c92
atmel_serial: fix uart/console concurrent access
by Marc Pignat
· 17 years ago
ba0657f
atmel_serial: avoid stopping pdc during transmission
by Michael Trimarchi
· 17 years ago
0400b69
atmel_serial: fix interrupt handler return value
by Haavard Skinnemoen
· 17 years ago
ae16106
atmel_serial: show tty name in /proc/interrupts
by Haavard Skinnemoen
· 17 years ago
c811ab8
atmel_serial: use container_of instead of direct cast
by Haavard Skinnemoen
· 17 years ago
6433471
atmel_serial: fix broken RX buffer allocation
by Haavard Skinnemoen
· 17 years ago
a667061
atmel_serial: add DMA support
by Chip Coldwell
· 17 years ago
1ecc26b
atmel_serial: split the interrupt handler
by Remy Bohmer
· 17 years ago
dfa7f34
atmel_serial: fix bugs in probe() error path and remove()
by Haavard Skinnemoen
· 17 years ago
1c0fd82
atmel_serial: use existing console options only if BRG is running
by Haavard Skinnemoen
· 17 years ago
829dd81
atmel_serial: use cpu_relax() when busy-waiting
by Haavard Skinnemoen
· 17 years ago
b843aa2
atmel_serial: clean up the code
by Remy Bohmer
· 17 years ago
fa3218d
[ARM] 4660/3: at91: allow selecting UART for early kernel messages
by Guennadi Liakhovetski
· 17 years ago
19cd753
atmel_serial build warnings begone
by David Brownell
· 17 years ago
9e6077b
atmel_serial: fix break handling
by Haavard Skinnemoen
· 17 years ago
03abeac
[ARM] 4357/1: AT91: Support slower serial baud-rates
by Andrew Victor
· 18 years ago
59b8175c
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 18 years ago
544fc72
[PATCH] atmel_serial: Use __raw I/O register access
by Haavard Skinnemoen
· 18 years ago
93a3ddc
[ARM] 4151/1: AT91 / AVR32: Move at91_pdc.h to linux/atmel_pdc.h
by Andrew Victor
· 18 years ago
9b93816
[ARM] 4088/1: AT91: Unbalanced IRQ in serial driver suspend/resume
by Andrew Victor
· 18 years ago
a14d527
[ARM] 4086/1: AT91: Whitespace cleanup
by Andrew Victor
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
c2f5ccf
[ARM] 3973/1: AT91: Serial driver compile fix
by Andrew Victor
· 18 years ago
55d8bae
[ARM] 3954/1: AT91: Update drivers for new headers
by Andrew Victor
· 18 years ago
79da7a6
[ARM] 3947/1: AT91: cpu_is_XXX macro's
by Andrew Victor
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
4d5e392
[PATCH] atmel_serial: Fix roundoff error in atmel_console_get_options
by Haavard Skinnemoen
· 18 years ago
acca9b8
[PATCH] atmel_serial: Support AVR32
by Haavard Skinnemoen
· 18 years ago
75d3521
[PATCH] atmel_serial: Pass fixed register mappings through platform_data
by Haavard Skinnemoen
· 18 years ago
71f2e2b
[PATCH] atmel_serial: Rename at91_register_uart_fns
by Haavard Skinnemoen
· 18 years ago
9ab4f88
[PATCH] serial: Rename PORT_AT91 -> PORT_ATMEL
by Haavard Skinnemoen
· 18 years ago
7192f92
[PATCH] at91_serial -> atmel_serial: Internal names
by Haavard Skinnemoen
· 18 years ago
73e2798
[PATCH] at91_serial -> atmel_serial: Public definitions
by Haavard Skinnemoen
· 18 years ago
1e8ea80
[PATCH] at91_serial -> atmel_serial: Platform device name
by Haavard Skinnemoen
· 18 years ago
749c4e6
[PATCH] at91_serial -> atmel_serial: Kconfig symbols
by Haavard Skinnemoen
· 18 years ago
b6156b4
[PATCH] at91_serial -> atmel_serial: at91_serial.c
by Haavard Skinnemoen
· 18 years ago
[Renamed from drivers/serial/at91_serial.c]
5b34821
[PATCH] at91_serial -> atmel_serial: at91rm9200_usart.h
by Haavard Skinnemoen
· 18 years ago
7272991
[ARM] 3865/1: AT91RM9200 header updates
by Andrew Victor
· 18 years ago
20e6527
[ARM] 3710/1: AT91 Serial: Use GPIO API
by Andrew Victor
· 18 years ago
40663cc
[PATCH] irq-flags: serial: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
aa4148c
[PATCH] devfs: Remove devfs support from the serial subsystem
by Greg Kroah-Hartman
· 19 years ago
afefc41
[ARM] 3592/1: AT91RM9200 Serial driver update
by Andrew Victor
· 18 years ago
d358788
[SERIAL] kernel console should send CRLF not LFCR
by Russell King
· 19 years ago
1230b40
[ARM] 3268/1: AT91RM9200 serial update for 2.6.15-git12
by Andrew Victor
· 19 years ago
1e6c9c2
[ARM] 3242/2: AT91RM9200 support for 2.6 (Serial)
by Andrew Victor
· 19 years ago