Em Thu, 1 Aug 2019 13:31:31 +0100 Sean Young <sean@xxxxxxxx> escreveu: > Hi Mauro, > > Here is another dvb/rc pull request. More to come. > > Thanks > Sean > > The following changes since commit 4590c07462fbff4ecbfe1deec44431c16191bd19: > > media: via-camera: convert to the vb2 framework (2019-07-30 12:18:34 -0400) > > are available in the Git repository at: > > git://linuxtv.org/syoung/media_tree.git tags/v5.4b > > for you to fetch changes up to 6eedaba3f5a2c733c211b4fea91a348f058bc025: > > dt-bindings: media: sunxi-ir: Add H6 compatible (2019-08-01 21:09:15 +0900) > > ---------------------------------------------------------------- > Arnd Bergmann (1): > media: don't drop front-end reference count for ->detach > > Clément Péron (6): > dt-bindings: media: sunxi-ir: Add A31 compatible > media: rc: Introduce sunxi_ir_quirks > media: rc: sunxi: Add A31 compatible > media: rc: sunxi: Add RXSTA bits definition > dt-bindings: media: sunxi-ir: Add A64 compatible > dt-bindings: media: sunxi-ir: Add H6 compatible > > Oliver Neukum (1): > media: iguanair: add sanity checks > > Sean Young (2): > media: lirc: document BPF IR decoding > media: rc: describe rc protocols and their scancodes > > Wolfram Sang (2): > media: ir-kbd-i2c: convert to i2c_new_dummy_device() I don't think this one is a good idea, as it may cause troubles during unbind time. > media: ir-kbd-i2c: remove outdated comments > > .../devicetree/bindings/media/sunxi-ir.txt | 11 +- > Documentation/media/uapi/rc/lirc-dev-intro.rst | 57 ++- > Documentation/media/uapi/rc/lirc-read.rst | 3 +- > Documentation/media/uapi/rc/lirc-write.rst | 3 +- > Documentation/media/uapi/rc/rc-protos.rst | 456 +++++++++++++++++++++ > Documentation/media/uapi/rc/remote_controllers.rst | 1 + > drivers/media/dvb-core/dvb_frontend.c | 4 +- > drivers/media/i2c/ir-kbd-i2c.c | 17 +- > drivers/media/rc/iguanair.c | 15 +- > drivers/media/rc/sunxi-cir.c | 88 +++- > drivers/media/usb/dvb-usb/pctv452e.c | 8 - > 11 files changed, 597 insertions(+), 66 deletions(-) > create mode 100644 Documentation/media/uapi/rc/rc-protos.rst Thanks, Mauro