1. 1b6bc32 drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. by Paul Gortmaker · 13 years ago
  2. 4e7e2a2 Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmap by Linus Torvalds · 13 years ago
  3. de2d808 regmap: Support some block operations on cached devices by Mark Brown · 13 years ago
  4. 8528bdd regmap: Allow caches for devices with no defaults by Mark Brown · 13 years ago
  5. b03622a regmap: Ensure rbtree syncs registers set to zero properly by Mark Brown · 13 years ago
  6. e42c5a9 regmap: Allow rbtree to cache zero default values by Mark Brown · 13 years ago
  7. 04e016a regmap: Warn on raw I/O as well as bulk reads that bypass cache by Mark Brown · 13 years ago
  8. 6e6ace0 regmap: Return a sensible error code if we fail to read the cache by Mark Brown · 13 years ago
  9. f094fea regmap: Use bsearch() to search the register defaults by Mark Brown · 13 years ago
  10. 0eef6b0 regmap: Fix doc comment by Dimitris Papastamos · 13 years ago
  11. c08604b regmap: Optimize the lookup path to use binary search by Dimitris Papastamos · 13 years ago
  12. ac77a76 regmap: Ensure we scream if we enable cache bypass/only at the same time by Dimitris Papastamos · 13 years ago
  13. 6eb0f5e regmap: Implement regcache_cache_bypass helper function by Dimitris Papastamos · 13 years ago
  14. beb1a10 regmap: Save/restore the bypass state upon syncing by Dimitris Papastamos · 13 years ago
  15. 13753a9 regmap: Lock the sync path, ensure we use the lockless _regmap_write() by Dimitris Papastamos · 13 years ago
  16. 5fcd256 regmap: Fix apostrophe usage by Mark Brown · 13 years ago
  17. 4d2dc09 regmap: Make _regmap_write() global by Dimitris Papastamos · 13 years ago
  18. 2cd148f1 regmap: Fix lock used for regcache_cache_only() by Mark Brown · 13 years ago
  19. 38f6916 regmap: Grab the lock in regcache_cache_only() by Dimitris Papastamos · 13 years ago
  20. ec8a365 regmap: Modify map->cache_bypass directly by Dimitris Papastamos · 13 years ago
  21. a40c282 regmap: Fix regcache_sync generic implementation by Dimitris Papastamos · 13 years ago
  22. 3405add regmap: rbtree-cache: Move cached rbnode handling into lookup function by Lars-Peter Clausen · 13 years ago
  23. c571300 regmap: regcache_rbtree_{set,get}_register: Use regcache_{set,get}_val by Lars-Peter Clausen · 13 years ago
  24. 954757d regmap: Implement generic syncing functionality by Dimitris Papastamos · 13 years ago
  25. dfdc444 regmap: Fix signed/unsigned comparison by Dimitris Papastamos · 13 years ago
  26. 25ed115 regmap: Remove redundant member `word_size' from regcache_rbtree_node by Dimitris Papastamos · 13 years ago
  27. 92afb28 regmap: Allow drivers to control cache_only flag by Mark Brown · 13 years ago
  28. e7a6db3 regmap: A cache type of _NONE behaves like a bypassed cache by Mark Brown · 13 years ago
  29. 5d1729e regmap: Incorporate the regcache core into regmap by Dimitris Papastamos · 13 years ago
  30. 5936008 regmap: Add the regcache_sync trace event by Dimitris Papastamos · 13 years ago
  31. 2cbbb57 regmap: Add the LZO cache support by Dimitris Papastamos · 13 years ago
  32. 28644c80 regmap: Add the rbtree cache support by Dimitris Papastamos · 13 years ago
  33. 195af65 regmap: Add the indexed cache support by Dimitris Papastamos · 13 years ago
  34. 9fabe24 regmap: Introduce caching support by Dimitris Papastamos · 13 years ago
  35. 9ba3654 Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmap by Linus Torvalds · 13 years ago
  36. bbcf61c regmap: Make debugfs stubs static inline by Lars-Peter Clausen · 13 years ago
  37. 6f30644 regmap: Add support for device specific write and read flag masks. by Lars-Peter Clausen · 13 years ago
  38. d813ae9 regmap: Include the last register in debugfs output by Mark Brown · 13 years ago
  39. 5b457e3 regmap: Remove redundant owner field from the bus type struct by Mark Brown · 13 years ago
  40. a7ace56 Merge branch 'regmap-linus' into regmap-next by Mark Brown · 13 years ago
  41. 5204f5e regmap: Remove bitrotted module_put()s by Mark Brown · 13 years ago
  42. b5ddbf4 regmap: using module facilities requires module.h by Stephen Rothwell · 13 years ago
  43. 449e384 regmap: Provide access information via debugfs by Mark Brown · 13 years ago
  44. 21f5554 regmap: Share some of the debugfs infrastructure ready for more files by Mark Brown · 13 years ago
  45. 8de2f08 regmap: Add functions to check for access on registers by Mark Brown · 13 years ago
  46. 13c5413 Merge branch 'regmap-linus' into regmap-next by Mark Brown · 13 years ago
  47. b33f9cb regmap: Specify a module license by Stephen Warren · 13 years ago
  48. 790923e regmap: Remove unused type and list fields from bus interface by Mark Brown · 13 years ago
  49. cb3c2dc regmap: Fix type of field width specifiers for x86_64 by Mark Brown · 13 years ago
  50. 2efe164 regmap: Skip precious registers when dumping registers via debugfs by Mark Brown · 13 years ago
  51. 31244e3 regmap: Provide register map dump via debugfs by Mark Brown · 13 years ago
  52. 93de912 regmap: Use a local header for API internals by Mark Brown · 13 years ago
  53. 7330478 regmap: Implement writable register checks by Mark Brown · 13 years ago
  54. fb2736b regmap: Add basic tracepoints by Mark Brown · 13 years ago
  55. 555feda Merge branches 'regmap-linus' and 'regmap-interface' into regmap-next by Mark Brown · 13 years ago
  56. 2547e20 regmap: Just send the buffer directly for single register writes by Mark Brown · 13 years ago
  57. 2e2ae66 regmap: Allow devices to specify which registers are accessible by Mark Brown · 13 years ago
  58. 40c5cc2 regmap: Fix bulk reads by Mark Brown · 13 years ago
  59. a676f08 regmap: Add SPI bus support by Mark Brown · 13 years ago
  60. 9943fa3 regmap: Add I2C bus support by Mark Brown · 13 years ago
  61. b83a313 regmap: Add generic non-memory mapped register access API by Mark Brown · 13 years ago