summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-04-20spmi: pmic-arb: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-20spmi: mtk-pmif: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-20spmi: hisi-spmi-controller: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-20w1: gpio: remove unnecessary ENOMEM messagesKrzysztof Kozlowski1-3/+1
2023-04-20w1: omap-hdq: remove unnecessary ENOMEM messagesKrzysztof Kozlowski1-3/+1
2023-04-20w1: omap-hdq: add SPDX tagKrzysztof Kozlowski1-7/+1
2023-04-20w1: omap-hdq: allow compile testingKrzysztof Kozlowski1-1/+1
2023-04-20w1: matrox: remove unnecessary ENOMEM messagesKrzysztof Kozlowski1-6/+1
2023-04-20w1: matrox: use inline over __inline__Krzysztof Kozlowski1-2/+2
2023-04-20w1: matrox: switch from asm to linux headerKrzysztof Kozlowski1-1/+1
2023-04-20w1: ds2482: do not use assignment in if conditionKrzysztof Kozlowski1-1/+2
2023-04-20w1: ds2482: drop unnecessary headerKrzysztof Kozlowski1-1/+0
2023-04-20w1: ds2433: do not use assignment in if conditionKrzysztof Kozlowski1-2/+4
2023-04-20w1: use octal for file permissionsKrzysztof Kozlowski6-8/+8
2023-04-20w1: minor white-space and code style fixesKrzysztof Kozlowski11-36/+45
2023-04-20w1: ds28e04: correct kerneldoc annotationKrzysztof Kozlowski1-7/+8
2023-04-20w1: ds2433: correct kerneldoc annotationKrzysztof Kozlowski1-7/+8
2023-04-20w1: ds2408: drop kerneldoc annotationKrzysztof Kozlowski1-1/+1
2023-04-20w1: ds2482: add i2c id for DS2484Stefan Wahren1-0/+1
2023-04-20firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probeDan Carpenter1-2/+2
2023-04-19Merge tag 'coresight-next-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-0/+1
2023-04-19Merge tag 'icc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman12-117/+41
2023-04-19Merge tag 'mhi-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman5-35/+54
2023-04-14coresight: etm_pmu: Set the module fieldSuzuki K Poulose1-0/+1
2023-04-13iio: adc: palmas: don't alter event config on suspend/resumePatrik Dahlström1-14/+2
2023-04-13iio: adc: palmas: add support for iio threshold eventsPatrik Dahlström1-24/+419
2023-04-13iio: adc: palmas: always reset events on unloadPatrik Dahlström1-0/+11
2023-04-13iio: adc: palmas: move eventX_enable into palmas_adc_eventPatrik Dahlström1-10/+9
2023-04-13iio: adc: palmas: use iio_event_direction for threshold polarityPatrik Dahlström1-13/+23
2023-04-13iio: adc: palmas: replace "wakeup" with "event"Patrik Dahlström1-25/+25
2023-04-13iio: adc: palmas: remove adc_wakeupX_dataPatrik Dahlström1-44/+6
2023-04-13iio: adc: palmas: Take probe fully device managed.Jonathan Cameron1-68/+42
2023-04-13iio: imu: lsm6dsx: Add ACPI mount matrix retrievalJonathan Cameron1-3/+74
2023-04-12iio: imu: lsm6dsx: Support SMO8B30 ACPI ID for LSM6DS3TR-CJonathan Cameron2-3/+15
2023-04-12Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman78-2160/+4737
2023-04-10bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error stateJeffrey Hugo1-4/+12
2023-04-10bus: mhi: host: Remove duplicate ee check for syserrJeffrey Hugo1-1/+1
2023-04-10bus: mhi: host: Avoid ringing EV DB if there are no elements to processVivek Pernamitta1-2/+6
2023-04-10iio: light: ROHM BU27034 Ambient Light SensorMatti Vaittinen3-0/+1512
2023-04-10iio: light: Add gain-time-scale helpersMatti Vaittinen3-0/+1081
2023-04-10iio: dac: set variable max5522_channels storage-class-specifier to staticTom Rix1-1/+1
2023-04-10iio: addac: stx104: Use regmap_read_poll_timeout() for conversion pollWilliam Breathitt Gray1-9/+13
2023-04-10iio: addac: stx104: Migrate to the regmap APIWilliam Breathitt Gray2-195/+245
2023-04-10iio: addac: stx104: Improve indentation in stx104_write_raw()William Breathitt Gray1-10/+10
2023-04-10iio: addac: stx104: Use define rather than hardcoded limit for write valWilliam Breathitt Gray1-2/+2
2023-04-10iio: addac: stx104: Fix race condition when converting analog-to-digitalWilliam Breathitt Gray1-0/+4
2023-04-10iio: addac: stx104: Fix race condition for stx104_write_raw()William Breathitt Gray1-0/+8
2023-04-10staging: iio: resolver: ads1210: fix config modeNuno Sá1-1/+1
2023-04-10iio: adc: ti-ads1100: fix error code in probe()Dan Carpenter1-1/+1
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman379-1885/+3419