summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
blob: 5102ba73357f0029b6623034fc97b6cc550461b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# SPDX-License-Identifier: GPL-2.0

# order file for git, to produce patches which are easier to review
# by diffing the important stuff like header changes first.
#
# one-off usage:
#   git diff -O scripts/git.orderFile ...
#
# add to git config:
#   git config diff.orderFile scripts/git.orderFile
#

MAINTAINERS

# Documentation
Documentation/*
*.rst

# git-specific
.gitignore
scripts/git.orderFile

# build system
Kconfig*
*/Kconfig*
Kbuild*
*/Kbuild*
Makefile*
*/Makefile*
*.mak
*.mk
scripts/*

# semantic patches
*.cocci

# headers
*types.h
*.h

# code
*.c
d>Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds 2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds 2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds 2012-03-25ARM: 7340/1: rtc: sa1100: include mach/irqs.h instead of asm/irq.hRob Herring 2012-03-25ARM: pxa: use common IOMEM definitionRob Herring 2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang 2012-03-06rtc: sa1100: add OF supportHaojian Zhuang 2012-02-28rtc: sa1100: enable clk supportHaojian Zhuang 2012-02-28rtc: sa1100: declare irq in resourceHaojian Zhuang 2012-02-28rtc: sa1100: remove verification code of alarmHaojian Zhuang 2012-02-28rtc: sa1100: remove periodic codeHaojian Zhuang 2012-01-19Revert "RTC: sa1100: remove redundant code of setting alarm"Russell King 2012-01-19Revert "RTC: sa1100: support sa1100, pxa and mmp soc families"Russell King 2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin 2011-12-28RTC: sa1100: support sa1100, pxa and mmp soc familiesJett.Zhou 2011-12-28RTC: sa1100: remove redundant code of setting alarmJett.Zhou 2011-12-28RTC: sa1100: Clean out ost registerJett.Zhou