Merge branch 'baikal/drivers' into arm/drivers
authorArnd Bergmann <arnd@arndb.de>
Thu, 28 May 2020 20:17:49 +0000 (22:17 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 28 May 2020 20:17:49 +0000 (22:17 +0200)
These are mainly fixups for comments that collided with me
already merging v3 of the series, and one patch that I had forgotten
to pick up.

* baikal/drivers:
  bus: bt1-axi: Build the driver into the kernel
  bus: bt1-apb: Build the driver into the kernel
  bus: bt1-axi: Use sysfs_streq instead of strncmp
  bus: bt1-axi: Optimize the return points in the driver
  bus: bt1-apb: Use sysfs_streq instead of strncmp
  bus: bt1-apb: Use PTR_ERR_OR_ZERO to return from request-regs method
  bus: bt1-apb: Fix show/store callback identations
  bus: bt1-apb: Include linux/io.h
  dt-bindings: memory: Add Baikal-T1 L2-cache Control Block binding

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Trivial merge