1. 01 Feb, 2016 35 commits
  2. 29 Jan, 2016 2 commits
  3. 26 Jan, 2016 2 commits
  4. 25 Jan, 2016 1 commit
    • Heiner Kallweit's avatar
      [media] nuvoton-cir: fix setting ioport base address · fb16aaf5
      Heiner Kallweit authored
      At least on Zotac CI321 ACPI provides an ioport range for the wake up part
      but accessing these ioports has no effect.
      Instead the ioport base address is set to another value already
      (0xa20 in my case) and accessing this ioport range works.
      
      Therefore set a new ioport base address only if the current ioport base
      address is 0 (register reset default).
      
      The need to use the existing base address instead of trying to set
      an own one doesn't seem to be limited to this specific device as other
      drivers like hwmon/nct6775 do it the same way.
      
      This change was successfully tested on the mentioned device.
      And the change should be generic enough to not break the driver for
      other chips (however due to lack of appropriate hardware I wasn't
      able to test this).
      
      [mchehab@osg.samsung.com: Tested on Intel NUC NUC5i7RYB with BIOS
       version RYBDWi35.86A.0350.2015.0812.1722]
      Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
      Tested-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
      fb16aaf5