summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-27Merge branches 'clk-at91', 'clk-imx7ulp', 'clk-axigen', 'clk-si5351' and 'clk...Stephen Boyd1-0/+2
2018-01-27Merge branches 'clk-spreadtrum', 'clk-mvebu-dvfs', 'clk-qoriq', 'clk-imx' and...Stephen Boyd3-0/+664
2018-01-27Merge branches 'clk-qcom-alpha-pll', 'clk-check-ops-ptr', 'clk-protect-rate' ...Stephen Boyd2-0/+63
2017-12-22clk: si5351: Add DT property to enable PLL resetSergej Sawazki1-0/+2
2017-12-22dt-bindings: clock: qcom: add misc resets for PCIE and NSSAbhishek Sahu1-0/+42
2017-12-22dt-bindings: clock: qcom: add remaining clocks for IPQ8074Abhishek Sahu1-0/+180
2017-12-22clk: sprd: Add dt-bindings include file for SC9860Chunyan Zhang1-0/+404
2017-12-22clk: move clock common macros out from vendor directoriesChunyan Zhang1-0/+38
2017-12-20clk: add clk_rate_exclusive apiJerome Brunet1-0/+62
2017-12-20clk: add clock protection mechanism to clk coreJerome Brunet1-0/+1
2017-12-07Merge branch '4.15-rc1-clkctrl-driver' of https://github.com/t-kristo/linux-p...Stephen Boyd6-0/+609
2017-12-07Merge branch 'clk-hi3660-stub' into clk-nextStephen Boyd1-0/+7
2017-12-07dt-bindings: clk: Hi3660: Document stub clockLeo Yan1-0/+7
2017-12-06clk: fix a panic error caused by accessing NULL pointerCai Li1-2/+2
2017-12-01dt-bindings: clk: add dm816 clkctrl definitionsTero Kristo1-0/+53
2017-12-01dt-bindings: clk: add dm814 clkctrl definitionsTero Kristo1-0/+45
2017-12-01dt-bindings: clk: add am43xx clkctrl definitionsTero Kristo1-0/+113
2017-12-01dt-bindings: clk: add am33xx clkctrl definitionsTero Kristo1-0/+108
2017-12-01dt-bindings: clk: add dra7 clkctrl definitionsTero Kristo1-0/+172
2017-12-01dt-bindings: clk: add omap5 clkctrl definitionsTero Kristo1-0/+118
2017-11-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+11
2017-11-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-45/+0
2017-11-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+7
2017-11-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+13
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-111/+51
2017-11-25Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+38
2017-11-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-0/+2
2017-11-24sched/debug: Fix task state recording/printoutThomas Gleixner1-3/+3
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-21/+23
2017-11-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-26/+28
2017-11-24Merge tag 'sound-fix-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2017-11-24Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-887/+12
2017-11-24Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2-4/+5
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2-45/+0
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-19/+12
2017-11-23net: accept UFO datagrams from tuntap and packetWillem de Bruijn5-2/+11
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner535-7647/+13367
2017-11-23bpf: fix branch pruning logicAlexei Starovoitov1-1/+1
2017-11-23Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds5-27/+14
2017-11-23dt-bindings: remove file that was added accidentallyRob Clark1-887/+0
2017-11-23drm: add connector info/property for non-desktop displays [v2]Dave Airlie2-0/+12
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-0/+1
2017-11-22ALSA: hda - Fix yet remaining issue with vmaster 0dB initializationTakashi Iwai1-1/+3
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook3-6/+3
2017-11-22timer: Remove redundant __setup_timer*() macrosKees Cook3-45/+29
2017-11-22timer: Pass function down to initialization routinesKees Cook1-15/+18
2017-11-22timer: Remove unused data arguments from macrosKees Cook3-15/+8
2017-11-22timer: Switch callback prototype to take struct timer_list * argumentKees Cook1-2/+2
2017-11-22timer: Pass timer_list pointer to callbacks unconditionallyKees Cook1-4/+0
2017-11-22timer: Remove setup_*timer() interfaceKees Cook1-17/+0