1. 23 8月, 2017 2 次提交
    • M
      powerpc/vio: Use device_type to detect family · bcf21e3a
      Michael Ellerman 提交于
      Currently in the vio.c code we use a comparision against the parent
      device node's full path to decide if the device is a PFO or VIO family
      device.
      
      Both the ibm,platform-facilities and vdevice nodes are defined by PAPR,
      and must have a matching device_type. So instead of using the path we
      can instead compare the device_type.
      
      I've checked Qemu and kvmtool both do this correctly, and all the
      PowerVM systems I have access to do also. So it seems to be safe.
      
      This removes the dependency on full_name, which is being removed
      upstream.
      Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
      bcf21e3a
    • M
      Merge branch 'fixes' into next · 15c659ff
      Michael Ellerman 提交于
      There's a non-trivial dependency between some commits we want to put in
      next and the KVM prefetch work around that went into fixes. So merge
      fixes into next.
      15c659ff
  2. 21 8月, 2017 1 次提交
  3. 18 8月, 2017 1 次提交
  4. 17 8月, 2017 11 次提交
  5. 16 8月, 2017 8 次提交
  6. 15 8月, 2017 17 次提交