From patchwork Thu Jan 23 09:52:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean Delvare X-Patchwork-Id: 1227740 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-i2c-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.de Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 483HdF3syhz9sSL for ; Thu, 23 Jan 2020 20:52:49 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726442AbgAWJwt (ORCPT ); Thu, 23 Jan 2020 04:52:49 -0500 Received: from mx2.suse.de ([195.135.220.15]:56638 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726181AbgAWJws (ORCPT ); Thu, 23 Jan 2020 04:52:48 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id BE1B6AD8E; Thu, 23 Jan 2020 09:52:47 +0000 (UTC) Date: Thu, 23 Jan 2020 10:52:46 +0100 From: Jean Delvare To: Linux I2C Cc: Lei YU , Wolfram Sang , Luca Ceresoli Subject: [PATCH 0/2] Move the SMBus API documentation to libi2c Message-ID: <20200123105246.67732e33@endymion> Organization: SUSE Linux X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-suse-linux-gnu) MIME-Version: 1.0 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org This is a cross-project patch set moving the SMBus-level API documentation from the kernel to libi2c. [1/2] libi2c: Add a manual page to document the API [2/2] docs: i2c: dev-interface: document the actual implementation It applies on top of Luca's recent patch set which cleans up the whole i2c documentation. I'll rebase it if needed when Luca sends v2 of his patch set.