From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964800AbdKBTfg (ORCPT ); Thu, 2 Nov 2017 15:35:36 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:49564 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934065AbdKBTfd (ORCPT ); Thu, 2 Nov 2017 15:35:33 -0400 X-Google-Smtp-Source: ABhQp+TtAdTvDxLPdwl0p/CAaCL3ZQbkeL8AKu1eBXHUB8b6jSQI4qCY0jqfprT5frmImmaWXW+zOg== Subject: Re: [PATCH 0/2] hwrng: iproc-rng200: Add support for BCM7278 To: Florian Fainelli , linux-kernel@vger.kernel.org Cc: Matt Mackall , Herbert Xu , Rob Herring , Mark Rutland , Ray Jui , Scott Branden , Jon Mason , "maintainer:BROADCOM IPROC ARM ARCHITECTURE" , PrasannaKumar Muralidharan , Sean Wang , Russell King , Krzysztof Kozlowski , Harald Freudenberger , Martin Kaiser , "open list:HARDWARE RANDOM NUMBER GENERATOR CORE" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:BROADCOM IPROC ARM ARCHITECTURE" References: <20171101232006.3943-1-f.fainelli@gmail.com> From: Scott Branden Message-ID: Date: Thu, 2 Nov 2017 12:35:24 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171101232006.3943-1-f.fainelli@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Patch series looks fine. On 17-11-01 04:20 PM, Florian Fainelli wrote: > Hi, > > This patch series adds support for the RNG200 block found on the BCM7278 SoC. > This requires us to update the compatible string (and associated binding > document) as well as the Kconfig option to make that driver selectable with > ARCH_BRCMSTB gating the enabling of such SoCs. > > Thank you > > Florian Fainelli (2): > dt-bindings: rng: Document BCM7278 RNG200 compatible > hwrng: iproc-rng200: Add support for BCM7278 > > Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt | 4 +++- > drivers/char/hw_random/Kconfig | 6 +++--- > drivers/char/hw_random/iproc-rng200.c | 1 + > 3 files changed, 7 insertions(+), 4 deletions(-) > Acked-by: Scott Branden