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 D9F23C433FE for ; Thu, 29 Sep 2022 18:08:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235725AbiI2SIF (ORCPT ); Thu, 29 Sep 2022 14:08:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235631AbiI2SHx (ORCPT ); Thu, 29 Sep 2022 14:07:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C4AF91C5CA2 for ; Thu, 29 Sep 2022 11:07:44 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DEE9B62127 for ; Thu, 29 Sep 2022 18:07:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 86F1EC433D6; Thu, 29 Sep 2022 18:07:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664474863; bh=oRlM0d1Ye3JuL8HAuq8Hd8XbHoSkXkhpcxLhMXtUUvg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QeAhE2f34jJxJ6nokIOW2MsVXr1JUj5HVlzsuNpPUuIXfhLHap91qhNMjyU33tObb pEOv4s74y6hmWTxcuCe6ZOQRHbhTCzy3SyNvkLX80ZCmHpLmHsPSsHcbZrbewGD985 jwQOt/h6K/KIM5K8+nwY6dP1BeQ+K5fB+xKFp+5ipYRQQBUXXcbAGJlOF+OwQWrvDb iEZReK3mwpCWOeiDj15sAPS/EedtqxEI6PCPnJzjQk/45LfE6EwNMAvlfOVH9rEgol bwmMh7e07rfEy99IQ5XUua4BS2ZuSJ7sbuBUT02fCFz8xFsmY5brMoS1vJrYmaem66 KnYpKFlEg/cCg== Date: Thu, 29 Sep 2022 19:07:39 +0100 From: Lee Jones To: Andy Shevchenko Cc: linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH v1 1/1] mfd: syscon: Remove repetition of the regmap_get_val_endian() Message-ID: References: <20220808140811.26734-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220808140811.26734-1-andriy.shevchenko@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 08 Aug 2022, Andy Shevchenko wrote: > Since the commit 0dbdb76c0ca8 ("regmap: mmio: Parse endianness > definitions from DT") regmap MMIO parses DT itsef, no need to > repeat this in the caller(s). > > Signed-off-by: Andy Shevchenko > --- > drivers/mfd/syscon.c | 8 -------- > 1 file changed, 8 deletions(-) Applied, thanks. -- Lee Jones [李琼斯]