From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754749AbcIIT4E (ORCPT ); Fri, 9 Sep 2016 15:56:04 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:35357 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754620AbcIITz5 (ORCPT ); Fri, 9 Sep 2016 15:55:57 -0400 From: Brendan Higgins To: wsa@the-dreams.de, robh+dt@kernel.org, mark.rutland@arm.com Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org, joel@jms.id.au, jk@ozlabs.org Subject: [PATCH 0/2] i2c: aspeed: added driver for Aspeed I2C Date: Fri, 9 Sep 2016 12:54:28 -0700 Message-Id: <1473450870-10333-1-git-send-email-brendanhiggins@google.com> X-Mailer: git-send-email 2.8.0.rc3.226.g39d4020 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch set adds initial master mode and slave mode support for the Aspeed 24xx and 25xx I2C controllers, as well as device binding documentation for the new driver. These changes have been tested on the ast2500 evaluation board from Aspeed. Work still to be done: - The driver supports I2C protocol mangling in the form of sending stops after every transaction, the remaining mangling support has not yet been added. - SMBus Alert support. Cheers!