From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 21 Oct 2015 14:13:33 -0600 Subject: [U-Boot] [PATCH 1/8] dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig In-Reply-To: <1445104205-4079-2-git-send-email-sjg@chromium.org> References: <1445104205-4079-1-git-send-email-sjg@chromium.org> <1445104205-4079-2-git-send-email-sjg@chromium.org> Message-ID: <5627F1ED.40406@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/17/2015 11:49 AM, Simon Glass wrote: > Move this option to Kconig and fix up all users. What are your thoughts on how/when to merge this? The series (mainly the final patch) conflicts with my series to add Tegra210 support, plus one of them needs rebasing onto the other so that either the board support my series adds gets adjusted by this series, or my series is adjusted for all the changes in this series. Obviously I'd hope my series gets merged first since I sent it much earlier:-) FWIW, I rebased this series on top of my series to validate it, and pushed it to: git://github.com/swarren/u-boot.git pci-dm-conversion-rebase That seems to work OK, but the final patch I added there needs integration into earlier patches and/or cleanup work.