From nobody Sat Apr 11 18:39:15 2026 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 E4D85C00140 for ; Mon, 8 Aug 2022 10:47:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242781AbiHHKr5 (ORCPT ); Mon, 8 Aug 2022 06:47:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242676AbiHHKrt (ORCPT ); Mon, 8 Aug 2022 06:47:49 -0400 Received: from mail-lf1-x131.google.com (mail-lf1-x131.google.com [IPv6:2a00:1450:4864:20::131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA2D12BC6 for ; Mon, 8 Aug 2022 03:47:47 -0700 (PDT) Received: by mail-lf1-x131.google.com with SMTP id x19so3799083lfq.7 for ; Mon, 08 Aug 2022 03:47:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=WAcb2UIHnzQWc+7wJXO7+t1zm0MYd48VFY89RfjXd90=; b=pZ5n4LsUBuRfPUkslmcaCk2lyPkUqZyTC3GWr4dCq4OQhzI2yFphVsu0x+mjWy8fZw UIsmWZYgMFr9Yo+y/H67qdsq9admU3xUHWPwbiGxpLJTqpj7syYu3bHYvDKQBqxv1lQ/ zwGG8xpqoab03LUU6cXmLLzRjm5EJl/y/z4KAHXoVfA68w6a+AySxuiMRh0q9utI2nfY h7sZyPEQwg+KnK+U7ITd4kryslnHn1NAXGj3Ib6yOHzncgujAx+CICo/SBYUeqRAfpEq igdQhXtZc7CNdOE9/5MzuJe6z4xR4AvvhTeCIDUczl3v3IUhqL7T2aSQFXnAIlKPk2az hSGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=WAcb2UIHnzQWc+7wJXO7+t1zm0MYd48VFY89RfjXd90=; b=cA6+J8tzT4QO3IMcSKXUmtmUVOgUXdjLnidxAjqhQleF5ORSu80Arl+eYkaeu3jKQf bzkxXzEUdFexn+LmVrDFv25LdA2gWszlED8AGk/U9Bwi/GqPeTLjromFET+TJkfNQu5y oMRM/F23Cbp/IfDx5cx8mv1vDoNRw26pwgn63UjraRKCmvEfQK4z7GyNdQl5IyScsmeO wb4Zp5OIE6rLKBxtg3Evpgv6J9iGUgtXVeCbT8js1YYlkEE9S/Eh2VQo+FmE+b8f+T1W vkTqkkyNK3gzLBMnokl/YJVKVfDI4o5/ZcCilUxKy4bJqQ/91SzvkqAffK4/dJKXTC+m G/NQ== X-Gm-Message-State: ACgBeo0065IQZo/lwdcscQ8QcUDiEfQpymmABxu0bl1b5P4CoPYLncMW WRS47h4m1mhvJaMMrL3EZihNpg== X-Google-Smtp-Source: AA6agR5EYE1Bofb0M8EdhYNvz7LnouDO56jHt/oH1KxMlhgzj77yT9NZM45q6dvtAj/sMKDOm7VOew== X-Received: by 2002:ac2:50d2:0:b0:48a:f4fe:3553 with SMTP id h18-20020ac250d2000000b0048af4fe3553mr5797397lfm.248.1659955666064; Mon, 08 Aug 2022 03:47:46 -0700 (PDT) Received: from localhost.localdomain ([83.146.140.105]) by smtp.gmail.com with ESMTPSA id l18-20020a2ea312000000b0025e040510e7sm1314321lje.74.2022.08.08.03.47.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Aug 2022 03:47:45 -0700 (PDT) From: Krzysztof Kozlowski To: Michael Hennerich , Jean Delvare , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Jonathan Cameron , Lars-Peter Clausen , Pavel Machek , Tim Harvey , Robert Jones , Lee Jones , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Sebastian Reichel , Liam Girdwood , Mark Brown , Ricardo Rivera-Matos , linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-leds@vger.kernel.org, netdev@vger.kernel.org, linux-pm@vger.kernel.org, alsa-devel@alsa-project.org Cc: Krzysztof Kozlowski Subject: [PATCH 1/5] dt-bindings: iio: Drop Joachim Eastwood Date: Mon, 8 Aug 2022 13:47:08 +0300 Message-Id: <20220808104712.54315-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220808104712.54315-1-krzysztof.kozlowski@linaro.org> References: <20220808104712.54315-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Emails to Joachim Eastwood bounce ("552 5.2.2 The email account that you tried to reach is over quota and inactive."). Signed-off-by: Krzysztof Kozlowski Acked-by: Jonathan Cameron --- Documentation/devicetree/bindings/iio/accel/fsl,mma7455.yaml | 1 - Documentation/devicetree/bindings/iio/adc/nxp,lpc1850-adc.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/iio/accel/fsl,mma7455.yaml b= /Documentation/devicetree/bindings/iio/accel/fsl,mma7455.yaml index 7c8f8bdc2333..9c7c66feeffc 100644 --- a/Documentation/devicetree/bindings/iio/accel/fsl,mma7455.yaml +++ b/Documentation/devicetree/bindings/iio/accel/fsl,mma7455.yaml @@ -7,7 +7,6 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Freescale MMA7455 and MMA7456 three axis accelerometers =20 maintainers: - - Joachim Eastwood - Jonathan Cameron =20 description: diff --git a/Documentation/devicetree/bindings/iio/adc/nxp,lpc1850-adc.yaml= b/Documentation/devicetree/bindings/iio/adc/nxp,lpc1850-adc.yaml index 6404fb73f8ed..43abb300fa3d 100644 --- a/Documentation/devicetree/bindings/iio/adc/nxp,lpc1850-adc.yaml +++ b/Documentation/devicetree/bindings/iio/adc/nxp,lpc1850-adc.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: NXP LPC1850 ADC bindings =20 maintainers: - - Joachim Eastwood + - Jonathan Cameron =20 description: Supports the ADC found on the LPC1850 SoC. --=20 2.34.1 From nobody Sat Apr 11 18:39:15 2026 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 7FF35C25B0C for ; Mon, 8 Aug 2022 10:48:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231336AbiHHKsB (ORCPT ); Mon, 8 Aug 2022 06:48:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36108 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242691AbiHHKrv (ORCPT ); Mon, 8 Aug 2022 06:47:51 -0400 Received: from mail-lj1-x22d.google.com (mail-lj1-x22d.google.com [IPv6:2a00:1450:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57BBFE98 for ; Mon, 8 Aug 2022 03:47:49 -0700 (PDT) Received: by mail-lj1-x22d.google.com with SMTP id s9so9371819ljs.6 for ; Mon, 08 Aug 2022 03:47:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=wtlxEtiRF9lqCy5R1k9yAeU8U13bw6nu384fYfSEqBw=; b=jv07OtZt2pyX0cJM44iITqxyodBbbHPDRiX71FoCVjTJ9XCj3HKpzDLaprbvsELIsH 8GL8/jtjYb35pkZPiQn9Lrw8gkvIPe6INQik7whWlNe3P5KQeRDPb4WaK57tNa3zLaCA ncJc/TMltNRL+gsmrkJzoK5WLoL6MMGMjq05iKT5IFN8IPyzgHo+sJ9MUEu/A59RWVAm Ws2EiUwUDHptJP9HHb5q1V/fpZXAm6yqLaT3F4zsviTvFNol6Q5gHyV9mt4RpzFMB0AX NdBK/lBDAvz5fQnS2Yac3mIUt+j1+m3t3jp1W5c1zky+9sdQlLU2sKwrN2W4I76YbhVn l+tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=wtlxEtiRF9lqCy5R1k9yAeU8U13bw6nu384fYfSEqBw=; b=1DBdBqYth7jDAwIAeQWuEh9vir5RhgU5iY8oNa7sdiEtHY1mxOraid0+sCc+KCawQn s/A7++NFNBgbIKUPkGc/mRiF/aGMj76sbVk7WgBW5TDKKAsLbeM+nYnPxoV4we4VH1nL /uMBDG5ovHdexyNsBOHx/mnHNWP/JHWN5KMoDXPTucJCRqO9x+35RHc5uLFEbGwHK5YT bdCwfw+nWGCZOEffywM1ck9HkMj2H47i8kjM4Lm8f0HINJpyUTS6dW8GCmWdYqkXj6nR YXsWA5Clapz9WOmZbo+DHSfmsgebeDssgMDU2Tzi2mRJ0riNS439z+ejQEXrbBopvuBJ 4ZVA== X-Gm-Message-State: ACgBeo2+yHxlYDPppXingArJ5w6f04zmf6NeGsalwVoh1D1aburJHgQL kg2t6tpwmPQy0giW9ctngvWVYA== X-Google-Smtp-Source: AA6agR6t9xJZKEAAv4TIEwAFqoquIJFksglsomLyRD3HG8nsDWNUsnErUldbfkSXaP31ifRT7EPZcQ== X-Received: by 2002:a2e:9b42:0:b0:25e:59a7:6734 with SMTP id o2-20020a2e9b42000000b0025e59a76734mr5299134ljj.346.1659955667663; Mon, 08 Aug 2022 03:47:47 -0700 (PDT) Received: from localhost.localdomain ([83.146.140.105]) by smtp.gmail.com with ESMTPSA id l18-20020a2ea312000000b0025e040510e7sm1314321lje.74.2022.08.08.03.47.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Aug 2022 03:47:47 -0700 (PDT) From: Krzysztof Kozlowski To: Michael Hennerich , Jean Delvare , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Jonathan Cameron , Lars-Peter Clausen , Pavel Machek , Tim Harvey , Robert Jones , Lee Jones , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Sebastian Reichel , Liam Girdwood , Mark Brown , Ricardo Rivera-Matos , linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-leds@vger.kernel.org, netdev@vger.kernel.org, linux-pm@vger.kernel.org, alsa-devel@alsa-project.org Cc: Krzysztof Kozlowski Subject: [PATCH 2/5] dt-bindings: iio: Drop Bogdan Pricop Date: Mon, 8 Aug 2022 13:47:09 +0300 Message-Id: <20220808104712.54315-3-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220808104712.54315-1-krzysztof.kozlowski@linaro.org> References: <20220808104712.54315-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Emails to Bogdan Pricop bounce ("550 5.4.1 Recipient address rejected: Access denied. AS(201806281)"). Signed-off-by: Krzysztof Kozlowski Acked-by: Jonathan Cameron --- Documentation/devicetree/bindings/iio/adc/ti,adc108s102.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/iio/adc/ti,adc108s102.yaml b= /Documentation/devicetree/bindings/iio/adc/ti,adc108s102.yaml index 54955f03df93..ae5ce60987fe 100644 --- a/Documentation/devicetree/bindings/iio/adc/ti,adc108s102.yaml +++ b/Documentation/devicetree/bindings/iio/adc/ti,adc108s102.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Texas Instruments ADC108S102 and ADC128S102 =20 maintainers: - - Bogdan Pricop + - Jonathan Cameron =20 description: | Family of 8 channel, 10/12 bit, SPI, single ended ADCs. --=20 2.34.1 From nobody Sat Apr 11 18:39:15 2026 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 706DFC00140 for ; Mon, 8 Aug 2022 10:48:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242801AbiHHKsP (ORCPT ); Mon, 8 Aug 2022 06:48:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242728AbiHHKry (ORCPT ); Mon, 8 Aug 2022 06:47:54 -0400 Received: from mail-lf1-x135.google.com (mail-lf1-x135.google.com [IPv6:2a00:1450:4864:20::135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3CCF113F4D for ; Mon, 8 Aug 2022 03:47:52 -0700 (PDT) Received: by mail-lf1-x135.google.com with SMTP id o2so4746785lfb.1 for ; Mon, 08 Aug 2022 03:47:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=QVYe/JXzeU5u9X33rqqaxPzAShxb8AHqm/8GFEODkIs=; b=pmUTfKH5ygs4VlVm64UTqe8lyoNatQ30hpXCsJElxd9rETy5V8nzr2Ff8jTQ4allD1 9CMNDGFP855XamTAn1sj9Ymfj7EDHM5fi+M0jVkwaf4cnsfNTGIXNKpSnxIEaJXvowLO i8SxkwcPaOL3j5JNW/9yh0NfVI5T+pLIime0VJXWE1zdjz7DHDz3FcyenyOcveqNA3wc 8SxssDYAjPF5kNbKHFG2cj2UZtemX93RExbXld4gTIZ2m24dK825b0Et0t35c8GTu2nU 2WytncCSIPBe/8XVhpqGgLO7ey0t7QXSh86AyRVn4Ed7tHlvx1IcB1j88RElI+CRpQ+y FzaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=QVYe/JXzeU5u9X33rqqaxPzAShxb8AHqm/8GFEODkIs=; b=BGpg7nrgoKZkIO6F3/P5Y5OwPPMJHyAe48f8hmDHEiTAC1Rl0nQgMWeaDGefaQwlkn uOYt9S57VYFakThrQ15XxwrXffh478inMUz434hr6w7dmOgb2aj95iERcLFSQLj0Uq/+ oN+nZXT2p7bbSwQ4C8kAKm0uXFx+t1jNhVspMY8SCP3MEW6RRUv4Wh70hDUa3ShgNsHo 1P03urVm57gKXLSB4pI6HUtWGGZpOKP48Ff25prOfD6dVeb7epoz4zfqvbMzPb5sNmZJ I1CdLadlQbsQi54jY/FaBmtIgDJSQ0CjHo01bk/Em5wDnwesFOuiY0ANL8io432jPE32 PeMA== X-Gm-Message-State: ACgBeo30GApI81xD93sM1bprTlTa1bjTs/P1q55GfzPFDp4LSdbJLr5Z fCmgfbW7miKO9pwYd2VpDWAqyQ== X-Google-Smtp-Source: AA6agR7uZzSpId0uQwcRPtkDecR7KFV0NXg+wtaUfNYpDtIDCx5dbwlw7cZocxxzXqUkqN216Ndp9A== X-Received: by 2002:a05:6512:3342:b0:48b:4178:e8a5 with SMTP id y2-20020a056512334200b0048b4178e8a5mr4762468lfd.43.1659955670292; Mon, 08 Aug 2022 03:47:50 -0700 (PDT) Received: from localhost.localdomain ([83.146.140.105]) by smtp.gmail.com with ESMTPSA id l18-20020a2ea312000000b0025e040510e7sm1314321lje.74.2022.08.08.03.47.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Aug 2022 03:47:49 -0700 (PDT) From: Krzysztof Kozlowski To: Michael Hennerich , Jean Delvare , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Jonathan Cameron , Lars-Peter Clausen , Pavel Machek , Tim Harvey , Robert Jones , Lee Jones , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Sebastian Reichel , Liam Girdwood , Mark Brown , Ricardo Rivera-Matos , linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-leds@vger.kernel.org, netdev@vger.kernel.org, linux-pm@vger.kernel.org, alsa-devel@alsa-project.org Cc: Krzysztof Kozlowski Subject: [PATCH 3/5] dt-bindings: Drop Beniamin Bia and Stefan Popa Date: Mon, 8 Aug 2022 13:47:10 +0300 Message-Id: <20220808104712.54315-4-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220808104712.54315-1-krzysztof.kozlowski@linaro.org> References: <20220808104712.54315-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Emails to Beniamin Bia and Stefan Popa bounce ("550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup"). Signed-off-by: Krzysztof Kozlowski Acked-by: Jonathan Cameron --- Documentation/devicetree/bindings/hwmon/adi,adm1177.yaml | 1 - Documentation/devicetree/bindings/iio/adc/adi,ad7091r5.yaml | 2 +- Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml | 3 +-- .../devicetree/bindings/iio/amplifiers/adi,hmc425a.yaml | 1 - 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/hwmon/adi,adm1177.yaml b/Doc= umentation/devicetree/bindings/hwmon/adi,adm1177.yaml index 154bee851139..d794deb08bb7 100644 --- a/Documentation/devicetree/bindings/hwmon/adi,adm1177.yaml +++ b/Documentation/devicetree/bindings/hwmon/adi,adm1177.yaml @@ -8,7 +8,6 @@ title: Analog Devices ADM1177 Hot Swap Controller and Digit= al Power Monitor =20 maintainers: - Michael Hennerich - - Beniamin Bia =20 description: | Analog Devices ADM1177 Hot Swap Controller and Digital Power Monitor diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7091r5.yaml b/= Documentation/devicetree/bindings/iio/adc/adi,ad7091r5.yaml index 31ffa275f5fa..b97559f23b3a 100644 --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7091r5.yaml +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7091r5.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Analog Devices AD7091R5 4-Channel 12-Bit ADC =20 maintainers: - - Beniamin Bia + - Michael Hennerich =20 description: | Analog Devices AD7091R5 4-Channel 12-Bit ADC diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml b/Do= cumentation/devicetree/bindings/iio/adc/adi,ad7606.yaml index 73775174cf57..516fc24d3346 100644 --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml @@ -7,8 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Analog Devices AD7606 Simultaneous Sampling ADC =20 maintainers: - - Beniamin Bia - - Stefan Popa + - Michael Hennerich =20 description: | Analog Devices AD7606 Simultaneous Sampling ADC diff --git a/Documentation/devicetree/bindings/iio/amplifiers/adi,hmc425a.y= aml b/Documentation/devicetree/bindings/iio/amplifiers/adi,hmc425a.yaml index a557761d8016..9fda56fa49c3 100644 --- a/Documentation/devicetree/bindings/iio/amplifiers/adi,hmc425a.yaml +++ b/Documentation/devicetree/bindings/iio/amplifiers/adi,hmc425a.yaml @@ -8,7 +8,6 @@ title: HMC425A 6-bit Digital Step Attenuator =20 maintainers: - Michael Hennerich - - Beniamin Bia =20 description: | Digital Step Attenuator IIO device with gpio interface. --=20 2.34.1 From nobody Sat Apr 11 18:39:15 2026 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 3EDB4C25B0D for ; Mon, 8 Aug 2022 10:48:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242749AbiHHKsJ (ORCPT ); Mon, 8 Aug 2022 06:48:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36158 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242761AbiHHKr4 (ORCPT ); Mon, 8 Aug 2022 06:47:56 -0400 Received: from mail-lf1-x12e.google.com (mail-lf1-x12e.google.com [IPv6:2a00:1450:4864:20::12e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0111613D27 for ; Mon, 8 Aug 2022 03:47:53 -0700 (PDT) Received: by mail-lf1-x12e.google.com with SMTP id bq11so12085236lfb.5 for ; Mon, 08 Aug 2022 03:47:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=2me5XEAf0ofFirE+9ir/dwTvKRWjjaESV5ln3eJw2Hw=; b=CuVZZAuRK7wnpkN4SgjBYiCNJctDMSXGAa5tukH+acTFa5KoHplR3S6yO3Zg8IsTiK FXfKau4gB1IULpTxjrFJGwFlVnDp2FSRo0mLHy6Rr4Y0fJuivOjbk1wTypPV2+Y8TtNh qXkp3tkgVqzVAbaoGMkBF0u+nLxe4qLWkA1wAjIVCz5MhKCOr4RmSxPKVFcHxPBfzSrI Xy5SMIO5qZja0iBGcYJvDkQuCUEQHuqcneGCV+jiN6MTbhzmsrWKUjlOS1BD+qYyfRxX NOmyfe5nGk1MU7HPF9NGkLXVnPK1QScHtKSpOeih02tYIzIsjds2LJgApgk7bpfbgt0B Vg6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=2me5XEAf0ofFirE+9ir/dwTvKRWjjaESV5ln3eJw2Hw=; b=QZGsNRwC1NT1FYJNcd4Vh4HWp7dsYo9OBqYopAgkTDnR2j+n7Iu9BKurjS+WJmxcbH J/Jn2aLu+rPcIEzBIYBI84Z/DInr6+PRgu3kgoJ8NUA33P+MRpikqyilQAW1b5JW6psz toHoZianX0iY90Sg7vn+gZUTD2707gcAnnbeyNc2mNEL09d58xLkIZxF2UeIyuXpKGwX C9s/yCRPhT4+xSDuCM3/MwmDhRM5678wJc/ni+2b1aihKMZO8LhkE17rQQm1g1k8r7nD qvtrkgL7BVs0+vPsQiyRAcK6P2814lGuuwSkUCcG52ZkaSkiuXRjl+vyonBKEE8Bxq+s omgg== X-Gm-Message-State: ACgBeo3mQWiTKVIQ/IDqTsNlm0a/tT2V+mU2+vGvJXhi8g3a08Zx2waB hi6fX2OC/ECqGHg3zwBamDZEfw== X-Google-Smtp-Source: AA6agR7SHBGl5VdYjMKVL5UzdrTUUcHRsum2qdgVfy4yK3qFurC9b/riPzx+QLdQbigJ4aBmocHf2Q== X-Received: by 2002:a05:6512:3d0e:b0:48b:3976:b319 with SMTP id d14-20020a0565123d0e00b0048b3976b319mr5532909lfv.362.1659955673039; Mon, 08 Aug 2022 03:47:53 -0700 (PDT) Received: from localhost.localdomain ([83.146.140.105]) by smtp.gmail.com with ESMTPSA id l18-20020a2ea312000000b0025e040510e7sm1314321lje.74.2022.08.08.03.47.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Aug 2022 03:47:51 -0700 (PDT) From: Krzysztof Kozlowski To: Michael Hennerich , Jean Delvare , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Jonathan Cameron , Lars-Peter Clausen , Pavel Machek , Tim Harvey , Robert Jones , Lee Jones , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Sebastian Reichel , Liam Girdwood , Mark Brown , Ricardo Rivera-Matos , linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-leds@vger.kernel.org, netdev@vger.kernel.org, linux-pm@vger.kernel.org, alsa-devel@alsa-project.org Cc: Krzysztof Kozlowski Subject: [PATCH 4/5] dt-bindings: Drop Robert Jones Date: Mon, 8 Aug 2022 13:47:11 +0300 Message-Id: <20220808104712.54315-5-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220808104712.54315-1-krzysztof.kozlowski@linaro.org> References: <20220808104712.54315-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Emails to Robert Jones bounce ("550 5.2.1 The email account that you tried to reach is disabled"). Signed-off-by: Krzysztof Kozlowski Acked-by: Jonathan Cameron --- Documentation/devicetree/bindings/iio/imu/nxp,fxos8700.yaml | 2 +- Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/iio/imu/nxp,fxos8700.yaml b/= Documentation/devicetree/bindings/iio/imu/nxp,fxos8700.yaml index 479e7065d4eb..0203b83b8587 100644 --- a/Documentation/devicetree/bindings/iio/imu/nxp,fxos8700.yaml +++ b/Documentation/devicetree/bindings/iio/imu/nxp,fxos8700.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Freescale FXOS8700 Inertial Measurement Unit =20 maintainers: - - Robert Jones + - Jonathan Cameron =20 description: | Accelerometer and magnetometer combo device with an i2c and SPI interfac= e. diff --git a/Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml b/Doc= umentation/devicetree/bindings/mfd/gateworks-gsc.yaml index 5a1e8d21f7a0..5e0fe3ebe1d2 100644 --- a/Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml +++ b/Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml @@ -19,7 +19,6 @@ description: | =20 maintainers: - Tim Harvey - - Robert Jones =20 properties: $nodename: --=20 2.34.1 From nobody Sat Apr 11 18:39:15 2026 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 70511C00140 for ; Mon, 8 Aug 2022 10:48:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237732AbiHHKsv (ORCPT ); Mon, 8 Aug 2022 06:48:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242758AbiHHKsB (ORCPT ); Mon, 8 Aug 2022 06:48:01 -0400 Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A56E140D0 for ; Mon, 8 Aug 2022 03:47:58 -0700 (PDT) Received: by mail-lf1-x132.google.com with SMTP id c17so12083976lfb.3 for ; Mon, 08 Aug 2022 03:47:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=MC2v6NUHdyQnnZYkJCn4LjAypKIo0C8pXGhVxCJJimA=; b=W9rPnh7bC1E2NKlPctj5CJl6XHy4ZUkYXokDx3/Y5yxoMPcuCFr+UQ2ZLBxyRfBHpx 2fAykpcZDEMCmok4jhq1A0Q7r822Vw7OIwnhxgOOyUAyl5usH7tCnO2N4vJ1cAAdmrKr 8t01asrDC5BVRDPZXYPeeR/SuAx+2SnbyK+jPWbNJDMA25+O7EP5otc5w2ClcuCblXGV sR/adjLroM+SMGlbNTsPmF79C0Y7gBjkIvdrKPM3uMZP9qk0t1qECLfuDdgqrAbW8Xv0 dGfKVARp5SdlZvePRidCQGD8wavpowmm6cfXdPpItSs3NfoydSY5fhvk6+DfrMhH93sq SQNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=MC2v6NUHdyQnnZYkJCn4LjAypKIo0C8pXGhVxCJJimA=; b=OCoLSfjaM5QajyeyOeK47zBd2M22DiQRsPi3csTY0QvZa8DgnN1Wi9hu4fQaXTeGpV M8n+B3K1naS13ZPIsvVVQ3qqP7yGfu4p9Vn/96Dk9xPFh3ApHM6tAcSMtsvLF0NA6elE 8kwSHWyxDGlxlrxxcXC1YwzRWDS5pKCVoN9aBE7PgT21q1J3Z5t04z2pGWF/tbJtQeOh IBkqTtHYLUz7WyEFlMqUTZW6w/WAPmUwLBWaRHc41VY5DRr9dQOjX2BqYeSubKs7ArID CACV1nKxKjPCxS3pHW39gldFlnq6FOSnBOtgOZJYNd6Jw/Z6bEGxWEtm/m3zf4lLtE6l cAsg== X-Gm-Message-State: ACgBeo3LlBzSLHYeAwKtIxYXTL4Gyj/aT2IQg6ngUTiPlShTyHyXU7eW p78Bn0WF/FgwWukK6Z4B4gRyR3PyhT7DNoXU X-Google-Smtp-Source: AA6agR4QI9l+GRE03Zrm7i5mh9rcgI/S73YecChrNB3PcmYXz2UlrE8dBO5icUSF5md8laPwJNDO4w== X-Received: by 2002:a05:6512:2989:b0:48a:f4b9:84bf with SMTP id du9-20020a056512298900b0048af4b984bfmr6611596lfb.39.1659955677840; Mon, 08 Aug 2022 03:47:57 -0700 (PDT) Received: from localhost.localdomain ([83.146.140.105]) by smtp.gmail.com with ESMTPSA id l18-20020a2ea312000000b0025e040510e7sm1314321lje.74.2022.08.08.03.47.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Aug 2022 03:47:54 -0700 (PDT) From: Krzysztof Kozlowski To: Michael Hennerich , Jean Delvare , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Jonathan Cameron , Lars-Peter Clausen , Pavel Machek , Tim Harvey , Robert Jones , Lee Jones , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Sebastian Reichel , Liam Girdwood , Mark Brown , Ricardo Rivera-Matos , linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-leds@vger.kernel.org, netdev@vger.kernel.org, linux-pm@vger.kernel.org, alsa-devel@alsa-project.org Cc: Krzysztof Kozlowski Subject: [PATCH 5/5] dt-bindings: Drop Dan Murphy Date: Mon, 8 Aug 2022 13:47:12 +0300 Message-Id: <20220808104712.54315-6-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220808104712.54315-1-krzysztof.kozlowski@linaro.org> References: <20220808104712.54315-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Emails to Dan Murphy bounce ("550 Invalid recipient (#5.1.1)"). Signed-off-by: Krzysztof Kozlowski Acked-by: Jakub Kicinski Acked-by: Jonathan Cameron --- Documentation/devicetree/bindings/iio/adc/ti,ads124s08.yaml | 2 +- .../devicetree/bindings/leds/leds-class-multicolor.yaml | 2 +- Documentation/devicetree/bindings/leds/leds-lp50xx.yaml | 2 +- Documentation/devicetree/bindings/net/ti,dp83822.yaml | 2 +- Documentation/devicetree/bindings/net/ti,dp83867.yaml | 2 +- Documentation/devicetree/bindings/net/ti,dp83869.yaml | 2 +- Documentation/devicetree/bindings/power/supply/bq2515x.yaml | 1 - Documentation/devicetree/bindings/power/supply/bq25980.yaml | 1 - Documentation/devicetree/bindings/sound/tas2562.yaml | 2 +- Documentation/devicetree/bindings/sound/tlv320adcx140.yaml | 2 +- 10 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Documentation/devicetree/bindings/iio/adc/ti,ads124s08.yaml b/= Documentation/devicetree/bindings/iio/adc/ti,ads124s08.yaml index 9f5e96439c01..8f50f0f719df 100644 --- a/Documentation/devicetree/bindings/iio/adc/ti,ads124s08.yaml +++ b/Documentation/devicetree/bindings/iio/adc/ti,ads124s08.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Texas Instruments' ads124s08 and ads124s06 ADC chip =20 maintainers: - - Dan Murphy + - Jonathan Cameron =20 properties: compatible: diff --git a/Documentation/devicetree/bindings/leds/leds-class-multicolor.y= aml b/Documentation/devicetree/bindings/leds/leds-class-multicolor.yaml index 12693483231f..1a9e5bd352c1 100644 --- a/Documentation/devicetree/bindings/leds/leds-class-multicolor.yaml +++ b/Documentation/devicetree/bindings/leds/leds-class-multicolor.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Common properties for the multicolor LED class. =20 maintainers: - - Dan Murphy + - Pavel Machek =20 description: | Bindings for multi color LEDs show how to describe current outputs of diff --git a/Documentation/devicetree/bindings/leds/leds-lp50xx.yaml b/Docu= mentation/devicetree/bindings/leds/leds-lp50xx.yaml index e0b658f07973..7fdda32d0ff4 100644 --- a/Documentation/devicetree/bindings/leds/leds-lp50xx.yaml +++ b/Documentation/devicetree/bindings/leds/leds-lp50xx.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: LED driver for LP50XX RGB LED from Texas Instruments. =20 maintainers: - - Dan Murphy + - Pavel Machek =20 description: | The LP50XX is multi-channel, I2C RGB LED Drivers that can group RGB LEDs= into diff --git a/Documentation/devicetree/bindings/net/ti,dp83822.yaml b/Docume= ntation/devicetree/bindings/net/ti,dp83822.yaml index 75e8712e903a..ac329a9555bf 100644 --- a/Documentation/devicetree/bindings/net/ti,dp83822.yaml +++ b/Documentation/devicetree/bindings/net/ti,dp83822.yaml @@ -8,7 +8,7 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#" title: TI DP83822 ethernet PHY =20 maintainers: - - Dan Murphy + - David S. Miller =20 description: | The DP83822 is a low-power, single-port, 10/100 Mbps Ethernet PHY. It diff --git a/Documentation/devicetree/bindings/net/ti,dp83867.yaml b/Docume= ntation/devicetree/bindings/net/ti,dp83867.yaml index 76ff08a477ba..b7a651443543 100644 --- a/Documentation/devicetree/bindings/net/ti,dp83867.yaml +++ b/Documentation/devicetree/bindings/net/ti,dp83867.yaml @@ -11,7 +11,7 @@ allOf: - $ref: "ethernet-controller.yaml#" =20 maintainers: - - Dan Murphy + - David S. Miller =20 description: | The DP83867 device is a robust, low power, fully featured Physical Layer diff --git a/Documentation/devicetree/bindings/net/ti,dp83869.yaml b/Docume= ntation/devicetree/bindings/net/ti,dp83869.yaml index 1b780dce61ab..4f6ad9d30d44 100644 --- a/Documentation/devicetree/bindings/net/ti,dp83869.yaml +++ b/Documentation/devicetree/bindings/net/ti,dp83869.yaml @@ -11,7 +11,7 @@ allOf: - $ref: "ethernet-phy.yaml#" =20 maintainers: - - Dan Murphy + - David S. Miller =20 description: | The DP83869HM device is a robust, fully-featured Gigabit (PHY) transceiv= er diff --git a/Documentation/devicetree/bindings/power/supply/bq2515x.yaml b/= Documentation/devicetree/bindings/power/supply/bq2515x.yaml index 27db38577822..4376e6dca48d 100644 --- a/Documentation/devicetree/bindings/power/supply/bq2515x.yaml +++ b/Documentation/devicetree/bindings/power/supply/bq2515x.yaml @@ -8,7 +8,6 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: TI bq2515x 500-mA Linear charger family =20 maintainers: - - Dan Murphy - Ricardo Rivera-Matos =20 description: | diff --git a/Documentation/devicetree/bindings/power/supply/bq25980.yaml b/= Documentation/devicetree/bindings/power/supply/bq25980.yaml index 4883527ab5c7..509a0667b04e 100644 --- a/Documentation/devicetree/bindings/power/supply/bq25980.yaml +++ b/Documentation/devicetree/bindings/power/supply/bq25980.yaml @@ -8,7 +8,6 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: TI BQ25980 Flash Charger =20 maintainers: - - Dan Murphy - Ricardo Rivera-Matos =20 description: | diff --git a/Documentation/devicetree/bindings/sound/tas2562.yaml b/Documen= tation/devicetree/bindings/sound/tas2562.yaml index 5f7dd5d6cbca..3655d3077dc9 100644 --- a/Documentation/devicetree/bindings/sound/tas2562.yaml +++ b/Documentation/devicetree/bindings/sound/tas2562.yaml @@ -8,7 +8,7 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#" title: Texas Instruments TAS2562 Smart PA =20 maintainers: - - Dan Murphy + - Mark Brown =20 description: | The TAS2562 is a mono, digital input Class-D audio amplifier optimized f= or diff --git a/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml b/D= ocumentation/devicetree/bindings/sound/tlv320adcx140.yaml index bc2fb1a80ed7..4ab57c835ba3 100644 --- a/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml +++ b/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml @@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Texas Instruments TLV320ADCX140 Quad Channel Analog-to-Digital Conv= erter =20 maintainers: - - Dan Murphy + - Mark Brown =20 description: | The TLV320ADCX140 are multichannel (4-ch analog recording or 8-ch digital --=20 2.34.1