From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_NONE autolearn=unavailable autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 3D1DC7D2F0 for ; Wed, 24 Jul 2019 17:16:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726940AbfGXRQa (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 Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org 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