summaryrefslogtreecommitdiff
path: root/drivers/i3c/master/mipi-i3c-hci
AgeCommit message (Expand)Author
5 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
5 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
5 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
6 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-31i3c: mipi-i3c-hci-pci: Add System Suspend supportAdrian Hunter
2026-01-31i3c: mipi-i3c-hci: Add optional System Suspend supportAdrian Hunter
2026-01-14i3c: mipi-i3c-hci-pci: Add Runtime PM supportAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Add optional Runtime PM supportAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Factor out master dynamic address setting into helperAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Allow core re-initialization for Runtime PM supportAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Factor out core initialization into helperAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Factor out IO mode setting into helperAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Factor out software reset into helperAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Add PIO suspend and resume supportAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Refactor PIO register initializationAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Add DMA suspend and resume supportAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Extract ring initialization from hci_dma_init()Adrian Hunter
2026-01-14i3c: mipi-i3c-hci: Introduce helper to restore DATAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Cache DAT in memory for Runtime PM restoreAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Manage DMA deallocation via devres actionAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Switch PIO data allocation to devm_kzalloc()Adrian Hunter
2026-01-14i3c: mipi-i3c-hci: Switch DAT bitmap allocation to devm_bitmap_zalloc()Adrian Hunter
2026-01-14i3c: mipi-i3c-hci: Ensure proper bus clean-upAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Reset RING_OPERATION1 fields during initAdrian Hunter
2026-01-14i3c: mipi-i3c-hci-pci: Define Multi-Bus instances for supported controllersAdrian Hunter
2026-01-14i3c: mipi-i3c-hci-pci: Add support for Multi-Bus InstancesAdrian Hunter
2026-01-14i3c: mipi-i3c-hci-pci: Convert to MFD driverAdrian Hunter
2026-01-14i3c: mipi-i3c-hci-pci: Pass base regs as platform data to i3c core deviceAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Allow for Multi-Bus InstancesAdrian Hunter
2026-01-14i3c: mipi-i3c-hci-pci: Assign unique device names and IDs for Intel LPSS I3CAdrian Hunter
2026-01-14i3c: mipi-i3c-hci-pci: Enable MSI supportAdrian Hunter
2026-01-14i3c: mipi-i3c-hci-pci: Do not repeatedly check for NULL driver_dataAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Quieten initialization messagesAdrian Hunter
2026-01-14i3c: mipi-i3c-hci: Stop reading Extended Capabilities if capability ID is 0Adrian Hunter
2026-01-14i3c: mipi-i3c-hci: Remove duplicate blank linesAdrian Hunter
2025-12-08i3c: master: switch to use new callback .i3c_xfers() from .priv_xfers()Frank Li
2025-11-29i3c: mipi-i3c-hci-pci: Set d3cold_delay to 0 for Intel controllersAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllersAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Add exit callbackAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Change callback parameterAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Allocate a structure for mipi_i3c_hci_pci device infor...Adrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Factor out intel_reset()Adrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Factor out private registers ioremappingAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Constify driver dataAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Use readl_poll_timeout()Adrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Rename some Intel-related identifiersAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Move all Intel-related definitions togetherAdrian Hunter
2025-11-29i3c: mipi-i3c-hci-pci: Set 64-bit DMA mask for Intel controllersAdrian Hunter
2025-11-08i3c: mipi-i3c-hci-pci: Add support for Intel Nova Lake-S I3CJarkko Nikula
2025-09-16i3c: mipi-i3c-hci: Convert remaining DBG() prints to dev_dbg()Jarkko Nikula