Re: [RFC PATCH 27/30] PCI/TSM: Add PCI driver callbacks to handle TSM requirements

2025-06-02 Thread Xu Yilun
On Mon, Jun 02, 2025 at 06:36:37PM +0530, Aneesh Kumar K.V wrote: > Xu Yilun writes: > > > Add optional PCI driver callbacks to notify TSM events. For now, these > > handlers may be called during pci_tsm_unbind(). By calling these > > handlers, TSM driver askes for external collaboration to finis

Re: [RFC PATCH 27/30] PCI/TSM: Add PCI driver callbacks to handle TSM requirements

2025-06-02 Thread Aneesh Kumar K . V
Xu Yilun writes: > Add optional PCI driver callbacks to notify TSM events. For now, these > handlers may be called during pci_tsm_unbind(). By calling these > handlers, TSM driver askes for external collaboration to finish entire > TSM unbind flow. > > If platform TSM driver could finish TSM bind

[RFC PATCH 27/30] PCI/TSM: Add PCI driver callbacks to handle TSM requirements

2025-05-28 Thread Xu Yilun
Add optional PCI driver callbacks to notify TSM events. For now, these handlers may be called during pci_tsm_unbind(). By calling these handlers, TSM driver askes for external collaboration to finish entire TSM unbind flow. If platform TSM driver could finish TSM bind/unbind all by itself, don't c