summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-14i3c: mipi-i3c-hci: Add optional Runtime PM supportAdrian Hunter2-6/+72
2026-01-14i3c: master: Introduce optional Runtime PM supportAdrian Hunter4-9/+138
2026-01-14i3c: mipi-i3c-hci: Factor out master dynamic address setting into helperAdrian Hunter2-3/+10
2026-01-14i3c: mipi-i3c-hci: Allow core re-initialization for Runtime PM supportAdrian Hunter1-17/+21
2026-01-14i3c: mipi-i3c-hci: Factor out core initialization into helperAdrian Hunter1-67/+75
2026-01-14i3c: mipi-i3c-hci: Factor out IO mode setting into helperAdrian Hunter1-14/+31
2026-01-14i3c: mipi-i3c-hci: Factor out software reset into helperAdrian Hunter1-12/+29
2026-01-14i3c: mipi-i3c-hci: Add PIO suspend and resume supportAdrian Hunter1-0/+14
2026-01-14i3c: mipi-i3c-hci: Refactor PIO register initializationAdrian Hunter1-17/+28
2026-01-14i3c: mipi-i3c-hci: Add DMA suspend and resume supportAdrian Hunter2-0/+27
2026-01-14i3c: mipi-i3c-hci: Extract ring initialization from hci_dma_init()Adrian Hunter1-50/+68
2026-01-14i3c: mipi-i3c-hci: Introduce helper to restore DATAdrian Hunter2-0/+10
2026-01-14i3c: mipi-i3c-hci: Cache DAT in memory for Runtime PM restoreAdrian Hunter2-6/+29
2026-01-14i3c: mipi-i3c-hci: Manage DMA deallocation via devres actionAdrian Hunter1-2/+21
2026-01-14i3c: mipi-i3c-hci: Switch PIO data allocation to devm_kzalloc()Adrian Hunter1-3/+1
2026-01-14i3c: mipi-i3c-hci: Switch DAT bitmap allocation to devm_bitmap_zalloc()Adrian Hunter3-11/+3
2026-01-14i3c: master: Replace WARN_ON() with dev_err() in i3c_dev_free_ibi_locked()Adrian Hunter1-2/+5
2026-01-14i3c: master: Update hot-join flag only on successAdrian Hunter1-1/+2
2026-01-14i3c: mipi-i3c-hci: Ensure proper bus clean-upAdrian Hunter4-3/+39
2026-01-14i3c: mipi-i3c-hci: Reset RING_OPERATION1 fields during initAdrian Hunter1-0/+8
2026-01-14i3c: Move device name assignment after i3c_bus_initBilly Tsai1-1/+2
2026-01-14i3c: renesas: Add suspend/resume supportTommaso Merciai1-0/+89
2026-01-14i3c: renesas: Factor out hardware initialization to separate functionTommaso Merciai1-44/+55
2026-01-14i3c: renesas: Store clock rate and reset controls in struct renesas_i3cTommaso Merciai1-19/+20
2026-01-14i3c: renesas: Switch to clk_bulk API and store clocks in private dataTommaso Merciai1-33/+13
2026-01-14i3c: mipi-i3c-hci-pci: Define Multi-Bus instances for supported controllersAdrian Hunter1-13/+22
2026-01-14i3c: mipi-i3c-hci-pci: Add support for Multi-Bus InstancesAdrian Hunter1-10/+26
2026-01-14i3c: mipi-i3c-hci-pci: Convert to MFD driverAdrian Hunter2-35/+41
2026-01-14i3c: mipi-i3c-hci-pci: Pass base regs as platform data to i3c core deviceAdrian Hunter1-19/+20
2026-01-14i3c: mipi-i3c-hci: Allow for Multi-Bus InstancesAdrian Hunter2-4/+32
2026-01-14i3c: mipi-i3c-hci-pci: Assign unique device names and IDs for Intel LPSS I3CAdrian Hunter2-20/+30
2026-01-14i3c: mipi-i3c-hci-pci: Enable MSI supportAdrian Hunter1-2/+6
2026-01-14i3c: mipi-i3c-hci-pci: Do not repeatedly check for NULL driver_dataAdrian Hunter1-3/+3
2026-01-14i3c: mipi-i3c-hci: Quieten initialization messagesAdrian Hunter4-48/+45
2026-01-14i3c: mipi-i3c-hci: Stop reading Extended Capabilities if capability ID is 0Adrian Hunter1-1/+1
2026-01-14i3c: mipi-i3c-hci: Remove duplicate blank linesAdrian Hunter9-17/+0
2026-01-14i3c: Add stub functions when I3C support is disabledFrank Li1-1/+15
2026-01-14i3c: master: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2026-01-14i3c: master: svc: Initialize 'dev' to NULL in svc_i3c_master_ibi_isr()Frank Li1-2/+2
2026-01-14i3c: drop i3c_priv_xfer and i3c_device_do_priv_xfers()Frank Li1-11/+1
2026-01-13i3c: dw: Preserve DAT entry bits when restoring addressesAdrian Ng Ho Yin1-4/+9
2026-01-13i3c: dw: use FIELD_PREP for device address table macrosAdrian Ng Ho Yin1-2/+4
2026-01-13i3c: dw: Add support for Device NACK Retry configurationAdrian Ng Ho Yin1-0/+40
2026-01-13i3c: add sysfs entry and attribute for Device NACK Retry countAdrian Ng Ho Yin3-0/+56
2025-12-14Linux 6.19-rc1v6.19-rc1Linus Torvalds1-2/+2
2025-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-56/+165
2025-12-14Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds9-79/+316
2025-12-14Merge tag 'tomoyo-pr-20251212' of git://git.code.sf.net/p/tomoyo/tomoyoLinus Torvalds1-7/+2
2025-12-13Merge tag 'smp-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+16
2025-12-13Merge tag 'perf-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-18/+20