From patchwork Wed Jul 24 17:16:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 11057311 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 D4D5013B1 for ; Wed, 24 Jul 2019 17:16:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BA8AB204FB for ; Wed, 24 Jul 2019 17:16:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ADFDF286D6; Wed, 24 Jul 2019 17:16:35 +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 6798028500 for ; Wed, 24 Jul 2019 17:16:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726941AbfGXRQa (ORCPT ); Wed, 24 Jul 2019 13:16:30 -0400 Received: from outils.crapouillou.net ([89.234.176.41]:49052 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726939AbfGXRQa (ORCPT ); Wed, 24 Jul 2019 13:16:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1563988587; 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=UW636SR0a7qD89QcgE1WVfQ4riiw9zkKPDE/geWRRwA=; b=nxW5tHtlL48qn0CJvoOYTB5ipynVqOTPhNS8uAwZzHV3oZNeVHN1GwUruUAe9UCkJzPuS9 QN4Z7HEHp1uXSA7BMBADjafwYs1M2L/x+JNUk/lmPeNtfednz3mHuf7ukaQlBtljCq7YXV MGjoC8NuegF6bNEsT9MwPWEJgPYzwpM= From: Paul Cercueil To: Ralf Baechle , Paul Burton , James Hogan , Jonathan Corbet , Lee Jones , Arnd Bergmann , Daniel Lezcano , Thomas Gleixner , Michael Turquette , Stephen Boyd , Jason Cooper , Marc Zyngier , Rob Herring , Mark Rutland Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-mips@vger.kernel.org, linux-clk@vger.kernel.org, od@zcrc.me, Mathieu Malaterre Subject: [PATCH v15 00/13] TCU patchset v15 Date: Wed, 24 Jul 2019 13:16:02 -0400 Message-Id: <20190724171615.20774-1-paul@crapouillou.net> MIME-Version: 1.0 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, This is the V15 of my Ingenic TCU patchet. The big change since V14 is that the custom MFD driver (ex patch 04/13) was dropped in favor of a small patch to syscon and a "simple-mfd" compatible. The patchset was based on mips/mips-next, but all of them minus the last one will apply cleanly on v5.3-rc1. Changelog: * [02/13]: Remove info about MFD driver * [03/13]: Add "simple-mfd" compatible string * [04/13]: New patch * [05/13]: - Use CLK_OF_DECLARE_DRIVER since we use "simple-mfd" - Use device_node_to_regmap() * [06/13]: Use device_node_to_regmap() * [07/13]: Use device_node_to_regmap() * [09/13]: Add "simple-mfd" compatible string Cheers, -Paul