summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabledDong Aisheng2012-10-171-1/+1
*-. Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' in...Mark Brown2012-09-222-26/+79
|\ \
| | * regmap: no need primary handler for nested irqYunfan Zhang2012-09-091-1/+1
| | * regmap: irq: Add mask invert flag for enable registerXiaofan Tian2012-08-301-2/+10
| | * regmap: irq: Enable devices for runtime PM while handling interruptsMark Brown2012-08-071-0/+25
| | * regmap: irq: initialize all irqs to wake disabledStephen Warren2012-08-041-0/+16
| | * regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_baseStephen Warren2012-08-041-0/+5
| | * regmap: name irq_chip based on regmap_irq_chip's nameStephen Warren2012-08-041-1/+1
| | * regmap: store irq_chip inside regmap_irq_chip_dataStephen Warren2012-08-041-2/+4
| | * regmap: irq: Only update mask bits when doing initial maskMark Brown2012-08-041-1/+2
| | * regmap: fix some error messages to take account of irq_reg_strideStephen Warren2012-08-041-14/+15
| |/ |/|
| * regmap: Don't lock in regmap_reinit_cache()Dimitris Papastamos2012-08-041-9/+4
|/
*-. Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown2012-07-223-15/+279
|\ \
| | * regmap: Fix work_buf switching for page update during virtual range access.Krystian Garbaciak2012-06-191-2/+3
| | * regmap: Add support for register indirect addressing.Krystian Garbaciak2012-06-172-5/+213
| | * regmap: Move lock out from internal function _regmap_update_bits().Krystian Garbaciak2012-06-171-8/+14
| | * regmap: Export regmap_reinit_cache()Mark Brown2012-06-081-0/+1
| | * regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam2012-06-031-2/+2
| | * regmap: clean up debugfs if regmap_init failsStephen Warren2012-06-031-2/+3
| * | regmap: Implement support for wake IRQsMark Brown2012-06-051-0/+47
| * | regmap: Don't try to map non-existant IRQsMark Brown2012-06-051-0/+4
| |/
* | regmap: Fix incorrect arguments to kzalloc() callDimitris Papastamos2012-07-181-1/+1
* | regmap: Add hook for printk logging for debugging during early initMark Brown2012-07-061-0/+23
* | regmap: mmio: Staticize regmap_mmio_gen_context()Axel Lin2012-06-131-1/+1
* | regmap: Constify regmap_irq_chipMark Brown2012-06-031-3/+3
* | regmap: mmio: request native endian formattingStephen Warren2012-06-031-8/+18
* | regmap: allow busses to request formatting with specific endiannessStephen Warren2012-06-031-11/+90
|/
* i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown2012-05-301-1/+1
* regmap: Use select .. if to get IRQ_DOMAIN enabledMark Brown2012-05-231-0/+1
* regmap: Fix typo in IRQ register stridingMark Brown2012-05-171-1/+1
* regmap: add support for non contiguous status to regmap-irqGraeme Gregory2012-05-141-33/+21
* regmap: Convert regmap_irq to use irq_domainMark Brown2012-05-131-27/+70
*---. Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown2012-05-1312-110/+557
|\ \ \
| | | * regmap: Pass back the allocated regmap IRQ controller dataMark Brown2012-05-131-0/+2
| | * | regmap: Implement dev_get_regmap()Mark Brown2012-05-082-1/+61
| * | | Merge tag 'regmap-3.4' into regmap-strideMark Brown2012-05-121-1/+3
| |\ \ \
| | * | | regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan2012-05-091-1/+3
| * | | | regmap: Devices using format_write don't support bulk operationsMark Brown2012-04-301-0/+3
| * | | | regmap: Converts group operation into single read write operationsAshish Jangam2012-04-302-4/+39
| * | | | regmap: fix compile errors in regmap-irq.c due to stride changesStephen Warren2012-04-111-1/+4
| * | | | regmap: implement register stridingStephen Warren2012-04-108-42/+105
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown2012-04-1010-66/+373
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | | |/ / | | | |/| |
| | | | * | regmap: fix compilation when !CONFIG_DEBUG_FSStephen Warren2012-04-101-1/+1
| | | | * | regmap: allow regmap instances to be namedStephen Warren2012-04-103-6/+15
| | | | |/
| | | * | regmap: validate regmap_raw_read/write val_lenStephen Warren2012-04-071-0/+6
| | | * | regmap: mmio: remove some error checks now in the coreStephen Warren2012-04-071-6/+0
| | | * | regmap: mmio: convert some error returns to BUG()Stephen Warren2012-04-071-8/+8
| | | * | regmap: add MMIO bus supportStephen Warren2012-04-063-0/+221
| | | * | regmap: introduce fast_io busses, and use a spinlock for themStephen Warren2012-04-064-30/+64
| | | * | regmap: introduce explicit bus_context for bus callbacksStephen Warren2012-04-064-16/+30
| | | |/
OpenPOWER on IntegriCloud