Re: [PATCH v2 0/2] fw_devlink: Improve cycle detection in DT

2020-06-09 Thread John Stultz
On Tue, Jun 9, 2020 at 6:19 PM Saravana Kannan wrote: > > Patch 2/2 explain the series. Just using a cover letter to thread the > series and add CC's. > > -Saravana > > v1 -> v2: > Patch 2/2: > - Added more comments > - Fixed missing put_device() > - Fixed stupid fall through in the error case >

[PATCH v2 0/2] fw_devlink: Improve cycle detection in DT

2020-06-09 Thread Saravana Kannan
Patch 2/2 explain the series. Just using a cover letter to thread the series and add CC's. -Saravana v1 -> v2: Patch 2/2: - Added more comments - Fixed missing put_device() - Fixed stupid fall through in the error case Saravana Kannan (2): driver core: Add device_is_dependent() to