summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-03-15serial: max310x: fix IO data corruption in batched operationsJan Kundrát1-2/+15
2024-03-15serial: max310x: implement I2C supportCosmin Tanislav2-1/+135
2024-03-15serial: max310x: make accessing revision id interface-agnosticCosmin Tanislav1-10/+30
2024-03-15regmap: Add bulk read/write callbacks into regmap_configMarek Vasut2-36/+44
2024-03-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith1-0/+1
2024-03-15Drivers: hv: vmbus: Drop error message when 'No request id available'Andrea Parri (Microsoft)1-1/+0
2024-03-15serial: max310x: Unprepare and disable clock in error pathAndy Shevchenko1-1/+2
2024-03-15hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missedShradha Gupta1-20/+62
2024-03-15hv_netvsc: use netif_is_bond_master() instead of open codeJuhee Kang1-2/+1
2024-03-15hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui1-2/+11
2024-03-15hv_netvsc: Process NETDEV_GOING_DOWN on VF hot removeLong Li1-3/+7
2024-03-15hv_netvsc: Wait for completion on request SWITCH_DATA_PATHLong Li2-4/+34
2024-03-15hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran3-6/+30
2024-03-15Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardeningAndres Beltran3-9/+197
2024-03-15serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve1-2/+18
2024-03-15serial: max310x: use a separate regmap for each portCosmin Tanislav1-32/+36
2024-03-15serial: max310x: use regmap methods for SPI batch operationsCosmin Tanislav1-28/+8
2024-03-15serial: max310x: Make use of device propertiesAndy Shevchenko1-18/+9
2024-03-15serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve1-3/+9
2024-03-15serial: max310x: Try to get crystal clock rate from propertyAndy Shevchenko1-14/+26
2024-03-15serial: max310x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko1-15/+15
2024-03-15xhci: handle isoc Babble and Buffer Overrun events properlyMichal Pecio1-1/+5
2024-03-15xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman2-14/+61
2024-03-15xhci: prevent double-fetch of transfer and transfer event TRBsMathias Nyman1-23/+19
2024-03-15xhci: remove extra loop in interrupt contextMathias Nyman2-7/+16
2024-03-15net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-03-15geneve: make sure to pull inner header in geneve_rx()Eric Dumazet1-2/+16
2024-03-15i40e: disable NAPI right after disabling irqs when handling xsk_poolMaciej Fijalkowski1-1/+1
2024-03-15ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski1-7/+49
2024-03-15net: lan78xx: fix runtime PM count underflow on link stopOleksij Rempel1-1/+2
2024-03-15lan78xx: Fix race conditions in suspend/resume handlingJohn Efstathiades1-135/+284
2024-03-15lan78xx: Fix partial packet errors on suspend/resumeJohn Efstathiades1-106/+197
2024-03-15lan78xx: Add missing return code checksJohn Efstathiades1-66/+333
2024-03-15lan78xx: Fix white space and style issuesJohn Efstathiades1-38/+42
2024-03-15mmc: mmci: stm32: fix DMA API overlapping mappings warningChristophe Kerello1-0/+24
2024-03-15mmc: mmci: stm32: use a buffer for unaligned DMA requestsYann Gautier1-17/+71
2024-03-06mtd: spinand: gigadevice: fix Quad IO for GD5F1GQ5UExxGChuanhong Guo1-1/+9
2024-03-06gpio: fix resource unwinding order in error pathBartosz Golaszewski1-4/+4
2024-03-06gpiolib: Fix the error path order in gpiochip_add_data_with_key()Andy Shevchenko1-1/+1
2024-03-06gpio: 74x164: Enable output pins after registers are resetArturas Moskvinas1-2/+2
2024-03-06pmdomain: qcom: rpmhpd: Fix enabled_corner aggregationBjorn Andersson1-2/+5
2024-03-06mmc: sdhci-xenon: fix PHY init clock stabilityElad Nachman1-0/+19
2024-03-06mmc: sdhci-xenon: add timeout for PHY init completeElad Nachman1-9/+20
2024-03-06mmc: core: Fix eMMC initialization with 1-bit bus connectionIvan Semenov1-0/+2
2024-03-06dmaengine: fsl-qdma: init irq after reg initializationCurtis Klein1-9/+8
2024-03-06dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned readPeng Ma1-1/+3
2024-03-06gtp: fix use-after-free and null-ptr-deref in gtp_newlink()Alexander Ofitserov1-6/+6
2024-03-06power: supply: bq27xxx-i2c: Do not free non existing IRQHans de Goede1-1/+3
2024-03-06efi/capsule-loader: fix incorrect allocation sizeArnd Bergmann1-1/+1
2024-03-06net: usb: dm9601: fix wrong return value in dm9601_mdio_readJavier Carrasco1-1/+1