summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-12-291-3/+1
|\
| * virt: tdx-guest: Just leak decrypted memory on unrecoverable errorsLi RongQing2024-12-291-3/+1
* | Merge tag 'irq-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-12-292-2/+9
|\ \
| * | PCI/MSI: Handle lack of irqdomain gracefullyThomas Gleixner2024-12-162-2/+9
* | | Merge tag 'i2c-for-6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-292-33/+98
|\ \ \
| * | | i2c: microchip-core: fix "ghost" detectionsConor Dooley2024-12-261-2/+0
| * | | i2c: microchip-core: actually use repeated sendsConor Dooley2024-12-261-26/+94
| * | | i2c: imx: add imx7d compatible string for applying erratum ERR007805Carlos Song2024-12-251-0/+1
| * | | i2c: imx: fix missing stop condition in single-master modeStefan Eichenberger2024-12-251-5/+3
| | |/ | |/|
* | | Merge tag 'block-6.13-20241228' of git://git.kernel.dk/linuxLinus Torvalds2024-12-281-9/+17
|\ \ \
| * | | ublk: detach gendisk from ublk device if add_disk() failsMing Lei2024-12-261-9/+17
* | | | Merge tag 'for-v6.13-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2024-12-273-12/+44
|\ \ \ \
| * | | | power: supply: bq24190: Fix BQ24296 Vbus regulator supportHans de Goede2024-12-191-3/+9
| * | | | power: supply: cros_charge-control: hide start threshold on v2 cmdThomas Weißschuh2024-12-101-6/+8
| * | | | power: supply: cros_charge-control: allow start_threshold == end_thresholdThomas Weißschuh2024-12-101-2/+2
| * | | | power: supply: cros_charge-control: add mutex for driver dataThomas Weißschuh2024-12-101-1/+17
| * | | | power: supply: gpio-charger: Fix set charge current limitsDimitri Fedrau2024-12-101-0/+8
* | | | | Merge tag 'dmaengine-fix-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-12-2611-31/+80
|\ \ \ \ \
| * | | | | dmaengine: tegra: Return correct DMA status when pausedAkhil R2024-12-241-0/+10
| * | | | | dmaengine: mv_xor: fix child node refcount handling in early exitJavier Carrasco2024-12-241-0/+2
| * | | | | dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd()Joe Hattori2024-12-242-5/+37
| * | | | | dmaengine: amd: qdma: Remove using the private get and set dma_ops APIsLizhi Hou2024-12-041-16/+12
| * | | | | dmaengine: apple-admac: Avoid accessing registers in probeSasha Finkelstein2024-12-041-5/+2
| * | | | | dmaengine: loongson2-apb: Change GENMASK to GENMASK_ULLBinbin Zhou2024-12-021-1/+1
| * | | | | dmaengine: dw: Select only supported masters for ACPI devicesAndy Shevchenko2024-12-023-4/+14
| * | | | | dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memsetChen Ridong2024-12-021-0/+2
| |/ / / /
* | | | | Merge tag 'phy-fixes-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-12-268-19/+40
|\ \ \ \ \
| * | | | | phy: mediatek: phy-mtk-hdmi: add regulator dependencyArnd Bergmann2024-12-241-0/+1
| * | | | | phy: freescale: fsl-samsung-hdmi: Fix 64-by-32 division cocci warningsAdam Ford2024-12-241-2/+1
| * | | | | phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()Zijun Hu2024-12-241-1/+3
| * | | | | phy: core: Fix an OF node refcount leakage in _of_phy_get()Zijun Hu2024-12-241-2/+5
| * | | | | phy: core: Fix that API devm_phy_destroy() fails to destroy the phyZijun Hu2024-12-241-1/+1
| * | | | | phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister...Zijun Hu2024-12-241-3/+3
| * | | | | phy: core: Fix that API devm_phy_put() fails to release the phyZijun Hu2024-12-241-1/+1
| * | | | | phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PMCristian Ciocaltea2024-12-081-1/+2
| * | | | | phy: stm32: work around constant-value overflow assertionArnd Bergmann2024-12-041-6/+15
| * | | | | phy: qcom-qmp: Fix register name in RX Lane config of SC8280XPKrishna Kurapati2024-12-041-1/+1
| * | | | | phy: rockchip: naneng-combphy: fix phy resetChukun Pan2024-12-041-1/+1
| * | | | | phy: usb: Toggle the PHY power during initJustin Chen2024-12-041-0/+6
| |/ / / /
* | | | | Merge tag 'chrome-platform-for-6.13-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-12-261-2/+2
|\ \ \ \ \
| * | | | | platform/chrome: cros_ec_lpc: fix product identity for early Framework LaptopsDustin L. Howett2024-12-251-2/+2
* | | | | | Merge tag 'mtd/fixes-for-6.13-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-12-244-6/+27
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | mtd: rawnand: omap2: Fix build warnings with W=1Roger Quadros2024-12-051-0/+16
| * | | | | mtd: rawnand: arasan: Fix missing de-registration of NANDMaciej Andrzejewski2024-12-051-0/+7
| * | | | | mtd: rawnand: arasan: Fix double assertion of chip-selectMaciej Andrzejewski2024-12-051-2/+2
| * | | | | mtd: diskonchip: Cast an operand to prevent potential overflowZichen Xie2024-12-051-1/+1
| * | | | | mtd: rawnand: fix double free in atmel_pmecc_create_user()Dan Carpenter2024-12-051-3/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'devicetree-fixes-for-6.13-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-12-227-11/+66
|\ \ \ \ \
| * | | | | of: Add coreboot firmware to excluded default cells listRob Herring (Arm)2024-12-201-1/+2
| * | | | | of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one()Zijun Hu2024-12-101-0/+1