summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-03-26clk: renesas: rzg2l: Re-enable critical module clocks during resumeBiju Das-3/+18
2026-03-26clk: renesas: rzg2l: Add rzg2l_mod_clock_init_mstop_helper()Biju Das-9/+15
2026-03-26clk: renesas: rzg2l: Add helper for mod clock enable/disableBiju Das-3/+11
2026-03-26clk: renesas: r9a0{7g04[34],8g045}: Add critical reset entriesBiju Das-0/+31
2026-03-26clk: renesas: rzg2l: Add support for critical resetsBiju Das-0/+37
2026-03-27PCI: of: Remove max-link-speed generation validationHans Zhang-12/+7
2026-03-27PCI: controller: Validate max-link-speedHans Zhang-4/+5
2026-03-27PCI: j721e: Validate max-link-speed from DTHans Zhang-1/+2
2026-03-27PCI: dwc: Use pcie_get_link_speed() helper for safe array accessHans Zhang-9/+9
2026-03-27PCI: Add pcie_get_link_speed() helper for safe array accessHans Zhang-0/+18
2026-03-26interconnect: qcom: msm8974: expand DEFINE_QNODE macrosDmitry Baryshkov-144/+1191
2026-03-26interconnect: qcom: msm8974: switch to the main icc-rpm driverDmitry Baryshkov-261/+43
2026-03-26interconnect: qcom: let platforms declare their bugginessDmitry Baryshkov-7/+13
2026-03-26interconnect: qcom: define OCMEM bus resourceDmitry Baryshkov-0/+7
2026-03-26interconnect: qcom: icc-rpm: allow overwriting get_bw callbackDmitry Baryshkov-0/+2
2026-03-26interconnect: qcom: drop unused is_on flagDmitry Baryshkov-2/+0
2026-03-26PCI: sky1: Use boolean true for is_rc fieldHans Zhang-1/+1
2026-03-26PCI: qcom: Advertise Hotplug Slot Capability with no Command Completion supportKrishna Chaitanya Chundru-6/+11
2026-03-26dm-bufio: use kzalloc_flexRosen Penev-2/+2
2026-03-26PCI: dwc: Expose PCIe event counters for groups 5 to 7 over debugfsHans Zhang-1/+51
2026-03-26dm vdo: save the formatted metadata to diskBruce Johnston-20/+147
2026-03-26dm vdo: add formatting logic and initializationBruce Johnston-25/+81
2026-03-26dm vdo: add synchronous metadata I/O submission helperBruce Johnston-13/+34
2026-03-26dm vdo: add geometry block structureBruce Johnston-45/+66
2026-03-26dm vdo: add geometry block encodingBruce Johnston-0/+58
2026-03-26dm vdo: add upfront validation for logical sizeBruce Johnston-0/+6
2026-03-26dm vdo: add formatting parameters to table lineBruce Johnston-17/+111
2026-03-26dm vdo: add super block initialization to encodings.cBruce Johnston-0/+90
2026-03-26dm vdo: add geometry block initialization to encodings.cBruce Johnston-0/+103
2026-03-26PCI: imx6: Separate PERST# assertion from core reset functionsSherry Sun-11/+18
2026-03-26PCI: imx6: Change imx_pcie_deassert_core_reset() return type to voidSherry Sun-11/+3
2026-03-26PCI: endpoint: Improve error messagesManivannan Sadhasivam-5/+10
2026-03-26PCI: endpoint: Print the EPF name in the error log of pci_epf_make()Manivannan Sadhasivam-1/+2
2026-03-26Merge tag 'net-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-104/+247
2026-03-26PCI: imx6: Skip waiting for L2/L3 Ready on i.MX6SXRichard Zhu-0/+1
2026-03-26irqchip/gic-v3: Print a warning for out-of-range interrupt numbersGeert Uytterhoeven-0/+8
2026-03-26irqchip/renesas-rzg2l: Add shared interrupt supportBiju Das-3/+115
2026-03-26irqchip/renesas-rzg2l: Add RZ/G3L supportBiju Das-2/+46
2026-03-26irqchip/renesas-rzg2l: Drop IRQC_IRQ_COUNT macroBiju Das-4/+6
2026-03-26irqchip/renesas-rzg2l: Drop IRQC_TINT_START macroBiju Das-10/+12
2026-03-26irqchip/renesas-rzg2l: Drop IRQC_NUM_IRQ macroBiju Das-8/+26
2026-03-26irqchip/renesas-rzg2l: Dynamically allocate fwspec arrayBiju Das-1/+6
2026-03-26irqchip/renesas-rzg2l: Split rzfive_irqc_{mask,unmask} into separate IRQ and ...Biju Das-14/+30
2026-03-26irqchip/renesas-rzg2l: Split rzfive_tint_irq_endisable() into separate IRQ an...Biju Das-31/+44
2026-03-26irqchip/renesas-rzg2l: Replace rzg2l_irqc_irq_{enable,disable} with TINT-spec...Biju Das-22/+18
2026-03-26irqchip/renesas-rzg2l: Split set_type handler into separate IRQ and TINT func...Biju Das-11/+16
2026-03-26irqchip/renesas-rzg2l: Split EOI handler into separate IRQ and TINT functionsBiju Das-9/+17
2026-03-26irqchip/renesas-rzg2l: Replace single irq_chip with per-region irq_chip insta...Biju Das-10/+51
2026-03-26irqchip/renesas-rzg2l: Drop redundant IRQC_TINT_START check in rzg2l_irqc_all...Biju Das-3/+0
2026-03-26irqchip/renesas-rzg2l: Fix error path in rzg2l_irqc_common_probe()Biju Das-1/+1