index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
pwm: sun4i: Remove redundant needs_delay
Pascal Roeleven
2020-03-30
1
-11
/
+2
*
pwm: omap-dmtimer: Implement .apply callback
Lokesh Vutla
2020-03-30
1
-51
/
+129
*
pwm: omap-dmtimer: Do not disable PWM before changing period/duty_cycle
Lokesh Vutla
2020-03-30
1
-14
/
+7
*
pwm: omap-dmtimer: Fix PWM enabling sequence
Lokesh Vutla
2020-03-30
1
-5
/
+5
*
pwm: omap-dmtimer: Update description for PWM OMAP DM timer
Lokesh Vutla
2020-03-30
1
-1
/
+9
*
pwm: omap-dmtimer: Drop unused header file
Lokesh Vutla
2020-03-30
3
-103
/
+10
*
pwm: renesas-tpu: Drop confusing registered message
Geert Uytterhoeven
2020-03-30
1
-2
/
+0
*
pwm: renesas-tpu: Fix late Runtime PM enablement
Geert Uytterhoeven
2020-03-30
1
-5
/
+4
*
pwm: rcar: Fix late Runtime PM enablement
Geert Uytterhoeven
2020-03-30
1
-3
/
+7
*
dt-bindings: pwm: renesas-tpu: Document more R-Car Gen2 support
Geert Uytterhoeven
2020-03-30
1
-0
/
+4
*
pwm: meson: Fix confusing indentation
Krzysztof Kozlowski
2020-03-30
1
-1
/
+1
*
pwm: pca9685: Use gpio core provided macro GPIO_LINE_DIRECTION_OUT
Rishi Gupta
2020-03-30
1
-1
/
+1
*
pwm: pca9685: Replace CONFIG_PM with __maybe_unused
Rishi Gupta
2020-03-30
1
-4
/
+2
*
pwm: tegra: Add support for Tegra194
Sandipan Patra
2020-03-30
2
-0
/
+7
*
pwm: Enable compile testing for some of drivers
Krzysztof Kozlowski
2020-03-30
1
-22
/
+25
*
pwm: pca9685: Remove unused duty_cycle struct element
Matthias Schiffer
2020-03-30
1
-4
/
+0
*
pwm: mxs: Remove unused include of of_address.h
Anson Huang
2020-03-30
1
-1
/
+0
*
pwm: imx27: Remove unused include of of_device.h
Anson Huang
2020-03-30
1
-1
/
+0
*
pwm: imx-tpm: Remove unused includes
Anson Huang
2020-03-30
1
-2
/
+0
*
pwm: Implement some checks for lowlevel drivers
Uwe Kleine-König
2020-03-30
3
-8
/
+140
*
pwm: imx27: Ensure clocks being on iff the PWM is on
Uwe Kleine-König
2020-03-30
1
-2
/
+12
*
pwm: imx27: Don't disable clocks at device remove time
Uwe Kleine-König
2020-03-30
1
-2
/
+0
*
pwm: imx27: Simplify helper function to enable and disable clocks
Uwe Kleine-König
2020-03-30
1
-10
/
+7
*
pwm: imx27: Fix clock handling in pwm_imx27_apply()
Uwe Kleine-König
2020-03-30
1
-1
/
+1
*
pwm: bcm2835: Dynamically allocate base
Florian Fainelli
2020-03-30
1
-0
/
+1
*
dt-bindings: pwm: Convert google,cros-ec-pwm.txt to YAML format
Dafna Hirschfeld
2020-03-30
2
-23
/
+40
*
Merge branch 'timers/drivers/timer-ti-dm' of https://git.linaro.org/people/dl...
Thierry Reding
2020-03-30
4
-83
/
+119
|
\
|
*
clocksource/drivers/timer-ti-dm: Enable autoreload in set_pwm
Lokesh Vutla
2020-03-16
3
-17
/
+12
|
*
clocksource/drivers/timer-ti-dm: Add support to get pwm current status
Lokesh Vutla
2020-03-16
2
-0
/
+16
|
*
clocksource/drivers/timer-ti-dm: Do not update counter on updating the period
Lokesh Vutla
2020-03-16
1
-1
/
+0
|
*
clocksource/drivers/timer-ti-dm: Implement cpu_pm notifier for context save a...
Lokesh Vutla
2020-03-16
2
-42
/
+58
|
*
clocksource/drivers/timer-ti-dm: Prepare for using cpuidle
Tony Lindgren
2020-03-16
2
-5
/
+32
|
*
clocksource/drivers/timer-ti-dm: Convert to SPDX identifier
Lokesh Vutla
2020-03-16
1
-18
/
+1
|
/
*
Linux 5.6-rc1
v5.6-rc1
Linus Torvalds
2020-02-10
1
-2
/
+2
*
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2020-02-10
53
-261
/
+252
|
\
|
*
kbuild: make multiple directory targets work
Masahiro Yamada
2020-02-05
1
-1
/
+1
|
*
kconfig: Invalidate all symbols after changing to y or m.
Tetsuo Handa
2020-02-05
1
-3
/
+2
|
*
kallsyms: fix type of kallsyms_token_table[]
Masahiro Yamada
2020-02-05
1
-2
/
+3
|
*
scripts/kallsyms: change table to store (strcut sym_entry *)
Masahiro Yamada
2020-02-03
1
-56
/
+65
|
*
scripts/kallsyms: rename local variables in read_symbol()
Masahiro Yamada
2020-02-03
1
-12
/
+12
|
*
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
2020-02-03
49
-190
/
+172
|
*
kbuild: fix the document to use extra-y for vmlinux.lds
Masahiro Yamada
2020-02-03
1
-2
/
+2
|
*
kconfig: fix broken dependency in randconfig-generated .config
Masahiro Yamada
2020-02-03
1
-1
/
+1
*
|
Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2020-02-10
9
-0
/
+2058
|
\
\
|
*
|
zonefs: Add documentation
Damien Le Moal
2020-02-07
2
-0
/
+405
|
*
|
fs: New zonefs file system
Damien Le Moal
2020-02-07
8
-0
/
+1653
*
|
|
irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARM
Marc Zyngier
2020-02-10
1
-2
/
+2
*
|
|
Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2020-02-09
22
-129
/
+247
|
\
\
\
|
*
|
|
smb3: Add defines for new information level, FileIdInformation
Steve French
2020-02-07
1
-0
/
+8
|
*
|
|
smb3: print warning once if posix context returned on open
Steve French
2020-02-07
2
-0
/
+30
[next]