Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | rtc: tps65910: Correct driver module alias | Dmitry Osipenko | 2021-08-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | rtc: move RTC_LIB_KUNIT_TEST to proper location | Alexandre Belloni | 2021-08-10 | 2 | -11/+11 | |
| * | | | | | | | | | | | rtc: lib_test: add MODULE_LICENSE | Alexandre Belloni | 2021-08-10 | 1 | -0/+2 | |
| * | | | | | | | | | | | rtc: Improve performance of rtc_time64_to_tm(). Add tests. | Cassio Neri | 2021-08-10 | 4 | -27/+170 | |
| * | | | | | | | | | | | rtc: s5m: set range | Alexandre Belloni | 2021-08-06 | 1 | -8/+10 | |
| * | | | | | | | | | | | rtc: s5m: enable wakeup only when available | Alexandre Belloni | 2021-08-06 | 1 | -2/+1 | |
| * | | | | | | | | | | | rtc: s5m: signal the core when alarm are not available | Alexandre Belloni | 2021-08-06 | 1 | -16/+11 | |
| * | | | | | | | | | | | rtc: s5m: switch to devm_rtc_allocate_device | Alexandre Belloni | 2021-08-06 | 1 | -3/+7 | |
* | | | | | | | | | | | | Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-09-11 | 1 | -4/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | firewire: nosy: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 2021-07-05 | 1 | -19/+24 | |
| * | | | | | | | | | | | | firewire: net: remove unused variable 'guid' | Pu Lehui | 2021-07-05 | 1 | -4/+0 | |
* | | | | | | | | | | | | | Merge tag 'pwm/for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-09-11 | 43 | -440/+260 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | pwm: mtk-disp: Implement atomic API .get_state() | Jitao Shi | 2021-09-02 | 1 | -0/+43 | |
| * | | | | | | | | | | | | | pwm: mtk-disp: Fix overflow in period and duty calculation | Jitao Shi | 2021-09-02 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | pwm: mtk-disp: Implement atomic API .apply() | Jitao Shi | 2021-09-02 | 1 | -54/+41 | |
| * | | | | | | | | | | | | | pwm: mtk-disp: Adjust the clocks to avoid them mismatch | Jitao Shi | 2021-09-02 | 1 | -50/+41 | |
| * | | | | | | | | | | | | | dt-bindings: pwm: rockchip: Add description for rk3568 | Liang Chen | 2021-09-02 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | pwm: Make pwmchip_remove() return void | Uwe Kleine-König | 2021-09-02 | 2 | -4/+2 | |
| * | | | | | | | | | | | | | pwm: sun4i: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 2021-09-02 | 1 | -4/+1 | |
| * | | | | | | | | | | | | | pwm: sifive: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 2021-09-02 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | pwm: samsung: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 2021-09-02 | 1 | -4/+1 | |
| * | | | | | | | | | | | | | pwm: renesas-tpu: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 2021-09-02 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | pwm: rcar: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 2021-09-02 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | pwm: pca9685: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 2021-09-02 | 1 | -4/+1 | |
| * | | | | | | | | | | | | | pwm: omap-dmtimer: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 2021-09-02 | 1 | -4/+1 | |
| * | | | | | | | | | | | | | pwm: mtk-disp: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 2021-09-02 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | pwm: imx-tpm: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 2021-09-02 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | pwm: img: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 2021-09-02 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | pwm: cros-ec: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 2021-09-02 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | pwm: brcmstb: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 2021-09-02 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | pwm: atmel-tcb: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 2021-09-02 | 1 | -4/+1 | |
| * | | | | | | | | | | | | | pwm: atmel-hlcdc: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 2021-09-02 | 1 | -4/+1 | |
| * | | | | | | | | | | | | | pwm: twl: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -16/+1 | |
| * | | | | | | | | | | | | | pwm: twl-led: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -16/+1 | |
| * | | | | | | | | | | | | | pwm: tiecap: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | pwm: stm32-lp: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -9/+1 | |
| * | | | | | | | | | | | | | pwm: sl28cpld: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -11/+1 | |
| * | | | | | | | | | | | | | pwm: raspberrypi-poe: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -11/+1 | |
| * | | | | | | | | | | | | | pwm: pxa: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -12/+1 | |
| * | | | | | | | | | | | | | pwm: ntxec: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -12/+1 | |
| * | | | | | | | | | | | | | pwm: mxs: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -11/+1 | |
| * | | | | | | | | | | | | | pwm: mediatek: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -11/+1 | |
| * | | | | | | | | | | | | | pwm: lpc32xx: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -11/+1 | |
| * | | | | | | | | | | | | | pwm: lp3943: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -11/+1 | |
| * | | | | | | | | | | | | | pwm: keembay: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -11/+1 | |
| * | | | | | | | | | | | | | pwm: jz4740: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -11/+1 | |
| * | | | | | | | | | | | | | pwm: iqs620a: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -15/+1 | |
| * | | | | | | | | | | | | | pwm: intel-lgm: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -11/+1 | |
| * | | | | | | | | | | | | | pwm: imx27: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -13/+1 | |
| * | | | | | | | | | | | | | pwm: fsl-ftm: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 2021-09-02 | 1 | -9/+1 |