From: Richard Henderson <richard.henderson@linaro.org>
To: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
deller@gmx.de, qemu-devel@nongnu.org
Subject: Re: [PATCH 01/50] dino: checkpatch fixes
Date: Thu, 21 Apr 2022 15:19:58 -0700 [thread overview]
Message-ID: <66ca1fe2-1a36-3303-5681-2acb65fd26cb@linaro.org> (raw)
In-Reply-To: <20220421193100.5098-2-mark.cave-ayland@ilande.co.uk>
On 4/21/22 12:30, Mark Cave-Ayland wrote:
> Signed-off-by: Mark Cave-Ayland<mark.cave-ayland@ilande.co.uk>
> ---
> hw/hppa/dino.c | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
next prev parent reply other threads:[~2022-04-21 22:21 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-21 19:30 [PATCH 00/50] hppa: general improvements and tidy-ups Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 01/50] dino: checkpatch fixes Mark Cave-Ayland
2022-04-21 22:19 ` Richard Henderson [this message]
2022-04-21 19:30 ` [PATCH 02/50] dino: move registers from dino_init() to DINO_PCI_BRIDGE init function Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 03/50] dino: move PCI bus initialisation to dino_pcihost_init() Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 04/50] dino: move PCI windows " Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 05/50] dino: add memory-as property containing a link to the memory address space Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 06/50] dino: move pci_setup_iommu() to dino_pcihost_init() Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 07/50] dino: move PCI bus master address space setup to dino_pcihost_realize() Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 08/50] dino: move initial register configuration to new dino_pcihost_reset() function Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 09/50] dino: use QOM cast instead of directly referencing parent_obj Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 10/50] dino: return PCIBus from dino_init() using qdev_get_child_bus() Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 11/50] dino: split declarations from dino.c into dino.h Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 12/50] hppa: use new CONFIG_HPPA_GENERIC option instead of CONFIG_DINO to build hppa machine Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 13/50] dino: change dino_init() to return the DINO device instead of PCIBus Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 14/50] machine.c: map DINO device during board configuration Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 15/50] dino.h: add defines for DINO IRQ numbers Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 16/50] dino: define IRQ inputs as qdev GPIOs Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 17/50] dino: wire up serial IRQ using a qdev GPIO in machine.c Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 18/50] dino: remove unused dino_set_timer_irq() IRQ handler Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 19/50] hppa: move dino_init() from dino.c to machine.c Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 20/50] dino: use numerical constant for iar0 and iar1 reset values Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 21/50] dino: move DINO HPA constants from hppa_hardware.h to dino.h Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 22/50] dino: move from hw/hppa to hw/pci-host Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 23/50] lasi: checkpatch fixes Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 24/50] lasi: move memory region initialisation to new lasi_init() function Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 25/50] lasi: move register memory mapping from lasi.c to machine.c Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 26/50] lasi: move initialisation of iar and rtc to new lasi_reset() function Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 27/50] lasi: move LASIState and associated QOM structures to lasi.h Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 28/50] lasi: replace lasi_get_irq() with defined constants Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 29/50] lasi: define IRQ inputs as qdev GPIOs Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 30/50] lasi: use qdev GPIOs to wire up IRQs in lasi_initfn() Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 31/50] lasi: fix serial port initialisation Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 32/50] lasi: update lasi_initfn() to return LASIState Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 33/50] lasi: move LAN initialisation to machine.c Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 34/50] lasi: move parallel port " Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 35/50] lasi: move second serial " Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 36/50] lasi: move PS2 " Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 37/50] lasi: remove address space parameter from lasi_initfn() Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 38/50] lasi: move lasi_initfn() to machine.c Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 39/50] lasi: use constants for device register offsets Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 40/50] lasi: use numerical constant for iar reset value Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 41/50] hppa: move device headers from hppa_sys.h into individual .c files Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 42/50] lasi: move from hw/hppa to hw/misc Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 43/50] hppa: move hppa_pci_ignore_ops from pci.c to machine.c Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 44/50] hppa: remove hw/hppa/pci.c Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 45/50] hppa: remove unused trace-events from from hw/hppa Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 46/50] hppa: move enable_lan() define from hppa_sys.h to machine.c Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 47/50] hppa: remove the empty hppa_sys.h file Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 48/50] hppa: use MACHINE QOM macros for defining the hppa machine Mark Cave-Ayland
2022-04-21 19:30 ` [PATCH 49/50] hppa: fold machine_hppa_machine_init() into machine_hppa_machine_init_class_init() Mark Cave-Ayland
2022-04-21 19:31 ` [PATCH 50/50] hppa: simplify machine function names in machine.c Mark Cave-Ayland
2022-04-28 16:58 ` [PATCH 00/50] hppa: general improvements and tidy-ups Helge Deller
2022-05-03 12:11 ` Mark Cave-Ayland
2022-05-03 15:38 ` Richard Henderson
2022-05-04 12:12 ` Mark Cave-Ayland
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=66ca1fe2-1a36-3303-5681-2acb65fd26cb@linaro.org \
--to=richard.henderson@linaro.org \
--cc=deller@gmx.de \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).