From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754064AbdFMThp (ORCPT ); Tue, 13 Jun 2017 15:37:45 -0400 Received: from mail-qt0-f196.google.com ([209.85.216.196]:33547 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752674AbdFMThn (ORCPT ); Tue, 13 Jun 2017 15:37:43 -0400 Subject: Re: [GIT PULL 1/4] bcm2835-defconfig-next-2017-06-12 To: Eric Anholt , Florian Fainelli Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stefan Wahren , bcm-kernel-feedback-list@broadcom.com References: <20170613174356.22426-1-eric@anholt.net> From: Florian Fainelli Message-ID: Date: Tue, 13 Jun 2017 12:37:22 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170613174356.22426-1-eric@anholt.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/13/2017 10:43 AM, Eric Anholt wrote: > The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6: > > Linux 4.12-rc1 (2017-05-13 13:19:49 -0700) > > are available in the git repository at: > > git://github.com/anholt/linux tags/bcm2835-defconfig-next-2017-06-12 > > for you to fetch changes up to 3e9aaaf1d814586404dc93461ec955dd90dc8934: > > ARM: bcm2835_defconfig: Enable serial & ethernet USB gadget support (2017-06-12 14:07:38 -0700) > > ---------------------------------------------------------------- > This pull request enables USB OTG mode in the Pi 0/1 defconfig. > > ---------------------------------------------------------------- > Stefan Wahren (1): > ARM: bcm2835_defconfig: Enable serial & ethernet USB gadget support Merged, thanks Eric! > > arch/arm/configs/bcm2835_defconfig | 8 ++++++++ > 1 file changed, 8 insertions(+) > -- Florian