* [GIT PULL FOR v4.13] RC fixes
@ 2017-05-28 17:10 Sean Young
0 siblings, 0 replies; 2+ messages in thread
From: Sean Young @ 2017-05-28 17:10 UTC (permalink / raw)
To: linux-media
Hi Mauro,
Just minor cleanups and fixes this time round.
Thanks,
Sean
The following changes since commit 36bcba973ad478042d1ffc6e89afd92e8bd17030:
[media] mtk_vcodec_dec: return error at mtk_vdec_pic_info_update() (2017-05-19 07:12:05 -0300)
are available in the git repository at:
git://linuxtv.org/syoung/media_tree.git for-v4.13a
for you to fetch changes up to 2ff5552b1cdb5b07a8adc5dee08db17aceaa673a:
[media] staging: remove todo and replace with lirc_zilog todo (2017-05-27 10:44:44 +0100)
----------------------------------------------------------------
A Sun (4):
[media] mceusb: sporadic RX truncation corruption fix
[media] mceusb: fix inaccurate debug buffer dumps, and misleading debug messages
[media] mceusb: RX -EPIPE (urb status = -32) lockup failure fix
[media] mceusb: TX -EPIPE (urb status = -32) lockup fix
Alex Deryskyba (1):
[media] rc: meson-ir: switch config to NEC decoding on shutdown
Andi Shyti (1):
[media] rc: ir-spi: remove unnecessary initialization
David Härdeman (17):
[media] lirc_dev: remove pointless functions
[media] lirc_dev: remove unused set_use_inc/set_use_dec
[media] lirc_dev: remove sampling kthread
[media] lirc_dev: clarify error handling
[media] lirc_dev: make fops mandatory
[media] lirc_dev: merge lirc_register_driver() and lirc_allocate_driver()
[media] lirc_zilog: remove module parameter minor
[media] lirc_dev: remove lirc_irctl_init() and lirc_cdev_add()
[media] lirc_dev: remove superfluous get/put_device() calls
[media] lirc_dev: remove unused module parameter
[media] lirc_dev: return POLLHUP and POLLERR when device is gone
[media] lirc_dev: cleanup includes
[media] lirc_dev: cleanup header
[media] rc-core: ati_remote - leave the internals of rc_dev alone
[media] rc-core: img-ir - leave the internals of rc_dev alone
[media] rc-core: cx231xx - leave the internals of rc_dev alone
[media] tm6000: key_addr is unused
Devin Heitmueller (1):
[media] rc: fix breakage in "make menuconfig" for media_build
Heiner Kallweit (5):
[media] rc: meson-ir: remove irq from struct meson_ir
[media] rc: meson-ir: make use of the bitfield macros
[media] rc: meson-ir: switch to managed rc device allocation / registration
[media] rc: meson-ir: use readl_relaxed in the interrupt handler
[media] rc: meson-ir: change irq name to to of node name
Jonas Karlman (1):
[media] rc: meson-ir: store raw event without processing
Ricardo Silva (5):
[media] lirc_zilog: Fix whitespace style checks
[media] lirc_zilog: Fix NULL comparisons style
[media] lirc_zilog: Use __func__ for logging function name
[media] lirc_zilog: Use sizeof(*p) instead of sizeof(struct P)
[media] lirc_zilog: Fix unbalanced braces around if/else
Sean Young (5):
[media] sir_ir: attempt to free already free_irq
[media] sir_ir: use dev managed resources
[media] sir_ir: remove init_port and drop_port functions
[media] sir_ir: remove init_chrdev and init_sir_ir functions
[media] staging: remove todo and replace with lirc_zilog todo
drivers/media/rc/Kconfig | 8 +-
drivers/media/rc/ati_remote.c | 3 -
drivers/media/rc/img-ir/img-ir-hw.c | 4 -
drivers/media/rc/ir-lirc-codec.c | 12 --
drivers/media/rc/ir-spi.c | 2 +-
drivers/media/rc/lirc_dev.c | 253 ++++-------------------------
drivers/media/rc/mceusb.c | 153 +++++++++++++----
drivers/media/rc/meson-ir.c | 91 ++++++-----
drivers/media/rc/sir_ir.c | 90 ++++------
drivers/media/usb/cx231xx/cx231xx-input.c | 5 +-
drivers/media/usb/tm6000/tm6000-input.c | 4 -
drivers/staging/media/lirc/TODO | 47 ++++--
drivers/staging/media/lirc/TODO.lirc_zilog | 36 ----
drivers/staging/media/lirc/lirc_zilog.c | 136 +++++++---------
include/media/lirc_dev.h | 32 ----
15 files changed, 341 insertions(+), 535 deletions(-)
delete mode 100644 drivers/staging/media/lirc/TODO.lirc_zilog
^ permalink raw reply [flat|nested] 2+ messages in thread
* [GIT PULL FOR v4.13] RC fixes
@ 2017-06-09 9:14 Sean Young
0 siblings, 0 replies; 2+ messages in thread
From: Sean Young @ 2017-06-09 9:14 UTC (permalink / raw)
To: linux-media
Hi Mauro,
Here is the fixed sir_ir mod param change and a change to remove an
unnecessary rc_dev member. This could not be merged earlier due to
conflicts with late v4.12 fixes.
Thanks
Sean
The following changes since commit 47f910f0e0deb880c2114811f7ea1ec115a19ee4:
[media] v4l: subdev: tolerate null in media_entity_to_v4l2_subdev (2017-06-08 16:55:25 -0300)
are available in the git repository at:
git://linuxtv.org/syoung/media_tree.git for-v4.13c
for you to fetch changes up to 7d70c42f1d73c31594bb12b4df576858b5850b40:
[media] rc-core: cleanup rc_register_device pt2 (2017-06-09 08:53:06 +0100)
----------------------------------------------------------------
David Härdeman (2):
[media] rc-core: cleanup rc_register_device
[media] rc-core: cleanup rc_register_device pt2
Sean Young (1):
[media] sir_ir: annotate hardware config module parameters
drivers/media/rc/rc-core-priv.h | 2 +
drivers/media/rc/rc-ir-raw.c | 36 ++++++----
drivers/media/rc/rc-main.c | 142 ++++++++++++++++------------------------
drivers/media/rc/sir_ir.c | 4 +-
include/media/rc-core.h | 2 -
5 files changed, 86 insertions(+), 100 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-09 9:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-28 17:10 [GIT PULL FOR v4.13] RC fixes Sean Young
-- strict thread matches above, loose matches on Subject: below --
2017-06-09 9:14 Sean Young
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).