Re: [U-Boot] [PATCH] mmc: implement mmc power on write protect function

2015-12-13 Thread hl
Hi Simon, Thanks for reviewing, i have upload a new patch to fix your comment. On 11/12/15 11:20, Simon Glass wrote: Hi Lin, On 3 December 2015 at 01:34, Lin Huang wrote: set the mmc specific addresss and range as power on write protection, and can't earse and write this range if you ena

Re: [U-Boot] [PATCH] mmc: implement mmc power on write protect function

2015-12-10 Thread Simon Glass
Hi Lin, On 3 December 2015 at 01:34, Lin Huang wrote: > set the mmc specific addresss and range as power on > write protection, and can't earse and write this range > if you enable it after mmc power on. > > Signed-off-by: Lin Huang > --- > drivers/mmc/mmc.c | 89 >

[U-Boot] [PATCH] mmc: implement mmc power on write protect function

2015-12-03 Thread Lin Huang
set the mmc specific addresss and range as power on write protection, and can't earse and write this range if you enable it after mmc power on. Signed-off-by: Lin Huang --- drivers/mmc/mmc.c | 89 +++ include/mmc.h | 10 ++- 2 files cha