summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | regmap: Modify map->cache_bypass directlyDimitris Papastamos2011-09-281-2/+2
| * | | | | | regmap: Fix regcache_sync generic implementationDimitris Papastamos2011-09-281-1/+1
| * | | | | | regmap: rbtree-cache: Move cached rbnode handling into lookup functionLars-Peter Clausen2011-09-281-43/+18
| * | | | | | regmap: regcache_rbtree_{set,get}_register: Use regcache_{set,get}_valLars-Peter Clausen2011-09-281-33/+2
| * | | | | | regmap: Implement generic syncing functionalityDimitris Papastamos2011-09-271-7/+26
| * | | | | | regmap: Fix signed/unsigned comparisonDimitris Papastamos2011-09-271-1/+1
| * | | | | | regmap: Remove redundant member `word_size' from regcache_rbtree_nodeDimitris Papastamos2011-09-271-23/+30
| * | | | | | mfd: Support software initiated shutdown of WM831x PMICsMark Brown2011-09-205-0/+33
| * | | | | | regmap: Allow drivers to control cache_only flagMark Brown2011-09-192-0/+20
| * | | | | | regmap: Prototype regcache_sync()Mark Brown2011-09-191-0/+1
| * | | | | | regmap: A cache type of _NONE behaves like a bypassed cacheMark Brown2011-09-191-1/+3
| * | | | | | regmap: Incorporate the regcache core into regmapDimitris Papastamos2011-09-191-0/+31
| * | | | | | regmap: Add the regcache_sync trace eventDimitris Papastamos2011-09-192-1/+31
| * | | | | | regmap: Add the LZO cache supportDimitris Papastamos2011-09-196-1/+368
| * | | | | | regmap: Add the rbtree cache supportDimitris Papastamos2011-09-195-1/+403
| * | | | | | regmap: Add the indexed cache supportDimitris Papastamos2011-09-195-1/+69
| * | | | | | regmap: Introduce caching supportDimitris Papastamos2011-09-194-2/+371
| * | | | | | Merge branch 'regmap-interface' into regmap-nextMark Brown2011-09-090-0/+0
| |\ \ \ \ \ \
| | * | | | | | regmap: Provide device read and write map interface for mergingMark Brown2011-09-091-0/+9
| * | | | | | | regmap: Make debugfs stubs static inlineLars-Peter Clausen2011-09-051-3/+3
| * | | | | | | regmap: Add support for device specific write and read flag masks.Lars-Peter Clausen2011-09-053-3/+24
| * | | | | | | regmap: Include the last register in debugfs outputMark Brown2011-09-051-2/+2
| * | | | | | | regmap: Remove redundant owner field from the bus type structMark Brown2011-09-053-5/+0
| * | | | | | | Merge branch 'regmap-linus' into regmap-nextMark Brown2011-09-051-4/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'regmap-mfd' into regmap-nextMark Brown2011-08-229-513/+487
| |\ \ \ \ \ \ \ \
| | * | | | | | | | mfd: Convert WM8400 to regmap APIMark Brown2011-08-222-81/+32
| | * | | | | | | | mfd: Convert WM8994 to use new register map APIMark Brown2011-08-223-152/+36
| | * | | | | | | | mfd: Use device ID matching for WM831x SPI driverMark Brown2011-08-221-119/+19
| | * | | | | | | | mfd: Provide regmap register access info from wm831x driverMark Brown2011-08-221-0/+351
| | * | | | | | | | mfd: Convert WM831x to use regmap APIMark Brown2011-08-225-170/+58
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'regmap-interface' into regmap-nextMark Brown2011-08-211-2/+22
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | regmap: Allow drivers to specify register defaultsMark Brown2011-08-211-2/+22
| * | | | | | | | regmap: Provide access information via debugfsMark Brown2011-08-141-1/+71
| * | | | | | | | regmap: Share some of the debugfs infrastructure ready for more filesMark Brown2011-08-141-4/+10
| * | | | | | | | regmap: Add functions to check for access on registersMark Brown2011-08-143-4/+51
| * | | | | | | | Merge branch 'regmap-linus' into regmap-nextMark Brown2011-08-122-0/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | regmap: Remove unused type and list fields from bus interfaceMark Brown2011-08-103-6/+0
| * | | | | | | | | regmap: Fix type of field width specifiers for x86_64Mark Brown2011-08-101-1/+1
| * | | | | | | | | regmap: Use int rather than size_t for lengths when logging blocksMark Brown2011-08-101-7/+7
| * | | | | | | | | Merge branch 'regmap-interface' into regmap-nextMark Brown2011-08-091-9/+9
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | regmap: Fix kerneldoc errors for regmapMark Brown2011-08-091-9/+9
| * | | | | | | | | regmap: Skip precious registers when dumping registers via debugfsMark Brown2011-08-083-0/+6
| * | | | | | | | | regmap: Provide register map dump via debugfsMark Brown2011-08-084-0/+158
| * | | | | | | | | regmap: Use a local header for API internalsMark Brown2011-08-082-28/+46
| * | | | | | | | | regmap: Implement writable register checksMark Brown2011-08-081-0/+7
| * | | | | | | | | regmap: Add basic tracepointsMark Brown2011-08-082-6/+142
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'regmap-linus' and 'regmap-interface' into regmap-nextMark Brown2011-08-082-1/+33
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | regmap: Add precious registers to the driver interfaceMark Brown2011-08-081-0/+4
| | | * | | | | | | | regmap: Allow devices to specify which registers are accessibleMark Brown2011-08-082-0/+22
| | | * | | | | | | | regmap: Add kerneldoc for struct regmap_configMark Brown2011-08-081-0/+6
OpenPOWER on IntegriCloud