All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ARMv8: enable DPAA-X driver compilation
@ 2018-01-25  9:53 Hemant Agrawal
  2018-01-25  9:53 ` [PATCH 1/5] bus/dpaa: fix compilation warnings with clang Hemant Agrawal
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Hemant Agrawal @ 2018-01-25  9:53 UTC (permalink / raw)
  To: dev; +Cc: jerin.jacob

This patchset enables DPAA drivers compilation for ARM targets.
This also includes patches to fix the DPAA compilation for clang
compiler.

Note that the dpaa(x) specific config files are still preserved
to continue customer support. They also contain some of the ARM
performance tuning flags. e.g the default ARM cache size of 128
is not optimal for NXP platforms.

However, these configs will be cleaned up and eventually be
removed once a dynamic mechanisms are developed to detect the
performance settings.

Hemant Agrawal (5):
  bus/dpaa: fix compilation warnings with clang
  bus/dpaa: fix unused function warning with clang
  crypto/dpaa2_sec: fix enum conversion for GCM
  crypto/dpaa_sec: fix enum conversion for GCM
  config: enable dpaaX drivers compilation for ARMv8

 config/common_armv8a_linuxapp               | 58 +++++++++++++++++++++++++++++
 drivers/bus/dpaa/base/fman/fman.c           |  2 +-
 drivers/bus/dpaa/base/fman/netcfg_layer.c   | 16 --------
 drivers/bus/dpaa/dpaa_bus.c                 |  6 ---
 drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c |  2 +-
 drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h   |  1 +
 drivers/crypto/dpaa_sec/dpaa_sec.h          |  2 +-
 7 files changed, 62 insertions(+), 25 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-01-31  9:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-25  9:53 [PATCH 0/5] ARMv8: enable DPAA-X driver compilation Hemant Agrawal
2018-01-25  9:53 ` [PATCH 1/5] bus/dpaa: fix compilation warnings with clang Hemant Agrawal
2018-01-30  6:19   ` Shreyansh Jain
2018-01-25  9:53 ` [PATCH 2/5] bus/dpaa: fix unused function warning " Hemant Agrawal
2018-01-30  6:20   ` Shreyansh Jain
2018-01-25  9:53 ` [PATCH 3/5] crypto/dpaa2_sec: fix enum conversion for GCM Hemant Agrawal
2018-01-25  9:53 ` [PATCH 4/5] crypto/dpaa_sec: " Hemant Agrawal
2018-01-25  9:53 ` [PATCH 5/5] config: enable dpaaX drivers compilation for ARMv8 Hemant Agrawal
2018-01-25 11:21   ` Jerin Jacob
2018-01-30  8:42     ` Hemant Agrawal
2018-01-30  9:33       ` Hemant Agrawal
2018-01-30 14:43         ` Hemant Agrawal
2018-01-31  9:11           ` Jerin Jacob
2018-01-30 16:01 ` [PATCH 0/5] ARMv8: enable DPAA-X driver compilation Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.