From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S976255AbdDXSSo (ORCPT ); Mon, 24 Apr 2017 14:18:44 -0400 Received: from mail-pf0-f180.google.com ([209.85.192.180]:34036 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S973088AbdDXSSe (ORCPT ); Mon, 24 Apr 2017 14:18:34 -0400 From: Brendan Higgins To: wsa@the-dreams.de, robh+dt@kernel.org, mark.rutland@arm.com, tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com, joel@jms.id.au, vz@mleia.com, mouse@mayc.ru, clg@kaod.org, benh@kernel.crashing.org Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org Subject: [PATCH v7 0/5] i2c: aspeed: added driver for Aspeed I2C Date: Mon, 24 Apr 2017 11:18:13 -0700 Message-Id: <20170424181818.2754-1-brendanhiggins@google.com> X-Mailer: git-send-email 2.12.2.816.g2cccc81164-goog Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Addressed comments from: - Ben in: http://www.spinics.net/lists/devicetree/msg170491.html and: http://www.spinics.net/lists/devicetree/msg171232.html - Rob: http://www.spinics.net/lists/devicetree/msg171593.html - Joel in: http://www.spinics.net/lists/devicetree/msg171204.html Changes since previous update: - Renamed irq domain for consistency - Changed clock-frequency to bus-frequency in device tree - Made some fixes to clock divider code - Added hardware reset function - Marked functions that need to be called with the lock held as "unlocked" - Did a bunch of clean up Looks like there still might be some more work to do with multi-master support and the clock divider stuff, but I will leave that up for others to decide. As before, tested on Aspeed 2500 evaluation board and a real platform with an Aspeed 2520.