summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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-1315-214/+668
|\ \ \ \ \ \
| | | * | | | 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-122-4/+4
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan2012-05-091-1/+3
| | | |_|_|/ | | |/| | |
| | * | | | drivers/base: fix compiler warning in SoC export driver - idr should be idaLee Jones2012-04-091-1/+1
| | * | | | drivers/base: Remove unneeded spin_lock_init call for soc_lockAxel Lin2012-04-091-2/+0
| | | |_|/ | | |/| |
| * | | | 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
| | | |/
| * | | Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-072-1/+8
| |\ \ \
| | * | | regmap: prevent division by zero in rbtree_showStephen Warren2012-04-041-1/+7
| | * | | regmap: Export regcache_sync_region()Mark Brown2012-04-031-0/+1
| | | |/ | | |/|
| * | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-9/+3
| |\ \ \
| | * | | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-9/+3
| * | | | Merge tag 'pm-for-3.4-part-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-042-101/+110
| |\ \ \ \
| | * | | | firmware_class: Move request_firmware_nowait() to workqueuesStephen Boyd2012-03-281-20/+7
| | * | | | firmware_class: Reorganize fw_create_instance()Stephen Boyd2012-03-281-73/+62
| | * | | | firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki2012-03-281-21/+30
| | * | | | firmware_class: Split _request_firmware() into three functions, v2Rafael J. Wysocki2012-03-281-17/+41
| | * | | | firmware_class: Rework usermodehelper checkRafael J. Wysocki2012-03-281-6/+5
| | * | | | PM / Runtime: don't forget to wake up waitqueue on failureAlan Stern2012-03-261-1/+2
| | |/ / /
| * | / / regmap: rbtree: Fix register default look-up in syncLars-Peter Clausen2012-04-011-1/+1
| | |/ / | |/| |
* | | | regmap: Cache single values read from the chipMark Brown2012-04-301-0/+3
| |_|/ |/| |
* | | regmap: Use pad_bits and reg_bits when determining register format.Marc Reilly2012-04-012-14/+20
* | | regmap: Add support for device with 24 data bits.Marc Reilly2012-04-011-0/+23
|/ /
* | Merge branch 'for-linus-3.4' of git://git.linaro.org/people/sumitsemwal/linux...Linus Torvalds2012-03-281-24/+141
|\ \ | |/ |/|
| * dma-buf: add support for kernel cpu accessDaniel Vetter2012-03-261-1/+123
| * dma-buf: don't hold the mutex around map/unmap callsDaniel Vetter2012-03-261-5/+0
| * dma-buf: pass flags into dma_buf_fd.Dave Airlie2012-03-261-2/+3
| * dma-buf: add dma_data_direction to unmap dma_buf_opSumit Semwal2012-03-261-2/+5
| * dma-buf: Move code out of mutex-protected section in dma_buf_attach()Laurent Pinchart2012-03-191-2/+3
| * dma-buf: Return error instead of using a goto statement when possibleLaurent Pinchart2012-03-191-3/+1
| * dma-buf: Remove unneeded sanity checksLaurent Pinchart2012-03-191-9/+6
| * dma-buf: Constify ops argument to dma_buf_export()Laurent Pinchart2012-03-191-1/+1
* | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-248-0/+8
|\ \
| * | device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-119-0/+9
* | | bitops: remove for_each_set_bit_cont()Akinobu Mita2012-03-231-1/+1
* | | Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds2012-03-228-64/+441
|\ \ \