From patchwork Mon Jul 1 15:13:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 11026255 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0ECA913BD for ; Mon, 1 Jul 2019 15:15:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F2CF921EEB for ; Mon, 1 Jul 2019 15:15:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E715027CEA; Mon, 1 Jul 2019 15:15:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A52AC21EEB for ; Mon, 1 Jul 2019 15:15:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728473AbfGAPOS (ORCPT ); Mon, 1 Jul 2019 11:14:18 -0400 Received: from outils.crapouillou.net ([89.234.176.41]:57160 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727652AbfGAPOS (ORCPT ); Mon, 1 Jul 2019 11:14:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1561994055; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references; bh=trQukpoD76EMuG9zgz5EGRmnNs/XLZ7ZjzLFF89DSQk=; b=cRCvg6L071xvaTc7ikBWQD5w2yHmpUkKZOzr+BqKW5KfvNCOza8zEDcgjeANafKi14hNwW /rl8a5XorTary5os2frno2y18GEC7Dbk4HiAIlYMq4Ib9irzVlC9iLqE+omSifp3dGXmgm ffbxz7ycoj7RmC7RUSF4y5LarKEh0OA= From: Paul Cercueil To: Lee Jones , Jonathan Corbet , Ralf Baechle , Paul Burton , James Hogan , Michael Turquette , Stephen Boyd , Thomas Gleixner , Daniel Lezcano Cc: Mathieu Malaterre , od@zcrc.me, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-mips@vger.kernel.org, linux-clk@vger.kernel.org Subject: [PATCH v14 00/13] Ingenic TCU patchset v14 Date: Mon, 1 Jul 2019 17:13:57 +0200 Message-Id: <20190701151410.23127-1-paul@crapouillou.net> MIME-Version: 1.0 Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, Changelog from v13: - [02/13]: The documentation has been converted to ReStructured Text. - [04/13]: - Use ERR_CAST() instead of ERR_PTR(PTR_ERR()) - Remove ingenic_tcu_can_use_pwm(). - [05/13]: Use %d instead of %i in messages - [06/13]: Remove empty lines in structure definitions - [07/13]: Remove empty lines in structure definitions The patches that are not listed above did not see any change since v13. Regards, -Paul