public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Nam Cao <namcao@linutronix.de>
Cc: Anna-Maria Behnsen <anna-maria@linutronix.de>,
	Frederic Weisbecker <frederic@kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-kernel@vger.kernel.org,
	Zack Rusin <zack.rusin@broadcom.com>,
	Takashi Iwai <tiwai@suse.com>
Subject: Re: [PATCH v2 45/45] ALSA: Switch to use hrtimer_setup()
Date: Mon, 10 Feb 2025 09:29:07 +0100	[thread overview]
Message-ID: <87ikpiursc.wl-tiwai@suse.de> (raw)
In-Reply-To: <598031332ce738c82286a158cb66eb7e735b2e79.1738746904.git.namcao@linutronix.de>

On Wed, 05 Feb 2025 11:46:33 +0100,
Nam Cao wrote:
> 
> hrtimer_setup() takes the callback function pointer as argument and
> initializes the timer completely.
> 
> Replace hrtimer_init() and the open coded initialization of
> hrtimer::function with the new setup mechanism.
> 
> Patch was created by using Coccinelle.
> 
> Acked-by: Zack Rusin <zack.rusin@broadcom.com>
> Signed-off-by: Nam Cao <namcao@linutronix.de>
> Cc: Takashi Iwai <tiwai@suse.com>

Applied now to for-linus branch of sound.git tree.


thanks,

Takashi

  reply	other threads:[~2025-02-10  8:29 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-05 10:45 [PATCH v2 00/45] Consolidate hrtimer initialization - Part 4 Nam Cao
2025-02-05 10:45 ` [PATCH v2 01/45] USB: chipidea: Switch to use hrtimer_setup() Nam Cao
2025-02-05 10:45 ` [PATCH v2 02/45] usb: dwc2: " Nam Cao
2025-02-05 10:45 ` [PATCH v2 03/45] usb: fotg210-hcd: " Nam Cao
2025-02-05 10:45 ` [PATCH v2 04/45] usb: gadget: " Nam Cao
2025-02-05 10:45 ` [PATCH v2 05/45] usb: ehci: " Nam Cao
2025-02-05 10:45 ` [PATCH v2 06/45] usb: musb: cppi41: " Nam Cao
2025-02-05 10:45 ` [PATCH v2 07/45] usb: typec: tcpm: " Nam Cao
2025-02-05 10:45 ` [PATCH v2 08/45] serial: 8250: " Nam Cao
2025-02-05 10:45 ` [PATCH v2 09/45] serial: amba-pl011: " Nam Cao
2025-02-05 10:45 ` [PATCH v2 10/45] serial: imx: " Nam Cao
2025-02-05 10:45 ` [PATCH v2 11/45] serial: sh-sci: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 12/45] serial: xilinx_uartps: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 13/45] scsi: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 14/45] rtc: class: " Nam Cao
2025-02-05 11:36   ` Alexandre Belloni
2025-02-05 10:46 ` [PATCH v2 15/45] pps: generators: pps_gen_parport: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 16/45] powercap: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 17/45] power: supply: ab8500_chargalg: " Nam Cao
2025-02-08 17:42   ` Sebastian Reichel
2025-02-05 10:46 ` [PATCH v2 18/45] power: reset: ltc2952-poweroff: " Nam Cao
2025-02-08 17:42   ` Sebastian Reichel
2025-02-05 10:46 ` [PATCH v2 19/45] drivers: perf: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 20/45] ntb: ntb_pingpong: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 21/45] mmc: dw_mmc: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 22/45] misc: vcpu_stall_detector: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 23/45] media: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 24/45] mailbox: " Nam Cao
2025-03-01 16:43   ` Jassi Brar
2025-02-05 10:46 ` [PATCH v2 25/45] leds: trigger: pattern: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 26/45] Input: " Nam Cao
2025-02-05 15:30   ` Dmitry Torokhov
2025-02-05 10:46 ` [PATCH v2 27/45] iio: " Nam Cao
2025-02-05 16:21   ` Jonathan Cameron
2025-02-05 10:46 ` [PATCH v2 28/45] i2c: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 29/45] stm class: heartbeat: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 30/45] drm/amdgpu: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 31/45] drm/i915/huc: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 32/45] drm/i915/gvt: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 33/45] drm/i915/perf: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 34/45] drm/i915/pmu: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 35/45] drm/i915/uncore: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 36/45] drm/i915/request: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 37/45] drm/msm: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 38/45] drm/vkms: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 39/45] drm/xe/oa: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 40/45] drm/vmwgfx: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 41/45] virtio: mem: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 42/45] RDMA: " Nam Cao
2025-02-05 10:46 ` [PATCH v2 43/45] pwm: gpio: " Nam Cao
2025-02-07 15:44   ` Uwe Kleine-König
2025-02-05 10:46 ` [PATCH v2 44/45] ASoC: fsl: imx-pcm-fiq: " Nam Cao
2025-02-10  8:28   ` Takashi Iwai
2025-02-05 10:46 ` [PATCH v2 45/45] ALSA: " Nam Cao
2025-02-10  8:29   ` Takashi Iwai [this message]
2025-02-06  9:56 ` [PATCH v2 00/45] Consolidate hrtimer initialization - Part 4 Alexander Shishkin
2025-02-06 16:32   ` Thomas Gleixner
2025-02-07 11:08     ` Alexander Shishkin
2025-02-07 12:58       ` Thomas Gleixner
2025-02-07 13:13         ` Alexander Shishkin

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=87ikpiursc.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=anna-maria@linutronix.de \
    --cc=frederic@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=namcao@linutronix.de \
    --cc=tglx@linutronix.de \
    --cc=tiwai@suse.com \
    --cc=zack.rusin@broadcom.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox