All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] hw/arm/exynos4: Add DMA support for SMDKC210 board
@ 2018-10-29 23:20 Philippe Mathieu-Daudé
  2018-10-29 23:20 ` [Qemu-devel] [PATCH 1/3] hw/arm/xilinx_zynq: Use the ARRAY_SIZE macro Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-10-29 23:20 UTC (permalink / raw)
  To: Peter Maydell, Guenter Roeck, Edgar E. Iglesias, Igor Mitsyanko,
	Alistair Francis
  Cc: Philippe Mathieu-Daudé, qemu-devel, qemu-arm

Hi, this series is another intent to salvage previous work from Guenter Roeck:
https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg06302.html

Instead of duplicate the pl330_init() from the xilinx_zynq, I factored it out.

Regards,

Phil.

Guenter Roeck (1):
  arm: exynos4: Add dma support for smdkc210

Philippe Mathieu-Daudé (2):
  hw/arm/xilinx_zynq: Use the ARRAY_SIZE macro
  hw/dma/pl330: Factor out pl330_init() from hw/arm/xilinx_zynq.c

 MAINTAINERS             |  1 +
 hw/arm/exynos4_boards.c | 12 ++++++++++++
 hw/arm/xilinx_zynq.c    | 20 +++-----------------
 hw/dma/pl330.c          |  2 +-
 include/hw/dma/pl330.h  | 41 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 58 insertions(+), 18 deletions(-)
 create mode 100644 include/hw/dma/pl330.h

-- 
2.17.2

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2018-10-31 11:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-29 23:20 [Qemu-devel] [PATCH 0/3] hw/arm/exynos4: Add DMA support for SMDKC210 board Philippe Mathieu-Daudé
2018-10-29 23:20 ` [Qemu-devel] [PATCH 1/3] hw/arm/xilinx_zynq: Use the ARRAY_SIZE macro Philippe Mathieu-Daudé
2018-10-29 23:47   ` Alistair Francis
2018-10-30  8:16   ` Richard Henderson
2018-10-29 23:20 ` [Qemu-devel] [PATCH 2/3] hw/dma/pl330: Factor out pl330_init() from hw/arm/xilinx_zynq.c Philippe Mathieu-Daudé
2018-10-29 23:49   ` Alistair Francis
2018-10-30  8:18   ` Richard Henderson
2018-10-30  8:35     ` Philippe Mathieu-Daudé
2018-10-30  9:36   ` Peter Maydell
2018-10-30 11:28     ` Philippe Mathieu-Daudé
2018-10-30 12:42       ` Peter Maydell
2018-10-30 13:01         ` Philippe Mathieu-Daudé
2018-10-30 11:26   ` Philippe Mathieu-Daudé
2018-10-29 23:21 ` [Qemu-devel] [PATCH 3/3] arm: exynos4: Add dma support for smdkc210 Philippe Mathieu-Daudé
2018-10-29 23:47   ` Alistair Francis
2018-10-31  4:06 ` [Qemu-devel] [PATCH 0/3] hw/arm/exynos4: Add DMA support for SMDKC210 board no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.