summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | phy: cpcap-usb: Improve host vs docked mode detectionTony Lindgren2019-12-261-15/+58
| | | * | | | phy: cpcap-usb: Prevent USB line glitches from waking up modemTony Lindgren2019-12-261-3/+15
| | | * | | | phy: mapphone-mdm6600: Fix uninitialized status value regressionTony Lindgren2019-12-261-8/+3
| | | * | | | phy: cpcap-usb: Fix flakey host idling and enumerating of devicesTony Lindgren2019-12-261-2/+2
| | | * | | | phy: qcom-qmp: Increase PHY ready timeoutBjorn Andersson2019-12-201-1/+1
| | | * | | | phy: cpcap-usb: Fix error path when no host driver is loadedTony Lindgren2019-12-201-15/+18
| | * | | | | usb: chipidea: host: Disable port power only if previously enabledGuenter Roeck2019-12-301-1/+3
| | * | | | | usb: cdns3: should not use the same dev_id for shared interrupt handlerPeter Chen2019-12-301-9/+5
| | * | | | | usb: dwc3: gadget: Fix request complete checkThinh Nguyen2019-12-301-0/+7
| | * | | | | usb: musb: dma: Correct parameter passed to IRQ handlerPaul Cercueil2019-12-301-1/+1
| | * | | | | usb: musb: jz4740: Silence error if code is -EPROBE_DEFERPaul Cercueil2019-12-301-2/+5
| | * | | | | usb: udc: tegra: select USB_ROLE_SWITCHArnd Bergmann2019-12-301-0/+1
| | * | | | | USB: core: fix check for duplicate endpointsJohan Hovold2019-12-301-12/+58
| * | | | | | Merge tag 'char-misc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-101-1/+1
| |\ \ \ \ \ \
| | * | | | | | chardev: Avoid potential use-after-free in 'chrdev_open()'Will Deacon2020-01-061-1/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'staging-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-109-8/+38
| |\ \ \ \ \ \
| | * | | | | | staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21Michael Straube2020-01-031-0/+1
| | * | | | | | staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713Ian Abbott2020-01-031-2/+2
| | * | | | | | staging: vt6656: set usb_set_intfdata on driver fail.Malcolm Priestley2020-01-033-0/+3
| | * | | | | | staging: vt6656: remove bool from vnt_radio_power_on retMalcolm Priestley2020-01-031-1/+1
| | * | | | | | staging: vt6656: limit reg output to block sizeMalcolm Priestley2020-01-033-2/+24
| | * | | | | | staging: vt6656: correct return of vnt_init_registers.Malcolm Priestley2020-01-031-1/+1
| | * | | | | | staging: vt6656: Fix non zero logical return of, usb_control_msgMalcolm Priestley2020-01-031-2/+6
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'tty-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-102-2/+11
| |\ \ \ \ \ \
| | * | | | | | serdev: Don't claim unsupported ACPI serial devicesPunit Agrawal2020-01-061-0/+10
| | * | | | | | tty: always relink the portSudip Mukherjee2019-12-301-2/+1
| | |/ / / / /
| * | | | | | Merge tag 'block-5.5-2020-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-107-30/+30
| |\ \ \ \ \ \
| | * | | | | | nvmet: fix per feat data len for get_featureAmit Engel2020-01-101-1/+11
| | * | | | | | nvme: Translate more status codes to blk_status_tKeith Busch2020-01-101-0/+2
| | * | | | | | fs: move guard_bio_eod() after bio_set_op_attrsMing Lei2020-01-094-7/+17
| | * | | | | | block: remove unused mp_bvec_last_segmentJens Axboe2020-01-051-22/+0
| * | | | | | | Merge tag 'io_uring-5.5-2020-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-101-12/+0
| |\ \ \ \ \ \ \
| | * | | | | | | io_uring: remove punt of short reads to async contextJens Axboe2020-01-071-12/+0
| * | | | | | | | Merge tag 'mtd/fixes-for-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-108-28/+65
| |\ \ \ \ \ \ \ \
| | * | | | | | | | mtd: spi-nor: Fix the writing of the Status Register on micron flashesTudor Ambarus2020-01-091-0/+1
| | * | | | | | | | mtd: sm_ftl: fix NULL pointer warningArnd Bergmann2020-01-091-1/+2
| | * | | | | | | | mtd: onenand: omap2: Pass correct flags for prep_dma_memcpyPeter Ujfalusi2020-01-091-1/+2
| | * | | | | | | | mtd: onenand: samsung: Fix iomem access with regular memcpyKrzysztof Kozlowski2020-01-091-4/+4
| | * | | | | | | | mtd: onenand: omap2: Fix errors in styleAmir Mahdi Ghorbanian2020-01-093-13/+14
| | * | | | | | | | mtd: cadence: Fix cast to pointer from integer of different size warningVasyl Gomonovych2020-01-091-7/+6
| | * | | | | | | | mtd: rawnand: stm32_fmc2: avoid to lock the CPU busChristophe Kerello2020-01-091-2/+36
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'sound-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-01-1011-29/+67
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ALSA: hda: enable regmap internal lockingKai Vehmanen2020-01-081-1/+0
| | * | | | | | | | ALSA: hda/realtek - Add quirk for the bass speaker on Lenovo Yoga X1 7th genKailang Yang2020-01-081-0/+1
| | * | | | | | | | ALSA: hda/realtek - Set EAPD control to default for ALC222Kailang Yang2020-01-081-0/+1
| | * | | | | | | | Merge tag 'asoc-fix-v5.5-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-01-068-28/+61
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | ASoC: Intel: boards: Fix compile-testing RT1011/RT5682Arnd Bergmann2020-01-031-1/+0
| | | * | | | | | | | ASoC: SOF: imx8: Fix dsp_box offsetDaniel Baluta2019-12-251-0/+3
| | | * | | | | | | | ASoC: topology: Prevent use-after-free in snd_soc_get_pcm_runtime()Dragos Tarcatu2019-12-251-3/+3
| | | * | | | | | | | ASoC: fsl_audmix: add missed pm_runtime_disableChuhong Yuan2019-12-251-1/+8