From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Tue, 15 Mar 2016 11:14:35 +0100 Subject: [U-Boot] [PATCH 1/2] sunxi: Sync dts files with the upstream kernel In-Reply-To: <1458034168.1643.4.camel@hellion.org.uk> References: <1457988544-2651-1-git-send-email-hdegoede@redhat.com> <1458034168.1643.4.camel@hellion.org.uk> Message-ID: <56E7E08B.1050505@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 15-03-16 10:29, Ian Campbell wrote: > On Mon, 2016-03-14 at 21:49 +0100, Hans de Goede wrote: >> Sync dts files with the upstream kernel including >> changes queued for 4.6: >> >> https://git.kernel.org/cgit/linux/kernel/git/mripard/linux.git/commit/?h=sunxi/dt-for-4.6 >> >> Note this adds a number of new unused board dts files. I've asked the >> authors of the kernel commits adding these to submit a matching defconfig >> to u-boot. >> >> Signed-off-by: Hans de Goede > > Both patches here: Acked-by: Ian Campbell Thanks. > Do you have a script or something which (semi-)automates these imports, > or is it manual faff each time? Manual, it is not that much work, just cp the files over since we are using pristine kernel files with no u-boot specific mods. Then git add all of them, and do a commit, in the commit msg editor look at the list of "new file"'s, add those to the Makefile and then commit the Makefile as a fixup. Starting with this sync I also lookup the first kernel commit of any new dts files (not dtsi files only dts files) and then send a mail to the committer asking them to submit a matching u-boot defconfig. Regards, Hans