From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754999AbbITRld (ORCPT ); Sun, 20 Sep 2015 13:41:33 -0400 Received: from smtp09.smtpout.orange.fr ([80.12.242.131]:43913 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753479AbbITRlb (ORCPT ); Sun, 20 Sep 2015 13:41:31 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Sun, 20 Sep 2015 19:41:28 +0200 X-ME-IP: 90.16.209.104 From: Robert Jarzmik To: Jarkko Nikula Cc: linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, Russell King , Mark Brown , Philipp Zabel , Paul Parsons , Daniel Mack , Haojian Zhuang , Marek Vasut Subject: Re: [PATCH] ARM: pxa: Remove unused clock_enable field from struct pxa2xx_spi_master References: <1442560481-26008-1-git-send-email-jarkko.nikula@linux.intel.com> X-URL: http://belgarath.falguerolles.org/ Date: Sun, 20 Sep 2015 19:36:23 +0200 In-Reply-To: <1442560481-26008-1-git-send-email-jarkko.nikula@linux.intel.com> (Jarkko Nikula's message of "Fri, 18 Sep 2015 10:14:41 +0300") Message-ID: <87k2rlq9go.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jarkko Nikula writes: > Use for struct pxa2xx_spi_master clock_enable field was removed years ago > from the pxa2xx-spi driver by the commit 2f1a74e5a2de ("[ARM] pxa: make > pxa2xx_spi driver use ssp_request()/ssp_free()"). > > Therefore remove it from structure definition, documentation and from > couple affected board files. > > Signed-off-by: Jarkko Nikula > --- > I propose this to be merged via ARM tree. I don't see we would need to do > other SPI related changes to struct pxa2xx_spi_master in near future (knock > on wood). I'll take that through the pxa/for-next tree in a couple of days, thanks. Cheers. -- Robert