All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: minyard@acm.org, qemu-devel@nongnu.org,
	Titus Rwantare <titusr@google.com>
Cc: Corey Minyard <cminyard@mvista.com>,
	qemu-arm@nongnu.org, Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [PATCH 2/3] adc: Move the max111x driver to the adc directory
Date: Wed, 19 May 2021 19:56:22 +0200	[thread overview]
Message-ID: <f50724bc-abd6-e50d-d447-6086da2a1fa2@amsat.org> (raw)
In-Reply-To: <20210519000331.3690536-3-minyard@acm.org>

On 5/19/21 2:03 AM, minyard@acm.org wrote:
> From: Corey Minyard <cminyard@mvista.com>
> 
> It's an adc, put it where it belongs.
> 
> Cc: Andrzej Zaborowski <balrogg@gmail.com>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: qemu-arm@nongnu.org
> Signed-off-by: Corey Minyard <cminyard@mvista.com>
> ---
>  MAINTAINERS                        | 4 ++--
>  hw/adc/Kconfig                     | 3 +++
>  hw/{misc => adc}/max111x.c         | 2 +-
>  hw/adc/meson.build                 | 3 ++-
>  hw/arm/spitz.c                     | 2 +-
>  hw/misc/Kconfig                    | 3 ---
>  hw/misc/meson.build                | 1 -
>  include/hw/{misc => adc}/max111x.h | 0
>  8 files changed, 9 insertions(+), 9 deletions(-)
>  rename hw/{misc => adc}/max111x.c (99%)
>  rename include/hw/{misc => adc}/max111x.h (100%)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  reply	other threads:[~2021-05-19 17:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19  0:03 [PATCH 0/3] Move some things out of hw/misc minyard
2021-05-19  0:03 ` [PATCH 1/3] adc: Move the zynq-xadc file to the adc directories minyard
2021-05-19 17:56   ` Philippe Mathieu-Daudé
2021-05-19 17:57   ` Philippe Mathieu-Daudé
2021-05-19 18:10     ` Edgar E. Iglesias
2021-05-19  0:03 ` [PATCH 2/3] adc: Move the max111x driver to the adc directory minyard
2021-05-19 17:56   ` Philippe Mathieu-Daudé [this message]
2021-05-19  0:03 ` [PATCH 3/3] sensor: Move hardware sensors from misc to a sensor directory minyard
2021-05-19  7:23   ` Cédric Le Goater

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=f50724bc-abd6-e50d-d447-6086da2a1fa2@amsat.org \
    --to=f4bug@amsat.org \
    --cc=cminyard@mvista.com \
    --cc=minyard@acm.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=titusr@google.com \
    /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 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.