Skip to content

Commit 7effd4c

Browse files
author
Alex Shi
committed
Merge tag 'v4.4.97' into linux-linaro-lsk-v4.4
This is the 4.4.97 stable release
2 parents 2f68ef7 + c54d070 commit 7effd4c

48 files changed

Lines changed: 464 additions & 279 deletions

File tree

Some content is hidden

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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION = 4
22
PATCHLEVEL = 4
3-
SUBLEVEL = 96
3+
SUBLEVEL = 97
44
EXTRAVERSION =
55
NAME = Blurry Fish Butt
66

arch/arm/boot/dts/armada-375.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@
176176
reg = <0x8000 0x1000>;
177177
cache-unified;
178178
cache-level = <2>;
179-
arm,double-linefill-incr = <1>;
179+
arm,double-linefill-incr = <0>;
180180
arm,double-linefill-wrap = <0>;
181-
arm,double-linefill = <1>;
181+
arm,double-linefill = <0>;
182182
prefetch-data = <1>;
183183
};
184184

arch/arm/boot/dts/armada-38x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
reg = <0x8000 0x1000>;
144144
cache-unified;
145145
cache-level = <2>;
146-
arm,double-linefill-incr = <1>;
146+
arm,double-linefill-incr = <0>;
147147
arm,double-linefill-wrap = <0>;
148-
arm,double-linefill = <1>;
148+
arm,double-linefill = <0>;
149149
prefetch-data = <1>;
150150
};
151151

arch/arm/boot/dts/armada-39x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@
104104
reg = <0x8000 0x1000>;
105105
cache-unified;
106106
cache-level = <2>;
107-
arm,double-linefill-incr = <1>;
107+
arm,double-linefill-incr = <0>;
108108
arm,double-linefill-wrap = <0>;
109-
arm,double-linefill = <1>;
109+
arm,double-linefill = <0>;
110110
prefetch-data = <1>;
111111
};
112112

arch/arm/include/asm/Kbuild

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ generic-y += termbits.h
3636
generic-y += termios.h
3737
generic-y += timex.h
3838
generic-y += trace_clock.h
39-
generic-y += unaligned.h

arch/arm/include/asm/unaligned.h

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#ifndef __ASM_ARM_UNALIGNED_H
2+
#define __ASM_ARM_UNALIGNED_H
3+
4+
/*
5+
* We generally want to set CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS on ARMv6+,
6+
* but we don't want to use linux/unaligned/access_ok.h since that can lead
7+
* to traps on unaligned stm/ldm or strd/ldrd.
8+
*/
9+
#include <asm/byteorder.h>
10+
11+
#if defined(__LITTLE_ENDIAN)
12+
# include <linux/unaligned/le_struct.h>
13+
# include <linux/unaligned/be_byteshift.h>
14+
# include <linux/unaligned/generic.h>
15+
# define get_unaligned __get_unaligned_le
16+
# define put_unaligned __put_unaligned_le
17+
#elif defined(__BIG_ENDIAN)
18+
# include <linux/unaligned/be_struct.h>
19+
# include <linux/unaligned/le_byteshift.h>
20+
# include <linux/unaligned/generic.h>
21+
# define get_unaligned __get_unaligned_be
22+
# define put_unaligned __put_unaligned_be
23+
#else
24+
# error need to define endianess
25+
#endif
26+
27+
#endif /* __ASM_ARM_UNALIGNED_H */

arch/arm/mach-pxa/balloon3.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <linux/init.h>
1818
#include <linux/platform_device.h>
1919
#include <linux/interrupt.h>
20+
#include <linux/leds.h>
2021
#include <linux/sched.h>
2122
#include <linux/bitops.h>
2223
#include <linux/fb.h>

arch/arm/mach-pxa/colibri-pxa270-income.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <linux/gpio.h>
1818
#include <linux/init.h>
1919
#include <linux/interrupt.h>
20+
#include <linux/leds.h>
2021
#include <linux/ioport.h>
2122
#include <linux/kernel.h>
2223
#include <linux/platform_device.h>

arch/arm/mach-pxa/corgi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <linux/major.h>
1919
#include <linux/fs.h>
2020
#include <linux/interrupt.h>
21+
#include <linux/leds.h>
2122
#include <linux/mmc/host.h>
2223
#include <linux/mtd/physmap.h>
2324
#include <linux/pm.h>

arch/arm/mach-pxa/trizeps4.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <linux/kernel.h>
1717
#include <linux/platform_device.h>
1818
#include <linux/interrupt.h>
19+
#include <linux/leds.h>
1920
#include <linux/export.h>
2021
#include <linux/sched.h>
2122
#include <linux/bitops.h>

0 commit comments

Comments
 (0)