summaryrefslogtreecommitdiffstats
path: root/lib/bsearch.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-30pwm: core: Simplify some devm_*pwm*() functionsAndy Shevchenko1-35/+25
2021-06-30pwm: core: Remove unused devm_pwm_put()Andy Shevchenko4-32/+4
2021-06-30pwm: core: Unify fwnode checks in the moduleAndy Shevchenko1-6/+7
2021-06-30pwm: core: Reuse fwnode_to_pwmchip() in ACPI caseAndy Shevchenko1-30/+1
2021-06-30pwm: core: Convert to use fwnode for matchingAndy Shevchenko1-3/+3
2021-06-30docs: firmware-guide: ACPI: Add a PWM exampleAndy Shevchenko1-0/+32
2021-06-30dt-bindings: pwm: pwm-tiecap: Add compatible string for AM64 SoCLokesh Vutla1-0/+1
2021-06-30dt-bindings: pwm: pwm-tiecap: Convert to json schemaLokesh Vutla2-51/+63
2021-06-30pwm: sprd: Don't check the return code of pwmchip_remove()Uwe Kleine-König1-1/+3
2021-06-30pwm: img: Fix PM reference leak in img_pwm_enable()Zou Wei1-1/+1
2021-06-30pwm: pxa: Always use the same variable name for driver dataUwe Kleine-König1-19/+19
2021-06-30pwm: pxa: Drop if with an always false conditionUwe Kleine-König1-2/+0
2021-06-30pwm: berlin: Don't check the return code of pwmchip_remove()Uwe Kleine-König1-3/+3
2021-06-30pwm: berlin: Implement .apply() callbackUwe Kleine-König1-5/+38
2021-06-30pwm: berlin: use consistent naming for variablesUwe Kleine-König1-58/+58
2021-06-28pwm: tiecap: Implement .apply() callbackUwe Kleine-König1-10/+45
2021-06-28pwm: tiecap: Drop .free() callbackUwe Kleine-König1-9/+0
2021-06-28pwm: Drop irrelevant error path from pwmchip_remove()Uwe Kleine-König1-14/+2
2021-06-28pwm: crc: Simplify using devm_pwmchip_add()Uwe Kleine-König1-11/+1
2021-06-28pwm: imx1: Simplify using devm_pwmchip_add()Uwe Kleine-König1-11/+1
2021-06-28pwm: imx1: Don't disable clocks at device remove timeUwe Kleine-König1-2/+0
2021-06-28pwm: clps711x: Simplify using devm_pwmchip_add()Uwe Kleine-König1-11/+1
2021-06-28pwm: meson: Simplify using devm_pwmchip_add()Uwe Kleine-König1-11/+1
2021-06-28pwm: lpss: Simplify using devm_pwmchip_add()Uwe Kleine-König4-15/+2
2021-06-28pwm: Add a device-managed function to add PWM chipsUwe Kleine-König2-0/+22
2021-06-04dt-bindings: pwm: pwm-tiehrpwm: Add compatible string for AM64 SoCLokesh Vutla1-0/+1
2021-06-04dt-bindings: pwm: pwm-tiehrpwm: Convert to json schemaLokesh Vutla2-50/+64
2021-06-04pwm: pca9685: Add error messages for failed regmap callsClemens Gruber1-24/+59
2021-06-04pwm: pca9685: Restrict period change for enabled PWMsClemens Gruber1-10/+64
2021-06-04pwm: pca9685: Support new usage_power setting in PWM stateClemens Gruber1-15/+46
2021-06-04pwm: core: Support new usage_power setting in PWM stateClemens Gruber3-1/+16
2021-05-25pwm: spear: Implement .apply() callbackUwe Kleine-König1-4/+29
2021-05-25pwm: spear: Free resources only after pwmchip_remove()Uwe Kleine-König1-1/+4
2021-05-25pwm: spear: Don't modify HW state in .remove callbackUwe Kleine-König1-4/+0
2021-05-25pwm: visconti: Fix and simplify period calculationUwe Kleine-König1-10/+7
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König26-57/+0
2021-05-25pwm: Autodetect default value for of_pwm_n_cells from device treeUwe Kleine-König1-1/+7
2021-05-25pwm: Drop of_pwm_simple_xlate() in favour of of_pwm_xlate_with_flags()Uwe Kleine-König1-26/+1
2021-05-25pwm: Make of_pwm_xlate_with_flags() work with #pwm-cells = <2>Uwe Kleine-König1-4/+5
2021-05-09Linux 5.13-rc1v5.13-rc1Linus Torvalds1-2/+2
2021-05-09fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds1-1/+1
2021-05-09Revert "bio: limit bio max size"Jens Axboe4-21/+3
2021-05-08drm/i915/display: fix compiler warning about array overrunLinus Torvalds1-1/+12
2021-05-08smb3: if max_channels set to more than one channel request multichannelSteve French1-0/+3
2021-05-08smb3: do not attempt multichannel to server which does not support itSteve French1-0/+6
2021-05-08smb3: when mounting with multichannel include it in requested capabilitiesSteve French1-0/+5
2021-05-08linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada3-6/+5
2021-05-08atm: firestream: Use fallthrough pseudo-keywordWei Ming Chen1-0/+1
2021-05-08net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon2-18/+3
2021-05-08mptcp: fix splat when closing unaccepted socketPaolo Abeni1-2/+1