RE: [PATCH v5 5/8] char: rpmb: add RPMB simulation device

2016-09-01 Thread Winkler, Tomas
> > On Mon, Jul 18, 2016 at 11:27:50PM +0300, Tomas Winkler wrote: > > This is a simple platform device used for testing the RPMB subsystem. > > > > The module currently supports two configuration options: > > 1. max_wr_blks: for specifying max blocks that can be written in a > > single command

Re: [PATCH v5 5/8] char: rpmb: add RPMB simulation device

2016-09-01 Thread Greg Kroah-Hartman
On Thu, Sep 01, 2016 at 08:25:28PM +, Winkler, Tomas wrote: > > On Mon, Jul 18, 2016 at 11:27:50PM +0300, Tomas Winkler wrote: > > > This is a simple platform device used for testing the RPMB subsystem. > > > +static struct platform_device *rpmb_sim_pdev; > > > > A platform device? Ick, no

Re: [PATCH v5 5/8] char: rpmb: add RPMB simulation device

2016-08-31 Thread Greg Kroah-Hartman
On Mon, Jul 18, 2016 at 11:27:50PM +0300, Tomas Winkler wrote: > This is a simple platform device used for testing > the RPMB subsystem. > > The module currently supports two configuration options: > 1. max_wr_blks: for specifying max blocks that can be written > in a single command > 2. daunits:

Re: [PATCH v5 5/8] char: rpmb: add RPMB simulation device

2016-08-31 Thread Greg Kroah-Hartman
On Mon, Jul 18, 2016 at 11:27:50PM +0300, Tomas Winkler wrote: > This is a simple platform device used for testing > the RPMB subsystem. > > The module currently supports two configuration options: > 1. max_wr_blks: for specifying max blocks that can be written > in a single command > 2. daunits:

[PATCH v5 5/8] char: rpmb: add RPMB simulation device

2016-07-18 Thread Tomas Winkler
This is a simple platform device used for testing the RPMB subsystem. The module currently supports two configuration options: 1. max_wr_blks: for specifying max blocks that can be written in a single command 2. daunits: used to set storage capacity in 128K units. Signed-off-by: Tomas Winkler