All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.14] rc and dvb: new keymap, constify and more
@ 2021-06-03 12:20 Sean Young
  2021-06-03 12:58 ` [GIT PULL FOR v5.14] rc and dvb: new keymap, constify and more (#74775) Jenkins
  2021-06-04  8:05 ` Jenkins
  0 siblings, 2 replies; 3+ messages in thread
From: Sean Young @ 2021-06-03 12:20 UTC (permalink / raw)
  To: linux-media

The following changes since commit 71c689dc2e732d4cb190aaf0edea73116b1611bd:

  media: v4l2-ctrls: split up into four source files (2021-05-25 17:03:29 +0200)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git tags/v5.14b

for you to fetch changes up to a5ee5f3bd5a1b3805e7f3fd0fac13b9458fecd50:

  media: imon: use DEVICE_ATTR_RW() helper macro (2021-06-03 11:50:07 +0100)

----------------------------------------------------------------
v5.14b

----------------------------------------------------------------
Alexander Voronov (1):
      media: rc: add keymap for Toshiba CT-90405 remote

Christophe JAILLET (1):
      media: cxd2880-spi: Fix some error messages

Colin Ian King (1):
      media: mxl692: make a const array static, makes object smaller

Dongliang Mu (1):
      media: dvd_usb: memory leak in cinergyt2_fe_attach

Evgeny Novikov (1):
      media: st_rc: Handle errors of clk_prepare_enable()

Sean Young (1):
      media: cinergyt2: make properties const

Zhen Lei (1):
      media: imon: use DEVICE_ATTR_RW() helper macro

 Documentation/devicetree/bindings/media/rc.yaml |  1 +
 drivers/media/dvb-frontends/mxl692.c            |  4 +-
 drivers/media/rc/imon.c                         | 15 ++---
 drivers/media/rc/keymaps/Makefile               |  1 +
 drivers/media/rc/keymaps/rc-ct-90405.c          | 86 +++++++++++++++++++++++++
 drivers/media/rc/st_rc.c                        | 22 +++++--
 drivers/media/spi/cxd2880-spi.c                 | 12 ++--
 drivers/media/usb/dvb-usb/cinergyT2-core.c      | 13 ++--
 include/media/rc-map.h                          |  1 +
 9 files changed, 127 insertions(+), 28 deletions(-)
 create mode 100644 drivers/media/rc/keymaps/rc-ct-90405.c

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

end of thread, other threads:[~2021-06-04  8:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 12:20 [GIT PULL FOR v5.14] rc and dvb: new keymap, constify and more Sean Young
2021-06-03 12:58 ` [GIT PULL FOR v5.14] rc and dvb: new keymap, constify and more (#74775) Jenkins
2021-06-04  8:05 ` Jenkins

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.