Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932982AbbLCJxh (ORCPT ); Thu, 3 Dec 2015 04:53:37 -0500 Received: from eusmtp01.atmel.com ([212.144.249.242]:23315 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932468AbbLCJxe (ORCPT ); Thu, 3 Dec 2015 04:53:34 -0500 From: Ludovic Desroches To: , , CC: , , , , , Ludovic Desroches Subject: [PATCH v2 0/4] i2c: at91: add support for SDA HOLD Date: Thu, 3 Dec 2015 10:53:49 +0100 Message-ID: <1449136434-27619-1-git-send-email-ludovic.desroches@atmel.com> X-Mailer: git-send-email 2.5.0 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 956 Lines: 26 Changes: - from v1: - fix typos, - change MAX_HOLD macro to follow Nicolas' advice, - make it clear that sama5d2 also support i2c-sda-hold-time-ns. Ludovic Desroches (4): i2c: at91: add support for the HOLD field i2c: at91: update bindings documention ARM: at91/dt: sama5d4: update i2c compatible string ARM: at91/dt: sama5d2 Xplained: pmic needs a specific sda hold time Documentation/devicetree/bindings/i2c/i2c-at91.txt | 5 +- arch/arm/boot/dts/at91-sama5d2_xplained.dts | 1 + arch/arm/boot/dts/sama5d4.dtsi | 6 +-- drivers/i2c/busses/i2c-at91.c | 53 ++++++++++++++++++++-- 4 files changed, 58 insertions(+), 7 deletions(-) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/