Skip to content

Commit eef8ff9

Browse files
committed
Merge pull request #88 from torvalds/master
Sync up with Linus
2 parents 012ed3f + 4e6b6ee commit eef8ff9

File tree

237 files changed

+2502
-1373
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+2502
-1373
lines changed

Documentation/devicetree/bindings/dma/apm-xgene-dma.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Example:
3535
device_type = "dma";
3636
reg = <0x0 0x1f270000 0x0 0x10000>,
3737
<0x0 0x1f200000 0x0 0x10000>,
38-
<0x0 0x1b008000 0x0 0x2000>,
38+
<0x0 0x1b000000 0x0 0x400000>,
3939
<0x0 0x1054a000 0x0 0x100>;
4040
interrupts = <0x0 0x82 0x4>,
4141
<0x0 0xb8 0x4>,

Documentation/devicetree/bindings/sound/mt8173-max98090.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ MT8173 with MAX98090 CODEC
33
Required properties:
44
- compatible : "mediatek,mt8173-max98090"
55
- mediatek,audio-codec: the phandle of the MAX98090 audio codec
6+
- mediatek,platform: the phandle of MT8173 ASoC platform
67

78
Example:
89

910
sound {
1011
compatible = "mediatek,mt8173-max98090";
1112
mediatek,audio-codec = <&max98090>;
13+
mediatek,platform = <&afe>;
1214
};
1315

Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ MT8173 with RT5650 RT5676 CODECS
33
Required properties:
44
- compatible : "mediatek,mt8173-rt5650-rt5676"
55
- mediatek,audio-codec: the phandles of rt5650 and rt5676 codecs
6+
- mediatek,platform: the phandle of MT8173 ASoC platform
67

78
Example:
89

910
sound {
1011
compatible = "mediatek,mt8173-rt5650-rt5676";
1112
mediatek,audio-codec = <&rt5650 &rt5676>;
13+
mediatek,platform = <&afe>;
1214
};
1315

MAINTAINERS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5600,6 +5600,7 @@ F: kernel/irq/
56005600
IRQCHIP DRIVERS
56015601
M: Thomas Gleixner <[email protected]>
56025602
M: Jason Cooper <[email protected]>
5603+
M: Marc Zyngier <[email protected]>
56035604
56045605
S: Maintained
56055606
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
@@ -5608,11 +5609,14 @@ F: Documentation/devicetree/bindings/interrupt-controller/
56085609
F: drivers/irqchip/
56095610

56105611
IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5611-
M: Benjamin Herrenschmidt <[email protected]>
5612+
M: Jiang Liu <[email protected]>
5613+
M: Marc Zyngier <[email protected]>
56125614
S: Maintained
5615+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
56135616
F: Documentation/IRQ-domain.txt
56145617
F: include/linux/irqdomain.h
56155618
F: kernel/irq/irqdomain.c
5619+
F: kernel/irq/msi.c
56165620

56175621
ISAPNP
56185622
M: Jaroslav Kysela <[email protected]>

Makefile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION = 4
22
PATCHLEVEL = 2
33
SUBLEVEL = 0
4-
EXTRAVERSION = -rc4
4+
EXTRAVERSION = -rc5
55
NAME = Hurr durr I'ma sheep
66

77
# *DOCUMENTATION*
@@ -597,6 +597,11 @@ endif # $(dot-config)
597597
# Defaults to vmlinux, but the arch makefile usually adds further targets
598598
all: vmlinux
599599

600+
# The arch Makefile can set ARCH_{CPP,A,C}FLAGS to override the default
601+
# values of the respective KBUILD_* variables
602+
ARCH_CPPFLAGS :=
603+
ARCH_AFLAGS :=
604+
ARCH_CFLAGS :=
600605
include arch/$(SRCARCH)/Makefile
601606

602607
KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks,)
@@ -848,10 +853,10 @@ export mod_strip_cmd
848853
mod_compress_cmd = true
849854
ifdef CONFIG_MODULE_COMPRESS
850855
ifdef CONFIG_MODULE_COMPRESS_GZIP
851-
mod_compress_cmd = gzip -n
856+
mod_compress_cmd = gzip -n -f
852857
endif # CONFIG_MODULE_COMPRESS_GZIP
853858
ifdef CONFIG_MODULE_COMPRESS_XZ
854-
mod_compress_cmd = xz
859+
mod_compress_cmd = xz -f
855860
endif # CONFIG_MODULE_COMPRESS_XZ
856861
endif # CONFIG_MODULE_COMPRESS
857862
export mod_compress_cmd

arch/arm/boot/dts/exynos3250.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138

139139
mipi_phy: video-phy@10020710 {
140140
compatible = "samsung,s5pv210-mipi-video-phy";
141-
reg = <0x10020710 8>;
142141
#phy-cells = <1>;
142+
syscon = <&pmu_system_controller>;
143143
};
144144

145145
pd_cam: cam-power-domain@10023C00 {

arch/arm/boot/dts/exynos4210-origen.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@
127127
};
128128
};
129129

130+
&cpu0 {
131+
cpu0-supply = <&buck1_reg>;
132+
};
133+
130134
&fimd {
131135
pinctrl-0 = <&lcd_en &lcd_clk &lcd_data24 &pwm0_out>;
132136
pinctrl-names = "default";

arch/arm/boot/dts/exynos4210-trats.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@
188188
};
189189
};
190190

191+
&cpu0 {
192+
cpu0-supply = <&varm_breg>;
193+
};
194+
191195
&dsi_0 {
192196
vddcore-supply = <&vusb_reg>;
193197
vddio-supply = <&vmipi_reg>;

arch/arm/boot/dts/exynos4210-universal_c210.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,10 @@
548548
};
549549
};
550550

551+
&cpu0 {
552+
cpu0-supply = <&vdd_arm_reg>;
553+
};
554+
551555
&pinctrl_1 {
552556
hdmi_hpd: hdmi-hpd {
553557
samsung,pins = "gpx3-7";

arch/arm/boot/dts/exynos4210.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@
4040
device_type = "cpu";
4141
compatible = "arm,cortex-a9";
4242
reg = <0x900>;
43+
clocks = <&clock CLK_ARM_CLK>;
44+
clock-names = "cpu";
45+
clock-latency = <160000>;
46+
47+
operating-points = <
48+
1200000 1250000
49+
1000000 1150000
50+
800000 1075000
51+
500000 975000
52+
400000 975000
53+
200000 950000
54+
>;
4355
cooling-min-level = <4>;
4456
cooling-max-level = <2>;
4557
#cooling-cells = <2>; /* min followed by max */

0 commit comments

Comments
 (0)