lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 12 Oct 2012 13:56:38 +1100
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Linus Walleij <linus.walleij@...aro.org>
Cc:	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	Ludovic Desroches <ludovic.desroches@...el.com>,
	Wolfram Sang <w.sang@...gutronix.de>,
	"Jean-Christophe PLAGNIOL-VILLARD" <plagnioj@...osoft.com>,
	Nicolas Ferre <nicolas.ferre@...el.com>
Subject: linux-next: manual merge of the pinctrl tree with Linus' tree

Hi Linus,

Today's linux-next merge of the pinctrl tree got a conflict in
arch/arm/boot/dts/at91sam9g25ek.dts between commit fbc1871511ed ("ARM:
dts: add twi nodes for atmel boards") from Linus' tree and commit
77ccddbdc0c9 ("arm: at91: dt: at91sam9 add serial pinctrl support") from
the pinctrl tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell                    sfr@...b.auug.org.au

diff --cc arch/arm/boot/dts/at91sam9g25ek.dts
index 877c08f,c5ab16f..0000000
--- a/arch/arm/boot/dts/at91sam9g25ek.dts
+++ b/arch/arm/boot/dts/at91sam9g25ek.dts
@@@ -13,49 -13,4 +13,20 @@@
  / {
  	model = "Atmel AT91SAM9G25-EK";
  	compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
 +
- 	chosen {
- 		bootargs = "console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=ubifs ubi.mtd=1 root=ubi0:rootfs";
- 	};
- 
 +	ahb {
 +		apb {
- 			dbgu: serial@...ff200 {
- 				status = "okay";
- 			};
- 
- 			usart0: serial@...1c000 {
- 				status = "okay";
- 			};
- 
- 			macb0: ethernet@...2c000 {
- 				phy-mode = "rmii";
- 				status = "okay";
- 			};
- 
 +			i2c0: i2c@...10000 {
 +				status = "okay";
 +			};
 +
 +			i2c1: i2c@...14000 {
 +				status = "okay";
 +			};
 +
 +			i2c2: i2c@...18000 {
 +				status = "okay";
 +			};
 +		};
- 
- 		usb0: ohci@...00000 {
- 			status = "okay";
- 			num-ports = <2>;
- 			atmel,vbus-gpio = <&pioD 19 1
- 					   &pioD 20 1
- 					  >;
- 		};
- 
- 		usb1: ehci@...00000 {
- 			status = "okay";
- 		};
 +	};
  };

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ