From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752081Ab2FLKrT (ORCPT ); Tue, 12 Jun 2012 06:47:19 -0400 Received: from hqemgate04.nvidia.com ([216.228.121.35]:2014 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750985Ab2FLKrQ (ORCPT ); Tue, 12 Jun 2012 06:47:16 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Tue, 12 Jun 2012 03:46:40 -0700 From: Laxman Dewangan To: , , , , CC: , , , Laxman Dewangan Subject: [PATCH v2 0/4] i2c: tegra: Bug fixes, cleanups and M_NOSTART support Date: Tue, 12 Jun 2012 16:07:27 +0530 Message-ID: <1339497451-26260-1-git-send-email-ldewangan@nvidia.com> X-Mailer: git-send-email 1.7.1.1 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 This patch series having the: - Handling of late register write due to Tegra PPSB design. - support for I2C_M_NOSTART - Use devm_* for all allocation. Changes from V1: Taking care of review comment from Wolfram in patch 1/4. Laxman Dewangan (4): i2c: tegra: make sure register writes completes i2c: tegra: add PROTOCOL_MANGLING as supported functionality. i2c: tegra: support for I2C_M_NOSTART functionality i2c: tegra: make all resource allocation through devm_* drivers/i2c/busses/i2c-tegra.c | 110 ++++++++++++++++++++++------------------ 1 files changed, 60 insertions(+), 50 deletions(-)