Re: [PATCH slof v2] pci-properties: Remove redundant call to device-type

2015-03-12 Thread Thomas Huth
On Thu, 12 Mar 2015 00:02:02 +1100 Alexey Kardashevskiy a...@ozlabs.ru wrote: At the moment SLOF adds a device_type property automatically for every single PCI device based on its class even if there is no SLOF driver for such a device. OF1275 says that device_type is for implemented

[PATCH slof v2] pci-properties: Remove redundant call to device-type

2015-03-12 Thread Alexey Kardashevskiy
At the moment SLOF adds a device_type property automatically for every single PCI device based on its class even if there is no SLOF driver for such a device. OF1275 says that device_type is for implemented interfaces only. A side effect of this is virtio-balloon getting device_type==memory while