Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751643AbdG1A3K (ORCPT ); Thu, 27 Jul 2017 20:29:10 -0400 Received: from mail-pg0-f44.google.com ([74.125.83.44]:35903 "EHLO mail-pg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751524AbdG1A3J (ORCPT ); Thu, 27 Jul 2017 20:29:09 -0400 From: Kevin Hilman To: Neil Armstrong Cc: Martin Blumenstingl , carlo@caione.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3.1 0/3] soc: amlogic: Add Amlogic SoC Information driver Organization: BayLibre References: <1498206498-19139-1-git-send-email-narmstrong@baylibre.com> Date: Thu, 27 Jul 2017 17:29:07 -0700 In-Reply-To: (Neil Armstrong's message of "Thu, 13 Jul 2017 12:25:20 +0200") Message-ID: <7h4ltxs8to.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 854 Lines: 22 Neil Armstrong writes: > On 07/12/2017 09:03 PM, Martin Blumenstingl wrote: >> Hi Kevin, >> >> On Fri, Jun 23, 2017 at 10:28 AM, Neil Armstrong >> wrote: >>> Amlogic SoCs have a SoC information register for SoC type, package type and >>> revision information. >>> This patchset adds support for this register decoding and exposing with the >>> SoC bus infrastructure, with dt-bindings and DT node. >> I'm curious: are you going to take this through your tree or are we >> waiting for someone's ACK here? > > I'm curious also, it should go through armsoc-drivers, no ? I was being lazy and assuming that Arnd would have another look as he reviewed an earlier version, but since there appear to be no further reviews/comments, I'll take it through the amlogic tree in the v4.14/drivers branch. Kevin