summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-spi.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-251-11/+7Star
* regmap: constify regmap_bus structuresJulia Lawall2017-08-141-1/+1
* regmap: Move documentation to regmap.hNicolas Boichat2015-08-111-19/+0Star
* regmap: Use different lockdep class for each regmap init callNicolas Boichat2015-08-071-8/+14
* regmap: add DT endianness binding support.Xiubo Li2014-08-161-0/+2
* drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-141-1/+0Star
* regmap: spi: Handle async writes of only one bufferMark Brown2013-10-141-1/+2
* regmap: spi: Handle allocation failures gracefullyMark Brown2013-02-051-0/+2
* regmap: spi: Support asynchronous I/O for SPIMark Brown2013-01-291-0/+52
* regmap: introduce explicit bus_context for bus callbacksStephen Warren2012-04-061-5/+8
* regmap: Implement managed regmap_init()Mark Brown2012-01-301-0/+17
* Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds2011-10-251-2/+0Star
|\
| * regmap: Remove redundant owner field from the bus type structMark Brown2011-09-051-1/+0Star
| * Merge branch 'regmap-linus' into regmap-nextMark Brown2011-08-121-0/+2
| |\
| * | regmap: Remove unused type and list fields from bus interfaceMark Brown2011-08-091-1/+0Star
* | | regmap: using module facilities requires module.hStephen Rothwell2011-08-161-0/+1
| |/ |/|
* | regmap: Specify a module licenseStephen Warren2011-08-121-0/+2
|/
* regmap: Add SPI bus supportMark Brown2011-07-231-0/+72