Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp3958870imj; Tue, 12 Feb 2019 07:31:31 -0800 (PST) X-Google-Smtp-Source: AHgI3IawtRmUUdHBL/HKCw3VcjJtq9pvDgcdSZUJ7KtVbpEYts3BI3JgFehStm4KLAJVzDxYeWFq X-Received: by 2002:a62:2fc3:: with SMTP id v186mr4539913pfv.82.1549985491158; Tue, 12 Feb 2019 07:31:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549985491; cv=none; d=google.com; s=arc-20160816; b=zjPGymD0MVhvmSJRHBWOrB5oAvdeAaxr1qDkeJ7DJeXxnj+btbh2VImxiwMnYxHADQ kP/9dAiw8LupXkqklwvIFD6jxLbNkjhxqjjpbYjdyNPcM/NylTPxVucgqulWBtEeY6v6 t3jrlnM9O6QWvdDbRiduUOtL324st4GxnjazRQcg/eHG7qZW7peBBGC3LkiW9f0zPpkz vsP+LYRYr5LNEbuL16VUiuHRF/mB4m/7OrvTAzh3BGmCTTtKGdP61i7z+l08uf9EKK7c A9hGUkYucoHqUNOUsDsm+ZuyTAv9DYy76X8FItLwcDVqDRazIkEZup0/ie0QUJhQLW2u GE1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=y9Xa0p8m9PLEuMDa0ICLKg/Usk0GOC2LHLB5ZkAhVP0=; b=n+K8dLYVf/q2aEYdnJ35MIX7O06txRdC3eDZOfqJF/i9e+wRVLJm+av6bf40OsPwNo 3RQGm12+JzHRJQNXGfN9IRuSImRcXgwalHH9R6cl5tlNfaI3LoqppvE3ApetVkrgCpMs pZuOeKKsGsdksSagLPsdvqrLS/CM0NdlU8HIGj6qbnn3OU5cBS/6yZrVmyuAgw6qFXME 7ct7NK2K+JlYxyWK/yGblNl3niZuefa/8bo2SInis60wcMaVtPHUxF6gVdQbqgAzR3Z3 InXKmUCNkf7mU+2fFSzA9859vPECeKF6qebyIjG8jTefmTRrUddeEKF1ILJ1uIRwyqaw 3SOg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s87si13776075pfi.185.2019.02.12.07.31.13; Tue, 12 Feb 2019 07:31:31 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730481AbfBLP3m (ORCPT + 99 others); Tue, 12 Feb 2019 10:29:42 -0500 Received: from muru.com ([72.249.23.125]:38178 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726238AbfBLP3m (ORCPT ); Tue, 12 Feb 2019 10:29:42 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 865D4803A; Tue, 12 Feb 2019 15:29:50 +0000 (UTC) Date: Tue, 12 Feb 2019 07:29:37 -0800 From: Tony Lindgren To: Daniel Lezcano Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bartosz Golaszewski , "H . Nikolaus Schaller" , Keerthy , Ladislav Michl , Pavel Machek , Sebastian Reichel , Tero Kristo , Thierry Reding , Thomas Gleixner , Andy Shevchenko Subject: Re: [PATCH 1/3] clocksource: timer-ti-dm: Fix pwm dmtimer usage of fck reparenting Message-ID: <20190212152937.GJ5720@atomide.com> References: <20190122175717.13428-1-tony@atomide.com> <20190122175717.13428-2-tony@atomide.com> <00e47cf9-b444-4fcf-0d1a-11ff61edf008@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00e47cf9-b444-4fcf-0d1a-11ff61edf008@linaro.org> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, * Daniel Lezcano [190212 09:08]: > > Do you want me to take it through my tree (1 et 3)? No need to thanks, I already sent a pull request on them as "[GIT PULL] omap soc regression fixes for v5.0-rc cycle" with you in Cc. Regards, Tony