summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-15iio: adc: ab8500-gpadc: convert to device propertiesNuno Sá1-15/+12
2022-08-15iio: adc: ingenic-adc: convert to IIO fwnode interfaceNuno Sá1-4/+4
2022-08-15thermal: qcom: qcom-spmi-adc-tm5: convert to IIO fwnode APINuno Sá1-1/+2
2022-08-15iio: inkern: move to fwnode propertiesNuno Sá1-74/+83
2022-08-15iio: inkern: split of_iio_channel_get_by_name()Nuno Sá1-47/+65
2022-08-15iio: inkern: only return error codes in iio_channel_get_*() APIsNuno Sá1-15/+39
2022-08-15iio: inkern: fix return value in devm_of_iio_channel_get_by_name()Nuno Sá1-0/+2
2022-08-15iio: inkern: only release the device node when done with itNuno Sá1-2/+4
2022-08-15iio: adc: qcom-spmi-adc5: Add missing VCOIN/GPIO[134] channelsMarijn Suijten1-0/+8
2022-08-15iio: adc: at91-sama5d2_adc: add runtime pm supportClaudiu Beznea1-42/+166
2022-08-15iio: adc: at91-sama5d2_adc: add empty line after functionsClaudiu Beznea1-0/+1
2022-08-15iio: adc: at91-sama5d2_adc: add support for temperature sensorClaudiu Beznea1-7/+249
2022-08-15iio: adc: at91-sama5d2_adc: lock around at91_adc_read_info_raw()Claudiu Beznea1-20/+19
2022-08-15iio: adc: at91-sama5d2_adc: add startup and tracktim as parameter for at91_ad...Claudiu Beznea1-7/+11
2022-08-15iio: adc: at91-sama5d2_adc: update trackx on emrClaudiu Beznea1-4/+10
2022-08-15iio: adc: at91-sama5d2_adc: move oversampling storage in its functionClaudiu Beznea1-2/+2
2022-08-15iio: adc: at91-sama5d2_adc: add 64 and 256 oversampling ratioClaudiu Beznea1-5/+26
2022-08-15iio: adc: at91-sama5d2_adc: adjust osr based on specific platform dataClaudiu Beznea1-13/+22
2022-08-15iio: adc: at91-sama5d2_adc: add .read_avail() chan_info opsClaudiu Beznea1-15/+35
2022-08-15iio: adc: at91-sama5d2_adc: drop AT91_OSR_XSAMPLES definesClaudiu Beznea1-14/+9
2022-08-15iio: adc: at91-sama5d2_adc: move the check of oversampling in its functionClaudiu Beznea1-8/+10
2022-08-15iio: adc: at91-sama5d2_adc: handle different EMR.OSR for different hw versionsClaudiu Beznea1-13/+18
2022-08-15iio: adc: at91-sama5d2_adc: exit from write_raw() when buffers are enabledClaudiu Beznea1-0/+10
2022-08-15iio: adc: at91-sama5d2_adc: disable/prepare buffer on suspend/resumeClaudiu Beznea1-7/+7
2022-08-15iio: adc: at91-sama5d2_adc: lock around oversampling and sample freqClaudiu Beznea1-4/+8
2022-08-15iio: adc: at91-sama5d2_adc: check return status for pressure and touchClaudiu Beznea1-2/+6
2022-08-15iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAXClaudiu Beznea1-1/+1
2022-08-15iio: Add names for function definition arguments.Joe Simmons-Talbott1-3/+4
2022-08-15iio: adc: Add rtq6056 supportChiYuan Huang3-0/+677
2022-08-15iio: light: Add support for ltrf216a sensorShreeya Patel3-0/+549
2022-08-15iio: adc: imx8qxp-adc: propagate regulator_get_voltage errorMartin Larsson1-3/+5
2022-08-15iio: Fix indentation for multiline conditional.Joe Simmons-Talbott1-2/+2
2022-08-15iio: Add blank lines after declarations.Joe Simmons-Talbott3-0/+9
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-24/+59
2022-08-13Merge tag 'i2c-for-5.20-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds51-54/+99
2022-08-13Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds10-25/+1523
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-97/+117
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds5-4/+18
2022-08-12Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-23/+50
2022-08-12Merge tag 'rtc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds39-506/+1846
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds33-510/+1971
2022-08-12Merge tag 'for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds17-595/+334
2022-08-12Merge tag 'vfio-v6.0-rc1pt2' of https://github.com/awilliam/linux-vfioLinus Torvalds2-0/+2
2022-08-12perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt2-15/+16
2022-08-12xen/pciback: Fix comment typoJason Wang1-1/+1
2022-08-12xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter1-2/+2
2022-08-12xen-blkfront: Apply 'feature_persistent' parameter when connectSeongJae Park1-3/+1
2022-08-12xen-blkback: Apply 'feature_persistent' parameter when connectMaximilian Heyne1-6/+3
2022-08-12xen-blkback: fix persistent grants negotiationSeongJae Park1-8/+7
2022-08-12x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane1-6/+47