aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs/driver-api/miscellaneous: Remove kernel-doc of serial_core.cAkira Yokosawa2022-11-091-3/+2
* serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen2022-11-091-2/+1
* serial: 8250_lpss: Use 16B DMA burst with Elkhart LakeIlpo Järvinen2022-11-091-0/+2
* serial: 8250_lpss: Configure DMA also w/o DMA filterIlpo Järvinen2022-11-091-4/+11
* serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen2022-11-091-0/+4
* tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_sendDuoming Zhou2022-11-031-1/+1
* Revert "tty: n_gsm: replace kicktimer with delayed_work"Fedor Pchelkin2022-11-031-8/+8
* Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"Fedor Pchelkin2022-11-031-24/+29
* serial: imx: Add missing .thaw_noirq hookShawn Guo2022-11-031-0/+1
* tty: serial: fsl_lpuart: don't break the on-going transfer when global resetSherry Sun2022-11-031-27/+49
* serial: 8250: omap: Flush PM QOS work on removeTony Lindgren2022-11-031-0/+1
* serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()Tony Lindgren2022-11-031-0/+5
* serial: 8250_omap: remove wait loop from Errata i202 workaroundMatthias Schiffer2022-11-031-17/+0
* serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()Tony Lindgren2022-11-031-2/+20
* serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()Lukas Wunner2022-11-031-3/+4
* Linux 6.1-rc3Linus Torvalds2022-10-301-1/+1
* Merge tag 'fbdev-for-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-3011-38/+47
|\
| * fbdev: cyber2000fb: fix missing pci_disable_device()Yang Yingliang2022-10-271-0/+2
| * fbdev: sisfb: use explicitly signed charJason A. Donenfeld2022-10-242-2/+2
| * fbdev: smscufx: Fix several use-after-free bugsHyunwoo Kim2022-10-211-25/+30
| * fbdev: xilinxfb: Make xilinxfb_release() return voidUwe Kleine-König2022-10-201-4/+4
| * fbdev: sisfb: fix repeated word in commentJilin Yuan2022-10-201-1/+1
| * fbdev: gbefb: Convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-10-181-2/+2
| * fbdev: sm501fb: Convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-10-181-1/+1
| * fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cardsHelge Deller2022-10-181-1/+2
| * fbdev: da8xx-fb: Fix error handling in .remove()Uwe Kleine-König2022-10-181-1/+2
| * fbdev: MIPS supports iomem addressesKees Cook2022-10-171-1/+1
* | Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-3017-91/+175
|\ \
| * | misc: sgi-gru: use explicitly signed charJason A. Donenfeld2022-10-252-10/+10
| * | Merge tag 'counter-fixes-for-6.1a' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2022-10-254-32/+62
| |\ \
| | * | counter: 104-quad-8: Fix race getting function mode and directionWilliam Breathitt Gray2022-10-231-22/+42
| | * | counter: microchip-tcb-capture: Handle Signal1 read and SynapseWilliam Breathitt Gray2022-10-231-4/+14
| | * | counter: ti-ecap-capture: fix IS_ERR() vs NULL checkDan Carpenter2022-10-171-2/+2
| | * | counter: Reduce DEFINE_COUNTER_ARRAY_POLARITY() to defining counter_arrayWilliam Breathitt Gray2022-10-172-4/+4
| | |/
| * | coresight: cti: Fix hang in cti_disable_hw()James Clark2022-10-251-5/+0
| * | Revert "coresight: cti: Fix hang in cti_disable_hw()"Greg Kroah-Hartman2022-10-241-0/+3
| * | Merge tag 'iio-fixes-for-6.1a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-10-239-39/+96
| |\ \
| | * | iio: bmc150-accel-core: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
| | * | iio: adxl367: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
| | * | iio: adxl372: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
| | * | iio: at91-sama5d2_adc: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
| | * | iio: temperature: ltc2983: allocate iio channels onceCosmin Tanislav2022-10-171-7/+6
| | * | tools: iio: iio_utils: fix digit calculationMatti Vaittinen2022-10-171-0/+4
| | * | iio: adc: stm32-adc: fix channel sampling time initOlivier Moysan2022-10-171-5/+6
| | * | iio: adc: mcp3911: mask out device ID in debug printsMarcus Folkesson2022-10-171-2/+3
| | * | iio: adc: mcp3911: use correct id bitsMarcus Folkesson2022-10-171-2/+2
| | * | iio: adc: mcp3911: return proper error code on failure to allocate triggerMarcus Folkesson2022-10-171-1/+1
| | * | iio: adc: mcp3911: fix sizeof() vs ARRAY_SIZE() bugDan Carpenter2022-10-171-1/+1
| | * | iio: light: tsl2583: Fix module unloadingShreeya Patel2022-10-171-1/+1
| | |/
| * | Merge tag 'coresight-fixes-v6.1-1' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2022-10-222-8/+7
| |\ \ | | |/ | |/|