All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jianjun Wang <jianjun.wang@mediatek.com>
To: <bhelgaas@google.com>, <robh+dt@kernel.org>,
	<lorenzo.pieralisi@arm.com>, <ryder.lee@mediatek.com>,
	<mark.rutland@arm.com>
Cc: <matthias.bgg@gmail.com>, <linux-pci@vger.kernel.org>,
	<linux-mediatek@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<honghui.zhang@mediatek.com>, <youlin.pei@mediatek.com>,
	<jianjun.wang@mediatek.com>
Subject: [v1,0/2] PCI: mediatek: Add support for MT7629
Date: Mon, 21 Jan 2019 19:11:00 +0800	[thread overview]
Message-ID: <1548069062-12430-1-git-send-email-jianjun.wang@mediatek.com> (raw)

These series patches modify pcie-mediatek.c and dt-bindings compatible
string to support MT7629 PCIe host.

Jianjun Wang (2):
  dt-bindings: PCI: Add support for MT7629
  PCI: mediatek: Add controller support for MT7629

 .../devicetree/bindings/pci/mediatek-pcie.txt |  1 +
 drivers/pci/controller/pcie-mediatek.c        | 28 +++++++++++++++++++
 include/linux/pci_ids.h                       |  1 +
 3 files changed, 30 insertions(+)

-- 
2.20.1


WARNING: multiple messages have this Message-ID (diff)
From: Jianjun Wang <jianjun.wang@mediatek.com>
To: bhelgaas@google.com, robh+dt@kernel.org,
	lorenzo.pieralisi@arm.com, ryder.lee@mediatek.com,
	mark.rutland@arm.com
Cc: matthias.bgg@gmail.com, linux-pci@vger.kernel.org,
	linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, honghui.zhang@mediatek.com,
	youlin.pei@mediatek.com, jianjun.wang@mediatek.com
Subject: [v1,0/2] PCI: mediatek: Add support for MT7629
Date: Mon, 21 Jan 2019 19:11:00 +0800	[thread overview]
Message-ID: <1548069062-12430-1-git-send-email-jianjun.wang@mediatek.com> (raw)

These series patches modify pcie-mediatek.c and dt-bindings compatible
string to support MT7629 PCIe host.

Jianjun Wang (2):
  dt-bindings: PCI: Add support for MT7629
  PCI: mediatek: Add controller support for MT7629

 .../devicetree/bindings/pci/mediatek-pcie.txt |  1 +
 drivers/pci/controller/pcie-mediatek.c        | 28 +++++++++++++++++++
 include/linux/pci_ids.h                       |  1 +
 3 files changed, 30 insertions(+)

-- 
2.20.1

WARNING: multiple messages have this Message-ID (diff)
From: Jianjun Wang <jianjun.wang@mediatek.com>
To: <bhelgaas@google.com>, <robh+dt@kernel.org>,
	<lorenzo.pieralisi@arm.com>,  <ryder.lee@mediatek.com>,
	<mark.rutland@arm.com>
Cc: youlin.pei@mediatek.com, devicetree@vger.kernel.org,
	linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
	jianjun.wang@mediatek.com, linux-mediatek@lists.infradead.org,
	honghui.zhang@mediatek.com, matthias.bgg@gmail.com,
	linux-arm-kernel@lists.infradead.org
Subject: [v1,0/2] PCI: mediatek: Add support for MT7629
Date: Mon, 21 Jan 2019 19:11:00 +0800	[thread overview]
Message-ID: <1548069062-12430-1-git-send-email-jianjun.wang@mediatek.com> (raw)

These series patches modify pcie-mediatek.c and dt-bindings compatible
string to support MT7629 PCIe host.

Jianjun Wang (2):
  dt-bindings: PCI: Add support for MT7629
  PCI: mediatek: Add controller support for MT7629

 .../devicetree/bindings/pci/mediatek-pcie.txt |  1 +
 drivers/pci/controller/pcie-mediatek.c        | 28 +++++++++++++++++++
 include/linux/pci_ids.h                       |  1 +
 3 files changed, 30 insertions(+)

-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2019-01-21 11:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-21 11:11 Jianjun Wang [this message]
2019-01-21 11:11 ` [v1,0/2] PCI: mediatek: Add support for MT7629 Jianjun Wang
2019-01-21 11:11 ` Jianjun Wang
2019-01-21 11:11 ` [v1,1/2] dt-bindings: PCI: " Jianjun Wang
2019-01-21 11:11   ` Jianjun Wang
2019-01-21 11:11   ` Jianjun Wang
2019-01-21 11:11 ` [v1,2/2] PCI: mediatek: Add controller " Jianjun Wang
2019-01-21 11:11   ` Jianjun Wang
2019-01-21 11:11   ` Jianjun Wang
2019-01-22  3:23 ` [v1,0/2] PCI: mediatek: Add " Ryder Lee
2019-01-22  3:23   ` Ryder Lee
2019-01-22  3:23   ` Ryder Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1548069062-12430-1-git-send-email-jianjun.wang@mediatek.com \
    --to=jianjun.wang@mediatek.com \
    --cc=bhelgaas@google.com \
    --cc=devicetree@vger.kernel.org \
    --cc=honghui.zhang@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=mark.rutland@arm.com \
    --cc=matthias.bgg@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=ryder.lee@mediatek.com \
    --cc=youlin.pei@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.