summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor existsZhihao Cheng2023-10-282-4/+7
* ubi: fastmap: Remove unneeded break condition while filling poolsZhihao Cheng2023-10-281-3/+2
* ubi: fastmap: Wait until there are enough free PEBs before filling poolsZhihao Cheng2023-10-285-16/+65
* ubi: fastmap: Use free pebs reserved for bad block handlingZhihao Cheng2023-10-281-11/+5
* ubi: Replace erase_block() with sync_erase()Zhihao Cheng2023-10-283-51/+7
* ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmapZhihao Cheng2023-10-281-5/+5
* ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flashZhihao Cheng2023-10-281-18/+9
* ubi: fastmap: Fix missed ec updating after erasing old fastmap data blockZhihao Cheng2023-10-281-10/+15
* virtio_net: fix the missing of the dma cpu syncXuan Zhuo2023-10-151-7/+7
* Merge tag 'usb-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-10-1523-87/+220
|\
| * usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scopeMario Limonciello2023-10-111-0/+9
| * usb: typec: ucsi: Fix missing link removalHeikki Krogerus2023-10-111-0/+1
| * usb: typec: altmodes/displayport: Signal hpd low when exiting modeRD Babiera2023-10-111-0/+5
| * xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner2023-10-022-3/+3
| * xhci: Clear EHB bit only at end of interrupt handlerLukas Wunner2023-10-021-5/+7
| * xhci: track port suspend state correctly in unsuccessful resume casesMathias Nyman2023-10-021-9/+10
| * usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng2023-10-021-2/+2
| * usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command failsPrashanth K2023-10-021-0/+1
| * usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hubJavier Carrasco2023-10-022-0/+2
| * usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta2023-10-021-8/+12
| * usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG...Xiaolei Wang2023-10-021-2/+1
| * usb: dwc3: Soft reset phy on probe for hostThinh Nguyen2023-10-021-1/+38
| * usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo Cañuelo2023-10-022-4/+23
| * usb: typec: qcom: Update the logic of regulator enable and disableHui Liu2023-10-021-6/+6
| * usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati2023-10-021-7/+19
| * usb: musb: Get the musb_qh poniter after musb_givebackXingxing Luo2023-10-021-1/+8
| * usb: musb: Modify the "HWVers" register addressXingxing Luo2023-10-021-1/+1
| * usb: cdnsp: Fixes issue with dequeuing not queued requestsPawel Laszczak2023-10-021-0/+3
| * Merge tag 'thunderbolt-for-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-10-024-38/+69
| |\
| | * thunderbolt: Restart XDomain discovery handshake after failureMika Westerberg2023-09-151-17/+41
| | * thunderbolt: Correct TMU mode initialization from hardwareMika Westerberg2023-09-151-1/+1
| | * thunderbolt: Check that lane 1 is in CL0 before enabling lane bondingMika Westerberg2023-09-151-0/+7
| | * thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple RidgeMika Westerberg2023-09-151-20/+20
* | | Merge tag 'tty-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-10-152-20/+20
|\ \ \
| * | | serial: core: Fix checks for tx runtime PM stateTony Lindgren2023-10-071-1/+1
| * | | serial: 8250_omap: Fix errors with no_console_suspendTony Lindgren2023-10-031-15/+10
| * | | serial: Reduce spinlocked portion of uart_rs485_config()Lukas Wunner2023-10-031-4/+9
| |/ /
* | | Merge tag 'char-misc-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-1518-45/+72
|\ \ \
| * \ \ Merge tag 'iio-fixes-for-6.6a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-10-0612-21/+49
| |\ \ \
| | * | | iio: pressure: ms5611: ms5611_prom_is_valid false negative bugAlexander Zangerl2023-10-051-1/+1
| | * | | iio: adc: ad7192: Correct reference voltageAlisa-Dariana Roman2023-10-051-4/+25
| | * | | iio: light: vcnl4000: Don't power on/off chip in configMårten Lindahl2023-10-051-1/+0
| | * | | iio: addac: Kconfig: update ad74413r selectionsAntoniu Miclaus2023-10-051-0/+2
| | * | | iio: pressure: dps310: Adjust Timeout SettingsLakshmi Yadlapati2023-10-051-4/+4
| | * | | iio: imu: bno055: Fix missing Kconfig dependenciesJonathan Cameron2023-10-051-0/+2
| | * | | iio: adc: imx8qxp: Fix address for command buffer registersPhilipp Rossak2023-10-051-2/+2
| | * | | iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data()Tzung-Bi Shih2023-10-051-1/+5
| | * | | iio: irsd200: fix -Warray-bounds bug in irsd200_trigger_handlerGONG, Ruiqi2023-10-051-3/+3
| | * | | iio: admv1013: add mixer_vgate corner casesAntoniu Miclaus2023-09-111-2/+2
| | * | | iio: pressure: bmp280: Fix NULL pointer exceptionPhil Elwell2023-09-111-1/+1