Merge tag 'v4.4-rockchip-dts32-fixes1' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / drivers / tty / serial / sh-sci.c
2015-11-05 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2015-11-05 Linus TorvaldsMerge branch 'upstream' of git://git.infradead.org...
2015-11-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-11-05 Linus TorvaldsMerge branch 'for-4.4' of git://git./linux/kernel/git...
2015-11-05 Linus TorvaldsMerge branch 'for-4.4' of git://git./linux/kernel/git...
2015-11-05 Linus TorvaldsMerge branch 'for-4.4' of git://git./linux/kernel/git...
2015-11-05 Linus TorvaldsMerge tag 'spi-v4.4' of git://git./linux/kernel/git...
2015-11-05 Linus TorvaldsMerge tag 'regulator-v4.4' of git://git./linux/kernel...
2015-11-05 Linus TorvaldsMerge tag 'clk-for-linus-20151104' of git://git./linux...
2015-11-05 Linus TorvaldsMerge tag 'for-v4.4' of git://git./linux/kernel/git...
2015-11-05 Linus TorvaldsMerge tag 'hsi-for-4.4' of git://git./linux/kernel...
2015-11-05 Linus TorvaldsMerge tag 'media/v4.4-1' of git://git./linux/kernel...
2015-11-05 Linus TorvaldsMerge tag 'please-pull-pstore' of git://git./linux...
2015-11-05 Linus TorvaldsMerge tag 'for-f2fs-4.4' of git://git./linux/kernel...
2015-11-05 Linus TorvaldsMerge tag 'dlm-4.4' of git://git./linux/kernel/git...
2015-11-05 Linus TorvaldsMerge tag 'locks-v4.4-1' of git://git.samba.org/jlayton...
2015-11-05 Linus TorvaldsMerge tag 'char-misc-4.4-rc1' of git://git./linux/kerne...
2015-11-05 Linus TorvaldsMerge tag 'driver-core-4.4-rc1' of git://git./linux...
2015-11-05 Linus TorvaldsMerge tag 'staging-4.4-rc1' of git://git./linux/kernel...
2015-11-05 Linus TorvaldsMerge tag 'tty-4.4-rc1' of git://git./linux/kernel...
2015-10-12 Greg Kroah-HartmanMerge 4.3-rc5 into tty-next
2015-10-04 Geert Uytterhoevenserial: sh-sci: Add DT support to DMA setup
2015-10-04 Muhammad Hamza Farooqserial: sh-sci: Pause DMA engine and get DMA status...
2015-10-04 Muhammad Hamza Farooqserial: sh-sci: Do not terminate DMA engine when race...
2015-10-04 Muhammad Hamza Farooqserial: sh-sci: Call dma_async_issue_pending when trans...
2015-10-04 Muhammad Hamza Farooqserial: sh-sci: Redirect port interrupts to CPU _only_...
2015-10-04 Aleksandar Mitevserial: sh-sci: Remove timer on shutdown of port
2015-10-04 Geert Uytterhoevenserial: sh-sci: Stop calling sci_start_rx() from sci_re...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Submit RX DMA from RX interrupt on...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Get rid of the workqueue to handle...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Shuffle functions around
2015-10-04 Geert Uytterhoevenserial: sh-sci: Don't call sci_dma_rx_push() if no...
2015-10-04 Yoshihiro Shimodaserial: sh-sci: Don't kick tx in sci_er_interrupt(...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Don't call sci_rx_interrupt() on error...
2015-10-04 Yoshihiro Shimodaserial: sh-sci: Fix NULL pointer dereference if HIGHMEM...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Use incrementing pointers instead of...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Use tty_insert_flip_string() for DMA...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Pass scatterlist to sci_dma_rx_push()
2015-10-04 Geert Uytterhoevenserial: sh-sci: Fix race condition between RX worker...
2015-10-04 Kazuya Mizuguchiserial: sh-sci: Fix exclusion of work_fn_rx and sci_dma...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Do not resubmit DMA descriptors
2015-10-04 Geert Uytterhoevenserial: sh-sci: Simplify sci_submit_rx() error handling
2015-10-04 Geert Uytterhoevenserial: sh-sci: Stop acknowledging DMA transmit completions
2015-10-04 Geert Uytterhoevenserial: sh-sci: Switch to generic DMA residue handling
2015-10-04 Geert Uytterhoevenserial: sh-sci: Use DMA submission helpers instead...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Fix TX buffer mapping leak
2015-10-04 Geert Uytterhoevenserial: sh-sci: Switch to dma_map_single() for DMA...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Use min_t()/max_t() instead of casts
2015-10-04 Geert Uytterhoevenserial: sh-sci: Use correct device for DMA mapping...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Handle DMA init failures inside sci_req...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Improve comments for DMA timeout calcul...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Improve DMA error messages
2015-10-04 Yoshihiro Shimodaserial: sh-sci: Return IRQ_HANDLED when overrun if...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Remove bogus sci_handle_fifo_overrun...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Remove useless memory allocation failur...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Make sci_regmap[] const
2015-10-04 Geert Uytterhoevenserial: sh-sci: Make sci_irq_desc[] const
2015-10-04 Geert Uytterhoevenserial: sh-sci: Improve readability of sampling rate...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Drop path in reference to serial_core.c
2015-10-04 Geert Uytterhoevenserial: sh-sci: Use SCSMR_CKS instead of hardcoded...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Use SCIF_DR instead of hardcoded literal 1
2015-10-04 Geert Uytterhoevenserial: sh-sci: Correct SCIF_ERROR_CLEAR for plain...
2015-10-04 Geert Uytterhoevenserial: sh-sci: Replace buggy big #ifdef by runtime...
2015-09-08 Linus TorvaldsMerge branch 'misc' of git://git./linux/kernel/git...
2015-09-08 Linus TorvaldsMerge branch 'upstream' of git://git.infradead.org...
2015-09-03 Dmitry TorokhovMerge branch 'next' into for-linus
2015-09-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-09-01 Jiri KosinaMerge branch 'for-4.3/microsoft' into for-linus
2015-09-01 Jiri KosinaMerge branches 'for-4.3/chicony', 'for-4.3/cp2112'...
2015-09-01 Jiri KosinaMerge branch 'for-4.3/gembird' into for-linus
2015-08-31 Mark BrownMerge remote-tracking branches 'spi/topic/mtk', 'spi...
2015-08-27 Dave AirlieMerge branch 'drm-dwhdmi-devel' of git://ftp.arm.linux...
2015-08-25 Joerg RoedelMerge branches 'arm/omap', 'arm/msm', 'arm/smmu', ...
2015-08-25 Ingo MolnarMerge tag 'v4.2-rc8' into x86/mm, before applying new...
2015-08-24 Rafael J. WysockiMerge branch 'turbostat' of https://git./linux/kernel...
2015-08-21 Linus TorvaldsMerge tag 'media/v4.2-3' of git://git./linux/kernel...
2015-08-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-08-20 Linus TorvaldsMerge tag 'for-linus-4.2-rc7-tag' of git://git./linux...
2015-08-16 Emmanuel GrumbachMerge tag 'mac80211-next-for-davem-2015-08-14' into...
2015-08-15 James MorrisMerge branch 'next' of git://git.infradead.org/users...
2015-08-13 Linus TorvaldsMerge tag 'for-linus-4.2-rc6-tag' of git://git./linux...
2015-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-08-09 Chris MasonMerge branch 'jeffm-discard-4.3' into for-linus-4.3
2015-08-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-08-09 Linus TorvaldsMerge branch 'for-linus-4.2' of git://git./linux/kernel...
2015-08-07 Linus TorvaldsMerge branch 'drm-tda998x-fixes' of git://ftp.arm.linux...
2015-08-06 Kalle ValoMerge tag 'iwlwifi-next-for-kalle-2015-08-04' of https...
2015-08-04 Linus TorvaldsMerge tag 'for-linus-4.2-rc5-tag' of git://git./linux...
2015-08-01 Linus TorvaldsMerge branch 'for-linus-4.2' of git://git./linux/kernel...
2015-07-31 Kalle ValoMerge tag 'iwlwifi-for-kalle-2015-07-30' of https:...
2015-07-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-07-28 Stephen BoydMerge branch 'for-4.2/ti-clk-move' of https://github...
2015-07-28 Linus TorvaldsMerge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org...
2015-07-27 Jens AxboeMerge branch 'stable/for-jens-4.2' of git://git./linux...
2015-07-27 Takashi IwaiMerge branch 'for-linus' into for-next
2015-07-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-07-24 Linus TorvaldsMerge tag 'sound-4.2-rc4' of git://git./linux/kernel...
2015-07-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-07-24 Takashi IwaiMerge tag 'asoc-fix-v4.2-rc3' of git://git./linux/kerne...
2015-07-24 Mark BrownMerge remote-tracking branches 'spi/fix/gqspi', 'spi...
next