From patchwork Mon Sep 28 19:03:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 11804571 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E01D0618 for ; Mon, 28 Sep 2020 19:03:20 +0000 (UTC) Received: by mail.kernel.org (Postfix) id D90852080A; Mon, 28 Sep 2020 19:03:20 +0000 (UTC) Delivered-To: soc@kernel.org Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A4CB120809 for ; Mon, 28 Sep 2020 19:03:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="nTqJVbkX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A4CB120809 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=tempfail smtp.mailfrom=nsekhar@ti.com Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 08SJ3Jer090076; Mon, 28 Sep 2020 14:03:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1601319799; bh=e4zDdWJieddeMqHkpoetLqbIPp1z19MfTLVTV+nUVZs=; h=To:CC:From:Subject:Date; b=nTqJVbkXWqi6RsRJI4NsyTVunaTx/b+CRxnSnXuYKH2+Fc6kwxSRpuTgW56BbISJQ OOm8s9OYAv5NsY1W/uGVgBWutoCt0FsN9khvoA3ZNN0XuuTbuXU6hr5yP37RfFK/R+ D/dUx3yH5HZiuclkYXb3F24wuPPv5ifHcjNdUMj8= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 08SJ3JKi029543 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 28 Sep 2020 14:03:19 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Mon, 28 Sep 2020 14:03:19 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Mon, 28 Sep 2020 14:03:19 -0500 Received: from [10.24.69.198] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 08SJ3Id3029211; Mon, 28 Sep 2020 14:03:18 -0500 List-Id: To: ARM-SoC Maintainers CC: Linux ARM Kernel List From: Sekhar Nori Subject: [GIT PULL] DaVinci SoC updates for v5.10 Message-ID: <83eff002-5247-4fb6-33b4-ce7cec3d2d5c@ti.com> Date: Tue, 29 Sep 2020 00:33:17 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 Content-Language: en-US X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.10/soc for you to fetch changes up to 7de3f326dd24b5e2d514f9cf99968a20d13cf39f: ARM: davinci: use simple i2c probe function (2020-09-03 11:09:19 +0530) ---------------------------------------------------------------- This pull request contains a patch that shifts to using new simplified i2c driver probe method inside mach-davinci (i2c_driver->probe_new()) ---------------------------------------------------------------- Stephen Kitt (1): ARM: davinci: use simple i2c probe function arch/arm/mach-davinci/board-dm644x-evm.c | 5 ++--- arch/arm/mach-davinci/board-dm646x-evm.c | 10 ++++------ 2 files changed, 6 insertions(+), 9 deletions(-)