aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-04serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEPErwan Le Ray1-5/+4
2019-09-04serial: stm32: add pm_runtime supportErwan Le Ray1-3/+38
2019-09-04serial: stm32: select pinctrl state in each suspend/resume functionErwan Le Ray1-0/+5
2019-09-04dt-bindings: serial: stm32: add wakeup optionErwan Le Ray1-0/+5
2019-09-048250_lpss: check null return when calling pci_ioremap_barNavid Emamdoost1-2/+8
2019-09-04tty: serial: fsl_lpuart: correct the FIFO depth sizeFugang Duan1-10/+9
2019-09-04tty: serial: fsl_lpuart: remove sg_set_buf() for sport->rx_sglFugang Duan1-1/+0
2019-09-04tty: serial: fsl_lpuart: use kzalloc() instead of kmalloc()Fugang Duan1-1/+1
2019-09-04tty: serial: fsl_lpuart: add earlycon for imx8qxp platformFugang Duan1-0/+1
2019-09-04tty: serial: fsl_lpuart: remove the dev.coherent_dma_mask zero settingFugang Duan1-2/+0
2019-09-04serial: 8250_exar: Use struct_size() helperAndy Shevchenko1-3/+1
2019-09-04tty: nozomi: Use dev_get_drvdataChuhong Yuan1-2/+2
2019-09-04serial: 8250: Use dev_get_drvdata where possibleChuhong Yuan2-4/+2
2019-09-04tty/isicom: remove redundant assignment to variable word_countColin Ian King1-1/+0
2019-09-04tty: serial: Remove call to memset after pci_alloc_consistentFuqian Huang1-2/+0
2019-09-04tty: hvcs: Fix odd use of strlcpyJoe Perches1-2/+2
2019-09-04serial: 8250_omap: Fix idling for unloaded serdev driversTony Lindgren1-1/+10
2019-09-04tty: n_gsm: add helpers to convert mux-num to/from tty-baseMartin Hundebøll1-4/+15
2019-09-04tty: n_gsm: update doc example to use header for N_GSM0710 defineMartin Hundebøll1-1/+1
2019-09-04tty: n_gsm: remove obsolete mknod doc exampleMartin Hundebøll1-12/+2
2019-09-04vhost: Remove unnecessary variableYunsheng Lin1-3/+2
2019-09-04virtio-net: lower min ring num_free for efficiency? jiang1-1/+1
2019-09-04vhost/test: fix build for vhost testTiwei Bie1-4/+9
2019-09-04vhost/test: fix build for vhost testTiwei Bie1-1/+1
2019-09-04dmaengine: ti: edma: Use bitmap_set() instead of open coded edma_set_bits()Peter Ujfalusi1-12/+5
2019-09-04dmaengine: ti: edma: Only reset region0 access registersPeter Ujfalusi1-5/+4
2019-09-04dmaengine: ti: edma: Do not reset reserved paRAM slotsPeter Ujfalusi1-3/+6
2019-09-04EDAC/mc_sysfs: Make debug messages consistentRobert Richter1-34/+30
2019-09-04soundwire: stream: make stream name a const pointerSrinivas Kandagatla2-3/+3
2019-09-04soundwire: Add compute_params callbackVinod Koul2-0/+12
2019-09-04arm: remove wrappers for the generic dma remap helpersChristoph Hellwig1-27/+5
2019-09-04dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig4-20/+16
2019-09-04dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig5-28/+21
2019-09-04vmalloc: lift the arm flag for coherent mappings to common codeChristoph Hellwig4-19/+13
2019-09-04dma-mapping: provide a better default ->get_required_maskChristoph Hellwig4-27/+14
2019-09-04dma-mapping: remove the dma_declare_coherent_memory exportChristoph Hellwig1-1/+0
2019-09-04remoteproc: don't allow modular buildChristoph Hellwig1-1/+1
2019-09-04dma-mapping: remove the dma_mmap_from_dev_coherent exportChristoph Hellwig1-1/+0
2019-09-04dma-mapping: remove dma_release_declared_memoryChristoph Hellwig3-28/+0
2019-09-04dma-mapping: remove dma_{alloc,free,mmap}_writecombineChristoph Hellwig2-15/+5
2019-09-04dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig7-15/+5
2019-09-04parisc: don't set ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig3-3/+0
2019-09-04arm-nommu: call dma_mmap_from_dev_coherent directlyChristoph Hellwig1-2/+3
2019-09-04ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*Christoph Hellwig1-7/+6
2019-09-04dma-mapping: add a dma_can_mmap helperChristoph Hellwig2-0/+28
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig15-8/+42
2019-09-04dma-mapping: move the dma_get_sgtable API comments from arm to common codeChristoph Hellwig2-11/+11
2019-09-04gpio: of: Normalize return code variable nameLinus Walleij1-7/+7
2019-09-04gpio: gpiolib: Normalize return code variable nameLinus Walleij1-110/+110
2019-09-04gpio: ep93xx: Pass irqchip when adding gpiochipLinus Walleij1-67/+73