From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752473AbbJLNsj (ORCPT ); Mon, 12 Oct 2015 09:48:39 -0400 Received: from mail.kernel.org ([198.145.29.136]:47970 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752579AbbJLNsh (ORCPT ); Mon, 12 Oct 2015 09:48:37 -0400 Date: Mon, 12 Oct 2015 21:48:21 +0800 From: Shawn Guo To: Bai Ping Cc: kernel@pengutronix.de, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: imx: add cpufreq device for imx6ul Message-ID: <20151012134820.GB18611@tiger> References: <1444404930-15390-1-git-send-email-b51503@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444404930-15390-1-git-send-email-b51503@freescale.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 09, 2015 at 11:35:30PM +0800, Bai Ping wrote: > Add cpufreq device for i.MX6UL. Using the common > cpufreq of i.MX6 SOC. > > Signed-off-by: Bai Ping Applied, thanks.