]> Git Repo - linux.git/commit
ARM: 6910/1: MTD: physmap: let set_vpp() pass a platform_device instead of a map_info
authorMarc Zyngier <[email protected]>
Wed, 18 May 2011 09:51:55 +0000 (10:51 +0100)
committerRussell King <[email protected]>
Fri, 20 May 2011 21:27:34 +0000 (22:27 +0100)
commit667f390bee987d45351402e42008c52cdfb77d76
tree93b6a563915a4013c842302dd45dc3b4ee926d4e
parentadf0040096e4b45b9d1c12f59f9045951178ca00
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 <[email protected]>
Cc: Nicolas Ferre <[email protected]>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
Cc: Philipp Zabel <[email protected]>
Cc: Eric Miao <[email protected]>
Cc: Ben Dooks <[email protected]>
Acked-by: Artem Bityutskiy <[email protected]>
Acked-by: David Woodhouse <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Signed-off-by: Russell King <[email protected]>
13 files changed:
arch/arm/mach-integrator/integrator_ap.c
arch/arm/mach-integrator/integrator_cp.c
arch/arm/mach-omap1/flash.c
arch/arm/mach-pxa/hx4700.c
arch/arm/mach-pxa/magician.c
arch/arm/mach-realview/core.c
arch/arm/mach-s3c2410/nor-simtec.c
arch/arm/mach-versatile/core.c
arch/arm/mach-vexpress/v2m.c
arch/arm/plat-omap/include/plat/flash.h
drivers/mtd/maps/physmap.c
drivers/mtd/maps/pismo.c
include/linux/mtd/physmap.h
This page took 0.091616 seconds and 4 git commands to generate.