Skip to content
  • Stefan Roese's avatar
    i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail) · ca6c5e03
    Stefan Roese authored
    
    
    This patch adds support for the SMBus block read/write functionality.
    Other protocols like the SMBus quick command need to get added
    if this is needed.
    
    This patch also removed the SMBus related defines from the Ivybridge
    pch.h header. As they are integrated in this driver and should be
    used from here. This change is added in this patch to avoid compile
    breakage to keep the source git bisectable.
    
    Tested on a congatec BayTrail board to configure the SMSC2513 USB
    hub.
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>
    Cc: Bin Meng <bmeng.cn@gmail.com>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Heiko Schocher <hs@denx.de>
    Cc: George McCollister <george.mccollister@gmail.com>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
    ca6c5e03