[0/3] mcb patches for 6.4

Message ID 20230411083329.4506-1-jth@kernel.org
Headers
Series mcb patches for 6.4 |

Message

Johannes Thumshirn April 11, 2023, 8:33 a.m. UTC
  Hi Greg, 

Here's this round's pile of patches for mcb I've collected.

It's fixing/quirking a issue with mcb FPGAs where the identification table
is smaller than expected and thus the subordinate drivers can't claim the
memory reagions they want.

Byte,
	Johannes

Rodríguez Barbarin, José Javier (3):
  mcb: Return actual parsed size when reading chameleon table
  mcb-pci: Reallocate memory region to avoid memory overlapping
  mcb-lpc: Reallocate memory region to avoid memory overlapping

 drivers/mcb/mcb-lpc.c   | 35 +++++++++++++++++++++++++++++++----
 drivers/mcb/mcb-parse.c | 15 ++++++++++-----
 drivers/mcb/mcb-pci.c   | 27 +++++++++++++++++++++++++--
 3 files changed, 66 insertions(+), 11 deletions(-)