summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* driver core: Use unbound workqueue for deferred probesYogesh Lal2021-03-281-1/+1
* power: supply: axp20x_usb_power: fix work-queue initMatti Vaittinen2021-03-261-5/+5
* watchdog: retu_wdt: Clean-up by using managed work initMatti Vaittinen2021-03-231-16/+6
* regulator: qcom_spmi-regulator: Clean-up by using managed work initMatti Vaittinen2021-03-231-26/+8
* power: supply: Clean-up few drivers by using managed work initMatti Vaittinen2021-03-234-46/+23
* platform/x86: gpd pocket fan: Clean-up by using managed work initMatti Vaittinen2021-03-231-11/+6
* hwmon: raspberry-pi: Clean-up few drivers by using managed work initMatti Vaittinen2021-03-231-11/+6
* extconn: Clean-up few drivers by using managed work initMatti Vaittinen2021-03-234-45/+20
* devcoredump: avoid -Wempty-body warningsArnd Bergmann2021-03-231-6/+9
* device property: Add test cases for fwnode_property_count_*() APIsAndy Shevchenko2021-03-231-4/+46
* device property: Sync descriptions of swnode array and group APIsAndy Shevchenko2021-03-231-5/+13
* clk: Mark fwnodes when their clock provider is addedTudor Ambarus2021-03-231-0/+2
* Revert "Revert "driver core: Set fw_devlink=on by default""Saravana Kannan2021-03-231-1/+1
* driver core: Update device link status properly for device_bind_driver()Saravana Kannan2021-03-233-1/+39
* driver core: Avoid pointless deferred probe attemptsSaravana Kannan2021-03-231-0/+6
* devtmpfs: actually reclaim some init memoryRasmus Villemoes2021-03-231-2/+2
* devtmpfs: fix placement of complete() callRasmus Villemoes2021-03-231-1/+1
* drivers/base/cpu: remove redundant assignment of variable retvalColin Ian King2021-03-231-4/+2
* driver core: dd: remove deferred_devices variableGreg Kroah-Hartman2021-03-231-4/+3
* driver core: component: remove dentry pointer in "struct master"Greg Kroah-Hartman2021-03-231-6/+3
* driver core: auxiliary bus: Remove unneeded module bitsDave Jiang2021-03-231-5/+0
* Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-2113-44/+72
|\
| * staging: vt665x: fix alignment constraintsEdmundo Carmona Antoranz2021-03-181-2/+2
| * staging: comedi: cb_pcidas64: fix request_irq() warnTong Zhang2021-03-161-1/+1
| * staging: comedi: cb_pcidas: fix request_irq() warnTong Zhang2021-03-161-1/+1
| * Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-03-1510-40/+68
| |\
| | * iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handlerDinghao Liu2021-03-061-0/+2
| | * 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 'usb-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-03-2110-25/+60
|\ \ \
| * | | usb: typec: tcpm: Skip sink_cap query only when VDM sm is busyBadhri Jagan Sridharan2021-03-181-1/+1
| * | | usb: dwc3: gadget: Prevent EP queuing while stopping transfersWesley Cheng2021-03-171-6/+5
| * | | usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy-Badhri Jagan Sridharan2021-03-171-1/+8
| * | | usb: typec: Remove vdo[3] part of tps6598x_rx_identity_reg structElias Rudberg2021-03-171-1/+0
| * | | usb-storage: Add quirk to defeat Kindle's automatic unloadAlan Stern2021-03-172-0/+19
| * | | usb: gadget: configfs: Fix KASAN use-after-freeJim Lin2021-03-171-4/+10
| * | | usbip: Fix incorrect double assignment to udc->ud.tcp_rxColin Ian King2021-03-171-1/+1
| * | | Merge tag 'usb-v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2021-03-161-1/+4
| |\ \ \
| | * | | usb: cdnsp: Fixes incorrect value in ISOC TRBPawel Laszczak2021-03-131-1/+4
| * | | | Merge tag 'thunderbolt-for-v5.12-rc4' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2021-03-152-10/+12
| |\ \ \ \ | | |_|/ / | |/| | |