All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] media: rc: ir-spi: allocate buffer dynamically
@ 2025-06-11 11:23 Cosmin Tanislav
  2025-06-11 11:23 ` [PATCH v4 1/2] " Cosmin Tanislav
  2025-06-11 11:23 ` [PATCH v4 2/2] media: rc: ir-spi: constrain carrier frequency Cosmin Tanislav
  0 siblings, 2 replies; 10+ messages in thread
From: Cosmin Tanislav @ 2025-06-11 11:23 UTC (permalink / raw)
  Cc: Sean Young, Mauro Carvalho Chehab, linux-media, linux-kernel,
	Cosmin Tanislav

Replace the static transmit buffer with a dynamically allocated one,
removing the limit imposed on the number of pulses to transmit.

Add a check to constrain the carrier frequency inside
ir_spi_set_tx_carrier().

V4:
 * add separate patch to constrain the carrier frequency

V3:
 * move the allocation to be done per-TX operation

V2:
 * use devm_krealloc_array

Cosmin Tanislav (2):
  media: rc: ir-spi: allocate buffer dynamically
  media: rc: ir-spi: constrain carrier frequency

 drivers/media/rc/ir-spi.c | 39 +++++++++++++++++++++++++--------------
 1 file changed, 25 insertions(+), 14 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-06-13  9:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-11 11:23 [PATCH v4 0/2] media: rc: ir-spi: allocate buffer dynamically Cosmin Tanislav
2025-06-11 11:23 ` [PATCH v4 1/2] " Cosmin Tanislav
2025-06-11 11:23 ` [PATCH v4 2/2] media: rc: ir-spi: constrain carrier frequency Cosmin Tanislav
2025-06-11 20:09   ` Sean Young
2025-06-11 20:35     ` Cosmin Tanislav
2025-06-12 20:02       ` Sean Young
2025-06-12 20:10         ` Sean Young
2025-06-12 20:20           ` Cosmin Tanislav
2025-06-13  9:30             ` Sean Young
2025-06-13  9:52               ` Cosmin Tanislav

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.