aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner1-1/+1
2024-04-07dma: dw-axi-dmac: support per channel interruptBaruch Siach2-8/+23
2024-04-07Avoid hw_desc array overrun in dw-axi-dmacJoao Pinto2-4/+3
2024-04-07dmaengine: dw-axi-dmac: Add support for StarFive JH8100 DMATan Chun Hau1-0/+3
2024-04-07dmaengine: axi-dmac: move to device managed probeNuno Sa1-44/+34
2024-04-07dmaengine: axi-dmac: fix possible race in remove()Nuno Sa1-1/+1
2024-04-07dmaengine: xilinx: xdma: Clarify kdoc in XDMA driverMiquel Raynal1-6/+8
2024-04-07dmaengine: xilinx: xdma: Fix synchronization issueLouis Chauvet2-8/+21
2024-04-07dmaengine: xilinx: xdma: Fix wrong offsets in the buffers addresses in dma de...Miquel Raynal1-1/+1
2024-04-07dma: Add lockdep asserts to virt-dmaSean Anderson1-0/+10
2024-04-07dma: xilinx_dpdma: Remove unnecessary use of irqsave/restoreSean Anderson1-6/+4
2024-04-07dma: xilinx_dpdma: Fix lockingSean Anderson1-3/+10
2024-04-07dmaengine: imx-sdma: support dual fifo for DEV_TO_DEVShengjiu Wang1-1/+17
2024-04-07dmaengine: imx-sdma: Support 24bit/3bytes for sg modeShengjiu Wang1-0/+4
2024-04-07dmaengine: imx-sdma: Support allocate memory from internal SRAM (iram)Nicolin Chen1-10/+36
2024-04-07dmaengine: idma64: Add check for dma_set_max_seg_sizeChen Ni1-1/+3
2024-04-07dmaengine: idxd: Convert spinlock to mutex to lock evl workqueueRex Zhang6-13/+12
2024-04-07dmaengine: idxd: Check for driver name match before sva user featureJerry Snitselaar1-8/+9
2024-04-07phy: qcom: m31: match requested regulator name with dt schemaGabor Juhos1-1/+1
2024-04-06net: sfp: Add helper to return the SFP bus nameMaxime Chevallier1-0/+11
2024-04-06net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier6-0/+58
2024-04-06net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier2-3/+4
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier3-1/+113
2024-04-06net: phy: marvell: implement cable test for 88E1111Pawel Dembicki1-0/+93
2024-04-06Merge tag 'i2c-for-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-04-06iio: light: apds9306: Improve apds9306_write_event_config()Subhajit Ghosh1-21/+27
2024-04-06iio: temperature: ltc2983: support vdd regulatorNuno Sa1-0/+5
2024-04-06iio:imu: adis16475: Fix sync mode settingRamona Gradinariu1-1/+3
2024-04-06iio: adc: ad7173: Fix ! vs ~ typo in ad7173_sel_clk()Dan Carpenter1-1/+1
2024-04-06iio: light: apds9306: Fix off by one in apds9306_sampling_freq_get()Dan Carpenter1-1/+1
2024-04-06iio: accel: adxl345: Add spi-3wire optionLothar Rubusch2-1/+10
2024-04-06iio: accel: adxl345: Add comment to probeLothar Rubusch1-0/+10
2024-04-06iio: accel: adxl345: Reorder probe initializationLothar Rubusch1-20/+20
2024-04-06iio: accel: adxl345: Pass function pointer to coreLothar Rubusch4-10/+29
2024-04-06iio: accel: adxl345: Move defines to headerLothar Rubusch2-32/+32
2024-04-06iio: accel: adxl345: Group bus configurationLothar Rubusch1-6/+6
2024-04-06iio: accel: adxl345: Make data_range obsoleteLothar Rubusch1-7/+13
2024-04-06Merge branch 'linus' into x86/urgent, to pick up dependent commitIngo Molnar103-566/+1137
2024-04-06iio: adc: pac1934: Use device_for_each_available_child_node_scoped() to simpl...Jonathan Cameron1-46/+31
2024-04-06iio: dac: ad3552: Use __free(fwnode_handle) to simplify error handling.Jonathan Cameron1-36/+23
2024-04-06iio: frequency: admfm2000: Use device_for_each_child_node_scoped() to simplif...Jonathan Cameron1-18/+6
2024-04-06iio: adc: ad7173: Use device_for_each_child_node_scoped() to simplify error p...Jonathan Cameron1-17/+7
2024-04-06iio: adc: ad4130: Use device_for_each_child_node_scoped() to simplify error p...Jonathan Cameron1-5/+2
2024-04-06iio: adc: ab8500-gpadc: Use device_for_each_child_node_scoped() to simplify e...Jonathan Cameron1-3/+1
2024-04-06iio: adc: ab8500-gpadc: Fix kernel-doc parameter names.Jonathan Cameron1-2/+2
2024-04-06iio: dac: ad5770r: Use device_for_each_child_node_scoped()Jonathan Cameron1-13/+6
2024-04-06iio: dac: ad3552r: Use device_for_each_child_node_scoped()Jonathan Cameron1-32/+19
2024-04-06phy: qcom: qmp-combo: Fix register base for QSERDES_DP_PHY_MODEStephen Boyd1-2/+2
2024-04-06phy: qcom: qmp-combo: Fix VCO div offset on v3Stephen Boyd1-1/+5
2024-04-06phy: rockchip: naneng-combphy: Fix mux on rk3588Sebastian Reichel1-3/+33