summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iio: hid-sensor-temperature: Fix issues of timestamp channelYe Xiang2021-03-061-6/+8
* iio: hid-sensor-humidity: Fix alignment issue of timestamp channelYe Xiang2021-03-061-5/+7
* counter: stm32-timer-cnt: fix ceiling miss-alignment with reload registerFabrice Gasnier2021-03-061-8/+3
* counter: stm32-timer-cnt: fix ceiling write max valueFabrice Gasnier2021-03-061-0/+5
* counter: stm32-timer-cnt: Report count function when SLAVE_MODE_DISABLEDWilliam Breathitt Gray2021-02-271-14/+25
* iio: adc: ab8500-gpadc: Fix off by 10 to 3Linus Walleij2021-02-211-1/+1
* iio:adc:stm32-adc: Add HAS_IOMEM dependencyJonathan Cameron2021-02-211-0/+1
* iio: adis16400: Fix an error code in adis16400_initial_setup()Dan Carpenter2021-02-211-2/+1
* iio: adc: adi-axi-adc: add proper Kconfig dependenciesAlexandru Ardelean2021-02-141-0/+2
* iio: adc: ad7949: fix wrong ADC result due to incorrect bit maskWilfried Wessner2021-02-121-1/+1
* iio: hid-sensor-prox: Fix scale not correct issueYe Xiang2021-01-301-2/+11
* iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channelJonathan Albrieux2021-01-161-1/+1
* Merge tag 'iio-fixes-for-5.11a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-01-157-60/+31
|\
| * iio: sx9310: Fix semtech,avg-pos-strength setting when > 16Stephen Boyd2021-01-141-1/+2
| * iio: common: st_sensors: fix possible infinite loop in st_sensors_irq_threadLorenzo Bianconi2021-01-141-14/+17
| * iio: ad5504: Fix setting power-down stateLars-Peter Clausen2021-01-141-2/+2
| * counter:ti-eqep: remove floorDavid Lechner2021-01-141-35/+0
| * drivers: iio: temperature: Add delay after the addressed reset command in mlx...Slaveyko Slaveykov2021-01-141-0/+6
| * iio: adc: ti_am335x_adc: remove omitted iio_kfifo_free()Alexandru Ardelean2021-01-141-5/+1
| * dt-bindings: iio: accel: bma255: Fix bmc150/bmi055 compatibleStephan Gerhold2021-01-141-2/+2
| * iio: sx9310: Off by one in sx9310_read_thresh()Dan Carpenter2021-01-141-1/+1
|/
* Linux 5.11-rc3v5.11-rc3Linus Torvalds2021-01-101-1/+1
* Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-01-106-14/+6
|\
| * Documentation: kbuild: Fix section referenceViresh Kumar2021-01-111-1/+1
| * kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada2021-01-041-10/+0
| * lib/raid6: Let $(UNROLL) rules work with macOS userlandJohn Millikin2021-01-041-1/+1
| * kconfig: Support building mconf with vendor sysroot ncursesJohn Millikin2021-01-041-1/+3
| * kconfig: config script: add a little user helpRandy Dunlap2021-01-041-0/+1
| * MAINTAINERS: adjust GCC PLUGINS after gcc-plugin.sh removalLukas Bulwahn2021-01-041-1/+0
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-105-26/+123
|\ \
| * \ Merge branch '5.11/scsi-postmerge' into 5.11/scsi-fixesMartin K. Petersen2021-01-045-26/+123
| |\ \ | | |/ | |/|
| | * scsi: hisi_sas: Expose HW queues for v2 hwJohn Garry2020-12-213-13/+68
| | * Revert "Revert "scsi: megaraid_sas: Added support for shared host tagset for ...Martin K. Petersen2020-12-162-13/+55
* | | Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-1022-59/+172
|\ \ \
| * | | bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Coly Li2021-01-091-0/+15
| * | | bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li2021-01-094-8/+29
| * | | bcache: check unsupported feature sets for bcache registerColy Li2021-01-092-0/+29
| * | | bcache: fix typo from SUUP to SUPP in features.hColy Li2021-01-091-3/+3
| * | | bcache: set pdev_set_uuid before scond loop iterationYi Li2021-01-091-1/+1
| * | | blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHAREDJohn Garry2021-01-081-0/+1
| * | | block/rnbd-clt: avoid module unload race with close confirmationJack Wang2021-01-081-1/+2
| * | | block/rnbd: Adding name to the Contributors ListSwapnil Ingle2021-01-081-0/+1
| * | | block/rnbd-clt: Fix sg table use after freeGuoqing Jiang2021-01-081-8/+7
| * | | block/rnbd-srv: Fix use after free in rnbd_srv_sess_dev_force_closeJack Wang2021-01-081-3/+5
| * | | block/rnbd: Select SG_POOL for RNBD_CLIENTJack Wang2021-01-081-0/+1
| * | | block: pre-initialize struct block_device in bdev_alloc_inodeChristoph Hellwig2021-01-071-2/+3
| * | | Merge tag 'nvme-5.11-2021-01-07' of git://git.infradead.org/nvme into block-5.11Jens Axboe2021-01-077-21/+50
| |\ \ \
| | * | | nvme: remove the unused status argument from nvme_trace_bio_completeMax Gurtovoy2021-01-062-5/+3
| | * | | nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin2021-01-061-0/+10
| | * | | nvme: unexport functions with no external callerMinwoo Im2021-01-062-7/+2