From patchwork Tue Aug 21 17:16:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 960614 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=crapouillou.net Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=crapouillou.net header.i=@crapouillou.net header.b="BuT9xWLD"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41vy8h3kkGz9s3x for ; Wed, 22 Aug 2018 03:19:32 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727489AbeHUUhw (ORCPT ); Tue, 21 Aug 2018 16:37:52 -0400 Received: from outils.crapouillou.net ([89.234.176.41]:55696 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726612AbeHUUhw (ORCPT ); Tue, 21 Aug 2018 16:37:52 -0400 From: Paul Cercueil To: Thomas Gleixner , Daniel Lezcano , Rob Herring , Thierry Reding , Mark Rutland , Ralf Baechle , Paul Burton , Jonathan Corbet Cc: od@zcrc.me, Mathieu Malaterre , linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-mips@linux-mips.org, linux-doc@vger.kernel.org, linux-clk@vger.kernel.org Subject: [PATCH v7 00/24] TCU patchset v7 Date: Tue, 21 Aug 2018 19:16:11 +0200 Message-Id: <20180821171635.22740-1-paul@crapouillou.net> MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1534871809; bh=lUaJww5mQU8gGtIiC/2MeG+isI/sXxRp/8lsFMzow6o=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type:Content-Transfer-Encoding; b=BuT9xWLDhbvkenEW6ozw0b+gkK12tD0LiKt3x2ctlCVPDA4ZuBkPSCUL4dZ3km0F1Nb8nZyjp/vyWC/d6dDFl6S968zZrxofd1prqUsPXRQTKS4+8yaQz1oPkn/zEY66xHkrmL2FvHrvWYK3LCPP3WBOm/qgm3Eq8NmyC1D3Onw= Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, This is the v7 of my patchset that adds support for the Timer/Counter Unit in Ingenic JZ47xx SoCs. >From v6, only patches [05/24] and [06/24] were modified to fix a section mismatch. All the other patches are the same. Thanks, -Paul Cercueil Acked-by: Thierry Reding Acked-by: Thierry Reding Acked-by: Thierry Reding Acked-by: Thierry Reding Acked-by: Thierry Reding Acked-by: Thierry Reding