summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | hwmon: add support for Sensirion SHTC1 sensorTomas Pop2014-06-123-0/+262
| * | | | | | | hwmon: (ltc4151) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-06-121-38/+13
| * | | | | | | hwmon: (lm85) Drop generic detectionJean Delvare2014-06-121-23/+10
| * | | | | | | hwmon: (ina2xx) Cast to s16 on shunt and current regsFabio Baltieri2014-06-121-3/+4
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-06-131-45/+197
|\ \ \ \ \ \ \ \
| * | | | | | | | rbd: only set disk to read-only onceJosh Durgin2014-06-111-1/+1
| * | | | | | | | rbd: move calls that may sleep out of spin lock rangeJosh Durgin2014-06-111-11/+18
| * | | | | | | | rbd: add ioctl for rbdGuangliang Zhao2014-06-111-2/+60
| * | | | | | | | rbd: fix ida/idr memory leakIlya Dryomov2014-06-061-0/+1
| * | | | | | | | rbd: use reference counts for image requestsAlex Elder2014-06-061-0/+9
| * | | | | | | | rbd: fix osd_request memory leak in __rbd_dev_header_watch_sync()Ilya Dryomov2014-06-061-38/+85
| * | | | | | | | rbd: make sure we have latest osdmap on 'rbd map'Ilya Dryomov2014-06-061-3/+33
| * | | | | | | | rbd: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-06-061-1/+1
* | | | | | | | | Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-1320-1745/+457
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [media] omap3isp: Rename isp_buffer isp_addr field to dmaLaurent Pinchart2014-05-257-17/+17
| * | | | | | | | | [media] omap3isp: Move to videobuf2Laurent Pinchart2014-05-256-1287/+109
| * | | | | | | | | [media] v4l: vb2: Add a function to discard all DONE buffersLaurent Pinchart2014-05-251-0/+24
| * | | | | | | | | [media] omap3isp: Cancel all queued buffers when stopping the video streamLaurent Pinchart2014-05-251-0/+2
| * | | | | | | | | [media] omap3isp: Move buffer irqlist to isp_buffer structureLaurent Pinchart2014-05-253-21/+22
| * | | | | | | | | [media] omap3isp: Move queue irqlock to isp_video structureLaurent Pinchart2014-05-255-27/+19
| * | | | | | | | | [media] omap3isp: Move queue mutex to isp_video structureLaurent Pinchart2014-05-254-91/+86
| * | | | | | | | | [media] omap3isp: queue: Don't build scatterlist for kernel bufferLaurent Pinchart2014-05-252-25/+7
| * | | | | | | | | [media] omap3isp: Use the ARM DMA IOMMU-aware operationsLaurent Pinchart2014-05-255-61/+89
| * | | | | | | | | [media] omap3isp: queue: Use sg_alloc_table_from_pages()Laurent Pinchart2014-05-251-14/+2
| * | | | | | | | | [media] omap3isp: queue: Map PFNMAP buffers to deviceLaurent Pinchart2014-05-252-18/+23
| * | | | | | | | | [media] omap3isp: queue: Fix the dma_map_sg() return value checkLaurent Pinchart2014-05-251-1/+1
| * | | | | | | | | [media] omap3isp: queue: Allocate kernel buffers with dma_alloc_coherentLaurent Pinchart2014-05-252-32/+27
| * | | | | | | | | [media] omap3isp: queue: Inline the ispmmu_v(un)map functionsLaurent Pinchart2014-05-251-32/+4
| * | | | | | | | | [media] omap3isp: queue: Merge the prepare and sglist functionsLaurent Pinchart2014-05-252-104/+69
| * | | | | | | | | [media] omap3isp: queue: Use sg_table structureLaurent Pinchart2014-05-252-74/+40
| * | | | | | | | | [media] omap3isp: queue: Move IOMMU handling code to the queueLaurent Pinchart2014-05-253-83/+78
| * | | | | | | | | [media] omap3isp: video: Set the buffer bytesused field at completion timeLaurent Pinchart2014-05-251-1/+4
| * | | | | | | | | [media] omap3isp: ccdc: Use the DMA API for FPCLaurent Pinchart2014-05-252-24/+35
| * | | | | | | | | [media] omap3isp: ccdc: Use the DMA API for LSCLaurent Pinchart2014-05-252-31/+29
| * | | | | | | | | [media] omap3isp: stat: Use the DMA APILaurent Pinchart2014-05-252-72/+53
| * | | | | | | | | [media] omap3isp: stat: Store sg table in ispstat_bufferLaurent Pinchart2014-05-252-11/+10
| * | | | | | | | | [media] omap3isp: stat: Merge dma_addr and iommu_addr fieldsLaurent Pinchart2014-05-254-15/+11
| * | | | | | | | | [media] omap3isp: stat: Share common code for buffer allocationLaurent Pinchart2014-05-251-60/+54
| * | | | | | | | | [media] omap3isp: stat: Remove impossible WARN_ONLaurent Pinchart2014-05-251-2/+0
| * | | | | | | | | [media] omap3isp: stat: Rename IS_COHERENT_BUF to ISP_STAT_USES_DMAENGINELaurent Pinchart2014-05-251-7/+7
| * | | | | | | | | Merge branch 'arm/omap' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...Mauro Carvalho Chehab2014-05-252-22/+12
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-06-1326-362/+694
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmdNicholas Bellinger2014-06-121-0/+4
| * | | | | | | | | | | vhost-scsi: Include prot_bytes into expected data transfer lengthNicholas Bellinger2014-06-111-1/+2
| * | | | | | | | | | | TARGET/sbc,loopback: Adjust command data length in case pi exists on the wireSagi Grimberg2014-06-112-5/+25
| * | | | | | | | | | | libiscsi, iser: Adjust data_length to include protection informationSagi Grimberg2014-06-112-33/+19
| * | | | | | | | | | | target: Report correct response length for some commandsRoland Dreier2014-06-113-5/+25
| * | | | | | | | | | | target/sbc: Check that the LBA and number of blocks are correct in VERIFYChristophe Vu-Brugier2014-06-111-1/+3
| * | | | | | | | | | | target/sbc: Remove sbc_check_valid_sectors()Christophe Vu-Brugier2014-06-111-39/+6
| * | | | | | | | | | | Target/iscsi: Fix sendtargets response pdu for iser transportSagi Grimberg2014-06-112-5/+11