aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-081-6/+30
| | | |
| | \ \
| *-. \ \ Merge branches 'regmap-linus' and 'regmap-interface' into regmap-nextMark Brown2011-08-081-1/+10
| |\ \ \ \
| | | * | | regmap: Allow devices to specify which registers are accessibleMark Brown2011-08-081-0/+9
| * | | | | regmap: Just send the buffer directly for single register writesMark Brown2011-08-081-3/+9
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds2011-09-081-4/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | regmap: Remove bitrotted module_put()sMark Brown2011-09-051-4/+1
| | |_|/ | |/| |
* | | | regmap: using module facilities requires module.hStephen Rothwell2011-08-151-0/+1
|/ / /
* | | regmap: Specify a module licenseStephen Warren2011-08-122-0/+3
| |/ |/|
* | regmap: Fix bulk readsMark Brown2011-07-241-1/+1
|/
* regmap: Add SPI bus supportMark Brown2011-07-233-1/+77
* regmap: Add I2C bus supportMark Brown2011-07-233-0/+120
* regmap: Add generic non-memory mapped register access APIMark Brown2011-07-233-0/+462