summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | rtc: tps65910: Correct driver module aliasDmitry Osipenko2021-08-171-1/+1
| * | | | | | | | | | | rtc: move RTC_LIB_KUNIT_TEST to proper locationAlexandre Belloni2021-08-102-11/+11
| * | | | | | | | | | | rtc: lib_test: add MODULE_LICENSEAlexandre Belloni2021-08-101-0/+2
| * | | | | | | | | | | rtc: Improve performance of rtc_time64_to_tm(). Add tests.Cassio Neri2021-08-104-27/+170
| * | | | | | | | | | | rtc: s5m: set rangeAlexandre Belloni2021-08-061-8/+10
| * | | | | | | | | | | rtc: s5m: enable wakeup only when availableAlexandre Belloni2021-08-061-2/+1
| * | | | | | | | | | | rtc: s5m: signal the core when alarm are not availableAlexandre Belloni2021-08-061-16/+11
| * | | | | | | | | | | rtc: s5m: switch to devm_rtc_allocate_deviceAlexandre Belloni2021-08-061-3/+7
* | | | | | | | | | | | Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-111-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | firewire: nosy: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-07-051-19/+24
| * | | | | | | | | | | | firewire: net: remove unused variable 'guid'Pu Lehui2021-07-051-4/+0
* | | | | | | | | | | | | Merge tag 'pwm/for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-1143-440/+260
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | pwm: mtk-disp: Implement atomic API .get_state()Jitao Shi2021-09-021-0/+43
| * | | | | | | | | | | | | pwm: mtk-disp: Fix overflow in period and duty calculationJitao Shi2021-09-021-3/+3
| * | | | | | | | | | | | | pwm: mtk-disp: Implement atomic API .apply()Jitao Shi2021-09-021-54/+41
| * | | | | | | | | | | | | pwm: mtk-disp: Adjust the clocks to avoid them mismatchJitao Shi2021-09-021-50/+41
| * | | | | | | | | | | | | dt-bindings: pwm: rockchip: Add description for rk3568Liang Chen2021-09-021-0/+1
| * | | | | | | | | | | | | pwm: Make pwmchip_remove() return voidUwe Kleine-König2021-09-022-4/+2
| * | | | | | | | | | | | | pwm: sun4i: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-4/+1
| * | | | | | | | | | | | | pwm: sifive: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-3/+3
| * | | | | | | | | | | | | pwm: samsung: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-4/+1
| * | | | | | | | | | | | | pwm: renesas-tpu: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-3/+2
| * | | | | | | | | | | | | pwm: rcar: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-3/+2
| * | | | | | | | | | | | | pwm: pca9685: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-4/+1
| * | | | | | | | | | | | | pwm: omap-dmtimer: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-4/+1
| * | | | | | | | | | | | | pwm: mtk-disp: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-3/+2
| * | | | | | | | | | | | | pwm: imx-tpm: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-2/+3
| * | | | | | | | | | | | | pwm: img: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-1/+3
| * | | | | | | | | | | | | pwm: cros-ec: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-1/+3
| * | | | | | | | | | | | | pwm: brcmstb: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-3/+2
| * | | | | | | | | | | | | pwm: atmel-tcb: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-4/+1
| * | | | | | | | | | | | | pwm: atmel-hlcdc: Don't check the return code of pwmchip_remove()Uwe Kleine-König2021-09-021-4/+1
| * | | | | | | | | | | | | pwm: twl: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-16/+1
| * | | | | | | | | | | | | pwm: twl-led: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-16/+1
| * | | | | | | | | | | | | pwm: tiecap: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-4/+2
| * | | | | | | | | | | | | pwm: stm32-lp: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-9/+1
| * | | | | | | | | | | | | pwm: sl28cpld: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
| * | | | | | | | | | | | | pwm: raspberrypi-poe: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
| * | | | | | | | | | | | | pwm: pxa: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-12/+1
| * | | | | | | | | | | | | pwm: ntxec: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-12/+1
| * | | | | | | | | | | | | pwm: mxs: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
| * | | | | | | | | | | | | pwm: mediatek: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
| * | | | | | | | | | | | | pwm: lpc32xx: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
| * | | | | | | | | | | | | pwm: lp3943: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
| * | | | | | | | | | | | | pwm: keembay: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
| * | | | | | | | | | | | | pwm: jz4740: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
| * | | | | | | | | | | | | pwm: iqs620a: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-15/+1
| * | | | | | | | | | | | | pwm: intel-lgm: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
| * | | | | | | | | | | | | pwm: imx27: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-13/+1
| * | | | | | | | | | | | | pwm: fsl-ftm: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-9/+1