Re: [U-Boot] [PATCH 1/2] altera_qspi: add lock unlock ops

2015-11-30 Thread Chin Liang See
On Sun, 2015-11-29 at 19:38 +0800, Thomas Chou wrote: > Add lock() and unlock() mtd ops to altera_qspi. > > Signed-off-by: Thomas Chou > --- > drivers/mtd/altera_qspi.c | 82 > +++ > 1 file changed, 82 insertions(+) > Acked-by: Chin Liang See As ag

Re: [U-Boot] [PATCH 1/2] altera_qspi: add lock unlock ops

2015-11-29 Thread Marek Vasut
On Sunday, November 29, 2015 at 12:38:22 PM, Thomas Chou wrote: > Add lock() and unlock() mtd ops to altera_qspi. > > Signed-off-by: Thomas Chou > --- > drivers/mtd/altera_qspi.c | 82 > +++ 1 file changed, 82 > insertions(+) > > diff --git a/drivers/m

[U-Boot] [PATCH 1/2] altera_qspi: add lock unlock ops

2015-11-29 Thread Thomas Chou
Add lock() and unlock() mtd ops to altera_qspi. Signed-off-by: Thomas Chou --- drivers/mtd/altera_qspi.c | 82 +++ 1 file changed, 82 insertions(+) diff --git a/drivers/mtd/altera_qspi.c b/drivers/mtd/altera_qspi.c index 50c6e0e..89f04a4 100644 --- a/