From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id B7D261BF365 for ; Thu, 28 Mar 2019 17:55:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B57EC22660 for ; Thu, 28 Mar 2019 17:55:36 +0000 (UTC) Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id afIc1swsKnpr for ; Thu, 28 Mar 2019 17:55:36 +0000 (UTC) Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by silver.osuosl.org (Postfix) with ESMTPS id B28AE221CC for ; Thu, 28 Mar 2019 17:55:35 +0000 (UTC) Received: by mail-wr1-f65.google.com with SMTP id t17so3294082wrw.13 for ; Thu, 28 Mar 2019 10:55:35 -0700 (PDT) From: Sergio Paracuellos Subject: [PATCH 0/3] staging: mt7621-pci-phy: simplify driver to don't use child nodes in DT Date: Thu, 28 Mar 2019 18:55:28 +0100 Message-Id: <20190328175531.30844-1-sergio.paracuellos@gmail.com> MIME-Version: 1.0 List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: neil@brown.name Cc: gregkh@linuxfoundation.org, driverdev-devel@linuxdriverproject.org This series change both bindings and driver to don't use child nodes in the device tree. This changes are inspired after Rob's bindings review which can be found here: http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2019-March/133123.html Hope this helps. Best regards, Sergio Paracuellos Sergio Paracuellos (3): staging: mt7621-dts: simplify pcie phy bindings staging: mt7621-pci-phy: update bindings documentation staging: mt7621-pci-phy: change driver to don't use child nodes drivers/staging/mt7621-dts/mt7621.dtsi | 23 ++-------- .../mediatek,mt7621-pci-phy.txt | 44 ++++--------------- .../staging/mt7621-pci-phy/pci-mt7621-phy.c | 26 +++++++++-- 3 files changed, 34 insertions(+), 59 deletions(-) -- 2.19.1 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel