summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* serial: sc16is7xx: Correct initialization of s->clkJon Ringle2014-07-271-5/+4Star
* serial: 8250_dw: Add support for deferred probingChen-Yu Tsai2014-07-271-7/+34
* serial: 8250_dw: Add optional reset control supportChen-Yu Tsai2014-07-272-0/+10
* serial: st-asc: Fix overflow in baudrate calculationMaxime COQUELIN2014-07-271-5/+5
* serial: st-asc: Don't call BUG in asc_console_setup()Maxime COQUELIN2014-07-271-1/+2
* tty: serial: msm: Make of_device_id array constKiran Padwal2014-07-241-1/+1
* tty/n_gsm.c: get gsm->num after gsm_activate_muxxinhui.pan2014-07-241-2/+2
* serial/core: Fix too big allocation for attribute memberYoshihiro YUNOMAE2014-07-241-1/+1
* drivers/tty/serial: use correct type for dma_map/unmapWolfram Sang2014-07-231-4/+4
* serial: altera_jtaguart: Fix putchar function passed to uart_console_write()Tobias Klauser2014-07-231-4/+2Star
* serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffersYoshihiro YUNOMAE2014-07-185-15/+183
* Serial: allow port drivers to have a default attribute groupGreg Kroah-Hartman2014-07-182-7/+19
* tty: kgdb_nmi: Automatically manage tty enableDaniel Thompson2014-07-181-21/+15Star
* serial: altera_jtaguart: Adpot uart_console_write()Tobias Klauser2014-07-181-7/+5Star
* serial: samsung: improve code clarity by defining a variableNaveen Krishna Chatradhi2014-07-181-4/+5
* serial: samsung: correct the case and default order in switchNaveen Krishna Chatradhi2014-07-181-1/+1
* serial: samsung: get fifosize via device treeNaveen Krishna Chatradhi2014-07-182-3/+13
* serial: 8250: introduce up_to_u8250p() helperAndy Shevchenko2014-07-185-47/+32Star
* tty: serial: fsl_lpuart: add 32-bit register interface supportJingchang Lu2014-07-181-8/+637
* dt-binding: fsl-lpuart: use exact SoC revision to document bindingJingchang Lu2014-07-181-1/+5
* serial: sh-sci: Add calculation recive margin for HSCIFNobuhiro Iwamatsu2014-07-181-18/+59
* serial: sh-sci: Fix range check of bit-rate for HSCIFNobuhiro Iwamatsu2014-07-181-2/+1Star
* serial: sh-sci: Updated calculation of bit error rate and bit rateNobuhiro Iwamatsu2014-07-181-3/+5
* Merge 3.16-rc5 into tty-next.Greg Kroah-Hartman2014-07-14204-786/+1625
|\
| * Linux 3.16-rc5Linus Torvalds2014-07-131-1/+1
| * Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-07-135-45/+44Star
| |\
| | * ext4: fix potential null pointer dereference in ext4_free_inodeNamjae Jeon2014-07-121-1/+1
| | * ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o2014-07-121-2/+2
| | * ext4: revert commit which was causing fs corruption after journal replaysTheodore Ts'o2014-07-111-27/+24Star
| | * ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2014-07-062-3/+4
| | * ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()Theodore Ts'o2014-07-061-2/+2
| | * ext4: clarify error count warning messagesTheodore Ts'o2014-07-061-3/+4
| | * ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o2014-07-051-7/+7
| * | Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds2014-07-1313-68/+93
| |\ \
| | * | clk: spear3xx: Set proper clock parent of uart1/2Thomas Gleixner2014-07-131-4/+10
| | * | clk: spear3xx: Use proper control register offsetThomas Gleixner2014-07-131-1/+1
| | * | clk: qcom: HDMI source sel is 3 not 2Stephen Boyd2014-07-031-1/+1
| | * | Merge tag 'for_3.16/samsung-clk-fixes' of git://git.kernel.org/pub/scm/linux/...Mike Turquette2014-07-026-48/+71
| | |\ \
| | | * | clk: exynos5420: Remove aclk66_peric from the clock tree descriptionDoug Anderson2014-06-302-31/+55
| | | * | clk/exynos5250: fix bit number for tv sysmmu clockRahul Sharma2014-06-301-1/+1
| | | * | clk: s3c64xx: Hookup SPI clocks correctlyCharles Keepax2014-06-301-2/+4
| | | * | clk: samsung: exynos4: Remove SRC_MASK_ISP gatesTomasz Figa2014-06-301-12/+4Star
| | | * | clk: samsung: add more aliases for s3c24xxVasily Khoruzhick2014-06-301-0/+5
| | | * | clk: samsung: fix several typos to fix boot on s3c2410Vasily Khoruzhick2014-06-301-2/+2
| | * | | Merge branch 'for-v3.16-rc/ti-clk-drv' of github.com:t-kristo/linux-pm into c...Mike Turquette2014-07-022-6/+4Star
| | |\ \ \
| | | * | | clk: ti: set CLK_SET_RATE_NO_REPARENT for ti,mux-clockTomi Valkeinen2014-06-191-1/+1
| | | * | | clk: ti: am43x: Fix boot with CONFIG_SOC_AM33XX disabledRoger Quadros2014-06-191-2/+3
| | | * | | clk: ti: dra7: return error code in failure caseJulia Lawall2014-06-191-4/+2Star
| | | * | | clk: ti: apll: not allocating enough dataDan Carpenter2014-06-191-1/+1
| | * | | | clk: sunxi: fix devm_ioremap_resource error detection codeHimangi Saraogi2014-07-021-1/+1