From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.seznam.cz ([77.75.72.43]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1NI4gW-0006lZ-K5 for linux-mtd@lists.infradead.org; Tue, 08 Dec 2009 18:21:20 +0000 Date: Tue, 8 Dec 2009 20:21:11 +0100 From: Ladislav Michl To: linux-omap@vger.kernel.org Subject: [PATCH 0/2] OMAP: use physmap-flash Message-ID: <20091208192111.GA32268@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: linux-mtd@lists.infradead.org Reply-To: Ladislav Michl List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , There is nothing special on omapflash driver, so it can be replaced with physmap-flash. First patch in serie does exactly this and second one removes drivers/mtd/maps/omap_nor.c and associated Kconfig option. I'd like to have either ack or merge into mtd git tree by mtd maintainers for that second part. arch/arm/mach-omap1/flash.c | 33 ++ arch/arm/plat-omap/include/plat/flash.h | 16 + arch/arm/mach-omap1/Makefile | 2 arch/arm/mach-omap1/board-fsample.c | 9 arch/arm/mach-omap1/board-h2.c | 9 arch/arm/mach-omap1/board-h3.c | 9 arch/arm/mach-omap1/board-innovator.c | 9 arch/arm/mach-omap1/board-osk.c | 9 arch/arm/mach-omap1/board-palmte.c | 9 arch/arm/mach-omap1/board-palmtt.c | 9 arch/arm/mach-omap1/board-palmz71.c | 10 arch/arm/mach-omap1/board-perseus2.c | 9 arch/arm/mach-omap1/board-sx1.c | 11 arch/arm/mach-omap1/board-voiceblue.c | 9 arch/arm/mach-omap2/board-2430sdp.c | 7 arch/arm/mach-omap2/board-h4.c | 7 drivers/mtd/maps/Kconfig | 9 drivers/mtd/maps/Makefile | 1 drivers/mtd/maps/omap_nor.c | 188 ----------------- 19 files changed, 112 insertions(+), 253 deletions(-)