aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-01-121-2/+2
|\
| * ARM: 5874/1: serial21285: fix disable_irq-from-interrupt-handler deadlockSimon Kagstrom2010-01-111-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-121-1/+14
|\ \ | |/ |/|
| * pcnet_cs: add cis of KTI PE520 pcmcia network cardKen Kawasaki2010-01-061-1/+14
* | serial: sh-sci: Convert tremaining ctrl_xxx I/O routines to __raw_xxx.Paul Mundt2009-12-242-61/+61
* | serial: sh-sci: earlyprintk zero uartclk fixMagnus Damm2009-12-241-3/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-12-161-9/+45
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-12-158-54/+94
| |\ \ | | |/
| * | sh-sci: Extend sh-sci driver with early console V2Magnus Damm2009-12-151-9/+45
* | | ioc3/ioc4: fix error path on driver registrationJean Delvare2009-12-151-3/+13
* | | ioc3/ioc4: various section fixesJean Delvare2009-12-152-4/+4
* | | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-152-2/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-12-117-51/+89
|\ \
| * | Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXENIan Jackson2009-12-111-5/+3
| * | Serial: pxa: work around Errata #75Uwe Kleine-König2009-12-111-2/+11
| * | serial, 8250: calculate irqflags bitmask before loopAndré Goddard Rosa2009-12-111-6/+10
| * | serial: cascade needless conditionalsAndré Goddard Rosa2009-12-111-7/+5
| * | serial: fix NULL pointer dereferenceAndré Goddard Rosa2009-12-111-10/+11
| * | jsm: adding EEH handlersBreno Leitao2009-12-112-1/+47
| * | jsm: removing the field jsm_board->intr_countBreno Leitão2009-12-112-3/+0
| * | jsm: Removing unused jsm_channel->ch_wopen fieldBreno Leitão2009-12-111-2/+0
| * | jsm: Remove ch_cpstime fieldBreno Leitão2009-12-111-2/+0
| * | jsm: removing ch_old_baud fieldBreno Leitão2009-12-113-6/+0
| * | jsm: remove the ch_custom_speed fieldBreno Leitão2009-12-112-5/+0
| * | jsm: Rewriting a bad log messageBreno Leitão2009-12-111-1/+1
| * | jsm: IRQ handlers doesn't need to have IRQ_DISABLED enabledBreno Leitão2009-12-111-1/+1
| |/
* | firmware_class: make request_firmware_nowait more usefulJohannes Berg2009-12-111-3/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-093-4/+4
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-073-4/+4
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-043-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2009-12-091-1/+1
|\ \ \
| * | | m68knommu: move mcf_remove to .devexit.textUwe Kleine-König2009-12-041-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-12-093-57/+6
|\ \ \ \
| * | | | serial: sh-sci: Fix too early port disabling.Guennadi Liakhovetski2009-12-041-2/+2
| * | | | serial: sh-sci: Depend on HAVE_CLK unconditionally.Paul Mundt2009-11-253-54/+3
| * | | | serial: sh-sci: don't use __devexit_p to wrap sci_removeUwe Kleine-König2009-11-251-1/+1
* | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-12-086-6/+6
|\ \ \ \ \
| * \ \ \ \ Merge branch 'sa1100' into develRussell King2009-12-063-104/+44
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'devel-stable' into develRussell King2009-12-056-6/+6
| |\ \ \ \ \
| | * | | | | ARM: S3C: Update Simtec copyright statements from , to - [2]Ben Dooks2009-12-016-6/+6
| | | |/ / / | | |/| | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2009-12-084-0/+788
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | apbuart: Use of_find_node_by_path to find root node.Kristoffer Glembo2009-11-131-1/+1
| * | | | | apbuart: Fix build and missing driver unregister.David S. Miller2009-11-061-3/+3
| * | | | | apbuart: Kill dependency on deprecated Sparc-only PROM interfaces.David S. Miller2009-11-041-6/+6
| * | | | | apbuart: Fix build warning.David S. Miller2009-11-041-2/+2
| * | | | | sparc: Support for GRLIB APBUART serial portKristoffer Glembo2009-11-044-0/+788
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-051-102/+41
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | pcmcia: rework the irq_req_t typedefDominik Brodowski2009-11-281-1/+0
| * | | | | pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski2009-11-281-1/+1
| * | | | | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (serial_cs)Dominik Brodowski2009-11-091-36/+17