mbox series

[linux,dev-5.3,v2,0/3] fsi: aspeed: Fix unaligned raw accesses, OPB0 byte order registers

Message ID 20191101060601.24896-1-andrew@aj.id.au
Headers show
Series fsi: aspeed: Fix unaligned raw accesses, OPB0 byte order registers | expand

Message

Andrew Jeffery Nov. 1, 2019, 6:05 a.m. UTC
Hello,

v2 pulls in a reworked OPB0 data byte order configuration patch in 1/3,
superseeding those posted previously. It also fixes and optimises the unaligned
data access width calculation as mentioned in [1] in patch 3/3.

[1] https://patchwork.ozlabs.org/patch/1187178/

The series is based on top of https://patchwork.ozlabs.org/cover/1187185/ with
the original byte order configuration patch reverted to accommodate the rework.

Please review.

Andrew

Andrew Jeffery (3):
  fsi: aspeed: Fix OPB0 byte order register values
  trace: fsi: Print transfer size unsigned
  fsi: core: Fix small accesses and unaligned offsets via sysfs

 drivers/fsi/fsi-core.c          | 31 +++++++++++++++++++++++++++----
 drivers/fsi/fsi-master-aspeed.c |  6 +++---
 include/trace/events/fsi.h      |  6 +++---
 3 files changed, 33 insertions(+), 10 deletions(-)