git: gpio_acpi: Turn this into a child device of gpio_intel.
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Sun May 29 09:45:54 PDT 2016
commit c9955ddcf88eef025ad2700358e13e835e3ca1e8
Author: Imre Vadász <imre at vdsz.com>
Date: Wed May 11 22:11:05 2016 +0200
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.
Summary of changes:
sys/bus/gpio/gpio_acpi/gpio_acpi.c | 245 +++++++++++++++++-------------
sys/bus/gpio/gpio_acpi/gpio_acpivar.h | 3 +-
sys/bus/gpio/gpio_intel/gpio_cherryview.c | 1 -
sys/bus/gpio/gpio_intel/gpio_intel.c | 13 +-
sys/bus/gpio/gpio_intel/gpio_intel_var.h | 1 -
5 files changed, 149 insertions(+), 114 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c9955ddcf88eef025ad2700358e13e835e3ca1e8
--
DragonFly BSD source repository
More information about the Commits
mailing list