From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH v2 4/9] serial: samsung: remove struct 's3c24xx_uart_clksrc' and all uses of it Date: Mon, 24 Oct 2011 13:37:05 +0200 Message-ID: <20111024113705.GI8708@ponder.secretlab.ca> References: <1318241285-23568-1-git-send-email-thomas.abraham@linaro.org> <1318241285-23568-5-git-send-email-thomas.abraham@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-bw0-f46.google.com ([209.85.214.46]:42836 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755471Ab1JXLhR (ORCPT ); Mon, 24 Oct 2011 07:37:17 -0400 Content-Disposition: inline In-Reply-To: <1318241285-23568-5-git-send-email-thomas.abraham@linaro.org> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Thomas Abraham Cc: linux-serial@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, alan@linux.intel.com, linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com, ben-linux@fluff.org, Ramax Lo , Vasily Khoruzhick On Mon, Oct 10, 2011 at 03:38:00PM +0530, Thomas Abraham wrote: > With clkdev based clock lookup added to samsung serial driver, the use > of 'struct s3c24xx_uart_clksrc' to supply clock names in platform > data is removed from all the Samsung platform code. > > Cc: Ben Dooks > Cc: Ramax Lo > Cc: Vasily Khoruzhick > Signed-off-by: Thomas Abraham > --- > arch/arm/mach-exynos4/init.c | 15 +---------- > arch/arm/mach-s3c2410/mach-bast.c | 22 --------------- > arch/arm/mach-s3c2410/mach-vr1000.c | 24 ----------------- > arch/arm/mach-s3c2440/mach-anubis.c | 22 +-------------- > arch/arm/mach-s3c2440/mach-at2440evb.c | 22 +-------------- > arch/arm/mach-s3c2440/mach-osiris.c | 24 ++--------------- > arch/arm/mach-s3c2440/mach-rx1950.c | 18 ++---------- > arch/arm/mach-s3c2440/mach-rx3715.c | 19 ++----------- > arch/arm/mach-s5p64x0/init.c | 31 ---------------------- > arch/arm/mach-s5pv210/init.c | 19 ------------- > arch/arm/plat-samsung/include/plat/regs-serial.h | 23 ---------------- > drivers/tty/serial/samsung.h | 1 - > 12 files changed, 14 insertions(+), 226 deletions(-) Nice diffstat. :-) g.