Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
fa251f89903d73989e2f63e13d0eaed1e07ce0da
/
drivers
/
serial
c044391
drivers/serial/mrst_max3110.c needs linux/irq.h
by Andrew Morton
· 14 years ago
63d66ca
drivers/serial/mfd.c needs slab.h
by Andrew Morton
· 14 years ago
e3671ac
serial: mfd: fix bug in serial_hsu_remove()
by Feng Tang
· 14 years ago
476f771
serial: amba-pl010: fix set_ldisc
by Mika Westerberg
· 14 years ago
bd12e5c
Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 14 years ago
c494bc6
pcmcia serial_cs.c: fix multifunction card handling
by Dominik Brodowski
· 14 years ago
6142811
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
05f25ab
powerpc/5200: mpc52xx_uart.c: Add of_node_put to avoid memory leak
by Julia Lawall
· 14 years ago
3367469
serial: bfin_sport_uart: restore transmit frame sync fix
by Sonic Zhang
· 14 years ago
2637d13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 14 years ago
5d56356
68328serial: check return value of copy_*_user() instead of access_ok()
by Kulikov Vasiliy
· 14 years ago
07cda51
serial: print early console device address in hex
by Luck, Tony
· 14 years ago
f335397
Input: sysrq - drop tty argument form handle_sysrq()
by Dmitry Torokhov
· 14 years ago
86ea51d
Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
f1ca09b
of: Fix missing includes
by Grant Likely
· 14 years ago
300a103
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 14 years ago
0a49289
sparc: Really fix "console=" for serial consoles.
by David S. Miller
· 14 years ago
58d4ea6
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
636d174
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 14 years ago
0b019a4
Merge branches 'master' and 'devel' into for-linus
by Russell King
· 14 years ago
235dae5
U6715 16550A serial driver support
by Philippe Langlais
· 14 years ago
e38018b
serial: max3107: Fix gpiolib support
by Alan Cox
· 14 years ago
3c4108c
hsu: call PCI pm hooks in suspend/resume function
by Feng Tang
· 14 years ago
06c77e2
hsu: some code cleanup
by Feng Tang
· 14 years ago
669b7a0
hsu: add a periodic timer to check dma rx channel
by Feng Tang
· 14 years ago
d843fc6
hsu: driver for Medfield High Speed UART device
by Feng Tang
· 14 years ago
e847003
serial: add support for OX16PCI958 card
by Lytochkin Boris
· 14 years ago
f5e92c3
serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS)
by Christoph Egger
· 14 years ago
b1a6f24
timbuart: use __devinit and __devexit macros for probe and remove
by Richard Röjfors
· 14 years ago
1917ac7
serial: MMIO32 support for 8250_early.c
by Samium Gromoff
· 14 years ago
0ac8382
serial: mcf: don't take spinlocks in already protected functions
by Yury Georgievskiy
· 14 years ago
1b63318
serial: general fixes in the serial_rs485 structure
by Claudio Scordino
· 14 years ago
e8dd475
serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixes
by Andrew Morton
· 14 years ago
078dee2
serial: crisv10: formatting of pointers in printk()
by Kulikov Vasiliy
· 14 years ago
61fd152
serial: max3107: Abstract out the platform specific bits
by Alan Cox
· 14 years ago
44318fe
serial: max3107: introduce a max3107 driver
by jianwei.yang
· 14 years ago
a0821df
8250: fix set_ldisc operation
by Arnd Bergmann
· 14 years ago
e142a31
tty: release BTM while sleeping in block_til_ready
by Arnd Bergmann
· 14 years ago
2036521
tty: untangle locking of wait_until_sent
by Arnd Bergmann
· 14 years ago
be1bc28
tty: introduce wait_event_interruptible_tty
by Arnd Bergmann
· 14 years ago
ec79d60
tty: replace BKL with a new tty_lock
by Arnd Bergmann
· 14 years ago
3f582b8
serial: fix termios settings in open
by Arnd Bergmann
· 14 years ago
74c2107
serial: Use block_til_ready helper
by Alan Cox
· 14 years ago
24fcc7c
serial: trim locking on the helpers
by Alan Cox
· 14 years ago
de0c8cb
serial: add port helpers
by Alan Cox
· 14 years ago
61cd8a2
serial: Change the wait for carrier locking
by Alan Cox
· 14 years ago
d87d9b7
tty: serial - fix tty referencing in set_ldisc
by Alan Cox
· 14 years ago
eab4f5a
tty: serial - fix tty back references in termios
by Alan Cox
· 14 years ago
1922513
tty: serial - fix various misuses/mishandlings of port->tty
by Alan Cox
· 14 years ago
d6e679b
serial: fix wakup races in the mrst_max3110 driver
by Arjan van de Ven
· 14 years ago
68c16b4
serial: replace open coded mutex with a real mutex in mrst_max3110.c
by Arjan van de Ven
· 14 years ago
99dd3f6
max3110 sanity check a register
by jianwei.yang
· 14 years ago
2251099
mrst_max3110: add UART driver for Max3110 on Moorestown
by Feng Tang
· 14 years ago
7a56aa4
serial: add UART_CAP_EFR and UART_CAP_SLEEP flags to 16C950 UARTs definition
by Yegor Yefremov
· 14 years ago
690b781
serial: There's no config CONSOLE
by Christoph Egger
· 14 years ago
7fbd15f
Merge branch 'rs485fix' of git://www.jni.nu/cris
by Linus Torvalds
· 14 years ago
2192482
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into devel-stable
by Russell King
· 14 years ago
f1d23ed
CRIS: ioctl for getting RS485 information
by Claudio Scordino
· 14 years ago
1685e63
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 14 years ago
500b9fc
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into devel-stable
by Russell King
· 14 years ago
2dc1158
of/device: Replace struct of_device with struct platform_device
by Grant Likely
· 14 years ago
9779714
Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb
by Linus Torvalds
· 14 years ago
03c0c29
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
cdd854b
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 14 years ago
c3d1f17
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 14 years ago
408a4be
kgdboc: Add call backs to allow kernel mode switching
by Jason Wessel
· 14 years ago
12bf3f2
SERIAL: 8250: Remove SERIAL_8250_AU1X00
by Manuel Lauss
· 14 years ago
42a4f17
MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMY
by Manuel Lauss
· 14 years ago
acfdc56
ARM: S5PV310: Add serial port support
by Jongpill Lee
· 14 years ago
8b526ae
ARM: SAMSUNG: serial: Add FRACVAL support for newer UART
by Jongpill Lee
· 14 years ago
d790d4d
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
701ec7a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Paul Mundt
· 14 years ago
90abdc3
pcmcia: do not use io_req_t when calling pcmcia_request_io()
by Dominik Brodowski
· 14 years ago
9a017a9
pcmcia: do not use io_req_t after call to pcmcia_request_io()
by Dominik Brodowski
· 14 years ago
1d5cc19
pcmcia: use pcmica_{read,write}_config_byte
by Dominik Brodowski
· 14 years ago
22ae782
of/address: Clean up function declarations
by Grant Likely
· 14 years ago
ceb0885
Merge branch 'misc' into devel
by Russell King
· 14 years ago
ac8b422
pcmcia: remove cs_types.h
by Dominik Brodowski
· 14 years ago
2c39c9e
ARM: Fix section build warnings for AMBA drivers
by Russell King
· 14 years ago
ac3e3fb
ARM: 6158/2: PL011 baudrate extension for ST-Ericssons derivative
by Linus Walleij
· 14 years ago
ec489aa
ARM: 6157/2: PL011 TX/RX split of LCR for ST-Ericssons derivative
by Linus Walleij
· 14 years ago
f7512e7
serial: fix rs485 for atmel_serial on avr32
by Peter Huewe
· 14 years ago
0d1f22e
powerpc/5200: improve uart baud rate calculation (reach high baud rates, better accuracy)
by Albrecht Dreß
· 15 years ago
1ab1d63
of/platform: remove all of_bus_type and of_platform_bus_type references
by Grant Likely
· 14 years ago
4e4f62b
Merge commit 'v2.6.35-rc6' into devicetree/next
by Grant Likely
· 14 years ago
95977d0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 14 years ago
b770ffd
comment typo fixes: charater => character
by Thomas Weber
· 14 years ago
a7ce2e0
fix comnment/printk typos concerning "empty"
by Uwe Kleine-König
· 14 years ago
285eba5
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Paul Mundt
· 14 years ago
8cd774ad
serial: cpm_uart: implement the cpm_uart_early_write() function for console poll
by Dongdong Deng
· 14 years ago
1636f8a
sparc/of: Move of_device fields into struct pdev_archdata
by Grant Likely
· 14 years ago
31cafd9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
c67dda1
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 14 years ago
8b1d920
pcnet_cs: add new id (TOSHIBA Modem/LAN Card)
by Ken Kawasaki
· 14 years ago
f1bbbb6
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
421f91d
fix typos concerning "initiali[zs]e"
by Uwe Kleine-König
· 14 years ago
66169ad
serial: add support for various Titan PCI cards
by Yegor Yefremov
· 14 years ago
c1bfffa
serial: altera_uart: Proper section for altera_uart_remove
by Tobias Klauser
· 14 years ago
fadf34f
altera_uart: Simplify altera_uart_console_putc
by Tobias Klauser
· 14 years ago
d8d721f
altera_uart: Don't take spinlock in already protected functions
by Tobias Klauser
· 14 years ago
Next »