Skip to content
  • Philippe Gerum's avatar
    gpio: ipipe: convert to hard locking · e14adb41
    Philippe Gerum authored
    The generic GPIO chip needs to be hard locked as its handlers may be
    called from out-of-band code running in the head domain. To this end,
    convert the regular spinlock protecting the gpio_chip descriptor to a
    hard lock.
    e14adb41