From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S945462AbcJSPnd (ORCPT ); Wed, 19 Oct 2016 11:43:33 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:65202 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S942951AbcJSOnj (ORCPT ); Wed, 19 Oct 2016 10:43:39 -0400 From: Arnd Bergmann To: Scott Branden Cc: Olof Johansson , Catalin Marinas , Will Deacon , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , BCM Kernel Feedback Subject: Re: [PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option Date: Wed, 19 Oct 2016 10:04:15 +0200 Message-ID: <5740014.mZjAIri61F@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-34-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: <1476298306-9138-1-git-send-email-scott.branden@broadcom.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:hm7PkTlwtdWEbBQcxbUbuo+B4ESt54Z/Yq6rgdWH1PpXyx2lAS4 OIlu39+Vp2g8OSMDc51xbpsPsPO195nFB9x9sP9eHRIG31I8ksoxP02oooVkSdSHGbpy10F HZZljuOqXYkL3nlZjCPAqoVnAo8H5o6X08I1kmWX82SJYhAtUl5vlZEz+3c1UXe8VtwqOYZ 08sNWVwssMY1oTpdihIjw== X-UI-Out-Filterresults: notjunk:1;V01:K0:VlRcepN5RwI=:FRqt1F0aBUSrjKBe0CVk+L nZ9wL+DmL/3AIS8MnNI5sDIzOIkoAxgDFqkzyIgNn4l/z8edDdJWFcLExqNeA0aZi+kRv9SGO cIGvbROlb383DwLvX6drqcKnO8R28sVuZD0/vVs98uPhbrnrZiT0FT3g/Qlt+Y35zhcou7h1H s/wgWdx//HT+bPyfT80+rqPmhnDzkYEPbcWvDeqZzyNSHMoJaGwpDxfrkLByihRv/iNywaKnw /Zxs/wg73yhQTiciRQdDN7E4fie4qZE1rGkC2vRCMP+rnGN+JZGsnx7oVXTMyS7X8X59UwQPB JOtWXIX4KMqDku5J4/xZmj70LHVLRe13bo0Ptfgcvyx7SJfrYl/Mvv2942dZq5qdGTq2G+FhT mf8o0s690Npz/dn9BM2rP1gm60ZLTapZntnnDOCMdtKafPuW7RWvyt4JMlDN3N08vpWUnWmla MTCLEO9AB0wgwD45K8iob8C6vWvyBUxmuZE8vhhFE6OskNkRjij/f2HzVQ+MzTRJIxMqJPRbN zmakh8jq8/Au+EWdrk7EP5Za43SbwaPsRgth5tYtBOOYbBye5NvgS0dhOAjN+4Loc6yWbEcqc X5uLP1V1/6gE2s28KaCSrdnm4OJSvJGLIzGq1Q2+N/nvd7ssxll9UcD5jjwPCXWvtaUcJ/KRg iXf/iRYYQ/Esjiwjd4SDDVYCwWzVQGi5ikqe1zD9SyO3/glh5vPfv9D1eqDKWKqZPBP1mV7NO e9wA/kPsgAL59EIM Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, October 18, 2016 3:23:26 PM CEST Scott Branden wrote: > I have be.config and le.config that allow you to switch the defconfig > between big and little endian. Does this make sense to upstream to > arm/configs if you have accepted dram_0x00000000.config? Yes, they clearly fall into the same category, let's merge those as well. > Would you also accept this to arm64/configs? We actually use > big and little endian on the same SoC more on arm64 platforms. But, in > order to boot big endian we need to maintain this outside the kernel > right now. I'm in favor of that, but let's see what the arm64 maintainers think. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 19 Oct 2016 10:04:15 +0200 Subject: [PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option In-Reply-To: References: <1476298306-9138-1-git-send-email-scott.branden@broadcom.com> Message-ID: <5740014.mZjAIri61F@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday, October 18, 2016 3:23:26 PM CEST Scott Branden wrote: > I have be.config and le.config that allow you to switch the defconfig > between big and little endian. Does this make sense to upstream to > arm/configs if you have accepted dram_0x00000000.config? Yes, they clearly fall into the same category, let's merge those as well. > Would you also accept this to arm64/configs? We actually use > big and little endian on the same SoC more on arm64 platforms. But, in > order to boot big endian we need to maintain this outside the kernel > right now. I'm in favor of that, but let's see what the arm64 maintainers think. Arnd