summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* iio: dac: max5821: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+5
* iio: dac: max517: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: dac: ltc1660: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+5
* iio: dac: ds4424: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: chemical: scd4x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: adc: xilinx-ams: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: adc: ti-am335x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: adc: stmpe-adc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-3/+3
* iio: adc: mt6577_auxadc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-6/+6
* iio: adc: meson_saradc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-5/+5
* iio: adc: imx7d_adc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-2/+3
* iio: adc: at91-sam5d2: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+5
* iio: adc: ad799x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: accel: bma220: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: adc: ti-ads124s08: Drop unused parameter to ads124s_read()Jonathan Cameron2022-07-181-3/+3
* iio: Be consistent with allocation result tests.Joe Simmons-Talbott2022-07-181-1/+1
* iio: Use parens with sizeofJoe Simmons-Talbott2022-07-181-2/+2
* iio: adc: npcm: Add NPCM8XX supportTomer Maimon2022-07-181-7/+29
* iio: cros: Register FIFO callback after sensor is registeredGwendal Grignou2022-07-186-29/+55
* iio: test: rework Kconfig to support modulesLiam Beguin2022-07-161-7/+17
* iio: afe: rescale: export symbols used during testingLiam Beguin2022-07-162-0/+3
* iio: test: format: follow CONFIG_ naming conventionLiam Beguin2022-07-162-2/+2
* iio: test: format: add MODULE_* informationLiam Beguin2022-07-161-0/+4
* iio: test: rescale: add MODULE_* informationLiam Beguin2022-07-161-0/+4
* iio: adc: ad7949: Fix error messageThorsten Scherer2022-07-161-1/+1
* iio: dac: cio-dac: Cleanup indexing for DAC writesWilliam Breathitt Gray2022-07-161-5/+5
* iio: adc: stx104: Implement and utilize register structuresWilliam Breathitt Gray2022-07-161-24/+50
* iio: magnetometer: rm3100: do not explicity set INDIO_BUFFER_TRIGGERED modeMarcus Folkesson2022-07-161-1/+1
* iio: proximity: sx_common: Allow IIO core to take care of firmware nodeAndy Shevchenko2022-07-161-3/+0
* iio: proximity: sx_common: Don't use IIO device for propertiesAndy Shevchenko2022-07-161-4/+3
* iio: trigger: move trig->owner init to trigger allocate() stageDmitry Rokosov2022-07-161-21/+25
* Merge tag 'extcon-next-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-07-165-11/+12
|\
| * extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDPMichael Wu2022-07-151-0/+10
| * extcon: rt8973a: Drop useless mask_invert flag on irqchipAidan MacDonald2022-07-151-1/+0
| * extcon: sm5502: Drop useless mask_invert flag on irqchipAidan MacDonald2022-07-151-2/+0
| * extcon: Drop unexpected word "the" in the commentsJiang Jian2022-07-151-1/+1
| * extcon: Remove extraneous space before a debug messageColin Ian King2022-07-151-1/+1
| * extcon: fsa9480: Drop no-op remove functionUwe Kleine-König2022-07-151-6/+0
* | Merge tag 'icc-5.20-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-07-1622-73/+1274
|\ \
| * \ Merge branch 'icc-rpm' into icc-nextGeorgi Djakov2022-07-158-52/+200
| |\ \
| | * | interconnect: qcom: icc-rpm: Set bandwidth and clock for bucket valuesLeo Yan2022-07-121-14/+61
| | * | interconnect: qcom: icc-rpm: Support multiple bucketsLeo Yan2022-07-122-1/+56
| | * | interconnect: qcom: icc-rpm: Change to use qcom_icc_xlate_extended()Leo Yan2022-07-121-1/+2
| | * | interconnect: qcom: Move qcom_icc_xlate_extended() to a common fileLeo Yan2022-07-126-26/+52
| | * | interconnect: icc-rpm: Set destination bandwidth as well as source bandwidthBryan O'Donoghue2022-07-071-11/+30
| * | | Merge branch 'icc-imx8mp' into icc-nextGeorgi Djakov2022-07-1510-21/+426
| |\ \ \
| | * | | PM / devfreq: imx: Register i.MX8MP interconnect devicePeng Fan2022-07-151-0/+1
| | * | | interconnect: imx: Add platform driver for imx8mpPeng Fan2022-07-153-0/+265
| | * | | interconnect: imx: configure NoC mode/prioriry/ext_controlPeng Fan2022-07-155-9/+90
| | * | | interconnect: imx: introduce imx_icc_providerPeng Fan2022-07-152-10/+20