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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EAC43C636D4 for ; Thu, 9 Feb 2023 08:59:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229672AbjBII7S (ORCPT ); Thu, 9 Feb 2023 03:59:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229814AbjBII7S (ORCPT ); Thu, 9 Feb 2023 03:59:18 -0500 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E46D36A50 for ; Thu, 9 Feb 2023 00:59:16 -0800 (PST) Received: by mail-wm1-x330.google.com with SMTP id c4-20020a1c3504000000b003d9e2f72093so3354756wma.1 for ; Thu, 09 Feb 2023 00:59:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=m8pUbyQuguMCPwZW2RElTPCVuJKUGTRlRW/wJdW3+V4=; b=Ow4huEPqyLhYoVRrD86WnY1MlQp7HdWZQmtkJytSmdBVRtRFPOhg2UCn7XotYGpH+U M8e2ys2LBDh+P7q2fSjS/bSM6jKZqqXKi9+fCaibpBnB+X42dpBUkIVBpfPQNuTo9l+1 YLHXs+13djHk9T1fNnUUZeYV5C+B0XEVFZaafAVyboVQWAuGXC/tVB0lNzaQCepNjkji vr1qVnG8mTc1YE31jq9QuuX8PP8sx+zBgokKqTuKPGh6Zat1shYSnc3mPNcRXXX9S/JN RYGuU03KKqp/Mcs2/qJMltEbL4JyfN/hUG2peymAcFNR/prGppXFTTeSB8QsVySv+9K6 IlOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=m8pUbyQuguMCPwZW2RElTPCVuJKUGTRlRW/wJdW3+V4=; b=JiXjO4e6Apl8Dy1sPot+bZ2bd8GwWB+4bFGWwlmFZ0RFzW2Nmr/hCvGdCqt3fPyc1o B6HJRQmYte9TXMjiqKSYdv2LtY6C013NC3I22vNZejbsiAZws3FzSYp0o+JGRCFQhe4B 3cV/hqqgzriOZJHo5hNJPq99+qEm/qd8Gm+COw9LszfDoO1oAP4GpAnxLOeNRtSK4FOV 50CWOBPjzQE7E1ZWmkjg+d4MTsqOPu6RbsZhIOy0faH501j8XbMTP8zI2i6hG1hpP+qN /qi/sb6jEu7NVpu5Jbs++JSftNgJXqACK47+65F+vUaEnQLGzxkP+SLbM/giFLvhCBMi M41Q== X-Gm-Message-State: AO0yUKU/Pr/QQHaC6VgJBFnsytkqLjAZjoiP1JKOQRz5iqblHyoaIUHT IfHndBwxbwg4kpUt3MXJd5majQ== X-Google-Smtp-Source: AK7set+XdLST77MGN29lRhG+UDTY7sifhmxD3nCMq7rWmiAdHkddtJM/T/83puc6W3tudLYkQombYw== X-Received: by 2002:a05:600c:4b1b:b0:3df:fbc7:5b10 with SMTP id i27-20020a05600c4b1b00b003dffbc75b10mr9064027wmp.0.1675933155460; Thu, 09 Feb 2023 00:59:15 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id d14-20020adff2ce000000b002bc7fcf08ddsm700290wrp.103.2023.02.09.00.59.14 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 09 Feb 2023 00:59:15 -0800 (PST) Message-ID: Date: Thu, 9 Feb 2023 09:59:13 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH] dt-bindings: i2c: uniphier: Add resets property Content-Language: en-US To: Kunihiko Hayashi , Wolfram Sang , Rob Herring , Krzysztof Kozlowski , Masami Hiramatsu Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20230209014340.17979-1-hayashi.kunihiko@socionext.com> From: Krzysztof Kozlowski In-Reply-To: <20230209014340.17979-1-hayashi.kunihiko@socionext.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On 09/02/2023 02:43, Kunihiko Hayashi wrote: > UniPhier I2C controller allows reset control support. > Add resets property to the controller as optional. > > Signed-off-by: Kunihiko Hayashi > --- Acked-by: Krzysztof Kozlowski Best regards, Krzysztof 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AAF2FC05027 for ; Thu, 9 Feb 2023 09:00:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jnkYzn5pryyxO6E7DqXwHzsDb2nZlgrPRie6ONggP6k=; b=IH1sk0Ah7pEy1K 6vjr7MAmFxeBJ4YaeoAIHhPJVdhmSVbfq75ldx2E/JiEboMpO0MMm0iZr4IZM28pnx4NFKHsuADHo z8tuOf2zcTawPj98/8jWj/QE/5tpfukU0Iv6JfSFAgxwf0jKBSKgL2SpBI/NDhIvb0BFmkzkc/Uun 0wxNiGx5fGrsel6QF2B+XFm6czUHeNumKebMa8ItvCGsJkSmiGDkBG0cPvbp7P346ETBl+OT2eT4k MQjpjqeTjoBrmasEzXqwb1zLcAoA0N+iklg26vl8ItgHPB1P6JKHWFsFknDCVFwlA/QIi5WHDMWg9 Fx3FxdnkDcvUl3NQUdwA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pQ2m2-000daI-4J; Thu, 09 Feb 2023 08:59:22 +0000 Received: from mail-wm1-x335.google.com ([2a00:1450:4864:20::335]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pQ2lz-000dZ7-6M for linux-arm-kernel@lists.infradead.org; Thu, 09 Feb 2023 08:59:20 +0000 Received: by mail-wm1-x335.google.com with SMTP id j29-20020a05600c1c1d00b003dc52fed235so966733wms.1 for ; Thu, 09 Feb 2023 00:59:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=m8pUbyQuguMCPwZW2RElTPCVuJKUGTRlRW/wJdW3+V4=; b=Ow4huEPqyLhYoVRrD86WnY1MlQp7HdWZQmtkJytSmdBVRtRFPOhg2UCn7XotYGpH+U M8e2ys2LBDh+P7q2fSjS/bSM6jKZqqXKi9+fCaibpBnB+X42dpBUkIVBpfPQNuTo9l+1 YLHXs+13djHk9T1fNnUUZeYV5C+B0XEVFZaafAVyboVQWAuGXC/tVB0lNzaQCepNjkji vr1qVnG8mTc1YE31jq9QuuX8PP8sx+zBgokKqTuKPGh6Zat1shYSnc3mPNcRXXX9S/JN RYGuU03KKqp/Mcs2/qJMltEbL4JyfN/hUG2peymAcFNR/prGppXFTTeSB8QsVySv+9K6 IlOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=m8pUbyQuguMCPwZW2RElTPCVuJKUGTRlRW/wJdW3+V4=; b=yiNeKhasVhx8luDJuDrZm0ti7YxEQsUooo2zySCTbJ7CNmNicriiAm9gbx/LXO6/c3 jbmELGzIgAtyhqJhCTVptxKi1ov02BaXWY9Ruj8HaqoHXPqE7T42guSlbDstVfGaRL5F PiU8K3OM99Sqx4aJwaK9hIF0GvlaL8mFuOt0dDzLJUrGDUWBVdBTqtlw7j7fzS2VSABB gR02FNN7R/aReof0f2Xzoq630ToXyjqXpxHEw1aAe31l0+XATVuADHGLo8KAMxwJ2v5W S9d+gk3MlJA/s5U55vIqNOb0YCV2sqQ6wfpmwdNnDb2YWQuKPGTdQzIIeavDES6sfBF7 WVNQ== X-Gm-Message-State: AO0yUKWeaiCCgUjOl7MuNHTaCqypG1IG5hTXsFzU8LjJGQ56KXbnqGNa TvJIWL2mqEqoRI02gQAETMBSZw== X-Google-Smtp-Source: AK7set+XdLST77MGN29lRhG+UDTY7sifhmxD3nCMq7rWmiAdHkddtJM/T/83puc6W3tudLYkQombYw== X-Received: by 2002:a05:600c:4b1b:b0:3df:fbc7:5b10 with SMTP id i27-20020a05600c4b1b00b003dffbc75b10mr9064027wmp.0.1675933155460; Thu, 09 Feb 2023 00:59:15 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id d14-20020adff2ce000000b002bc7fcf08ddsm700290wrp.103.2023.02.09.00.59.14 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 09 Feb 2023 00:59:15 -0800 (PST) Message-ID: Date: Thu, 9 Feb 2023 09:59:13 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH] dt-bindings: i2c: uniphier: Add resets property Content-Language: en-US To: Kunihiko Hayashi , Wolfram Sang , Rob Herring , Krzysztof Kozlowski , Masami Hiramatsu Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20230209014340.17979-1-hayashi.kunihiko@socionext.com> From: Krzysztof Kozlowski In-Reply-To: <20230209014340.17979-1-hayashi.kunihiko@socionext.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230209_005919_278113_D80A7547 X-CRM114-Status: UNSURE ( 8.29 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 09/02/2023 02:43, Kunihiko Hayashi wrote: > UniPhier I2C controller allows reset control support. > Add resets property to the controller as optional. > > Signed-off-by: Kunihiko Hayashi > --- Acked-by: Krzysztof Kozlowski Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel