aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2012-09-22Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' in...Mark Brown
2012-09-09regmap: no need primary handler for nested irqYunfan Zhang
2012-08-30regmap: irq: Add mask invert flag for enable registerXiaofan Tian
2012-08-07regmap: irq: Enable devices for runtime PM while handling interruptsMark Brown
2012-08-04regmap: irq: initialize all irqs to wake disabledStephen Warren
2012-08-04regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_baseStephen Warren
2012-08-04regmap: name irq_chip based on regmap_irq_chip's nameStephen Warren
2012-08-04regmap: store irq_chip inside regmap_irq_chip_dataStephen Warren
2012-08-04regmap: irq: Only update mask bits when doing initial maskMark Brown
2012-08-04regmap: fix some error messages to take account of irq_reg_strideStephen Warren
2012-08-04regmap: Don't lock in regmap_reinit_cache()Dimitris Papastamos
2012-07-22Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown
2012-07-18regmap: Fix incorrect arguments to kzalloc() callDimitris Papastamos
2012-07-06regmap: Add hook for printk logging for debugging during early initMark Brown
2012-06-19regmap: Fix work_buf switching for page update during virtual range access.Krystian Garbaciak
2012-06-17regmap: Add support for register indirect addressing.Krystian Garbaciak
2012-06-17regmap: Move lock out from internal function _regmap_update_bits().Krystian Garbaciak
2012-06-13regmap: mmio: Staticize regmap_mmio_gen_context()Axel Lin
2012-06-08regmap: Export regmap_reinit_cache()Mark Brown
2012-06-05regmap: Implement support for wake IRQsMark Brown
2012-06-05regmap: Don't try to map non-existant IRQsMark Brown
2012-06-03regmap: Constify regmap_irq_chipMark Brown
2012-06-03regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam
2012-06-03regmap: clean up debugfs if regmap_init failsStephen Warren
2012-06-03regmap: mmio: request native endian formattingStephen Warren
2012-06-03regmap: allow busses to request formatting with specific endiannessStephen Warren
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown
2012-05-23regmap: Use select .. if to get IRQ_DOMAIN enabledMark Brown
2012-05-17regmap: Fix typo in IRQ register stridingMark Brown
2012-05-14regmap: add support for non contiguous status to regmap-irqGraeme Gregory
2012-05-13regmap: Convert regmap_irq to use irq_domainMark Brown
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown
2012-05-13regmap: Pass back the allocated regmap IRQ controller dataMark Brown
2012-05-12Merge tag 'regmap-3.4' into regmap-strideMark Brown
2012-05-09regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan
2012-05-08regmap: Implement dev_get_regmap()Mark Brown
2012-04-30regmap: Devices using format_write don't support bulk operationsMark Brown
2012-04-30regmap: Converts group operation into single read write operationsAshish Jangam
2012-04-30regmap: Cache single values read from the chipMark Brown
2012-04-11regmap: fix compile errors in regmap-irq.c due to stride changesStephen Warren
2012-04-10regmap: implement register stridingStephen Warren
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown
2012-04-10regmap: fix compilation when !CONFIG_DEBUG_FSStephen Warren
2012-04-10regmap: allow regmap instances to be namedStephen Warren
2012-04-07Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-04-07regmap: validate regmap_raw_read/write val_lenStephen Warren
2012-04-07regmap: mmio: remove some error checks now in the coreStephen Warren
2012-04-07regmap: mmio: convert some error returns to BUG()Stephen Warren
2012-04-06regmap: add MMIO bus supportStephen Warren
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themStephen Warren