Re: [PATCH v2 0/3] Release allocated periodic bandwidth data from reset_bandwidth()

2020-12-13 Thread Chunfeng Yun
On Fri, 2020-12-11 at 14:36 +0800, Ikjoon Jang wrote: > On Fri, Dec 11, 2020 at 9:53 AM Chunfeng Yun > wrote: > > > > On Thu, 2020-12-10 at 18:47 +0800, Ikjoon Jang wrote: > > > xhci-mtk releases allocated TT bandwidth data only when whole > > > endpoints of a device are dropped as there're only

Re: [PATCH v2 0/3] Release allocated periodic bandwidth data from reset_bandwidth()

2020-12-10 Thread Ikjoon Jang
On Fri, Dec 11, 2020 at 9:53 AM Chunfeng Yun wrote: > > On Thu, 2020-12-10 at 18:47 +0800, Ikjoon Jang wrote: > > xhci-mtk releases allocated TT bandwidth data only when whole > > endpoints of a device are dropped as there're only {add|drop}_endpoint() > > hooks are defined. This patchset adds

Re: [PATCH v2 0/3] Release allocated periodic bandwidth data from reset_bandwidth()

2020-12-10 Thread Chunfeng Yun
On Thu, 2020-12-10 at 18:47 +0800, Ikjoon Jang wrote: > xhci-mtk releases allocated TT bandwidth data only when whole > endpoints of a device are dropped as there're only {add|drop}_endpoint() > hooks are defined. This patchset adds more hooks and releases all > bandwidth data from

[PATCH v2 0/3] Release allocated periodic bandwidth data from reset_bandwidth()

2020-12-10 Thread Ikjoon Jang
xhci-mtk releases allocated TT bandwidth data only when whole endpoints of a device are dropped as there're only {add|drop}_endpoint() hooks are defined. This patchset adds more hooks and releases all bandwidth data from reset_bandwidth() path, not drop_endpoint(). Changes in v2: - fix a 0-day