Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp578269pxa; Tue, 11 Aug 2020 09:51:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxdontxT6YwqdAh1QwbsR7GmJRJHedMK9LD2CzN6B6GMco2rXTg+vpTi5g2QKIU/ML9cqlG X-Received: by 2002:a17:906:d786:: with SMTP id pj6mr27711816ejb.261.1597164681409; Tue, 11 Aug 2020 09:51:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597164681; cv=none; d=google.com; s=arc-20160816; b=zn6JLBedXpjfhh7oppre8nCKRryHwPU4h31hD8DvvuyBmmrvmQ7N7GlId1zbofx/8a XXCmKRhbyy6kDm45IsOaMrbZw/vYVefkb4sJpBDh2Lt1L/cmyvv8GkU19/MB/Q/yz0hI iOTAgb1Ve0irXOMzf6Wg6P4Dls2xJ37YeU5YFcxqplOGEnF3kg/0CL4/9eOW/V0hFSyF gdvRGexOWkqu50E4Zv8uheh3PFtSM135186NrySJnGIgf5XtFAyc27nsxw+KLGi0YSe0 DcIo9ZTHHRNbTiv+KIoru9WZqHylIvuTVhkeyiiSrvc+6alHu/n63yrua6NnFD4R0zzn eMqg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=83uXedx7BRRcLBlb7NcZcdSZl7IVmww47RVhNIRF/qk=; b=ie9YQOsGd1TKCx+dtxf0bNWBBXRS9uCXcCmw24w/Qjf2tFiVA/ISfKDuoROZ/E0Kom PiJzZ+lOlkUf6Kx/Rk1WQZ70do9pazblfKJErb03nmQiANaroTtGgEepBWQir6dVS7XN Xdew5zatsq0nW7CCwiaM8guXfTBLvZ50WjgK5+n4jKD13bSRkW2fuv+Y6bGpXSwF5odj aNJxtxjJHWDSEeEAtFqlPf0rBf8K1Wvu10fcQXSUsNgBxw7e0p4Igf/XFeyzoBH1IVRY LfA5J1dJ5OIUq6pbTRMI+AWbHWKC+lDWkiBZevFOIA5c8oFpCIbGW+B4tXoEuk7ZsGG0 8s1Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q20si13935321ejb.736.2020.08.11.09.50.58; Tue, 11 Aug 2020 09:51:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729150AbgHKQt7 (ORCPT + 99 others); Tue, 11 Aug 2020 12:49:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44242 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728962AbgHKQt7 (ORCPT ); Tue, 11 Aug 2020 12:49:59 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2E60FC06174A; Tue, 11 Aug 2020 09:49:59 -0700 (PDT) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id C5D714FA; Tue, 11 Aug 2020 16:49:58 +0000 (UTC) Date: Tue, 11 Aug 2020 10:49:57 -0600 From: Jonathan Corbet To: Stephen Kitt Cc: linux-doc@vger.kernel.org, Wolfram Sang , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] docs: remove the 2.6 "Upgrading I2C Drivers" guide Message-ID: <20200811104957.1e357e8c@lwn.net> In-Reply-To: <20200806161456.8680-1-steve@sk2.org> References: <20200806161456.8680-1-steve@sk2.org> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 6 Aug 2020 18:14:56 +0200 Stephen Kitt wrote: > All the drivers have long since been upgraded, and all the important > information here is also included in the "Implementing I2C device > drivers" guide. > > Signed-off-by: Stephen Kitt > --- > Documentation/i2c/index.rst | 1 - > Documentation/i2c/upgrading-clients.rst | 285 ------------------------ > 2 files changed, 286 deletions(-) > delete mode 100644 Documentation/i2c/upgrading-clients.rst Applied, thanks. jon