From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [RFC/RFT 5/6] i2c: qup: Get rid of clock handling as its done using runtime callbacks Date: Thu, 23 Apr 2015 14:16:12 -0700 Message-ID: <7hoame5yw3.fsf@deeprootsystems.com> References: <1429778744-13352-1-git-send-email-rnayak@codeaurora.org> <1429778744-13352-6-git-send-email-rnayak@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pa0-f48.google.com ([209.85.220.48]:36030 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752402AbbDWVQP (ORCPT ); Thu, 23 Apr 2015 17:16:15 -0400 Received: by pabsx10 with SMTP id sx10so28517573pab.3 for ; Thu, 23 Apr 2015 14:16:15 -0700 (PDT) In-Reply-To: <1429778744-13352-6-git-send-email-rnayak@codeaurora.org> (Rajendra Nayak's message of "Thu, 23 Apr 2015 14:15:43 +0530") Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Rajendra Nayak Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org Rajendra Nayak writes: > Remove all clock handling from the driver as this is not handled from > within platform runtime callbacks. s/not/now/ ?? Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@kernel.org (Kevin Hilman) Date: Thu, 23 Apr 2015 14:16:12 -0700 Subject: [RFC/RFT 5/6] i2c: qup: Get rid of clock handling as its done using runtime callbacks In-Reply-To: <1429778744-13352-6-git-send-email-rnayak@codeaurora.org> (Rajendra Nayak's message of "Thu, 23 Apr 2015 14:15:43 +0530") References: <1429778744-13352-1-git-send-email-rnayak@codeaurora.org> <1429778744-13352-6-git-send-email-rnayak@codeaurora.org> Message-ID: <7hoame5yw3.fsf@deeprootsystems.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Rajendra Nayak writes: > Remove all clock handling from the driver as this is not handled from > within platform runtime callbacks. s/not/now/ ?? Kevin