summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorNuno Sá <nuno.sa@analog.com>2022-01-14 14:26:08 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-01-23 18:23:48 +0000
commitb0e85f95e30d4d2dc22ea123a30dba36406879a1 (patch)
tree5ed0b294cc20edc6fe036f5c1a4d30f3d36bbd3a /scripts/git.orderFile
parent0e33d15f1dce9e3a80a970ea7f0b27837168aeca (diff)
downloadkernel-b0e85f95e30d4d2dc22ea123a30dba36406879a1.tar.gz
iio:imu:adis16480: fix buffering for devices with no burst mode
The trigger handler defined in the driver assumes that burst mode is being used. Hence, for devices that do not support it, we have to use the adis library default trigger implementation. Tested-by: Julia Pineda <julia.pineda@analog.com> Fixes: 941f130881fa9 ("iio: adis16480: support burst read function") Signed-off-by: Nuno Sá <nuno.sa@analog.com> Link: https://lore.kernel.org/r/20220114132608.241-1-nuno.sa@analog.com Cc: <Stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
='2008-10-09 08:56:19 +0200'>2008-10-09drivers/block: Use DIV_ROUND_UPJulia Lawall 2008-08-06cciss: fix bug if scsi tape support is disabledMike Miller 2008-08-06cciss: fix negative logical drive count in procfsMike Miller 2008-08-06cciss: remove redundant codeMike Miller 2008-08-06cciss: make rebuild_lun_table behave betterMike Miller 2008-08-06cciss: return -EFAULT if copy_from_user() failsNikanth Karthikesan 2008-08-05block/cciss.c: remove pointless curr_queue calculationHannes Reinecke 2008-07-04cciss: read config to obtain max outstanding commands per controllerMike Miller 2008-07-04cciss: fix regression that no device nodes are created if no logical drives a...Stephen M. Cameron 2008-06-12cciss: add new hardware supportMike Miller 2008-05-01cciss: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev 2008-04-29proc: remove proc_root_driverAlexey Dobriyan 2008-04-21cciss: Fix race between disk-adding code and interrupt handlerscameron@beardog.cca.cpqcorp.net 2008-04-11cciss: error: implicit declaration of function 'sg_init_table'Mike Pagano 2008-03-04cciss: remove READ_AHEAD define and use block layer defaultsMike Miller 2008-03-04resubmit: cciss: procfs updates to display info about manyMike Miller 2008-02-06cciss: use upper_32_bits() macro to eliminate warningsRandy Dunlap 2008-01-29cciss: fix bug in overriding ->data_len before completionJens Axboe 2008-01-28blk_end_request: changing cciss (take 4)Kiyoshi Ueda 2008-01-14cciss: section mismatchRandy Dunlap