From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752069AbcEJJdm (ORCPT ); Tue, 10 May 2016 05:33:42 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:54840 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752026AbcEJJdj (ORCPT ); Tue, 10 May 2016 05:33:39 -0400 From: Arnd Bergmann To: Nicolas Ferre Cc: Boris BREZILLON , Alexandre Belloni , Olof Johansson , arm@kernel.org, romain.izard.pro@gmail.com, Wenyou Yang , Linux Kernel list , linux-arm-kernel , Jean-Christophe PLAGNIOL-VILLARD , Ludovic Desroches Subject: Re: [GIT PULL] at91: fixes for 4.6 #1 Date: Tue, 10 May 2016 11:30:31 +0200 Message-ID: <5465950.OCrl9K6RLM@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1462865249-28552-1-git-send-email-nicolas.ferre@atmel.com> References: <1462865249-28552-1-git-send-email-nicolas.ferre@atmel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:O6WHjQLGGIt7sQRhh1xNh4+D+8YlehJiYYqfTh9jOl/B6jgh/Bt qyDikLy2+KsLXjFzD7e7FaHfyDB5c0Oss+H+Q6Lnn49Q7wVRbwQu42wBlJsv7NtK4w3B7pO kPN2adpNrxAL4zDRNpYqiKP3/8MDrGfRR1VbP/5k101K8MFc9wnRC+Ja3L0tBoq9sBU9cDU tTKJfuc7jxL3UOt9P2HZw== X-UI-Out-Filterresults: notjunk:1;V01:K0:4EoUNruyr8I=:8q0nXztKjO2ZOUOzPMC4Fz r00p0tHFiAMNqRcFuFNTOvwNjhR7qd6Ra8dgnQAx16dEYnJ5y3bJPxeJ/0RFT081YU5xn/aa/ +3OphCYM2BdnC02q56tvIRm77y7TU+pwRSNKkteRYYBKnE9p7mSPccOlZ+X3jONJykow0K7oe tupT4vz6pKhC3l6gaizGbQFVDWvoIb2cHNEH7q4MBFXAzjoLe6CLfLhQizKvYTtUli5vBMq7t IdSNKy6S7INQ4glmp88ThJoxmmX78m9xdApdL2P4ZUWg/3czuh7G72ZmJ2mRoOZju7ugqruqW A++UjOw9BOglfjtzDjpS2YTqSIb4zbn+pkIl7kxaGnmo5klmjWRdWYmCOXCR8eaDLsQAFRSRk 9bYhdNIsp/hGavDswYz49HGe+js8WFtgv105zcVnG4eWyHW8OXsQgNdCpvu3YrtJa9kiYT3GJ 3+N9mnlgOpWaoDHtVW28601RHagQamJN8uxlkPx9L2wMzafH05Avf41I/u0wHtkGpPkUSecJ6 0WTtueJ/Sy25x5EKwmY1wvJsIRRsdN4OS0BZzn+Y5mMahr6KH3UNQAyXke3SAW0TDAdl5f6ig 1Lu2/UBQl4fqlEhMXutHCb2qoZQhL4bvHxjR9VxOmbMPIA9p4mYqhHsUMDwbGS6q5dd3D7cnP v2Sm5PpOdYU3kYDHYQ+z0F1gAVqYgsfJgzXZbUeW47Ay1Ujj/O2XpxJ81/hYlmT6Iy+Aj7xE/ TRS4ZnSY7R1c9nNB Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 10 May 2016 09:27:29 Nicolas Ferre wrote: > Here is a late fix for AT91. Sorry to have figure it out so late in the > development cycle but we had to confirm it was an error with the documentation > of two products. > So, as the compatibility string is in since 4.6-rc1 and that the previous one > works okay, it's a good opportunity to switch back to the one that works without > introducing a intermediary bug. > The revert on driver code and the removal of the useless additional > compatibility string will be queued for 4.7 through NAND/MTD. Thanks, pulled into the fixes. I ended up taking the text above as the commit log for the merge, as it was more descriptive than the shorter version you had in the tag. Arnd