mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 00/16] E1000 driver AArch64 related fixes
@ 2019-02-07  1:21 Andrey Smirnov
  2019-02-07  1:21 ` [PATCH 01/16] ARM: Select HAS_DMA for AArch64 Andrey Smirnov
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Andrey Smirnov @ 2019-02-07  1:21 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

Everyone:

This series contains various fixes/changes I made in order to get
E1000 driver to work on AArch64/i.MX8MQ as well as generic code
improvement patches. Hopefully each patch is self-explanatory.

Feedback is welcome!

Thanks,
Andrey Smirnov

Andrey Smirnov (16):
  ARM: Select HAS_DMA for AArch64
  include: Import io-64-nonatomic-*.h from Linux
  net/e1000: Don't use coherent memory for Rx buffer
  net/e1000: Convert e1000_transmit to use dma_map_single()
  net/e1000: Fix debug print warning
  net/e1000: Fix incorrect "Rx ready" check
  net/e1000: Get rid of pointer arithmetic in e1000_poll
  net/e1000: Improve Rx descriptor handling in e1000_poll()
  net/e1000: Remove pointer arithmetic in e1000_transmit()
  net/e1000: Improve Tx descriptor handling in e1000_transmit
  net/e1000: Make use of readl_poll_timeout() in e1000_transmit()
  net/e1000: Rename fill_rx() to e1000_fill_rx()
  net/e1000: Remove pointer arithmetic from e1000_fill_rx()
  net/e1000: Consolidate next index calculation code
  net/e1000: Improve RX buffer handling in e1000_fill_rx()
  net/e1000: Do not hardcode TDBAH and RDBAH to 0

 arch/arm/cpu/Kconfig            |   1 +
 drivers/net/e1000/e1000.h       |   1 +
 drivers/net/e1000/eeprom.c      |   3 +-
 drivers/net/e1000/main.c        | 113 ++++++++++++++++++--------------
 include/io-64-nonatomic-hi-lo.h |  32 +++++++++
 include/io-64-nonatomic-lo-hi.h |  32 +++++++++
 6 files changed, 131 insertions(+), 51 deletions(-)
 create mode 100644 include/io-64-nonatomic-hi-lo.h
 create mode 100644 include/io-64-nonatomic-lo-hi.h

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2019-02-11  7:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-07  1:21 [PATCH 00/16] E1000 driver AArch64 related fixes Andrey Smirnov
2019-02-07  1:21 ` [PATCH 01/16] ARM: Select HAS_DMA for AArch64 Andrey Smirnov
2019-02-07  1:22 ` [PATCH 02/16] include: Import io-64-nonatomic-*.h from Linux Andrey Smirnov
2019-02-07  1:22 ` [PATCH 03/16] net/e1000: Don't use coherent memory for Rx buffer Andrey Smirnov
2019-02-07  1:22 ` [PATCH 04/16] net/e1000: Convert e1000_transmit to use dma_map_single() Andrey Smirnov
2019-02-07  1:22 ` [PATCH 05/16] net/e1000: Fix debug print warning Andrey Smirnov
2019-02-07  1:22 ` [PATCH 06/16] net/e1000: Fix incorrect "Rx ready" check Andrey Smirnov
2019-02-07  1:22 ` [PATCH 07/16] net/e1000: Get rid of pointer arithmetic in e1000_poll Andrey Smirnov
2019-02-07  1:22 ` [PATCH 08/16] net/e1000: Improve Rx descriptor handling in e1000_poll() Andrey Smirnov
2019-02-07  1:22 ` [PATCH 09/16] net/e1000: Remove pointer arithmetic in e1000_transmit() Andrey Smirnov
2019-02-07  1:22 ` [PATCH 10/16] net/e1000: Improve Tx descriptor handling in e1000_transmit Andrey Smirnov
2019-02-07  1:22 ` [PATCH 11/16] net/e1000: Make use of readl_poll_timeout() in e1000_transmit() Andrey Smirnov
2019-02-07  1:22 ` [PATCH 12/16] net/e1000: Rename fill_rx() to e1000_fill_rx() Andrey Smirnov
2019-02-07  1:22 ` [PATCH 13/16] net/e1000: Remove pointer arithmetic from e1000_fill_rx() Andrey Smirnov
2019-02-07  1:22 ` [PATCH 14/16] net/e1000: Consolidate next index calculation code Andrey Smirnov
2019-02-07  1:22 ` [PATCH 15/16] net/e1000: Improve RX buffer handling in e1000_fill_rx() Andrey Smirnov
2019-02-07  1:22 ` [PATCH 16/16] net/e1000: Do not hardcode TDBAH and RDBAH to 0 Andrey Smirnov
2019-02-11  7:48 ` [PATCH 00/16] E1000 driver AArch64 related fixes Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox