From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756879Ab1FIIBb (ORCPT ); Thu, 9 Jun 2011 04:01:31 -0400 Received: from service87.mimecast.com ([94.185.240.25]:44179 "HELO service87.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753366Ab1FIIBa convert rfc822-to-8bit (ORCPT ); Thu, 9 Jun 2011 04:01:30 -0400 Message-ID: <4DF07DCE.60707@arm.com> Date: Thu, 09 Jun 2011 09:01:18 +0100 From: Marc Zyngier User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Geert Uytterhoeven CC: Russell King , Artem Bityutskiy , David Woodhouse , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-mtd@lists.infradead.org" Subject: Re: ARM: 6910/1: MTD: physmap: let set_vpp() pass a platform_device instead of a map_info References: <201105240059.p4O0xPfN009516@hera.kernel.org> In-Reply-To: X-OriginalArrivalTime: 09 Jun 2011 08:01:55.0190 (UTC) FILETIME=[7FAED960:01CC267B] X-MC-Unique: 111060909012503401 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/06/11 19:53, Geert Uytterhoeven wrote: Hi Geert, > On Tue, May 24, 2011 at 02:59, Linux Kernel Mailing List > wrote: >> ARM: 6910/1: MTD: physmap: let set_vpp() pass a platform_device instead of a map_info >> >> The set_vpp() method provided by physmap passes a map_info back to >> the platform code, which has little relevance as far as the platform >> is concerned (this parameter is completely unused). >> >> Instead, pass the platform_device, which can be used in the pismo >> driver to retrieve some important information in a nicer way, instead >> of the hack that was in place. >> >> The empty set_vpp function in board-at572d940hf_ek.c is left untouched, >> as the board/SoC is scheduled for removal. >> >> Cc: Andrew Victor >> Cc: Nicolas Ferre >> Acked-by: Jean-Christophe PLAGNIOL-VILLARD >> Cc: Philipp Zabel >> Cc: Eric Miao >> Cc: Ben Dooks >> Acked-by: Artem Bityutskiy >> Acked-by: David Woodhouse >> Signed-off-by: Marc Zyngier >> Signed-off-by: Russell King > >> --- a/include/linux/mtd/physmap.h >> +++ b/include/linux/mtd/physmap.h >> @@ -24,7 +24,7 @@ struct physmap_flash_data { >> unsigned int width; >> int (*init)(struct platform_device *); >> void (*exit)(struct platform_device *); >> - void (*set_vpp)(struct map_info *, int); >> + void (*set_vpp)(struct platform_device *, int); >> unsigned int nr_parts; >> unsigned int pfow_base; >> char *probe_type; > > You forgot to update the set_vpp parameter of physmap_configure(): > > void physmap_configure(unsigned long addr, unsigned long size, > int bankwidth, void (*set_vpp)(struct map_info *, int) ); > > causing > > drivers/mtd/maps/physmap.c: In function ‘physmap_configure’: > drivers/mtd/maps/physmap.c:255: warning: assignment from incompatible > pointer type > > Interestingly, there are no (in-tree) users of physmap_configure()? It's already been removed in -next: commit 3b1b2b07088ed190090f0b1973416b6c8e49a2a1 Author: Dmitry Eremin-Solenikov Date: Thu Jun 2 18:51:14 2011 +0400 mtd: drop physmap_configure physmap_configure() and physmap_set_partitions() have no users in kernel. Out of kernel users should have been converted to regular platform device long ago. Drop support for this obsolete API. Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Artem Bityutskiy Maybe this should be merged to -rc3. Thanks for the heads up. M. -- Jazz is not dead. It just smells funny...