Re: [v6,20/20] cxl: Remove cxl_get_phys_dev() kernel API

2016-03-09 Thread Frederic Barrat
Le 09/03/2016 12:09, Michael Ellerman a écrit : This appears to make cxl_get_phys_dev() completely unused, doesn't it? If so, please send me a follow-up patch to remove it entirely. I would have sworn there was one internal call to it, but I was confused by some older version. Follow-up

Re: [v6,20/20] cxl: Remove cxl_get_phys_dev() kernel API

2016-03-09 Thread Michael Ellerman
On Fri, 2016-04-03 at 11:26:44 UTC, Frederic Barrat wrote: > The cxl_get_phys_dev() API returns a struct device pointer which could > belong to either a struct pci_dev (bare-metal) or platform_device > (powerVM). To avoid potential problems in drivers, remove that API. It > was introduced to allow