summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* w1: ds2482: add i2c id for DS2484Stefan Wahren2023-04-201-0/+1
* firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probeDan Carpenter2023-04-201-2/+2
* Merge tag 'coresight-next-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2023-04-191-0/+1
|\
| * coresight: etm_pmu: Set the module fieldSuzuki K Poulose2023-04-141-0/+1
* | Merge tag 'icc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman2023-04-1912-117/+41
|\ \
| * | interconnect: qcom: Sort kerneldoc entriesKonrad Dybcio2023-04-051-2/+2
| * | interconnect: qcom: rpm: Add support for specifying channel numKonrad Dybcio2023-04-052-1/+8
| * | interconnect: qcom: rpm: make QoS INVALID defaultKonrad Dybcio2023-04-052-15/+19
| * | interconnect: qcom: rpm: drop bogus pm domain attachJohan Hovold2023-04-053-9/+0
| * | interconnect: drop unused icc_link_destroy() interfaceJohan Hovold2023-04-051-46/+0
| * | interconnect: drop racy registration APIJohan Hovold2023-03-201-16/+0
| * | interconnect: Use of_property_present() for testing DT property presenceRob Herring2023-03-201-2/+2
| * | interconnect: qcom: osm-l3: drop unuserd header inclusionDmitry Baryshkov2023-03-201-7/+0
| * | interconnect: qcom: drop obsolete OSM_L3/EPSS definesDmitry Baryshkov2023-03-206-12/+0
| * | interconnect: Skip call into provider if initial bw is zeroVivek Aknurwar2023-03-201-7/+10
| * | interconnect: qcom: Drop obsolete dependency on COMPILE_TESTJean Delvare2023-03-201-1/+1
* | | Merge tag 'mhi-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman2023-04-195-35/+54
|\ \ \
| * | | bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error stateJeffrey Hugo2023-04-101-4/+12
| * | | bus: mhi: host: Remove duplicate ee check for syserrJeffrey Hugo2023-04-101-1/+1
| * | | bus: mhi: host: Avoid ringing EV DB if there are no elements to processVivek Pernamitta2023-04-101-2/+6
| * | | bus: mhi: pci_generic: Add Foxconn T99W510Slark Xiao2023-04-031-0/+18
| * | | bus: mhi: host: Use ERANGE for BHIOFF/BHIEOFF range checkJeffrey Hugo2023-04-031-2/+2
| * | | bus: mhi: host: Range check CHDBOFF and ERDBOFFJeffrey Hugo2023-04-031-0/+12
| * | | bus: mhi: host: pci_generic: Revert "Add a secondary AT port to Telit FN990"Slark Xiao2023-03-101-2/+0
| * | | bus: mhi: host: pci_generic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-7/+1
| * | | bus: mhi: ep: Demote unsupported channel error log to debugManivannan Sadhasivam2023-03-071-2/+2
| * | | bus: mhi: host: Remove mhi_poll() APIManivannan Sadhasivam2023-03-071-15/+0
* | | | iio: adc: palmas: don't alter event config on suspend/resumePatrik Dahlström2023-04-131-14/+2
* | | | iio: adc: palmas: add support for iio threshold eventsPatrik Dahlström2023-04-131-24/+419
* | | | iio: adc: palmas: always reset events on unloadPatrik Dahlström2023-04-131-0/+11
* | | | iio: adc: palmas: move eventX_enable into palmas_adc_eventPatrik Dahlström2023-04-131-10/+9
* | | | iio: adc: palmas: use iio_event_direction for threshold polarityPatrik Dahlström2023-04-131-13/+23
* | | | iio: adc: palmas: replace "wakeup" with "event"Patrik Dahlström2023-04-131-25/+25
* | | | iio: adc: palmas: remove adc_wakeupX_dataPatrik Dahlström2023-04-131-44/+6
* | | | iio: adc: palmas: Take probe fully device managed.Jonathan Cameron2023-04-131-68/+42
* | | | iio: imu: lsm6dsx: Add ACPI mount matrix retrievalJonathan Cameron2023-04-131-3/+74
* | | | iio: imu: lsm6dsx: Support SMO8B30 ACPI ID for LSM6DS3TR-CJonathan Cameron2023-04-122-3/+15
* | | | Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-04-1278-2160/+4737
|\ \ \ \
| * | | | iio: light: ROHM BU27034 Ambient Light SensorMatti Vaittinen2023-04-103-0/+1512
| * | | | iio: light: Add gain-time-scale helpersMatti Vaittinen2023-04-103-0/+1081
| * | | | iio: dac: set variable max5522_channels storage-class-specifier to staticTom Rix2023-04-101-1/+1
| * | | | iio: addac: stx104: Use regmap_read_poll_timeout() for conversion pollWilliam Breathitt Gray2023-04-101-9/+13
| * | | | iio: addac: stx104: Migrate to the regmap APIWilliam Breathitt Gray2023-04-102-195/+245
| * | | | iio: addac: stx104: Improve indentation in stx104_write_raw()William Breathitt Gray2023-04-101-10/+10
| * | | | iio: addac: stx104: Use define rather than hardcoded limit for write valWilliam Breathitt Gray2023-04-101-2/+2
| * | | | iio: addac: stx104: Fix race condition when converting analog-to-digitalWilliam Breathitt Gray2023-04-101-0/+4
| * | | | iio: addac: stx104: Fix race condition for stx104_write_raw()William Breathitt Gray2023-04-101-0/+8
| * | | | staging: iio: resolver: ads1210: fix config modeNuno Sá2023-04-101-1/+1
| * | | | iio: adc: ti-ads1100: fix error code in probe()Dan Carpenter2023-04-101-1/+1
| * | | | iio: accel: add support for IIS328DQ variantStefan Wahren2023-03-194-0/+12