summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2013-04-165-110/+315
|\
| * regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren2013-04-161-2/+1
| * Merge tag 'v3.9-rc7' into regmap-cacheMark Brown2013-04-16615-4932/+10104
| |\
| * | regmap: cache: Fix format specifier in dev_dbgStratos Karafotis2013-04-051-1/+1
| * | regmap: cache: Make regcache_sync_block_raw staticSachin Kamat2013-04-051-1/+1
| * | regmap: cache: Write consecutive registers in a single block writeMark Brown2013-03-301-17/+47
| * | regmap: cache: Split raw and non-raw syncsMark Brown2013-03-301-11/+53
| * | regmap: cache: Factor out block syncMark Brown2013-03-303-42/+51
| * | regmap: cache: Factor out reg_present support from rbtree cacheMark Brown2013-03-303-58/+54
| * | regmap: cache: Use raw I/O to sync rbtrees if we canMark Brown2013-03-271-1/+18
| * | regmap: core: Provide regmap_can_raw_write() operationMark Brown2013-03-271-3/+12
| * | regmap: cache: Provide a get address of value operationMark Brown2013-03-262-2/+9
| * | regmap: Cut down on the average # of nodes in the rbtree cacheDimitris Papastamos2013-03-261-1/+69
| * | regmap: core: Make raw write available to regcacheMark Brown2013-03-262-2/+5
| * | regmap: core: Warn on invalid operation combinationsMark Brown2013-03-261-5/+5
| * | regmap: rbtree Expose total memory consumption in the rbtree debugfs entryDimitris Papastamos2013-03-131-2/+7
| * | regmap: cache: Store caches in native register format where possibleMark Brown2013-03-041-2/+14
| * | regmap: core: Split out in place value parsingMark Brown2013-03-042-17/+38
| * | regmap: cache: Use regcache_get_value() to check if we updatedMark Brown2013-03-041-6/+3
| * | regmap: cache: Pass the map rather than the word size when updating valuesMark Brown2013-03-044-44/+39
| * | regmap: rbtree: Don't bother checking for noop updatesMark Brown2013-03-041-5/+0
* | | Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown2013-04-161-0/+8
|\ \ \ | |_|/ |/| |
| * | regmap: async: Add tracepoints for async I/OMark Brown2013-03-041-0/+8
| |/
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-04-142-3/+9
|\ \
| * | drm/fb-helper: Fix locking in drm_fb_helper_hotplug_eventDaniel Vetter2013-04-121-3/+5
| * | udl: handle EDID failure properly.Dave Airlie2013-04-121-0/+4
* | | watchdog: Revert the AT91RM9200_WATCHDOG dependencyNicolas Ferre2013-04-141-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-04-132-68/+133
|\ \ \
| * | | target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBsNicholas Bellinger2013-04-111-0/+3
| * | | tcm_vhost: Send bad target to guest when cmd failsAsias He2013-04-111-4/+6
| * | | tcm_vhost: Add vhost_scsi_send_bad_target() helperAsias He2013-04-111-13/+18
| * | | tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vqAsias He2013-04-111-2/+7
| * | | tcm_vhost: Remove double check of responseAsias He2013-04-111-9/+0
| * | | tcm_vhost: Initialize vq->last_used_idx when set endpointAsias He2013-04-081-0/+1
| * | | tcm_vhost: Use vq->private_data to indicate if the endpoint is setupAsias He2013-04-081-43/+101
| * | | tcm_vhost: Use ACCESS_ONCE for vs->vs_tpg[target] accessAsias He2013-04-031-1/+1
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-04-1312-79/+37
|\ \ \ \ | |_|/ / |/| | |
| * | | [SCSI] lpfc: fix potential NULL pointer dereference in lpfc_sli4_rq_put()Wei Yongjun2013-04-111-1/+2
| * | | [SCSI] libsas: fix handling vacant phy in sas_set_ex_phy()Lukasz Dorau2013-04-061-0/+12
| * | | [SCSI] ibmvscsi: Fix slave_configure deadlockBrian King2013-04-061-1/+1
| * | | [SCSI] qla2xxx: Update the driver version to 8.04.00.13-k.Saurav Kashyap2013-04-061-1/+1
| * | | [SCSI] qla2xxx: Remove debug code that msleeps for random duration.Saurav Kashyap2013-04-061-5/+0
| * | | [SCSI] qla2xxx: Fix crash during firmware dump procedure.Arun Easi2013-04-062-2/+2
| * | | [SCSI] Revert "qla2xxx: Add setting of driver version string for vendor appli...Joe Carnuccio2013-04-065-64/+1
| * | | [SCSI] ipr: dlpar failed when adding an adapter backwenxiong@linux.vnet.ibm.com2013-04-061-0/+1
| * | | [SCSI] ipr: fix addition of abort command to HRRQ free queueKleber Sacilotto de Souza2013-04-061-1/+1
| * | | [SCSI] st: Take additional queue ref in st_probeJoe Lawrence2013-04-061-1/+7
| * | | [SCSI] libsas: use right function to alloc smp responseJohn Gong2013-04-061-1/+1
| * | | [SCSI] ipr: ipr_test_msi() fails when running with msi-x enabled adapterwenxiong@linux.vnet.ibm.com2013-04-061-2/+8
* | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-04-122-17/+41
|\ \ \ \