| Commit message (Expand) | Author | Age | Files | Lines |
* | driver core: platform: Make platform_get_irq_optional() optional | Andy Shevchenko | 2021-04-02 | 1 | -21/+34 |
* | driver core: Replace printf() specifier and drop unneeded casting | Andy Shevchenko | 2021-04-02 | 1 | -2/+2 |
* | driver core: Cast to (void *) with __force for __percpu pointer | Andy Shevchenko | 2021-04-02 | 1 | -1/+1 |
* | driver core: platform: Make clear error code used for missed IRQ | Andy Shevchenko | 2021-04-02 | 1 | -6/+5 |
* | devcoredump: fix kernel-doc warning | Pierre-Louis Bossart | 2021-04-02 | 1 | -2/+2 |
* | platform-msi: fix kernel-doc warnings | Pierre-Louis Bossart | 2021-04-02 | 1 | -1/+2 |
* | driver core: attribute_container: remove kernel-doc warnings | Pierre-Louis Bossart | 2021-04-02 | 1 | -0/+4 |
* | driver core: remove kernel-doc warnings | Pierre-Louis Bossart | 2021-04-02 | 1 | -5/+6 |
* | base: dd: fix error return code of driver_sysfs_add() | Jia-Ju Bai | 2021-03-28 | 1 | -2/+5 |
* | driver core: Use unbound workqueue for deferred probes | Yogesh Lal | 2021-03-28 | 1 | -1/+1 |
* | power: supply: axp20x_usb_power: fix work-queue init | Matti Vaittinen | 2021-03-26 | 1 | -5/+5 |
* | watchdog: retu_wdt: Clean-up by using managed work init | Matti Vaittinen | 2021-03-23 | 1 | -16/+6 |
* | regulator: qcom_spmi-regulator: Clean-up by using managed work init | Matti Vaittinen | 2021-03-23 | 1 | -26/+8 |
* | power: supply: Clean-up few drivers by using managed work init | Matti Vaittinen | 2021-03-23 | 4 | -46/+23 |
* | platform/x86: gpd pocket fan: Clean-up by using managed work init | Matti Vaittinen | 2021-03-23 | 1 | -11/+6 |
* | hwmon: raspberry-pi: Clean-up few drivers by using managed work init | Matti Vaittinen | 2021-03-23 | 1 | -11/+6 |
* | extconn: Clean-up few drivers by using managed work init | Matti Vaittinen | 2021-03-23 | 4 | -45/+20 |
* | devcoredump: avoid -Wempty-body warnings | Arnd Bergmann | 2021-03-23 | 1 | -6/+9 |
* | device property: Add test cases for fwnode_property_count_*() APIs | Andy Shevchenko | 2021-03-23 | 1 | -4/+46 |
* | device property: Sync descriptions of swnode array and group APIs | Andy Shevchenko | 2021-03-23 | 1 | -5/+13 |
* | clk: Mark fwnodes when their clock provider is added | Tudor Ambarus | 2021-03-23 | 1 | -0/+2 |
* | Revert "Revert "driver core: Set fw_devlink=on by default"" | Saravana Kannan | 2021-03-23 | 1 | -1/+1 |
* | driver core: Update device link status properly for device_bind_driver() | Saravana Kannan | 2021-03-23 | 3 | -1/+39 |
* | driver core: Avoid pointless deferred probe attempts | Saravana Kannan | 2021-03-23 | 1 | -0/+6 |
* | devtmpfs: actually reclaim some init memory | Rasmus Villemoes | 2021-03-23 | 1 | -2/+2 |
* | devtmpfs: fix placement of complete() call | Rasmus Villemoes | 2021-03-23 | 1 | -1/+1 |
* | drivers/base/cpu: remove redundant assignment of variable retval | Colin Ian King | 2021-03-23 | 1 | -4/+2 |
* | driver core: dd: remove deferred_devices variable | Greg Kroah-Hartman | 2021-03-23 | 1 | -4/+3 |
* | driver core: component: remove dentry pointer in "struct master" | Greg Kroah-Hartman | 2021-03-23 | 1 | -6/+3 |
* | driver core: auxiliary bus: Remove unneeded module bits | Dave Jiang | 2021-03-23 | 1 | -5/+0 |
* | Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-03-21 | 13 | -44/+72 |
|\ |
|
| * | staging: vt665x: fix alignment constraints | Edmundo Carmona Antoranz | 2021-03-18 | 1 | -2/+2 |
| * | staging: comedi: cb_pcidas64: fix request_irq() warn | Tong Zhang | 2021-03-16 | 1 | -1/+1 |
| * | staging: comedi: cb_pcidas: fix request_irq() warn | Tong Zhang | 2021-03-16 | 1 | -1/+1 |
| * | Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman | 2021-03-15 | 10 | -40/+68 |
| |\ |
|
| | * | iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handler | Dinghao Liu | 2021-03-06 | 1 | -0/+2 |
| | * | iio: hid-sensor-temperature: Fix issues of timestamp channel | Ye Xiang | 2021-03-06 | 1 | -6/+8 |
| | * | iio: hid-sensor-humidity: Fix alignment issue of timestamp channel | Ye Xiang | 2021-03-06 | 1 | -5/+7 |
| | * | counter: stm32-timer-cnt: fix ceiling miss-alignment with reload register | Fabrice Gasnier | 2021-03-06 | 1 | -8/+3 |
| | * | counter: stm32-timer-cnt: fix ceiling write max value | Fabrice Gasnier | 2021-03-06 | 1 | -0/+5 |
| | * | counter: stm32-timer-cnt: Report count function when SLAVE_MODE_DISABLED | William Breathitt Gray | 2021-02-27 | 1 | -14/+25 |
| | * | iio: adc: ab8500-gpadc: Fix off by 10 to 3 | Linus Walleij | 2021-02-21 | 1 | -1/+1 |
| | * | iio:adc:stm32-adc: Add HAS_IOMEM dependency | Jonathan Cameron | 2021-02-21 | 1 | -0/+1 |
| | * | iio: adis16400: Fix an error code in adis16400_initial_setup() | Dan Carpenter | 2021-02-21 | 1 | -2/+1 |
| | * | iio: adc: adi-axi-adc: add proper Kconfig dependencies | Alexandru Ardelean | 2021-02-14 | 1 | -0/+2 |
| | * | iio: adc: ad7949: fix wrong ADC result due to incorrect bit mask | Wilfried Wessner | 2021-02-12 | 1 | -1/+1 |
| | * | iio: hid-sensor-prox: Fix scale not correct issue | Ye Xiang | 2021-01-30 | 1 | -2/+11 |
| | * | iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channel | Jonathan Albrieux | 2021-01-16 | 1 | -1/+1 |
* | | | Merge tag 'usb-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2021-03-21 | 10 | -25/+60 |
|\ \ \ |
|
| * | | | usb: typec: tcpm: Skip sink_cap query only when VDM sm is busy | Badhri Jagan Sridharan | 2021-03-18 | 1 | -1/+1 |