From patchwork Thu Oct 17 14:52:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 11196283 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6A80814DB for ; Thu, 17 Oct 2019 14:52:32 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 22629205F4 for ; Thu, 17 Oct 2019 14:52:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="ToC24I13" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 22629205F4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=v3.sk Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+624+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id OusFYY1556264x6UaLLq2xIO; Thu, 17 Oct 2019 07:52:31 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.2780.1571323951111936523 for ; Thu, 17 Oct 2019 07:52:31 -0700 X-Received: by mail.kernel.org (Postfix) id 9470A2064B; Thu, 17 Oct 2019 14:52:30 +0000 (UTC) X-Received: from shell.v3.sk (shell.v3.sk [90.176.6.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B0228205F4 for ; Thu, 17 Oct 2019 14:52:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B0228205F4 X-Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 3661D44673; Thu, 17 Oct 2019 16:52:27 +0200 (CEST) X-Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id FcSNrHSd5b34; Thu, 17 Oct 2019 16:52:24 +0200 (CEST) X-Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 26E1A49DE7; Thu, 17 Oct 2019 16:52:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at zimbra.v3.sk X-Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id eRQlT3rxIt-G; Thu, 17 Oct 2019 16:52:23 +0200 (CEST) X-Received: from belphegor (nat-pool-brq-t.redhat.com [213.175.37.10]) by zimbra.v3.sk (Postfix) with ESMTPSA id 4CC2A44673; Thu, 17 Oct 2019 16:52:23 +0200 (CEST) Message-ID: <7cee3ddbb553ba7fe6e1420e0dbc5adb4922b317.camel@v3.sk> Subject: [GIT PULL] soc/arm/drivers: Marvell MMP driver changes for v5.5 From: Lubomir Rintel To: Linuxkernel+Patchwork-Soc via Email Integration Cc: linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Olof Johansson Date: Thu, 17 Oct 2019 16:52:21 +0200 User-Agent: Evolution 3.34.1 (3.34.1-1.fc31) MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: tAYnEkVr4Bf1hyVBBXaAPn7ux1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1571323951; bh=Gfm5ndhWZiL8+sBvL8o1W1u6Jr/a3HvQ4I8tN8A/7f0=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=ToC24I13dceKrJHbsnNeGEYnpUQarWgVZU7Mv/NpgC6umVBe1anV1K4cSqJ3pdd7HMi 4kAKcihKrO+uswsGizfbjy6uti5aqh/NbV+SsiTuV8yve6JT7P/+xFwc4JHtbSIAfe0FJ v0brF1cTP66/S/mquWvfU+tFvDDBQ0Kab/U= Hello, I'd like to ask you pull to pull the MMP3 USB2 PHY driver for 5.5. The following changes since commit 759c2837f7e4676c1cbf3ea8f3c824d0ec327255: MAINTAINERS: mmp: add Git repository (2019-10-17 16:36:12 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git tags/mmp-drivers-for-v5.5 for you to fetch changes up to 13bec6d6822ca0349dbba14e2e8e2f80e1aacbd7: MAINTAINERS: phy: add entry for USB PHY drivers on MMP SoCs (2019-10-17 16:43:04 +0200) Compared to "[GIT PULL] ARM: soc: Marvell MMP changes for v5.5" pull, this includes an Ack from Kishon and splits the MAINTAINERS change into a separate patch (as Kishon asked). Thanks Lubo ---------------------------------------------------------------- ARM: Marvell MMP driver patches for v5.5 This tag includes the MMP3 USB2 PHY driver. The branch is based on mmp-soc-for-v5.5-2 because the driver depends on changes in MMP SoC support. ---------------------------------------------------------------- Lubomir Rintel (2): phy: Add USB2 PHY driver for Marvell MMP3 SoC MAINTAINERS: phy: add entry for USB PHY drivers on MMP SoCs MAINTAINERS | 7 + drivers/phy/marvell/Kconfig | 11 ++ drivers/phy/marvell/Makefile | 1 + drivers/phy/marvell/phy-mmp3-usb.c | 291 +++++++++++++++++++++++++++++++++++++ 4 files changed, 310 insertions(+) create mode 100644 drivers/phy/marvell/phy-mmp3-usb.c -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#624): https://linux.kernel.org/g/patchwork-soc/message/624 Mute This Topic: https://linux.kernel.org/mt/34703308/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-