
Dear Pierre Aubert,
In message 1398321641-7113-2-git-send-email-p.aubert@staubli.com you wrote:
This patch adds functions for read, write and authentication key programming for the Replay Protected Memory Block partition in the eMMC.
Changes in V2:
- use ALLOC_CACHE_ALIGN_BUFFER in rpmb.c instead of a static buffer for the RPMB frames.
The changelog goes into the comment section (i. e. below the "---" line), not into the commit message. Also, this being V4 of the patch, I wonder what was changed in V3 and V4?
Signed-off-by: Pierre Aubert p.aubert@staubli.com CC: Pantelis Antoniou panto@antoniou-consulting.com
Add changelog here!
drivers/mmc/Makefile | 1 + drivers/mmc/rpmb.c | 323 ++++++++++++++++++++++++++++++++++++++++++++++++++ include/mmc.h | 10 ++- lib/Makefile | 3 + 4 files changed, 336 insertions(+), 1 deletions(-) create mode 100644 drivers/mmc/rpmb.c
Best regards,
Wolfgang Denk