lirc.4 man page

2018-03-01 Thread Sean Young
Hi, The lirc man page: https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man4/lirc.4 is very much out of date. Multiple ioctls were never implemented, so should be removed. No mainline driver uses LIRC_MODE_LIRCCODE any more and there is a new mode LIRC_MODE_SCANCODE. kernel-doc

Re: [PATCH v3 05/10] pwm: add PWM mode to pwm_config()

2018-02-22 Thread Sean Young
On Thu, Feb 22, 2018 at 02:01:16PM +0200, Claudiu Beznea wrote: > Add PWM mode to pwm_config() function. The drivers which uses pwm_config() > were adapted to this change. > > Signed-off-by: Claudiu Beznea > --- -snip- > diff --git a/drivers/media/rc/ir-rx51.c b/drivers/media/rc/ir-rx51.c > ind

Re: [PATCH v2 02/17] media: v4l2-common: get rid of v4l2_routing dead struct

2017-12-18 Thread Sean Young
On Mon, Dec 18, 2017 at 12:11:13PM -0200, Mauro Carvalho Chehab wrote: > Em Fri, 13 Oct 2017 15:24:34 +0200 > Hans Verkuil escreveu: > > > > --- > > > include/media/v4l2-common.h | 14 +- > > > 1 file changed, 5 insertions(+), 9 deletions(-) > > > > > > diff --git a/include/media/v4