From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Jul 2020 12:34:40 +0200 Subject: [PULL] u-boot-sh/net Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de More networking DM conversion (this is the last driver). Any news on Joe ? The following changes since commit ada61f1ee2a4eaa1b29d699b5ba940483171df8a: Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv (2020-07-24 08:43:08 -0400) are available in the Git repository at: git://git.denx.de/u-boot-sh.git net for you to fetch changes up to f23a785cfb451f3fcb457ed1f9141907dce7dd77: net: dc2114x: Add DM support (2020-07-25 14:20:56 +0200) ---------------------------------------------------------------- Marek Vasut (12): net: dc2114x: Use PCI_DEVICE() to define PCI device compat list net: dc2114x: Support all DC2114x net: dc2114x: Add Kconfig entries net: dc2114x: Drop update_srom() net: dc2114x: Use standard I/O accessors net: dc2114x: Introduce private data net: dc2114x: Pass private data around net: dc2114x: Pass PCI BDF into phys_to_bus() net: dc2114x: Add RX/TX rings into the private data net: dc2114x: Split RX path net: dc2114x: Split common parts of non-DM functions out net: dc2114x: Add DM support README | 3 - configs/integratorap_cm720t_defconfig | 1 + configs/integratorap_cm920t_defconfig | 1 + configs/integratorap_cm926ejs_defconfig | 1 + configs/integratorap_cm946es_defconfig | 1 + drivers/net/Kconfig | 6 + drivers/net/dc2114x.c | 611 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------- include/configs/MPC8349EMDS.h | 1 - include/configs/MPC8349EMDS_SDRAM.h | 1 - include/configs/MPC8540ADS.h | 1 - include/configs/MPC8541CDS.h | 1 - include/configs/MPC8544DS.h | 1 - include/configs/MPC8548CDS.h | 1 - include/configs/MPC8555CDS.h | 1 - include/configs/MPC8560ADS.h | 1 - include/configs/MPC8568MDS.h | 1 - include/configs/MPC8569MDS.h | 1 - include/configs/MPC8572DS.h | 1 - include/configs/MPC8641HPCN.h | 1 - include/configs/TQM834x.h | 1 - include/configs/caddy2.h | 1 - include/configs/integratorap.h | 1 - include/configs/sbc8349.h | 1 - include/configs/sbc8548.h | 1 - include/configs/sbc8641d.h | 1 - include/configs/vme8349.h | 1 - scripts/config_whitelist.txt | 1 - 27 files changed, 366 insertions(+), 278 deletions(-)