summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-04-072-89/+86Star
|\
| * serial: sh-sci: use serial_port_in/out vs sci_in/out.Paul Mundt2012-03-302-89/+86Star
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-062-13/+4Star
|\ \
| * | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-062-13/+4Star
* | | serial/sunzilog: fix keyboard on SUN SPARCstationSam Ravnborg2012-04-041-2/+2
| |/ |/|
* | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-03-301-5/+10
|\ \
| * | serial: sh-sci: fix a race of DMA submit_tx on transferYoshii Takashi2012-03-281-5/+10
| |/
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-303-8/+9
|\ \
| * | dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-213-8/+6Star
| * | dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar2012-02-221-0/+3
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2912-7/+6Star
|\ \ \ | |_|/ |/| |
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-287-7/+0Star
| * | Disintegrate asm/system.h for SparcDavid Howells2012-03-284-0/+4
| * | Disintegrate asm/system.h for CRISDavid Howells2012-03-281-0/+1
| * | Disintegrate asm/system.h for ARMDavid Howells2012-03-281-0/+1
* | | Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-281-0/+1
|\ \ \
| * | | ARM: 7342/2: sa1100: prepare for sparse irq conversionRob Herring2012-03-261-0/+1
* | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-282-12/+39
|\ \ \ \
| * \ \ \ Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson2012-03-081-12/+37
| |\ \ \ \
| | * | | | serial: pxa: add OF supportHaojian Zhuang2012-03-071-12/+37
| * | | | | Merge branches 'depends/irqdomain' and 'at91/base2+cleanup' into next/dtArnd Bergmann2012-03-021-0/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Atmel: move console default platform_device to serial driverJean-Christophe PLAGNIOL-VILLARD2012-02-231-0/+2
| | |/ / /
* | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-4/+3Star
|\ \ \ \ \
| * | | | | Merge branch 'lpc32xx/drivers' into next/driversArnd Bergmann2012-02-226-7/+28
| |\| | | |
| * | | | | serial: imx: add clk_prepare/clk_unprepareRichard Zhao2012-02-011-4/+3Star
| | |/ / / | |/| | |
* | | | | Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2012-03-241-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | [IA64] genirq fixup for SGI/SNDimitri Sivanich2012-02-221-0/+1
| |/ / /
* | | | Merge tag 'pinctrl-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-232-16/+10Star
|\ \ \ \
| * | | | pinctrl: API changes to support multiple states per deviceStephen Warren2012-03-051-9/+3Star
| * | | | pinctrl: assume map table entries can't have a NULL name fieldStephen Warren2012-03-021-1/+1
| * | | | serial/sirf: fixup for changes to pin controlLinus Walleij2012-02-222-11/+11
| |/ / /
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-221-1/+1
|\ \ \ \
| * | | | tty: powerpc: remove SERIAL_ICOM dependency on PPC_ISERIESStephen Rothwell2012-03-091-1/+1
| | |/ / | |/| |
* | | | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-03-2034-558/+1449
|\ \ \ \
| * | | | serial: pxa: add clk_prepare/clk_unprepare callsPhilipp Zabel2012-03-151-4/+4
| * | | | serial: PL011: clear pending interruptsLinus Walleij2012-03-141-4/+11
| * | | | serial: bfin-uart: Don't access tty circular buffer in TX DMA interrupt after...Sonic Zhang2012-03-131-3/+5
| * | | | tty: serial: vt8500: fix annotations for probe/removeWolfram Sang2012-03-121-2/+2
| * | | | serial: remove back and forth conversions in serial_out_syncPaul Gortmaker2012-03-091-4/+3Star
| * | | | serial: use serial_port_in/out vs serial_in/out in 8250Paul Gortmaker2012-03-091-80/+80
| * | | | serial: reduce number of indirections in 8250 codePaul Gortmaker2012-03-091-155/+167
| * | | | serial: delete useless void casts in 8250.cPaul Gortmaker2012-03-091-11/+11
| * | | | serial: make 8250's serial_in shareable to other drivers.Paul Gortmaker2012-03-092-5/+10
| * | | | serial: delete last unused traces of pausing I/O in 8250Paul Gortmaker2012-03-091-158/+150Star
| * | | | pch_uart: Add module parameter descriptionsDarren Hart2012-03-091-0/+4
| * | | | pch_uart: Use existing default_baud in setup_consoleDarren Hart2012-03-091-1/+1
| * | | | pch_uart: Add user_uartclk parameterDarren Hart2012-03-091-0/+5
| * | | | pch_uart: Add Fish River Island II uart clock quirksDarren Hart2012-03-091-13/+27
| * | | | pch_uart: Use uartclk instead of base_baudDarren Hart2012-03-091-10/+10
| * | | | mpc5200b/uart: select more tolerant uart prescaler on low baudratesFrank Benkert2012-03-081-2/+3