From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::241; helo=mail-it0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x241.google.com (mail-it0-x241.google.com [IPv6:2607:f8b0:4001:c0b::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6C417221EA0B9 for ; Thu, 7 Dec 2017 11:03:12 -0800 (PST) Received: by mail-it0-x241.google.com with SMTP id d137so16804074itc.2 for ; Thu, 07 Dec 2017 11:07:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=0w81Gn253LZjNtbv9hMioTnf+8KrfgMFzEMhV+jP+Ww=; b=fV48i32MAYIfOyfo2icFADZJ4ixHN6ibBAanKtkq7lgkBmxyZ+BeZaO81vNh/LM8l1 t23LdrK8qvMfTny2n448j58sFPuSdazjaLZAu2qHfX3oyg4MvYx+ExD5qx97Yjourn2U 49Q90bQiz52Ix4iYH1VBDaj3/SiVNp+pQ/iF0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=0w81Gn253LZjNtbv9hMioTnf+8KrfgMFzEMhV+jP+Ww=; b=WrkIEEmjdLO+9bHrR9Korcw0wtFqWrG66HM1z0Y4s2+Bt8RPnGBAebOM/Scs9pnBgx f4cpKDTAl8HLMBfdAbwQj7l/7KFobvv0XHshFIaWOGKCQ3bioc2ho2XGhlUSoScys7Xo l11hzrC8XTklr9XZYTY3fSP2co5vHRUpPVCy/ILjqrBB+eK4SO8zRp4kIzRTWqZ6RsCL FkvRoOqWX5y4Mzz0YB5t2LmPTugL5667XEU/K9Md9erULpP1m8bpFTNFi4wcaGaqnp8D vN/GGGvilc7K26dQWoCfF9/x5vhaDZLlD1rbhIT0zr6vw/KBnz4I/EjNgOfZjVohMkzO Jz9g== X-Gm-Message-State: AKGB3mK4o7XKTTkS+2Gz3BtOUskhD52fwATph64uUIe/IO8DkGlTTe1r wLO1t9swPHyf7X7Yg1tRR8oQpA9+6q5/VYEGbxq81Q== X-Google-Smtp-Source: AGs4zMZAh+UWlcVdy94f2gF27pY2ngitwLUUQ95fc8768RKVS3GHfu+UOtjfR9S/6LZYdrcK3Y87Vv6hRShjzzah0nY= X-Received: by 10.36.219.214 with SMTP id c205mr2553557itg.65.1512673665015; Thu, 07 Dec 2017 11:07:45 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Thu, 7 Dec 2017 11:07:44 -0800 (PST) In-Reply-To: References: <1512664312-23574-1-git-send-email-mw@semihalf.com> From: Ard Biesheuvel Date: Thu, 7 Dec 2017 19:07:44 +0000 Message-ID: To: Marcin Wojtas Cc: "edk2-devel@lists.01.org" , Leif Lindholm , Nadav Haklai , Neta Zur Hershkovits , Kostya Porotchkin , Hua Jing , =?UTF-8?B?SmFuIETEhWJyb8Wb?= Subject: Re: [platforms: PATCH 0/5] Armada 7k/8k files reorganization X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 19:03:12 -0000 Content-Type: text/plain; charset="UTF-8" On 7 December 2017 at 19:06, Marcin Wojtas wrote: > Hi Ard, > > 2017-12-07 17:48 GMT+01:00 Ard Biesheuvel : >> On 7 December 2017 at 16:31, Marcin Wojtas wrote: >>> Hi, >>> >>> I submit a long awaited file reorganization of Marvell Armada 7k/8k >>> SoC family support. Armada 70x0 DB files remained in >>> 'Platform/Marvell', SoC files, drivers, libraries, etc. were >>> shifted to 'Silicon/Marvell'. >>> >>> Although there are no functional changes, other most significant >>> modifications are: >>> - use 'Armada7k8k' name/prefix, reflecting the SoC family properly >>> - use 'Armada70x0Db' for a board files >>> - move and rename the SPI master driver >>> - move and rename the PciEmulation driver >>> - rename output fd file for Armada70x0Db >>> >>> More details can be found in the commit log. In order to get a >>> better overview, please check 'tree' command outputs below. >>> >>> The code is available in the github: >>> https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/reorg-upstream-r20171207 >>> >>> I'm looking forward to your feedback. >>> >> >> Hi Marcin, >> >> Could you regenerate these patches with rename detection please? >> > > For every single operation I used 'git mv'. 'git status' showed the > renaming properly and so does 'git show -M' on my branch. I'll search > for better 'git format-patch' generation, but if you know the trick, > please share. > git format-patch -M does not work for you?