Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | nvme: move nvme_multi_css into nvme.h | Adam Manzanares | 2021-09-06 | 2 | -5/+5 | |
| * | | | | | nvme-multipath: revalidate paths during rescan | Hannes Reinecke | 2021-09-06 | 3 | -1/+24 | |
| * | | | | | nvme-multipath: set QUEUE_FLAG_NOWAIT | Christoph Hellwig | 2021-09-06 | 1 | -0/+2 | |
* | | | | | | Merge tag 'devicetree-fixes-for-5.15-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2021-09-11 | 1 | -0/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | of: property: Disable fw_devlink DT support for X86 | Saravana Kannan | 2021-09-10 | 1 | -0/+3 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2021-09-11 | 1 | -4/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | clk: qcom: gcc-sm6350: Remove unused variable | Konrad Dybcio | 2021-09-03 | 1 | -4/+0 | |
* | | | | | | | Merge tag 'rtc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2021-09-11 | 8 | -64/+240 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | rtc: rx8010: select REGMAP_I2C | Yu-Tung Chang | 2021-09-09 | 1 | -0/+1 | |
| * | | | | | | | rtc: rx8025: implement RX-8035 support | Mathew McBride | 2021-08-17 | 1 | -5/+41 | |
| * | | | | | | | rtc: cmos: remove stale REVISIT comments | Mateusz Jończyk | 2021-08-17 | 1 | -7/+1 | |
| * | | | | | | | 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 | 41 | -439/+258 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | 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 | |
| * | | | | | | | | | pwm: Make pwmchip_remove() return void | Uwe Kleine-König | 2021-09-02 | 1 | -3/+1 | |
| * | | | | | | | | | 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 |