summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2023-08-182-2/+2
* memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin2023-08-181-2/+2
* mm: remove arguments of show_mem()Kefeng Wang2023-08-182-2/+2
* Merge tag 'spi-fix-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-301-5/+49
|\
| * spi: spi-qcom-qspi: Add mem_ops to avoid PIO for badly sized readsDouglas Anderson2023-07-261-0/+25
| * spi: spi-qcom-qspi: Fallback to PIO for xfers that aren't multiples of 4 bytesDouglas Anderson2023-07-261-0/+12
| * spi: spi-qcom-qspi: Add DMA_CHAIN_DONE to ALL_IRQSVijaya Krishna Nivarthi2023-07-251-1/+1
| * spi: spi-qcom-qspi: Call dma_wmb() after setting up descriptorsVijaya Krishna Nivarthi2023-07-251-1/+3
| * spi: spi-qcom-qspi: Use GFP_ATOMIC flag while allocating for descriptorVijaya Krishna Nivarthi2023-07-251-3/+5
| * spi: spi-qcom-qspi: Ignore disabled interrupts' status in isrVijaya Krishna Nivarthi2023-07-251-0/+3
* | Merge tag 'regulator-fix-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-07-301-5/+5
|\ \
| * | regulator: mt6358: Fix incorrect VCN33 sync error messageChen-Yu Tsai2023-07-231-1/+1
| * | regulator: mt6358: Sync VCN33_* enable status after checking IDChen-Yu Tsai2023-07-231-4/+4
| |/
* | Merge tag 'usb-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-3020-113/+103
|\ \
| * | usb: misc: ehset: fix wrong if conditionXu Yang2023-07-271-4/+4
| * | usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phyGratian Crisan2023-07-271-2/+4
| * | usb: cdns3: fix incorrect calculation of ep_buf_size when more than one configFrank Li2023-07-251-1/+3
| * | usb: gadget: call usb_gadget_check_config() to verify UDC capabilityFrank Li2023-07-251-0/+4
| * | usb: typec: Use sysfs_emit_at when concatenating the stringKyle Tso2023-07-251-2/+2
| * | usb: typec: Iterate pds array when showing the pd listKyle Tso2023-07-251-6/+5
| * | usb: typec: Set port->pd before adding device for typec_portKyle Tso2023-07-251-1/+3
| * | usb: typec: qcom: fix return value check in qcom_pmic_typec_probe()Yang Yingliang2023-07-251-2/+2
| * | Revert "usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_in...Dan Carpenter2023-07-251-4/+4
| * | Revert "usb: xhci: tegra: Fix error check"Dan Carpenter2023-07-251-4/+4
| * | USB: gadget: Fix the memory leak in raw_gadget driverZqiang2023-07-251-4/+6
| * | usb: gadget: core: remove unbalanced mutex_unlock in usb_gadget_activateMichael Grzeschik2023-07-251-1/+0
| * | Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"Jakub Vanek2023-07-252-19/+0
| * | Revert "xhci: add quirk for host controllers that don't update endpoint DCS"Oliver Neukum2023-07-252-27/+2
| * | USB: quirks: add quirk for Focusrite ScarlettƁukasz Bartosik2023-07-251-0/+4
| * | usb: xhci-mtk: set the dma max_seg_sizeRicardo Ribalda2023-07-251-0/+1
| * | usb: dwc3: don't reset device side if dwc3 was configured as host-onlyJisheng Zhang2023-07-251-2/+2
| * | usb: typec: ucsi: move typec_set_mode(TYPEC_STATE_SAFE) to ucsi_unregister_pa...Neil Armstrong2023-07-251-2/+2
| * | usb: ohci-at91: Fix the unhandle interrupt when resumeGuiting Shen2023-07-251-1/+7
| * | Merge tag 'usb-serial-6.5-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-07-252-33/+46
| |\ \ | | |/ | |/|
| | * USB: serial: simple: sort driver entriesJohan Hovold2023-07-201-33/+33
| | * USB: serial: simple: add Kaufmann RKS+CAN VCPOliver Neukum2023-07-201-0/+7
| | * USB: serial: option: add Quectel EC200A module supportMohsen Tahmasebi2023-07-201-0/+2
| | * USB: serial: option: support Quectel EM060K_128Jerry Meng2023-07-201-0/+4
* | | Merge tag 'tty-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-306-7/+11
|\ \ \
| * | | serial: 8250_dw: Preserve original value of DLF registerRuihong Luo2023-07-251-2/+4
| * | | tty: serial: sh-sci: Fix sleeping in atomic contextBiju Das2023-07-251-1/+1
| * | | serial: sifive: Fix sifive_serial_console_setup() sectionSamuel Holland2023-07-251-1/+1
| * | | Documentation: devices.txt: reconcile serial/ucc_uart minor numersRandy Dunlap2023-07-251-1/+1
| * | | tty: n_gsm: fix UAF in gsm_cleanup_muxChaoyuan Peng2023-07-251-1/+3
| * | | TIOCSTI: always enable for CAP_SYS_ADMINSamuel Thibault2023-07-201-1/+1
| | |/ | |/|
* | | Merge tag 'staging-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-304-12/+45
|\ \ \
| * | | staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext()Zhang Shurong2023-07-271-2/+4
| * | | staging: fbtft: ili9341: use macro FBTFT_REGISTER_SPI_DRIVERRaphael Gallais-Pou2023-07-271-1/+1
| * | | staging: r8712: Fix memory leak in _r8712_init_xmit_priv()Larry Finger2023-07-272-9/+40
| | |/ | |/|
* | | Merge tag 'char-misc-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-301-1/+1
|\ \ \