Skip to content

Commit 941742f

Browse files
committed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
2 parents ac7ba51 + 5879ae5 commit 941742f

File tree

140 files changed

+1112
-716
lines changed

Some content is hidden

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

140 files changed

+1112
-716
lines changed

Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Example:
3232
touchscreen-fuzz-x = <4>;
3333
touchscreen-fuzz-y = <7>;
3434
touchscreen-fuzz-pressure = <2>;
35-
touchscreen-max-x = <4096>;
36-
touchscreen-max-y = <4096>;
35+
touchscreen-size-x = <4096>;
36+
touchscreen-size-y = <4096>;
3737
touchscreen-max-pressure = <2048>;
3838

3939
ti,x-plate-ohms = <280>;

Documentation/devicetree/bindings/usb/renesas_usbhs.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ Optional properties:
1515
- phys: phandle + phy specifier pair
1616
- phy-names: must be "usb"
1717
- dmas: Must contain a list of references to DMA specifiers.
18-
- dma-names : Must contain a list of DMA names:
19-
- tx0 ... tx<n>
20-
- rx0 ... rx<n>
21-
- This <n> means DnFIFO in USBHS module.
18+
- dma-names : named "ch%d", where %d is the channel number ranging from zero
19+
to the number of channels (DnFIFOs) minus one.
2220

2321
Example:
2422
usbhs: usb@e6590000 {

MAINTAINERS

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ trivial patch so apply some common sense.
5151
or does something very odd once a month document it.
5252

5353
PLEASE remember that submissions must be made under the terms
54-
of the OSDL certificate of contribution and should include a
55-
Signed-off-by: line. The current version of this "Developer's
56-
Certificate of Origin" (DCO) is listed in the file
54+
of the Linux Foundation certificate of contribution and should
55+
include a Signed-off-by: line. The current version of this
56+
"Developer's Certificate of Origin" (DCO) is listed in the file
5757
Documentation/SubmittingPatches.
5858

5959
6. Make sure you have the right to send any changes you make. If you
@@ -7587,6 +7587,7 @@ F: drivers/pci/host/pci-exynos.c
75877587

75887588
PCI DRIVER FOR SYNOPSIS DESIGNWARE
75897589
M: Jingoo Han <jingoohan1@gmail.com>
7590+
M: Pratyush Anand <pratyush.anand@gmail.com>
75907591
L: linux-pci@vger.kernel.org
75917592
S: Maintained
75927593
F: drivers/pci/host/*designware*
@@ -7600,8 +7601,9 @@ F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
76007601
F: drivers/pci/host/pci-host-generic.c
76017602

76027603
PCIE DRIVER FOR ST SPEAR13XX
7604+
M: Pratyush Anand <pratyush.anand@gmail.com>
76037605
L: linux-pci@vger.kernel.org
7604-
S:Orphan
7606+
S:Maintained
76057607
F: drivers/pci/host/*spear*
76067608

76077609
PCMCIA SUBSYSTEM

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION = 4
22
PATCHLEVEL = 1
33
SUBLEVEL = 0
4-
EXTRAVERSION = -rc6
4+
EXTRAVERSION = -rc7
55
NAME = Hurr durr I'ma sheep
66

77
# *DOCUMENTATION*

arch/arm/boot/dts/am335x-bone-common.dtsi

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,25 @@
223223
/include/ "tps65217.dtsi"
224224

225225
&tps {
226+
/*
227+
* Configure pmic to enter OFF-state instead of SLEEP-state ("RTC-only
228+
* mode") at poweroff. Most BeagleBone versions do not support RTC-only
229+
* mode and risk hardware damage if this mode is entered.
230+
*
231+
* For details, see linux-omap mailing list May 2015 thread
232+
* [PATCH] ARM: dts: am335x-bone* enable pmic-shutdown-controller
233+
* In particular, messages:
234+
* http://www.spinics.net/lists/linux-omap/msg118585.html
235+
* http://www.spinics.net/lists/linux-omap/msg118615.html
236+
*
237+
* You can override this later with
238+
* &tps { /delete-property/ ti,pmic-shutdown-controller; }
239+
* if you want to use RTC-only mode and made sure you are not affected
240+
* by the hardware problems. (Tip: double-check by performing a current
241+
* measurement after shutdown: it should be less than 1 mA.)
242+
*/
243+
ti,pmic-shutdown-controller;
244+
226245
regulators {
227246
dcdc1_reg: regulator@0 {
228247
regulator-name = "vdds_dpr";

arch/arm/boot/dts/am35xx-clocks.dtsi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,55 +12,55 @@
1212
#clock-cells = <0>;
1313
compatible = "ti,am35xx-gate-clock";
1414
clocks = <&ipss_ick>;
15-
reg = <0x059c>;
15+
reg = <0x032c>;
1616
ti,bit-shift = <1>;
1717
};
1818

1919
emac_fck: emac_fck {
2020
#clock-cells = <0>;
2121
compatible = "ti,gate-clock";
2222
clocks = <&rmii_ck>;
23-
reg = <0x059c>;
23+
reg = <0x032c>;
2424
ti,bit-shift = <9>;
2525
};
2626

2727
vpfe_ick: vpfe_ick {
2828
#clock-cells = <0>;
2929
compatible = "ti,am35xx-gate-clock";
3030
clocks = <&ipss_ick>;
31-
reg = <0x059c>;
31+
reg = <0x032c>;
3232
ti,bit-shift = <2>;
3333
};
3434

3535
vpfe_fck: vpfe_fck {
3636
#clock-cells = <0>;
3737
compatible = "ti,gate-clock";
3838
clocks = <&pclk_ck>;
39-
reg = <0x059c>;
39+
reg = <0x032c>;
4040
ti,bit-shift = <10>;
4141
};
4242

4343
hsotgusb_ick_am35xx: hsotgusb_ick_am35xx {
4444
#clock-cells = <0>;
4545
compatible = "ti,am35xx-gate-clock";
4646
clocks = <&ipss_ick>;
47-
reg = <0x059c>;
47+
reg = <0x032c>;
4848
ti,bit-shift = <0>;
4949
};
5050

5151
hsotgusb_fck_am35xx: hsotgusb_fck_am35xx {
5252
#clock-cells = <0>;
5353
compatible = "ti,gate-clock";
5454
clocks = <&sys_ck>;
55-
reg = <0x059c>;
55+
reg = <0x032c>;
5656
ti,bit-shift = <8>;
5757
};
5858

5959
hecc_ck: hecc_ck {
6060
#clock-cells = <0>;
6161
compatible = "ti,am35xx-gate-clock";
6262
clocks = <&sys_ck>;
63-
reg = <0x059c>;
63+
reg = <0x032c>;
6464
ti,bit-shift = <3>;
6565
};
6666
};

arch/arm/boot/dts/armada-xp-linksys-mamba.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@
9595

9696
internal-regs {
9797

98+
rtc@10300 {
99+
/* No crystal connected to the internal RTC */
100+
status = "disabled";
101+
};
102+
98103
/* J10: VCC, NC, RX, NC, TX, GND */
99104
serial@12000 {
100105
status = "okay";

arch/arm/boot/dts/dm816x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
ti,hwmods = "usb_otg_hs";
383383

384384
usb0: usb@47401000 {
385-
compatible = "ti,musb-am33xx";
385+
compatible = "ti,musb-dm816";
386386
reg = <0x47401400 0x400
387387
0x47401000 0x200>;
388388
reg-names = "mc", "control";
@@ -422,7 +422,7 @@
422422
};
423423

424424
usb1: usb@47401800 {
425-
compatible = "ti,musb-am33xx";
425+
compatible = "ti,musb-dm816";
426426
reg = <0x47401c00 0x400
427427
0x47401800 0x200>;
428428
reg-names = "mc", "control";

arch/arm/boot/dts/omap3-n900.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,8 +832,8 @@
832832
touchscreen-fuzz-x = <4>;
833833
touchscreen-fuzz-y = <7>;
834834
touchscreen-fuzz-pressure = <2>;
835-
touchscreen-max-x = <4096>;
836-
touchscreen-max-y = <4096>;
835+
touchscreen-size-x = <4096>;
836+
touchscreen-size-y = <4096>;
837837
touchscreen-max-pressure = <2048>;
838838

839839
ti,x-plate-ohms = <280>;

arch/arm/mach-exynos/suspend.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ static unsigned int exynos_pmu_spare3;
8787
static u32 exynos_irqwake_intmask = 0xffffffff;
8888

8989
static const struct exynos_wkup_irq exynos3250_wkup_irq[] = {
90-
{ 105, BIT(1) }, /* RTC alarm */
91-
{ 106, BIT(2) }, /* RTC tick */
90+
{ 73, BIT(1) }, /* RTC alarm */
91+
{ 74, BIT(2) }, /* RTC tick */
9292
{ /* sentinel */ },
9393
};
9494

0 commit comments

Comments
 (0)