mbox series

[linux,dev-5.3,v2,0/8] fsi: aspeed: Access width fixes

Message ID 20191031053625.422-1-joel@jms.id.au
Headers show
Series fsi: aspeed: Access width fixes | expand

Message

Joel Stanley Oct. 31, 2019, 5:36 a.m. UTC
Here's v2 of Andrew's series, rewitten with a different approach.

There's also a collection of cleanups that I've been carrying around for
a few days. Notably the driver is sparse clean now.

Tested on Tacoma and Qemu.

Andrew Jeffery (1):
  fsi: aspeed: Fix endian register to enable single byte reads

Joel Stanley (7):
  fsi: aspeed: Implement byte and half word writes
  fsi: aspeed: Implement byte and half word reads
  fsi: move defines to common header
  fsi: aspeed: Fix types in debugfs
  fsi: aspeed: Fix link enable
  fsi: aspeed: Fix whitespace in check_errors
  fsi: aspeed: Use defines for port reset

 drivers/fsi/fsi-master-aspeed.c | 247 +++++++++++++++++---------------
 drivers/fsi/fsi-master-hub.c    |  46 ------
 drivers/fsi/fsi-master.h        |  71 +++++++++
 3 files changed, 200 insertions(+), 164 deletions(-)