aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial_core.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-2578/+0
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+8
2010-12-16Serial: Avoid unbalanced IRQ wake disable during resumeGovindraj.R1-2/+6
2010-12-108250: add a UPIO_DWAPB32 for 32 bit accessesJamie Iles1-0/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-22tty: Make tiocgicount a handlerAlan Cox1-19/+16
2010-10-22serial-core: restore termios settings when resume console portsJason Wang1-0/+12
2010-10-22serial-core: skip call set_termios/console_start when no_console_suspendJason Wang1-1/+1
2010-08-10tty: untangle locking of wait_until_sentArnd Bergmann1-9/+22
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann1-5/+5
2010-08-10serial: fix termios settings in openArnd Bergmann1-10/+9
2010-08-10serial: Use block_til_ready helperAlan Cox1-86/+1
2010-08-10serial: trim locking on the helpersAlan Cox1-4/+1
2010-08-10serial: add port helpersAlan Cox1-14/+37
2010-08-10serial: Change the wait for carrier lockingAlan Cox1-9/+35
2010-08-10tty: serial - fix tty referencing in set_ldiscAlan Cox1-1/+1
2010-08-10tty: serial - fix various misuses/mishandlings of port->ttyAlan Cox1-49/+60
2010-01-20serial: Fix crash if the minimum rate of the device is > 9600 baudAlan Cox1-5/+12
2010-01-20serial-core: resume serial hardware with no_console_suspendStanislav Brabec1-55/+33
2009-12-11serial: cascade needless conditionalsAndré Goddard Rosa1-7/+5
2009-12-11serial: fix NULL pointer dereferenceAndré Goddard Rosa1-10/+11
2009-10-12tty, serial: Fix race and NULL check in uart_close()Linus Torvalds1-2/+5
2009-09-23serial core: fix new kernel-doc warningsRandy Dunlap1-2/+2
2009-09-19Set proper console speed on resume if console suspend is disabledDeepak Saxena1-14/+18
2009-09-19serial: introduce tty krefsAlan Cox1-3/+3
2009-09-19serial: kill USF_CLOSING_* definitionsAlan Cox1-3/+3
2009-09-19serial: move port users helperAlan Cox1-4/+2
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox1-7/+11
2009-09-19serial: replace the state mutex with the tty port mutexAlan Cox1-108/+119
2009-09-19serial: move the flags into the tty_port fieldAlan Cox1-76/+77
2009-09-19serial: move count into the tty_port versionAlan Cox1-18/+20
2009-09-19serial: use tty_port pointers in the core codeAlan Cox1-142/+146
2009-09-19serial: Fold closing_* fields into the tty_port onesAlan Cox1-13/+13
2009-09-19serial: kill off uart_infoAlan Cox1-146/+140
2009-04-01serial: fixup /proc/tty/driver/serial after proc_fops conversionAlexey Dobriyan1-1/+1
2009-04-01proc tty: switch serial_core to ->proc_fopsAlexey Dobriyan1-40/+36
2009-01-06serial: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2009-01-02Serial: Allow port type to be specified when calling serial8250_register_port.David Daney1-2/+5
2009-01-02fix for tty-serial-move-portAlexander Beregalov1-3/+1
2009-01-02tty: We want the port object to be persistentAlan Cox1-83/+61
2008-10-16drivers/serial: use nr_irqsYinghai Lu1-1/+1
2008-10-13serial: fix device name reporting when minor space is shared between driversDavid S. Miller1-2/+5
2008-10-13serial-make-uart_ports-ioport-unsigned-long-fixAndrew Morton1-3/+2
2008-07-22tty: rework break handlingAlan Cox1-1/+2
2008-07-20serial: use tty_portAlan Cox1-38/+42
2008-07-20Subject: [PATCH 1/2] serial: Add flush_buffer() operation to uart_opsHaavard Skinnemoen1-0/+2
2008-07-04serial: fix serial_match_port() for dynamic major tty-device numbersGuennadi Liakhovetski1-1/+3
2008-06-04Fix uart_set_ldisc() function typeLinus Torvalds1-1/+1
2008-06-03serial_core: uart_set_ldisc infrastructureAlan Cox1-0/+10
2008-05-24serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.cArjan van de Ven1-1/+4
2008-05-08serial: access after NULL check in uart_flush_buffer()Tetsuo Handa1-1/+2
2008-04-30tty: The big operations reworkAlan Cox1-12/+26
2008-04-30serial: switch the serial core to int put_char methodsAlan Cox1-4/+8
2008-04-30serial_core: Prepare for BKL push downAlan Cox1-7/+9
2008-04-28uart_get_baud_rate: stop mangling termiosAlan Cox1-4/+11
2008-04-19PM: Fix misuse of wakeup flag accessors in serial coreAlan Stern1-1/+1
2008-04-17kgdb: Kconfig fixAndrew Morton1-1/+1
2008-04-17consoles: polling support, kgdbocJason Wessel1-3/+69
2008-02-08fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng1-2/+2
2008-02-08serial_core: bring mostly into line with coding styleAlan Cox1-27/+28
2008-02-05serial: speed setup failure reportingAlan Cox1-2/+3
2008-02-05serial: avoid stalling suspend if serial port won't drainRussell King1-1/+7
2008-02-05serial: avoid waking up closed serial ports on resumeRussell King1-2/+2
2008-02-05serial: keep the DTR setting for serial console.Yinghai Lu1-1/+2
2007-10-25serial: stop passing NULL to functions that expect dataAlan Cox1-1/+2
2007-10-18serial: turn serial console suspend a boot rather than compile time optionAndres Salomon1-6/+4
2007-10-16wake up from a serial portGuennadi Liakhovetski1-1/+39
2007-10-15[SERIAL] Fix console initialisation orderingRussell King1-9/+9
2007-08-22serial: don't optimise away baud rate changes when BOTHER is usedDavid Woodhouse1-2/+5
2007-07-24Use resource_size_t for serial port IO addressesJosh Boyer1-4/+5
2007-07-16serial: assert DTR for serial console devicesYinghai Lu1-0/+6
2007-05-07Serial: serial_core, use pr_debugJiri Slaby1-12/+5
2007-05-07serial: define FIXED_PORT flag for serial_coreDavid Gibson1-9/+13
2007-05-07serial driver PMC MSP71xxMarc St-Jean1-0/+2
2007-02-14[PATCH] serial: replace kmalloc+memset with kzallocBurman Yan1-5/+2
2007-02-14[PATCH] serial: make sure UART is powered up when dumping MCTRL statusGeorge G. Davis1-0/+11
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-10/+11
2006-10-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-6/+12
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-10-01[SERIAL] Fix oops when removing suspended serial portRussell King1-2/+7
2006-10-01[SERIAL] returning proper error from serial core driverRam Gupta1-0/+1
2006-10-01[SERIAL] Make uart_line_info() correctly tell MMIO from I/O portSergei Shtylyov1-4/+4
2006-09-26[PATCH] suspend: make it possible to disable serial console suspendRafael J. Wysocki1-0/+14
2006-08-30[SERIAL] Make uart_match_port() work with all memory mapped UARTsSergei Shtylyov1-0/+3
2006-07-09[SERIAL] 8250: add tsi108 serial supportZang Roy-r619111-0/+1
2006-07-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-2/+4
2006-07-03[PATCH] lockdep: annotate serialIngo Molnar1-1/+10
2006-07-02[SERIAL] Convert fifosize to an unsigned intRussell King1-2/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman1-1/+1
2006-06-26[PATCH] devfs: Remove devfs support from the serial subsystemGreg Kroah-Hartman1-2/+1
2006-05-16[ARM] 3523/1: Serial core pm_stateAndrew Victor1-3/+6
2006-04-30[SERIAL] Clean up serial locking when obtaining a reference to a portRussell King1-54/+60
2006-03-20[SERIAL] kernel console should send CRLF not LFCRRussell King1-0/+21
2006-03-08[PATCH] serial core: work around sub-driver bugsPavel Machek1-3/+29
2006-02-02[SERIAL] initialize spinlock for port failed to setup consoleAtsushi Nemoto1-1/+1
2006-01-21[SERIAL] Make uart_port flags a bitwise typeRussell King1-5/+7
2006-01-21[SERIAL] Make port->ops constantRussell King1-2/+2
2006-01-13[SERIAL] convert uart_state.sem to uart_state.mutexIngo Molnar1-30/+30
2006-01-12[SERIAL] turn serial semaphores into mutexesArjan van de Ven1-7/+8
2006-01-07[SERIAL] Fix clocal wakeup problemRussell King1-0/+1
2006-01-04[SERIAL] Fix matching of MMIO portsBenjamin Herrenschmidt1-1/+1
2005-11-28[SERIAL] mark several serial tables constArjan van de Ven1-1/+1
2005-11-13[SERIAL] Fix Bug 4900: S3 resume oops with irattach - Thinkpad A21mRussell King1-35/+49
2005-11-06[SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver.Pantelis Antoniou1-0/+1
2005-10-31[SERIAL] Arrange better identification of portsRussell King1-1/+3
2005-10-30[SERIAL] remove unneeded code from serial_core.cJayachandran C1-2/+1
2005-09-03[SERIAL] Prefix serial printks with KERN_INFO and pre-formatRussell King1-6/+14
2005-08-31[ARM] 2866/1: add i.MX set_mctrl / get_mctrl functionsSascha Hauer1-132/+0
2005-08-31[SERIAL] Clean up and fix tty transmission start/stopingRussell King1-6/+6
2005-07-03[PATCH] Serial: Fix console port spinlock initialisationRussell King1-1/+13
2005-06-29[PATCH] Serial: Check status of CTS when using flow controlRussell King1-0/+17
2005-06-29[PATCH] Serial: Adjust serial lockingRussell King1-1/+10
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2395