This patchset converts the remaining milkymist models to the new memory API. Additionally, it fixes a minor naming issue.
This patches are againts avi's memory/master branch, for inclusion into his memory queue. Michael Walle (9): milkymist-ac97: convert to memory API milkymist-hpdmc: convert to memory API milkymist-memcard: convert to memory API milkymist-pfpu: convert to memory API milkymist-sysctl: convert to memory API milkymist-tmu2: convert to memory API milkymist-uart: convert to memory API milkymist-vgafb: convert to memory API milkymist-{minimac2,softusb}: rename memory names hw/milkymist-ac97.c | 32 ++++++++++++++++---------------- hw/milkymist-hpdmc.c | 32 ++++++++++++++++---------------- hw/milkymist-memcard.c | 32 ++++++++++++++++---------------- hw/milkymist-minimac2.c | 4 ++-- hw/milkymist-pfpu.c | 33 ++++++++++++++++----------------- hw/milkymist-softusb.c | 4 ++-- hw/milkymist-sysctl.c | 32 ++++++++++++++++---------------- hw/milkymist-tmu2.c | 32 ++++++++++++++++---------------- hw/milkymist-uart.c | 33 +++++++++++++++++---------------- hw/milkymist-vgafb.c | 33 ++++++++++++++++----------------- 10 files changed, 133 insertions(+), 134 deletions(-) -- 1.7.2.5