From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754043AbbIZTxB (ORCPT ); Sat, 26 Sep 2015 15:53:01 -0400 Received: from smtp09.smtpout.orange.fr ([80.12.242.131]:36125 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754001AbbIZTw7 (ORCPT ); Sat, 26 Sep 2015 15:52:59 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Sat, 26 Sep 2015 21:52:58 +0200 X-ME-IP: 109.222.127.209 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> <87k2rlq9go.fsf@belgarion.home> X-URL: http://belgarath.falguerolles.org/ Date: Sat, 26 Sep 2015 21:47:53 +0200 In-Reply-To: <87k2rlq9go.fsf@belgarion.home> (Robert Jarzmik's message of "Sun, 20 Sep 2015 19:36:23 +0200") Message-ID: <87io6xezdi.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 Robert Jarzmik writes: > 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. Queued in pxa/for-next, thanks. Cheers. -- Robert