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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 EFB56C433E1 for ; Tue, 18 Aug 2020 08:14:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C32E82075E for ; Tue, 18 Aug 2020 08:14:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726420AbgHRIOX (ORCPT ); Tue, 18 Aug 2020 04:14:23 -0400 Received: from mga14.intel.com ([192.55.52.115]:59087 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726341AbgHRIOW (ORCPT ); Tue, 18 Aug 2020 04:14:22 -0400 IronPort-SDR: mlhFGgaimL4et991zF/PUKJ1LScGQvLLNRDlTQ1jl3R8EoDSgOBkg7IQGwN4Jv1hj+zohUnUJC ettv9G+ZDTiA== X-IronPort-AV: E=McAfee;i="6000,8403,9716"; a="154119614" X-IronPort-AV: E=Sophos;i="5.76,326,1592895600"; d="scan'208";a="154119614" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2020 01:14:22 -0700 IronPort-SDR: 3zx13NX+RxrHvv2xsNOgNRvvtQCHUr6tx0EonPtsYGNH1A/tj+zTOLNro2iU4+C+gQPlVamDnl 3YeGWDozdcWw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,326,1592895600"; d="scan'208";a="326661678" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga008.jf.intel.com with ESMTP; 18 Aug 2020 01:14:18 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1k7wYS-009bKE-F2; Tue, 18 Aug 2020 11:01:12 +0300 Date: Tue, 18 Aug 2020 11:01:12 +0300 From: Andy Shevchenko To: Greg Kroah-Hartman , linux-usb@vger.kernel.org, Mathias Nyman Cc: Anton Sviridenko , Andrey Utkin , Ismael Luceno , Mauro Carvalho Chehab , Jussi Kivilinna , Kalle Valo , Jeff Kirsher , Sylwia Wnuczko , Jesse Brandeburg Subject: Re: [PATCH v2 1/8] byteorder: Introduce cpu_to_le16_array() and le16_to_cpu_array() Message-ID: <20200818080112.GZ1891694@smile.fi.intel.com> References: <20200817184659.58419-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200817184659.58419-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Mon, Aug 17, 2020 at 09:46:52PM +0300, Andy Shevchenko wrote: > Introduce cpu_to_le16_array() and le16_to_cpu_array() for existing and > future users. It appears that the series needs more work. Please, discard this and at some point I'll send v3. -- With Best Regards, Andy Shevchenko