summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-2513-48/+124
|\
| * usb: chipidea: udc: check request status before setting device addressXu Yang2022-06-241-0/+3
| * USB: gadget: Fix double-free bug in raw_gadget driverAlan Stern2022-06-241-6/+7
| * xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCIUtkarsh Patel2022-06-231-1/+3
| * xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCITanveer Alam2022-06-231-1/+3
| * xhci: turn off port power in shutdownMathias Nyman2022-06-233-3/+16
| * xhci: Keep interrupt disabled in initialization until host is running.Hongyu Xie2022-06-231-13/+22
| * Merge tag 'usb-serial-5.19-rc4' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-06-232-12/+23
| |\
| | * USB: serial: option: add Quectel RM500K module supportMacpaul Lin2022-06-231-0/+2
| | * USB: serial: option: add Quectel EM05-G modemYonglin Tan2022-06-221-0/+3
| | * USB: serial: pl2303: add support for more HXN (G) typesJohan Hovold2022-06-221-12/+17
| | * USB: serial: option: add Telit LE910Cx 0x1250 compositionCarlo Lobrano2022-06-201-0/+1
| * | usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMICAndy Shevchenko2022-06-211-1/+0
| * | usb: gadget: uvc: fix list double add in uvcg_video_pumpDan Vacura2022-06-211-0/+3
| * | dt-bindings: usb: ehci: Increase the number of PHYsGeert Uytterhoeven2022-06-211-1/+2
| * | dt-bindings: usb: ohci: Increase the number of PHYsGeert Uytterhoeven2022-06-211-1/+2
| * | usb: gadget: Fix non-unique driver names in raw-gadget driverAlan Stern2022-06-211-16/+46
| * | MAINTAINERS: add include/dt-bindings/usb to USB SUBSYSTEMLukas Bulwahn2022-06-211-0/+1
| |/
* | Merge tag 'loongarch-fixes-5.19-3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-257-15/+13
|\ \
| * | LoongArch: Make compute_return_era() return voidTiezhu Yang2022-06-252-4/+2
| * | LoongArch: Fix wrong fpu versionTiezhu Yang2022-06-251-1/+1
| * | LoongArch: Fix EENTRY/MERRENTRY setting in setup_tlb_handler()Huacai Chen2022-06-251-2/+3
| * | LoongArch: Fix sleeping in atomic context in setup_tlb_handler()Huacai Chen2022-06-251-1/+1
| * | LoongArch: Fix the _stext symbol addressHuacai Chen2022-06-252-2/+1
| * | LoongArch: Fix the !THP buildHuacai Chen2022-06-251-5/+5
| |/
* | Merge tag 'f2fs-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-253-20/+32
|\ \
| * | f2fs: do not count ENOENT for error caseJaegeuk Kim2022-06-211-1/+3
| * | f2fs: fix iostat related lock protectionDaeho Jeong2022-06-201-13/+18
| * | f2fs: attach inline_data after setting compressionJaegeuk Kim2022-06-201-6/+11
* | | Merge tag 'gpio-fixes-for-v5.19-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-259-39/+38
|\ \ \
| * | | gpio: mxs: Fix header commentStefan Wahren2022-06-231-1/+1
| * | | gpio: Fix kernel-doc comments to nested unionAkira Yokosawa2022-06-231-13/+16
| * | | gpio: grgpio: Fix device removingUwe Kleine-König2022-06-231-13/+1
| * | | gpio: winbond: Fix error code in winbond_gpio_get()Dan Carpenter2022-06-231-3/+4
| * | | gpio: realtek-otto: Make the irqchip immutableSander Vanheule2022-06-131-2/+8
| * | | docs: driver-api: gpio: Fix filename mismatchTom Schwindl2022-06-133-7/+7
| * | | MAINTAINERS: add include/dt-bindings/gpio to GPIO SUBSYSTEMLukas Bulwahn2022-06-131-0/+1
* | | | Merge tag 'mtd/fixes-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-242-4/+1
|\ \ \ \
| * | | | mtd: rawnand: gpmi: Fix setting busy timeout settingSascha Hauer2022-06-161-1/+1
| * | | | Revert "mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flash"Christian Lamparter2022-06-091-3/+0
| | |/ / | |/| |
* | | | Merge tag 'spi-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-245-13/+39
|\ \ \ \
| * | | | spi: rockchip: Unmask IRQ at the final to avoid preemptionJon Lin2022-06-201-4/+7
| * | | | spi: dt-bindings: Fix unevaluatedProperties warnings in examplesRob Herring2022-06-062-2/+0
| * | | | spi: spi-mem: Fix spi_mem_poll_status()Patrice Chotard2022-06-061-1/+1
| * | | | spi: cadence: Detect transmit FIFO depthLars-Peter Clausen2022-06-061-4/+23
| * | | | spi: spi-cadence: Fix SPI CS gets toggling sporadicallySai Krishna Potthuri2022-06-061-2/+8
| |/ / /
* | | | Merge tag 'regulator-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-241-4/+4
|\ \ \ \
| * | | | regulator: qcom_smd: correct MP5496 rangesRobert Marko2022-06-071-4/+4
| |/ / /
* | | | Merge tag 'regmap-fix-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-242-10/+13
|\ \ \ \
| * | | | regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald2022-06-221-1/+2