public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6 v4] Introduce caching support for regmap
@ 2011-09-19 11:34 Dimitris Papastamos
  2011-09-19 11:34 ` [PATCH 1/6 v4] regmap: Introduce caching support Dimitris Papastamos
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Dimitris Papastamos @ 2011-09-19 11:34 UTC (permalink / raw)
  To: linux-kernel
  Cc: Mark Brown, Liam Girdwood, Graeme Gregory, Samuel Oritz,
	Lars-Peter Clausen

This patch series introduces register caching support for regmap.  I've
mostly implemented all the suggestions, except the use of a dedicated
init function for each of the compress types.

Some things have been left out, such as support for bulk read operations,
various optimizations, shared caches etc.
Most of this stuff will be implemented incrementally.

This version has only been build tested, so any testing would be
highly appreciated.  The changes though since v3 are trivial so it should
work.

Thanks to Lars-Peter Clausen and Mark Brown for all the constructive
comments.

Dimitris Papastamos (6):
  regmap: Introduce caching support
  regmap: Add the indexed cache support
  regmap: Add the rbtree cache support
  regmap: Add the LZO cache support
  regmap: Add the regcache_sync trace event
  regmap: Incorporate the regcache core into regmap

 drivers/base/regmap/Kconfig            |    2 +
 drivers/base/regmap/Makefile           |    2 +-
 drivers/base/regmap/internal.h         |   56 +++++
 drivers/base/regmap/regcache-indexed.c |   65 +++++
 drivers/base/regmap/regcache-lzo.c     |  361 +++++++++++++++++++++++++++++
 drivers/base/regmap/regcache-rbtree.c  |  399 ++++++++++++++++++++++++++++++++
 drivers/base/regmap/regcache.c         |  311 +++++++++++++++++++++++++
 drivers/base/regmap/regmap.c           |   28 +++
 include/linux/regmap.h                 |   27 ++-
 include/trace/events/regmap.h          |   24 ++
 10 files changed, 1269 insertions(+), 6 deletions(-)
 create mode 100644 drivers/base/regmap/regcache-indexed.c
 create mode 100644 drivers/base/regmap/regcache-lzo.c
 create mode 100644 drivers/base/regmap/regcache-rbtree.c
 create mode 100644 drivers/base/regmap/regcache.c

-- 
1.7.6.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-09-19 11:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-19 11:34 [PATCH 0/6 v4] Introduce caching support for regmap Dimitris Papastamos
2011-09-19 11:34 ` [PATCH 1/6 v4] regmap: Introduce caching support Dimitris Papastamos
2011-09-19 11:34 ` [PATCH 2/6 v4] regmap: Add the indexed cache support Dimitris Papastamos
2011-09-19 11:34 ` [PATCH 3/6 v4] regmap: Add the rbtree " Dimitris Papastamos
2011-09-19 11:34 ` [PATCH 4/6 v4] regmap: Add the LZO " Dimitris Papastamos
2011-09-19 11:34 ` [PATCH 5/6 v4] regmap: Add the regcache_sync trace event Dimitris Papastamos
2011-09-19 11:35 ` [PATCH 6/6 v4] regmap: Incorporate the regcache core into regmap Dimitris Papastamos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox