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 B8470C7EE32 for ; Fri, 2 Jun 2023 15:08:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236352AbjFBPIr (ORCPT ); Fri, 2 Jun 2023 11:08:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58146 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236399AbjFBPIm (ORCPT ); Fri, 2 Jun 2023 11:08:42 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A43D2E5F; Fri, 2 Jun 2023 08:08:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685718518; x=1717254518; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=sOg+e66aWxQVMH2SnS4c8kmK+t/T96W9yihpb4WFeM4=; b=Wug9L8JeAOebSm8bE9NXNeQBVVwY1zwQlRyLwoWXeRCIPhfz8hpF4GPl jPeBCRpODWk+W59mfI9FYizx30i6DUSecqhbPZfpNTfwLhda4tRvFNnj/ o9MAGfjk3J3cuEmhmPDq9PCd98dcPVxeV2FH8JBBlg/z5GRTRK2uCNsZ7 x5rzNXkmvBhDmmi6CsrzD7LdL+YF3TmJAoQuLcGU2JtzRZuxC/cVGaD+r 1I/qAeRjXaEV8pwMScOULduvcm41Ff4UuK7jQWvV4GAKalH9tNqH6Bq16 7lFz9nJjVK9RNeNWZDLySO60OMe/2GT0fLykUH1Ji+/8qmjDPUxSIGY1J Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10729"; a="353384526" X-IronPort-AV: E=Sophos;i="6.00,213,1681196400"; d="scan'208";a="353384526" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2023 08:07:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10729"; a="772910503" X-IronPort-AV: E=Sophos;i="6.00,213,1681196400"; d="scan'208";a="772910503" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga008.fm.intel.com with ESMTP; 02 Jun 2023 08:06:58 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1q56Mh-000fcK-2s; Fri, 02 Jun 2023 18:06:55 +0300 Date: Fri, 2 Jun 2023 18:06:55 +0300 From: Andy Shevchenko To: Linus Walleij , Arnd Bergmann , linux-gpio@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc-tw-discuss@lists.sourceforge.net, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org Cc: Bartosz Golaszewski , Jonathan Corbet , Alex Shi , Yanteng Si , Hu Haowen , Geert Uytterhoeven , Thomas Bogendoerfer Subject: Re: [PATCH v1 1/1] gpiolib: Remove unused gpio_cansleep() Message-ID: References: <20230602150106.47783-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230602150106.47783-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 02, 2023 at 06:01:06PM +0300, Andy Shevchenko wrote: > There is not a single user in the entire kernel of this deprecated API, > kill it for good. ... > .../translations/zh_CN/driver-api/gpio/legacy.rst | 14 +++----------- > Documentation/translations/zh_TW/gpio.txt | 14 +++----------- There are Chinese speaking people in Cc, if I'm not mistaken, can you, please, check the respective translation fixes? -- With Best Regards, Andy Shevchenko