* [GIT PULL]: ARM ARTPEC changes for 4.10 @ 2016-11-10 15:09 Jesper Nilsson [not found] ` <20161110150930.GB19804-VrBV9hrLPhE@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Jesper Nilsson @ 2016-11-10 15:09 UTC (permalink / raw) Cc: Lars Persson, Niklas Cassel, Rob Herring, Mark Rutland, Russell King, open list:ARM/ARTPEC MACHINE SUPPORT, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, moderated list:ARM PORT, open list Hi! Please pull the below signed tag for a trio of minor changes adding PCIe for the ARM ARTPEC SoC. Thanks! /Jesper The following changes since commit bc33b0ca11e3df467777a4fa7639ba488c9d4911: Linux 4.9-rc4 (2016-11-05 16:23:36 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jesper/artpec.git tags/artpec-for-4.10 for you to fetch changes up to fa5541fc806771a108cd2a48245a229f1ba539ea: ARM: dts: artpec: add pcie support (2016-11-10 15:51:10 +0100) ---------------------------------------------------------------- ARTPEC changes for 4.10 ---------------------------------------------------------------- Niklas Cassel (3): ARM: ARTPEC-6: add select MFD_SYSCON to MACH_ARTPEC6 ARM: ARTPEC-6: add pcie related options ARM: dts: artpec: add pcie support arch/arm/boot/dts/artpec6-devboard.dts | 4 ++++ arch/arm/boot/dts/artpec6.dtsi | 29 ++++++++++++++++++++++++++++- arch/arm/mach-artpec/Kconfig | 3 +++ 3 files changed, 35 insertions(+), 1 deletion(-) /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nilsson@axis.com ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <20161110150930.GB19804-VrBV9hrLPhE@public.gmane.org>]
* Re: [GIT PULL]: ARM ARTPEC changes for 4.10 [not found] ` <20161110150930.GB19804-VrBV9hrLPhE@public.gmane.org> @ 2016-11-25 23:16 ` Arnd Bergmann 2016-11-28 12:33 ` Jesper Nilsson 0 siblings, 1 reply; 5+ messages in thread From: Arnd Bergmann @ 2016-11-25 23:16 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Jesper Nilsson, Mark Rutland, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, Russell King, open list:ARM/ARTPEC MACHINE SUPPORT, open list, Niklas Cassel, Rob Herring, Lars Persson On Thursday, November 10, 2016 4:09:31 PM CET Jesper Nilsson wrote: > Please pull the below signed tag for a trio of minor changes > adding PCIe for the ARM ARTPEC SoC. > > Thanks! > > /Jesper > > The following changes since commit bc33b0ca11e3df467777a4fa7639ba488c9d4911: > > Linux 4.9-rc4 (2016-11-05 16:23:36 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/jesper/artpec.git tags/artpec-for-4.10 > > for you to fetch changes up to fa5541fc806771a108cd2a48245a229f1ba539ea: > > ARM: dts: artpec: add pcie support (2016-11-10 15:51:10 +0100) > > ---------------------------------------------------------------- > ARTPEC changes for 4.10 > > ---------------------------------------------------------------- > Niklas Cassel (3): > ARM: ARTPEC-6: add select MFD_SYSCON to MACH_ARTPEC6 > ARM: ARTPEC-6: add pcie related options > ARM: dts: artpec: add pcie support > > Hi Jesper and Niklas, I just found the old pull request while going through my mail backlog. A few things for you to remember for next time: - please send pull requests "To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" so we know they are destined for arm-soc - please split up changes to the platform code from dts changes, defconfig changes and driver changes. Each of them gets sent to Linus in a separate arm-soc branch, so we have to pull them in separately too - For the signed tag, please put in a cleartext description of the branch, just like you describe each commit in its changelog text. The tag comment becomes the merge commit text. - I've looked at the three patches individually and cherry-picked the first into next/soc and the third into next/dt. The patch "ARM: ARTPEC-6: add pcie related options" is no longer needed after commit e13688f ("ARM: select PCI_DOMAINS config from ARCH_MULTIPLATFORM"), so I dropped that. Arnd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL]: ARM ARTPEC changes for 4.10 2016-11-25 23:16 ` Arnd Bergmann @ 2016-11-28 12:33 ` Jesper Nilsson [not found] ` <20161128123331.GO19016-VrBV9hrLPhE@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Jesper Nilsson @ 2016-11-28 12:33 UTC (permalink / raw) To: Arnd Bergmann Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Jesper Nilsson, Mark Rutland, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, Russell King, open list:ARM/ARTPEC MACHINE SUPPORT, open list, Niklas Cassel, Rob Herring, Lars Persson On Sat, Nov 26, 2016 at 12:16:20AM +0100, Arnd Bergmann wrote: > On Thursday, November 10, 2016 4:09:31 PM CET Jesper Nilsson wrote: > > Please pull the below signed tag for a trio of minor changes > > adding PCIe for the ARM ARTPEC SoC. > > > > Thanks! > > > > /Jesper > > > > The following changes since commit bc33b0ca11e3df467777a4fa7639ba488c9d4911: > > > > Linux 4.9-rc4 (2016-11-05 16:23:36 -0700) > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/jesper/artpec.git tags/artpec-for-4.10 > > > > for you to fetch changes up to fa5541fc806771a108cd2a48245a229f1ba539ea: > > > > ARM: dts: artpec: add pcie support (2016-11-10 15:51:10 +0100) > > > > ---------------------------------------------------------------- > > ARTPEC changes for 4.10 > > > > ---------------------------------------------------------------- > > Niklas Cassel (3): > > ARM: ARTPEC-6: add select MFD_SYSCON to MACH_ARTPEC6 > > ARM: ARTPEC-6: add pcie related options > > ARM: dts: artpec: add pcie support > > > > > > Hi Jesper and Niklas, > > I just found the old pull request while going through my mail backlog. > > A few things for you to remember for next time: > > - please send pull requests "To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" so we know they > are destined for arm-soc Ok, should we add that in the MAINTAINERS file so we can get it automatically from get_maintainer? > - please split up changes to the platform code from dts changes, > defconfig changes and driver changes. Each of them gets sent > to Linus in a separate arm-soc branch, so we have to pull them > in separately too > > - For the signed tag, please put in a cleartext description of > the branch, just like you describe each commit in its changelog > text. The tag comment becomes the merge commit text. Ok, will do both in the future. > - I've looked at the three patches individually and cherry-picked > the first into next/soc and the third into next/dt. The patch > "ARM: ARTPEC-6: add pcie related options" is no longer needed > after commit e13688f ("ARM: select PCI_DOMAINS config from > ARCH_MULTIPLATFORM"), so I dropped that. Thanks! > Arnd /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nilsson-VrBV9hrLPhE@public.gmane.org -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <20161128123331.GO19016-VrBV9hrLPhE@public.gmane.org>]
* Re: [GIT PULL]: ARM ARTPEC changes for 4.10 [not found] ` <20161128123331.GO19016-VrBV9hrLPhE@public.gmane.org> @ 2016-11-28 12:57 ` Arnd Bergmann 2016-11-28 13:51 ` Jesper Nilsson 0 siblings, 1 reply; 5+ messages in thread From: Arnd Bergmann @ 2016-11-28 12:57 UTC (permalink / raw) To: Jesper Nilsson Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Jesper Nilsson, Mark Rutland, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, Russell King, open list:ARM/ARTPEC MACHINE SUPPORT, open list, Niklas Cassel, Rob Herring, Lars Persson On Monday, November 28, 2016 1:33:31 PM CET Jesper Nilsson wrote: > > Hi Jesper and Niklas, > > > > I just found the old pull request while going through my mail backlog. > > > > A few things for you to remember for next time: > > > > - please send pull requests "To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" so we know they > > are destined for arm-soc > > Ok, should we add that in the MAINTAINERS file so we can > get it automatically from get_maintainer? No, we don't want to get every single patch that people submit to platform maintainers, only the consolidated pull requests that you send. Arnd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL]: ARM ARTPEC changes for 4.10 2016-11-28 12:57 ` Arnd Bergmann @ 2016-11-28 13:51 ` Jesper Nilsson 0 siblings, 0 replies; 5+ messages in thread From: Jesper Nilsson @ 2016-11-28 13:51 UTC (permalink / raw) To: Arnd Bergmann Cc: Jesper Nilsson, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Mark Rutland, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, Russell King, open list:ARM/ARTPEC MACHINE SUPPORT, open list, Niklas Cassel, Rob Herring, Lars Persson On Mon, Nov 28, 2016 at 01:57:10PM +0100, Arnd Bergmann wrote: > On Monday, November 28, 2016 1:33:31 PM CET Jesper Nilsson wrote: > > > Hi Jesper and Niklas, > > > > > > I just found the old pull request while going through my mail backlog. > > > > > > A few things for you to remember for next time: > > > > > > - please send pull requests "To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" so we know they > > > are destined for arm-soc > > > > Ok, should we add that in the MAINTAINERS file so we can > > get it automatically from get_maintainer? > > No, we don't want to get every single patch that people submit to > platform maintainers, only the consolidated pull requests that you > send. Right, sounds reasonable, will do. > Arnd /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nilsson-VrBV9hrLPhE@public.gmane.org -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-11-28 13:51 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-11-10 15:09 [GIT PULL]: ARM ARTPEC changes for 4.10 Jesper Nilsson [not found] ` <20161110150930.GB19804-VrBV9hrLPhE@public.gmane.org> 2016-11-25 23:16 ` Arnd Bergmann 2016-11-28 12:33 ` Jesper Nilsson [not found] ` <20161128123331.GO19016-VrBV9hrLPhE@public.gmane.org> 2016-11-28 12:57 ` Arnd Bergmann 2016-11-28 13:51 ` Jesper Nilsson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).