[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1376302946-11534-1-git-send-email-s.hauer@pengutronix.de>
Date: Mon, 12 Aug 2013 12:22:22 +0200
From: Sascha Hauer <s.hauer@...gutronix.de>
To: linux-mtd@...ts.infradead.org
Cc: linux-kernel@...r.kernel.org, Marek Vasut <marex@...x.de>,
Artem Bityutskiy <artem.bityutskiy@...ux.intel.com>,
kernel@...gutronix.de
Subject: [PATCH] m25p80 / fast read
The following adds support for the mr25h10 chip to to the m25p80
driver.
This driver currently has the problem that it unconditionally uses
the fast_read command once it's enabled in Kconfig which of course
leads to problems with multiboard kernels. This series adds a flag
to the chip specific data to solve this. Also some unnecessary ifdefs
are removed.
Sascha
----------------------------------------------------------------
Markus Niebel (1):
mtd: m25p80: add support for mr25h10
Sascha Hauer (3):
mtd: m25p80: Pass flags through CAT25_INFO macro
mtd: m25p80: make CONFIG_M25PXX_USE_FAST_READ safe to enable
mtd: m25p80: remove unnecessary ifdef
drivers/mtd/devices/m25p80.c | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists