git: gpio_intel: Slightly simplify interface to chipset-specific code.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Sun May 1 08:45:12 PDT 2016


commit 3a060f5ef766e4f98bdb02a12bf92ea53aa2d271
Author: Imre Vadász <imre at vdsz.com>
Date:   Sun May 1 17:10:45 2016 +0200

    gpio_intel: Slightly simplify interface to chipset-specific code.
    
    * The intidx value in struct pin_intr_map is slightly redundant at the
      moment, but it avoids needless lookups for now.

Summary of changes:
 sys/bus/gpio/gpio_intel/gpio_cherryview.c | 129 +++++++++++++-----------------
 sys/bus/gpio/gpio_intel/gpio_intel.c      |  18 ++++-
 sys/bus/gpio/gpio_intel/gpio_intel_var.h  |  15 ++--
 3 files changed, 77 insertions(+), 85 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3a060f5ef766e4f98bdb02a12bf92ea53aa2d271


-- 
DragonFly BSD source repository



More information about the Commits mailing list