From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sun, 6 Dec 2015 11:32:41 +0800 Subject: [U-Boot] [PATCH v2 1/2] altera_qspi: add lock unlock ops In-Reply-To: <1448960876-22615-1-git-send-email-thomas@wytron.com.tw> References: <1448797103-30524-1-git-send-email-thomas@wytron.com.tw> <1448960876-22615-1-git-send-email-thomas@wytron.com.tw> Message-ID: <5663AC59.2050408@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2015?12?01? 17:07, Thomas Chou wrote: > Add lock() and unlock() mtd ops to altera_qspi. > > Signed-off-by: Thomas Chou > --- > v2 > change uint64_t to u64 as suggested by Marek. > add macros for status register. > limit get_locked_range to mtd->size. > > drivers/mtd/altera_qspi.c | 95 +++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 95 insertions(+) > Applied to u-boot-nios.