Skip to content
  1. Dec 21, 2013
    • Christoffer Dall's avatar
      KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGIC · 7330672b
      Christoffer Dall authored
      
      
      Support creating the ARM VGIC device through the KVM_CREATE_DEVICE
      ioctl, which can then later be leveraged to use the
      KVM_{GET/SET}_DEVICE_ATTR, which is useful both for setting addresses in
      a more generic API than the ARM-specific one and is useful for
      save/restore of VGIC state.
      
      Adds KVM_CAP_DEVICE_CTRL to ARM capabilities.
      
      Note that we change the check for creating a VGIC from bailing out if
      any VCPUs were created, to bailing out if any VCPUs were ever run.  This
      is an important distinction that shouldn't break anything, but allows
      creating the VGIC after the VCPUs have been created.
      
      Acked-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
      Signed-off-by: default avatarChristoffer Dall <christoffer.dall@linaro.org>
      7330672b
  2. Dec 11, 2013
  3. Nov 28, 2013
  4. Nov 25, 2013
    • Alexandre Courbot's avatar
      Documentation: gpiolib: document new interface · fd8e198c
      Alexandre Courbot authored
      
      
      gpiolib now exports a new descriptor-based interface which deprecates
      the older integer-based one. This patch documents this new interface and
      also takes the opportunity to brush-up the GPIO documentation a little
      bit.
      
      The new descriptor-based interface follows the same consumer/driver
      model as many other kernel subsystems (e.g. clock, regulator), so its
      documentation has similarly been splitted into different files.
      
      The content of the former documentation has been reused whenever it
      made sense; however, some of its content did not apply to the new
      interface anymore and have this been removed. Likewise, new sections
      like the mapping of GPIOs to devices have been written from scratch.
      
      The deprecated legacy-based documentation is still available, untouched,
      under Documentation/gpio/gpio-legacy.txt.
      
      Signed-off-by: default avatarAlexandre Courbot <acourbot@nvidia.com>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      fd8e198c
  5. Nov 22, 2013
  6. Nov 21, 2013
  7. Nov 18, 2013
  8. Nov 17, 2013
  9. Nov 15, 2013
  10. Nov 14, 2013
  11. Nov 13, 2013
Loading