summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* iio: Add a helper to free a list of IIO device attributesLars-Peter Clausen2013-10-124-48/+23
* iio:buffer: Add proper locking for iio_update_buffers()Lars-Peter Clausen2013-10-121-3/+26
* iio: Wakeup poll and blocking reads when the device is unregisteredLars-Peter Clausen2013-10-124-1/+43
* iio: Return -ENODEV for file operations if the device has been unregisteredLars-Peter Clausen2013-10-123-0/+15
* iio: Add reference counting for buffersLars-Peter Clausen2013-10-1210-24/+113
* iio: at91: move the num_channels from DT to driver itselfJosh Wu2013-10-091-7/+5
* iio: at91: ADC start-up time calculation changed since at91sam9x5Josh Wu2013-10-091-7/+46
* Staging: iio: adt7316-i2c: quoted string split across linesEbru Akagunduz2013-10-061-2/+1
* Staging: iio: adt7316-spi: fix quoted string split across linesEbru Akagunduz2013-10-061-2/+1
* Staging: iio: printk(KERN_INFO ...Ebru Akagunduz2013-10-061-2/+1
* Staging: iio: space prohibited before semicolonEbru Akagunduz2013-10-061-1/+1
* Staging: iio: iio_simple_dummy: fix line over 80 charactersEbru Akagunduz2013-10-061-1/+2
* Staging: xillybus: quoted strings split across linesEbru Akagunduz2013-10-061-59/+25
* Staging: keucr: fix quoted string split across linesEbru Akagunduz2013-10-061-3/+1
* Staging: tidspbridge: fix no space before tabsEbru Akagunduz2013-10-061-2/+2
* staging/media/go7007:Replace kern_debug with pr_debugDulshani Gunawardhana2013-10-061-12/+12
* staging/cxt1e1:Fixes suspect code indent warningDulshani Gunawardhana2013-10-061-4/+3
* staging: octeon-ethernet: allow to use only 1 CPU for packet processingAaro Koskinen2013-10-061-1/+1
* staging: octeon-ethernet: allow to set IRQ smp_affinity freelyAaro Koskinen2013-10-061-5/+4
* staging: octeon-usb: refactor __cvmx_usb_pipe_needs_splitAaro Koskinen2013-10-061-1/+2
* staging: octeon-usb: eliminate submit_handleAaro Koskinen2013-10-061-142/+90
* staging: octeon-usb: eliminate pipe_handleAaro Koskinen2013-10-061-129/+92
* staging: octeon-usb: clean up hcpriv usageAaro Koskinen2013-10-061-6/+6
* staging: octeon-usb: cvmx_usb_submit_control: get params from urbAaro Koskinen2013-10-061-46/+10
* staging: octeon-usb: cvmx_usb_submit_interrupt: get params from urbAaro Koskinen2013-10-061-21/+5
* staging: octeon-usb: cvmx_usb_submit_control: get params from urbAaro Koskinen2013-10-061-27/+6
* staging: octeon-usb: cvmx_usb_submit_bulk: get params from urbAaro Koskinen2013-10-061-20/+4
* staging: octeon-usb: replace generic transfer callback data with urbAaro Koskinen2013-10-061-24/+19
* staging: octeon-usb: call transfer completion callback directlyAaro Koskinen2013-10-061-243/+111
* staging: octeon-usb: call port change callback directlyAaro Koskinen2013-10-061-101/+31
* staging: octeon-usb: inline cvmx_usb_set_statusAaro Koskinen2013-10-061-27/+5
* staging: octeon-usb: eliminate cvmx_usb_internal_stateAaro Koskinen2013-10-061-133/+77
* staging: octeon-usb: merge cvmx-usb into octeon-hcdAaro Koskinen2013-10-064-3711/+3417
* Merge 3.12-rc4 into staging-nextGreg Kroah-Hartman2013-10-0699-692/+1071
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-10-068-25/+67
| |\
| | * iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tagsNicholas Bellinger2013-10-031-1/+1
| | * iscsi-target: Perform release of acknowledged tags from RX contextNicholas Bellinger2013-10-031-4/+9
| | * iscsi-target: Only perform wait_for_tasks when performing shutdownNicholas Bellinger2013-10-031-2/+2
| | * target: Fail on non zero scsi_status in compare_and_write_callbackNicholas Bellinger2013-10-031-1/+10
| | * target: Fix recursive COMPARE_AND_WRITE callback failureNicholas Bellinger2013-10-031-1/+10
| | * target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_sizeNicholas Bellinger2013-10-031-0/+6
| | * ib_srpt: always set response for task managementJack Wang2013-10-031-6/+4
| | * target: Fall back to vzalloc upon ->sess_cmd_map kzalloc failureNicholas Bellinger2013-10-011-5/+15
| | * vhost/scsi: Use GFP_ATOMIC with percpu_ida_alloc for obtaining tagNicholas Bellinger2013-10-011-1/+6
| | * ib_srpt: Destroy cm_id before destroying QP.Nicholas Bellinger2013-10-011-2/+2
| | * target: Fix xop->dbl assignment in target_xcopy_parse_segdesc_02Nicholas Bellinger2013-10-011-2/+2
| * | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-10-063-17/+17
| |\ \
| | * | dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik2013-10-041-4/+6
| | * | dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik2013-10-041-11/+8
| | * | dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik2013-10-041-1/+1