From: William Breathitt Gray <wbg@kernel.org>
To: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: William Breathitt Gray <wbg@kernel.org>,
Frank.li@nxp.com, robh@kernel.org, conor+dt@kernel.org,
krzk+dt@kernel.org, s32@nxp.com, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org
Subject: Re: [PATCH v5 1/3] counters: Reorder the Makefile
Date: Sat, 21 Mar 2026 22:38:42 +0900 [thread overview]
Message-ID: <20260321133854.146974-1-wbg@kernel.org> (raw)
In-Reply-To: <20260113165220.1599038-2-daniel.lezcano@linaro.org>
On Tue, Jan 13, 2026 at 05:52:18PM +0100, Daniel Lezcano wrote:
> The next changes provide a new driver. For the sake of clarity,
> reorder the Makefile alphabetically.
>
> No functional changes intended.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
> ---
> drivers/counter/Makefile | 20 +++++++++++---------
> 1 file changed, 11 insertions(+), 9 deletions(-)
>
> diff --git a/drivers/counter/Makefile b/drivers/counter/Makefile
> index fa3c1d08f706..40e644948e7a 100644
> --- a/drivers/counter/Makefile
> +++ b/drivers/counter/Makefile
> @@ -6,14 +6,16 @@
> obj-$(CONFIG_COUNTER) += counter.o
> counter-y := counter-core.o counter-sysfs.o counter-chrdev.o
>
> -obj-$(CONFIG_I8254) += i8254.o
> -obj-$(CONFIG_104_QUAD_8) += 104-quad-8.o
> +obj-$(CONFIG_104_QUAD_8) += 104-quad-8.o
> +obj-$(CONFIG_FTM_QUADDEC) += ftm-quaddec.o
> +obj-$(CONFIG_I8254) += i8254.o
> +obj-$(CONFIG_INTEL_QEP) += intel-qep.o
> obj-$(CONFIG_INTERRUPT_CNT) += interrupt-cnt.o
> -obj-$(CONFIG_RZ_MTU3_CNT) += rz-mtu3-cnt.o
> -obj-$(CONFIG_STM32_TIMER_CNT) += stm32-timer-cnt.o
> -obj-$(CONFIG_STM32_LPTIMER_CNT) += stm32-lptimer-cnt.o
> -obj-$(CONFIG_TI_EQEP) += ti-eqep.o
> -obj-$(CONFIG_FTM_QUADDEC) += ftm-quaddec.o
> obj-$(CONFIG_MICROCHIP_TCB_CAPTURE) += microchip-tcb-capture.o
> -obj-$(CONFIG_INTEL_QEP) += intel-qep.o
> -obj-$(CONFIG_TI_ECAP_CAPTURE) += ti-ecap-capture.o
> +obj-$(CONFIG_RZ_MTU3_CNT) += rz-mtu3-cnt.o
> +obj-$(CONFIG_STM32_TIMER_CNT) += stm32-timer-cnt.o
> +obj-$(CONFIG_STM32_LPTIMER_CNT) += stm32-lptimer-cnt.o
> +obj-$(CONFIG_TI_ECAP_CAPTURE) += ti-ecap-capture.o
> +obj-$(CONFIG_TI_EQEP) += ti-eqep.o
> +
> +
Those two empty lines at the end look superfluous; if you remove them
and resubmit this patch separately I should be able to pick it up.
William Breathitt Gray
next prev parent reply other threads:[~2026-03-21 13:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-13 16:52 [PATCH v5 0/3] Add the System Timer Module counter Daniel Lezcano
2026-01-13 16:52 ` [PATCH v5 1/3] counters: Reorder the Makefile Daniel Lezcano
2026-03-21 13:38 ` William Breathitt Gray [this message]
2026-01-13 16:52 ` [PATCH v5 2/3] dt-bindings: counter: Add NXP System Timer Module Counter Daniel Lezcano
2026-01-13 16:52 ` [PATCH v5 3/3] counter: Add STM based counter Daniel Lezcano
2026-01-13 18:01 ` Frank Li
2026-01-14 16:38 ` Daniel Lezcano
2026-01-16 5:57 ` William Breathitt Gray
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=20260321133854.146974-1-wbg@kernel.org \
--to=wbg@kernel.org \
--cc=Frank.li@nxp.com \
--cc=conor+dt@kernel.org \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=s32@nxp.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.