c9955ddc | 11-May-2016 |
Imre Vadász <imre@vdsz.com> |
gpio_acpi: Turn this into a child device of gpio_intel.
* This makes gpio_intel much more independent from gpio_acpi.
* Less adjustments needed in gpio drivers for using gpio_acpi.
* Some slight c
gpio_acpi: Turn this into a child device of gpio_intel.
* This makes gpio_intel much more independent from gpio_acpi.
* Less adjustments needed in gpio drivers for using gpio_acpi.
* Some slight cleanup, and refactoring turning device_t args to struct gpio_acpi_softc * args.
show more ...
|
ad9cd008 | 30-Apr-2016 |
Imre Vadász <imre@vdsz.com> |
gpio_intel: Use a cookie object for gpio interrupt allocation as well.
* This tries to improve the gpio_if.m api, e.g. only the interrupt pin allocation can legitimately fail. The interrupt setup
gpio_intel: Use a cookie object for gpio interrupt allocation as well.
* This tries to improve the gpio_if.m api, e.g. only the interrupt pin allocation can legitimately fail. The interrupt setup and teardown functions can't really fail for proper input values (and for bogus arguments it can just panic).
show more ...
|
3094cc64 | 09-Apr-2016 |
Imre Vadász <imre@vdsz.com> |
gpio_intel: Handle level triggered interrupts more correctly.
* Clearing the interrupt status bit needs to be done after handling the level-triggered gpio interrupt.
* This avoids duplicate inter
gpio_intel: Handle level triggered interrupts more correctly.
* Clearing the interrupt status bit needs to be done after handling the level-triggered gpio interrupt.
* This avoids duplicate interrupts for level-triggered GpioInt lines.
show more ...
|
44007317 | 05-Apr-2016 |
Imre Vadász <imre@vdsz.com> |
gpio_intel: Change GPIOcfg bits when needed to enable RX for interrupt pins.
* On the HP x2 210 detachable the "windows-key" hardware button doesn't have RX enabled in the Gpio pin configuration b
gpio_intel: Change GPIOcfg bits when needed to enable RX for interrupt pins.
* On the HP x2 210 detachable the "windows-key" hardware button doesn't have RX enabled in the Gpio pin configuration by default.
show more ...
|