summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '9365f0de4303f82ed4c2db1c39d3de824b249d80' into HEADJonathan Cameron2024-11-09253-2730/+2664
|\
| * Merge 6.12-rc6 into char-misc-nextGreg Kroah-Hartman2024-11-05235-2705/+2487
| |\
| | * Merge tag 'phy-fixes-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-11-0313-26/+56
| | |\
| | | * phy: tegra: xusb: Add error pointer check in xusb.cDipendra Khadka2024-10-211-0/+2
| | | * phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL lock checkRichard Zhu2024-10-211-5/+5
| | | * phy: phy-rockchip-samsung-hdptx: Depend on CONFIG_COMMON_CLKCristian Ciocaltea2024-10-171-0/+1
| | | * phy: ti: phy-j721e-wiz: fix usxgmii configurationSiddharth Vadapalli2024-10-171-2/+2
| | | * phy: starfive: jh7110-usb: Fix link configuration to controllerJan Kiszka2024-10-171-0/+16
| | | * phy: qcom: qmp-pcie: drop bogus x1e80100 qref suppliesJohan Hovold2024-10-171-4/+4
| | | * phy: qcom: qmp-combo: move driver data initialisation earlierJohan Hovold2024-10-171-2/+1
| | | * phy: qcom: qmp-usbc: fix NULL-deref on runtime suspendJohan Hovold2024-10-171-0/+1
| | | * phy: qcom: qmp-usb-legacy: fix NULL-deref on runtime suspendJohan Hovold2024-10-171-0/+1
| | | * phy: qcom: qmp-usb: fix NULL-deref on runtime suspendJohan Hovold2024-10-171-0/+1
| | | * phy: usb: disable COMMONONN for dual modeJustin Chen2024-10-111-3/+9
| | | * phy: cadence: Sierra: Fix offset of DEQ open eye algorithm control registerBartosz Wawrzyniak2024-10-071-10/+11
| | | * phy: usb: Fix missing elements in BCM4908 USB init arraySam Edwards2024-10-071-0/+2
| | * | Merge tag 'dmaengine-fix-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-032-26/+61
| | |\ \
| | | * | dmaengine: ti: k3-udma: Set EOP for all TRs in cyclic BCDMA transferJai Luthra2024-10-141-15/+47
| | | * | dmaengine: sh: rz-dmac: handle configs where one address is zeroWolfram Sang2024-10-141-11/+14
| | | |/
| | * | Merge tag 'driver-core-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-11-032-12/+5
| | |\ \
| | | * | Revert "driver core: Fix uevent_show() vs driver detach race"Greg Kroah-Hartman2024-10-292-12/+5
| | * | | Merge tag 'usb-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-11-0310-31/+77
| | |\ \ \
| | | * | | usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non s...Amit Sunil Dhamne2024-10-291-3/+7
| | | * | | usb: phy: Fix API devm_usb_put_phy() can not release the phyZijun Hu2024-10-291-1/+1
| | | * | | usb: typec: use cleanup facility for 'altmodes_node'Javier Carrasco2024-10-291-3/+4
| | | * | | usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()Javier Carrasco2024-10-291-0/+1
| | | * | | usb: typec: qcom-pmic-typec: fix missing fwnode removal in error pathJavier Carrasco2024-10-291-2/+4
| | | * | | usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodesJavier Carrasco2024-10-291-2/+2
| | | * | | usb: acpi: fix boot hang due to early incorrect 'tunneled' USB3 device linksMathias Nyman2024-10-291-2/+2
| | | * | | Revert "usb: dwc2: Skip clock gating on Broadcom SoCs"Stefan Wahren2024-10-291-1/+0
| | | * | | xhci: Fix Link TRB DMA in command ring stopped completion eventFaisal Hassan2024-10-291-8/+8
| | | * | | xhci: Use pm_runtime_get to prevent RPM on unsupported systemsBasavaraj Natikar2024-10-291-2/+4
| | | * | | Merge tag 'thunderbolt-for-v6.12-rc5' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman2024-10-292-8/+45
| | | |\ \ \
| | | | * | | thunderbolt: Honor TMU requirements in the domain when setting TMU modeGil Fine2024-10-211-6/+42
| | | | * | | thunderbolt: Fix KASAN reported stack out-of-bounds read in tb_retimer_scan()Mika Westerberg2024-10-111-2/+3
| | * | | | | Merge tag 'char-misc-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-037-66/+91
| | |\ \ \ \ \
| | | * \ \ \ \ Merge tag 'iio-fixes-for-6.12b' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-10-296-64/+89
| | | |\ \ \ \ \
| | | | * | | | | iio: dac: Kconfig: Fix build error for ltc2664Jinjie Ruan2024-10-241-1/+1
| | | | * | | | | iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()Zicheng Qu2024-10-241-1/+1
| | | | * | | | | staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg()Zicheng Qu2024-10-241-2/+5
| | | | * | | | | iio: adc: ad7380: fix supplies for ad7380-4Julien Stephan2024-10-241-10/+26
| | | | * | | | | iio: adc: ad7380: add missing suppliesJulien Stephan2024-10-241-0/+43
| | | | * | | | | iio: adc: ad7380: use devm_regulator_get_enable_read_voltage()Julien Stephan2024-10-241-60/+21
| | | | * | | | | iio: light: veml6030: fix microlux value calculationJavier Carrasco2024-10-241-1/+1
| | | | * | | | | iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_s...Jinjie Ruan2024-10-191-1/+1
| | | | * | | | | iio: gts-helper: Fix memory leaks in iio_gts_build_avail_scale_table()Jinjie Ruan2024-10-191-0/+2
| | | * | | | | | mei: use kvmalloc for read bufferAlexander Usyskin2024-10-291-2/+2
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-033-64/+95
| | |\ \ \ \ \ \
| | | * | | | | | Input: fix regression when re-registering input handlersDmitry Torokhov2024-11-021-61/+73
| | | * | | | | | Input: adp5588-keys - do not try to disable interrupt 0Dmitry Torokhov2024-10-251-2/+4