From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751937AbeEaEIg (ORCPT ); Thu, 31 May 2018 00:08:36 -0400 Received: from mail-yb0-f196.google.com ([209.85.213.196]:38627 "EHLO mail-yb0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750919AbeEaEIe (ORCPT ); Thu, 31 May 2018 00:08:34 -0400 X-Google-Smtp-Source: ADUXVKIS3r/jY3mB9i+DjZXx+QYAM4k8ccy3Hv6W4bR6FCOc0xVC0sb8OEyfHzmxfZwxpzCA3ulw6g== Date: Wed, 30 May 2018 23:08:32 -0500 From: Rob Herring To: Faiz Abbas Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, bcousson@baylibre.com, tony@atomide.com, paul@pwsan.com, t-kristo@ti.com Subject: Re: [PATCH v2 4/6] bus: ti-sysc: Add support for using ti-sysc for MCAN on dra76x Message-ID: <20180531040832.GA30763@rob-hp-laptop> References: <20180530141133.3711-1-faiz_abbas@ti.com> <20180530141133.3711-5-faiz_abbas@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180530141133.3711-5-faiz_abbas@ti.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 30, 2018 at 07:41:31PM +0530, Faiz Abbas wrote: > The dra76x MCAN generic interconnect module has a its own > format for the bits in the control registers. > > Therefore add a new module type, new regbits and new capabilities > specific to the MCAN module. > > CC: Tony Lindgren > Signed-off-by: Faiz Abbas > --- > .../devicetree/bindings/bus/ti-sysc.txt | 1 + > drivers/bus/ti-sysc.c | 17 +++++++++++++++++ > include/dt-bindings/bus/ti-sysc.h | 2 ++ > include/linux/platform_data/ti-sysc.h | 1 + > 4 files changed, 21 insertions(+) For the DT bits: Acked-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Wed, 30 May 2018 23:08:32 -0500 Subject: [PATCH v2 4/6] bus: ti-sysc: Add support for using ti-sysc for MCAN on dra76x In-Reply-To: <20180530141133.3711-5-faiz_abbas@ti.com> References: <20180530141133.3711-1-faiz_abbas@ti.com> <20180530141133.3711-5-faiz_abbas@ti.com> Message-ID: <20180531040832.GA30763@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, May 30, 2018 at 07:41:31PM +0530, Faiz Abbas wrote: > The dra76x MCAN generic interconnect module has a its own > format for the bits in the control registers. > > Therefore add a new module type, new regbits and new capabilities > specific to the MCAN module. > > CC: Tony Lindgren > Signed-off-by: Faiz Abbas > --- > .../devicetree/bindings/bus/ti-sysc.txt | 1 + > drivers/bus/ti-sysc.c | 17 +++++++++++++++++ > include/dt-bindings/bus/ti-sysc.h | 2 ++ > include/linux/platform_data/ti-sysc.h | 1 + > 4 files changed, 21 insertions(+) For the DT bits: Acked-by: Rob Herring