From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A838DC5DF63 for ; Wed, 6 Nov 2019 21:48:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DDE072084C for ; Wed, 6 Nov 2019 21:48:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kemnade.info header.i=@kemnade.info header.b="Q/we3jVu" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726957AbfKFVsU (ORCPT ); Wed, 6 Nov 2019 16:48:20 -0500 Received: from mail.andi.de1.cc ([85.214.55.253]:58440 "EHLO mail.andi.de1.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726798AbfKFVsT (ORCPT ); Wed, 6 Nov 2019 16:48:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20180802; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:To:From:Date:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=8xhVIvuFQsMtf2/Cr1aLwZDItnhm47cEr04p7WxqBBk=; b=Q/we3jVuZNUW3yjrBpx7D4lMTH gAO8zCmBEd13rar2osstULmfass26cqb+yH6o1ONljI4wxNE7vqaGpj2mMgwktY/iLB6Tz/102TCL 7IA0//NqcDKe2TaOdk/lVZSJ6+qLbV0IEPGi2t1uVEcfcw7Z28Hzsc3Cm/VsBhEY2q6U=; Received: from p200300ccff0a4d001a3da2fffebfd33a.dip0.t-ipconnect.de ([2003:cc:ff0a:4d00:1a3d:a2ff:febf:d33a] helo=aktux) by mail.andi.de1.cc with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iST9y-0004Vn-JQ; Wed, 06 Nov 2019 22:48:14 +0100 Date: Wed, 6 Nov 2019 22:48:13 +0100 From: Andreas Kemnade To: lee.jones@linaro.org, a.zummo@towertech.it, alexandre.belloni@bootlin.com, linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org, phh@phh.me, b.galvani@gmail.com, stefan@agner.ch, letux-kernel@openphoenux.org Subject: Re: [PATCH v2 2/5] mfd: rn5t618: add irq support Message-ID: <20191106224813.19cb26ea@aktux> In-Reply-To: <20191031213835.11390-3-andreas@kemnade.info> References: <20191031213835.11390-1-andreas@kemnade.info> <20191031213835.11390-3-andreas@kemnade.info> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org On Thu, 31 Oct 2019 22:38:32 +0100 Andreas Kemnade wrote: > This adds support for irq handling in the rc5t619 which is required > for properly implementing subdevices like rtc. > For now only definitions for the variant rc5t619 are included. > > Signed-off-by: Andreas Kemnade after having some more look at it, I think I should note the interrupts property in the bindings documentation since it gets used by using i2c->irq. Will probably send a v3 the next days. Regards, Andreas