Re: [PATCH v2] regmap: Add regmap dummy driver

2012-08-06 Thread Mark Brown
On Sat, Aug 04, 2012 at 01:43:42PM +0100, Dimitris Papastamos wrote: > On Sat, Aug 04, 2012 at 11:05:23AM +0100, Mark Brown wrote: > > Any reason not to put this in the tools directory? > At the moment the repo is very bare bones. I was thinking more of > an automated testing framework written i

Re: [PATCH v2] regmap: Add regmap dummy driver

2012-08-04 Thread Dimitris Papastamos
On Sat, Aug 04, 2012 at 11:05:23AM +0100, Mark Brown wrote: > On Fri, Jul 27, 2012 at 02:58:20PM +0100, Dimitris Papastamos wrote: > > Add a pseudo-driver for debugging and stress-testing the > > regmap/regcache APIs. A standard set of tools for working > > Overall this looks good, most of the st

Re: [PATCH v2] regmap: Add regmap dummy driver

2012-08-04 Thread Mark Brown
On Fri, Jul 27, 2012 at 02:58:20PM +0100, Dimitris Papastamos wrote: > Add a pseudo-driver for debugging and stress-testing the > regmap/regcache APIs. A standard set of tools for working Overall this looks good, most of the stuff below is fairly small. As a very high level comment it'd be reall

[PATCH v2] regmap: Add regmap dummy driver

2012-07-27 Thread Dimitris Papastamos
Add a pseudo-driver for debugging and stress-testing the regmap/regcache APIs. A standard set of tools for working with this driver (mainly sh scripts) will be put in a repo at https://github.com/quantumdream/regmap-tools Some of these tests will require one to build with REGMAP_ALLOW_WRITE_DEBUG