aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-1421-44/+56
|\
| * pwm: bcm-iproc: handle clk_get_rate() returnRayagonda Kokatanur2020-07-301-2/+7
| * pwm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-303-3/+3
| * pwm: omap-dmtimer: Repair pwm_omap_dmtimer_chip's broken kerneldoc headerLee Jones2020-07-301-1/+1
| * pwm: mediatek: Provide missing kerneldoc description for 'soc' argLee Jones2020-07-301-0/+1
| * pwm: bcm-kona: Remove impossible comparison when validating duty cycleLee Jones2020-07-301-1/+1
| * pwm: bcm-iproc: Remove impossible comparison when validating duty cycleLee Jones2020-07-301-2/+1
| * pwm: iqs620a: Use lowercase hexadecimal literals for consistencyThierry Reding2020-06-171-4/+4
| * pwm: Convert period and duty cycle to u64Guru Das Srinagesh2020-06-175-19/+19
| * clk: pwm: Use 64-bit division functionGuru Das Srinagesh2020-06-171-1/+6
| * backlight: pwm_bl: Use 64-bit division functionGuru Das Srinagesh2020-06-171-1/+2
| * pwm: sun4i: Use nsecs_to_jiffies to avoid a divisionGuru Das Srinagesh2020-06-171-1/+1
| * pwm: sifive: Use 64-bit division macroGuru Das Srinagesh2020-06-171-1/+1
| * pwm: iqs620a: Use 64-bit divisionThierry Reding2020-06-171-3/+4
| * pwm: imx27: Use 64-bit division macroGuru Das Srinagesh2020-06-161-1/+1
| * pwm: imx-tpm: Use 64-bit division macroGuru Das Srinagesh2020-06-161-1/+1
| * pwm: clps711x: Use 64-bit division macroGuru Das Srinagesh2020-06-161-1/+1
| * hwmon: pwm-fan: Use 64-bit division macroGuru Das Srinagesh2020-06-161-1/+1
| * drm/i915: Use 64-bit division macroGuru Das Srinagesh2020-06-161-1/+1
* | Merge tag 'sound-fix-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-1412-12/+92
|\ \
| * | ALSA: echoaudio: Fix potential Oops in snd_echo_resume()Dinghao Liu2020-08-131-2/+0
| * | ALSA: hda/hdmi: Use force connectivity quirk on another HP desktopKai-Heng Feng2020-08-121-0/+1
| * | ALSA: hda/realtek - Fix unused variable warningTakashi Iwai2020-08-121-2/+0
| * | ALSA: hda - reverse the setting value in the micmute_led_setHui Wang2020-08-111-4/+1
| * | ALSA: echoaduio: Drop superfluous volatile modifierTakashi Iwai2020-08-112-3/+2
| * | ALSA: usb-audio: Disable Lenovo P620 Rear line-in volume controlKai-Heng Feng2020-08-101-0/+1
| * | ALSA: usb-audio: add quirk for Pioneer DDJ-RBHector Martin2020-08-101-0/+56
| * | ALSA: usb-audio: work around streaming quirk for MacroSilicon MS2109Hector Martin2020-08-104-0/+11
| * | ALSA: hda - fix the micmute led status for Lenovo ThinkCentre AIOHui Wang2020-08-101-0/+1
| * | ALSA: usb-audio: fix overeager device match for MacroSilicon MS2109Hector Martin2020-08-101-1/+7
| * | ALSA: hda/realtek: Fix pin default on Intel NUC 8 RuggedKai-Heng Feng2020-08-071-0/+11
| * | ALSA: usb-audio: Creative USB X-Fi Pro SB1095 volume knob supportMirko Dietrich2020-08-061-0/+1
| * | ALSA: usb-audio: fix spelling mistake "buss" -> "bus"Colin Ian King2020-08-061-1/+1
* | | dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds2020-08-144-58/+1
* | | dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()Hugh Dickins2020-08-141-18/+9
* | | Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-1415-16/+84
|\ \ \
| * | | time: Delete repeated words in commentsRandy Dunlap2020-08-103-3/+3
| * | | lib/vdso: Allow to add architecture-specific vdso dataSven Schnelle2020-08-062-0/+13
| * | | timekeeping/vsyscall: Provide vdso_update_begin/end()Thomas Gleixner2020-08-064-4/+53
| * | | vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2020-08-067-9/+15
* | | | Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-146-25/+223
|\ \ \ \
| * | | | x86: Select POSIX_CPU_TIMERS_TASK_WORKThomas Gleixner2020-08-061-0/+1
| * | | | posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner2020-08-065-12/+204
| * | | | posix-cpu-timers: Split run_posix_cpu_timers()Thomas Gleixner2020-08-061-19/+24
* | | | | Merge tag 'irq-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-142-4/+11
|\ \ \ \ \
| * | | | | genirq: Unlock irq descriptor after errorsGuenter Roeck2020-08-131-2/+5
| * | | | | genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck2020-08-121-2/+6
* | | | | | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-08-1410-58/+145
|\ \ \ \ \ \
| * | | | | | openrisc: uaccess: Add user address space check to access_okStafford Horne2020-08-091-0/+1
| * | | | | | openrisc: signal: Fix sparse address space warningsStafford Horne2020-08-091-7/+7