public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@wwwdotorg.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 14/25] dm: tegra: net: Convert tegra boards to driver model for Ethernet
Date: Wed, 18 Nov 2015 15:52:53 -0700	[thread overview]
Message-ID: <564D0145.5020501@wwwdotorg.org> (raw)
In-Reply-To: <CAPnjgZ2fbZB7dmmexcqvhOrqgjdrzouuv0bC-ET+OGbzKpWxbg@mail.gmail.com>

On 11/18/2015 03:14 PM, Simon Glass wrote:
> Hi Stephen,
>
> On 18 November 2015 at 14:35, Stephen Warren <swarren@wwwdotorg.org> wrote:
>> On 11/16/2015 08:53 PM, Simon Glass wrote:
>>>
>>> Adjust all Tegra boards to use driver model for Ethernet, now that the
>>> required drivers are converted.
>>
>>
>>> diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
>>
>>
>>> @@ -14,6 +14,7 @@ config TEGRA_ARMV7_COMMON
>>>          select DM_GPIO
>>>          select DM_PCI
>>>          select DM_PCI_COMPAT
>>> +       select DM_ETH
>>
>>
>> This should be set for Tegra210 too. I suggest creating a "config
>> TEGRA_COMMON" to contain all the shared settings, and making
>> TEGRA_ARMV7_COMMON and TEGRA_ARMV8_COMMON (also new) select that.
>
> Would you mind doing a patch for that? It seems like it should be a
> separate patch.

OK, I've sent it. I will point out that what with the merge conflicts 
you'll now have to resolve, it probably would have been quicker for you 
if you had written it yourself...

  reply	other threads:[~2015-11-18 22:52 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-17  3:53 [U-Boot] [PATCH 00/25] dm: Conversion of code to the new driver model PCI API Simon Glass
2015-11-17  3:53 ` [U-Boot] [PATCH 01/25] dm: pci: Mark legacy files as such Simon Glass
2015-11-18  4:26   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 02/25] dm: pci: Use driver model PCI API in auto-config Simon Glass
2015-11-18  4:26   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 03/25] dm: pci: Add a driver-model version of pci_find_device() Simon Glass
2015-11-18  4:26   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 04/25] dm: pci: scsi: Use driver-model PCI API Simon Glass
2015-11-18  4:26   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 05/25] dm: pci: Add a driver-model version of pci_find_class() Simon Glass
2015-11-18  4:27   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 06/25] dm: pci: Add a function to read a PCI BAR Simon Glass
2015-11-18  4:27   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 07/25] dm: serial: Convert ns16550 driver to use driver model PCI API Simon Glass
2015-11-18  4:27   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 08/25] dm: x86: ivybridge: Convert graphics init to use DM " Simon Glass
2015-11-18  4:27   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 09/25] dm: Convert bios_interrupts " Simon Glass
2015-11-18  4:27   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 10/25] dm: pci: video: Convert video and pci_rom " Simon Glass
2015-11-18  4:27   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 11/25] dm: x86: pci: Adjust bios_run_on_x86() to use the " Simon Glass
2015-11-18  4:47   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 12/25] dm: pci: Drop the old version of pci_find_device() Simon Glass
2015-11-18  4:48   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 13/25] dm: pci: Drop the old version of pci_find_class() Simon Glass
2015-11-18  4:48   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 14/25] dm: tegra: net: Convert tegra boards to driver model for Ethernet Simon Glass
2015-11-18  4:48   ` Bin Meng
2015-11-18 21:35   ` Stephen Warren
2015-11-18 22:14     ` Simon Glass
2015-11-18 22:52       ` Stephen Warren [this message]
2015-11-17  3:53 ` [U-Boot] [PATCH 15/25] dm: test: Convert PCI tests to use the DM PCI API Simon Glass
2015-11-18  4:48   ` Bin Meng
2015-11-29  6:05     ` Simon Glass
2015-11-17  3:53 ` [U-Boot] [PATCH 16/25] dm: x86: Convert x86 PCI functions over to " Simon Glass
2015-11-18  5:16   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 17/25] dm: pci: Add driver model API functions for address mapping Simon Glass
2015-11-18  5:16   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 18/25] dm: net: Convert rtl8169 to use DM PCI API Simon Glass
2015-11-18  5:16   ` Bin Meng
2015-11-23 23:32   ` Joe Hershberger
2015-11-30 23:17     ` Simon Glass
2015-11-17  3:53 ` [U-Boot] [PATCH 19/25] dm: pci: Switch to DM API for PCI address mapping Simon Glass
2015-11-18  5:16   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 20/25] dm: ahci: Convert to use new DM PCI API Simon Glass
2015-11-18  5:16   ` Bin Meng
2015-11-17  3:53 ` [U-Boot] [PATCH 21/25] dm: usb: Convert echi-pci " Simon Glass
2015-11-17  8:03   ` Marek Vasut
2015-11-18  5:16   ` Bin Meng
2015-11-17  3:54 ` [U-Boot] [PATCH 22/25] dm: Convert PCI MMC over to use " Simon Glass
2015-11-18  5:16   ` Bin Meng
2015-11-29  6:05     ` Simon Glass
2015-11-17  3:54 ` [U-Boot] [PATCH 23/25] pci: Tidy up comments in pci_bind_bus_devices() Simon Glass
2015-11-18  6:57   ` Bin Meng
2015-11-17  3:54 ` [U-Boot] [PATCH 24/25] dm: net: usb: Refactor mcs7830 driver ready for DM conversion Simon Glass
2015-11-23 23:22   ` Joe Hershberger
2015-11-17  3:54 ` [U-Boot] [PATCH 25/25] dm: net: usb: Convert mcs7830 driver to support driver model Simon Glass
2015-11-23 23:22   ` Joe Hershberger

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=564D0145.5020501@wwwdotorg.org \
    --to=swarren@wwwdotorg.org \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox