summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
...
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-----------. \ \ Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'reg...Mark Brown2014-03-285-68/+341
|\ \ \ \ \ \ \ \ \ | | | | | | |_|_|/ | | | | | |/| | |
| | | | | | | * | regmap: Implementation for regmap_multi_reg_writeOpensource [Anthony Olech]2014-03-102-16/+174
| | | | | | | * | regmap: Base regmap_register_patch on _regmap_multi_reg_writeCharles Keepax2014-02-261-14/+4Star
| | | | | | | * | regmap: Add bypassed version of regmap_multi_reg_writeCharles Keepax2014-02-261-13/+62
| | | | | | | * | regmap: Mark reg_defaults in regmap_multi_reg_write as constCharles Keepax2014-02-261-2/+2
| | | | | | | * | regmap: Check stride of register patch as we register itCharles Keepax2014-02-222-4/+4
| | | | | | | |/
| | | | | | * / regmap: add regmap_parse_val apiNenghua Cao2014-03-061-0/+12
| | | | | | |/
| | | | | * / regmap: Separate regmap dev initializationMichal Simek2014-02-161-13/+28
| | | | | |/
| | | | * | regmap: mmio: Add regmap_mmio_regbits_check.Xiubo Li2014-03-281-2/+18
| | | | * | regmap: mmio: Add support for 1/2/8 bytes wide register address.Xiubo Li2014-03-271-3/+21
| | | | * | regmap: mmio: add regmap_mmio_{regsize, count}_check.Xiubo Li2014-03-271-3/+13
| | | | |/
| | | * | regmap: Fix possible sleep-in-atomic in regmap_bulk_write()Takashi Iwai2014-03-181-5/+6
| | | * | regmap: Ensure regmap_register_patch() is compatible with fast_ioMark Brown2014-03-181-11/+14
| | | |/
| | * | regmap: irq: Set data pointer only on regmap_add_irq_chip successKrzysztof Kozlowski2014-03-131-2/+2
| | * | regmap: irq: Remove domain on exitMark Brown2014-02-031-1/+1
| | |/
| * | regmap: cache: Don't attempt to sync non-writeable registersDylan Reid2014-03-191-1/+2
| * | regmap: cache: Step by stride in default syncDylan Reid2014-03-191-1/+1
| |/
* | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2014-03-282-8/+11
|\ \
| * | regmap: fix coccinelle warningsNenghua Cao2014-02-221-1/+1
| * | regmap: Clean up _regmap_update_bits()Xiubo Li2014-02-201-6/+6
| * | regmap: Check readable regs in _regmap_readMichal Simek2014-02-111-0/+3
| * | regmap: debugfs: "registers" & "access" for single register mapsPawel Moll2014-02-031-1/+1
| |/
* / regmap: cache: Handle stride > 1 in sync_block_raw_flushDylan Reid2014-01-271-2/+2
|/
* Merge remote-tracking branch 'regmap/topic/ack' into regmap-nextMark Brown2014-01-091-3/+3
|\
| * regmap: irq: Allow using zero value for ack_baseAlexander Shiyan2013-12-161-3/+3
* | regmap: Allow regmap_bulk_write() to work for "no-bus" regmapsStephen Boyd2013-12-301-25/+37
* | Merge tag 'v3.13-rc4' into regmap-coreMark Brown2013-12-302-9/+10
|\|
| *-. Merge remote-tracking branches 'regmap/fix/doc' and 'regmap/fix/mmio' into re...Mark Brown2013-11-262-8/+9
| |\ \
| | | * regmap: use IS_ERR() to check clk_get() resultsStephen Warren2013-11-261-5/+6
| | * | regmap: trivial comment fix (copy'n'paste error)Gerhard Sittig2013-11-121-3/+3
| | |/
| * / regmap: make sure we unlock on failure in regmap_bulk_writeCourtney Cavin2013-11-211-1/+1
| |/
* | regmap: Allow regmap_bulk_read() to work for "no-bus" regmapsStephen Boyd2013-12-161-5/+1Star
* | regmap: Fix 'ret' would return an uninitialized valueCai Zhiyong2013-11-241-0/+4
|/
* Merge remote-tracking branch 'regmap/topic/spmi' into regmap-nextMark Brown2013-10-283-1/+95
|\
| * regmap: add SPMI supportJosh Cartwright2013-10-283-1/+95
* | Merge remote-tracking branch 'regmap/topic/multi' into regmap-nextMark Brown2013-10-281-0/+41
|\ \
| * | regmap: new API regmap_multi_reg_write() definitionAnthony Olech2013-10-141-0/+41
| |/
* | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2013-10-281-0/+16
|\ \
| * | regmap: irq: clear status when disable irqYi Zhang2013-10-221-0/+16
| |/
* | Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown2013-10-282-0/+106
|\ \
| * | regmap: Add regmap_fields APIsKuninori Morimoto2013-09-172-0/+86
| * | regmap: add regmap_field_update_bits()Kuninori Morimoto2013-09-171-0/+20
| |/
* | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2013-10-281-5/+52
|\ \
| * | regmap: debugfs: Fix a boot time crash with early regmap initTero Kristo2013-10-241-5/+52
| |/
* | regmap: Only send a single buffer for async I/O if writing one registerMark Brown2013-10-141-7/+12
* | regmap: spi: Handle async writes of only one bufferMark Brown2013-10-141-1/+2
* | Merge remote-tracking branch 'regmap/fix/core' into regmap-asyncMark Brown2013-10-101-4/+4
|\ \
| * | regmap: Fix regmap_bulk_write single-rw mutex deadlockAnthony Olech2013-10-091-4/+5
| |/
* | regmap: Use async I/O during cache syncMark Brown2013-10-101-2/+14
* | regmap: Use async I/O for patch applicationMark Brown2013-10-101-0/+4