From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gofer.mess.org (gofer.mess.org [88.97.38.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D7EB02C81 for ; Sat, 30 Oct 2021 09:21:08 +0000 (UTC) Received: by gofer.mess.org (Postfix, from userid 1000) id 0A5FFC6398; Sat, 30 Oct 2021 10:21:05 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mess.org; s=2020; t=1635585666; bh=/XwIbqzaI1ZkAS9A2CztCzPHMUN0TjT18ogjpqMHCZE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ndr3m9V+p3zyw5/EijsnQrn07JdPitxSYikrHJ/QOeI4Pb8kaqKg0quOYWsRRH1Zv Si/DjgKbyOFZ1cugFSHdbwjCu8YNa1MwBsZ91yyxcZZcumtguczrnPNk54ovjjn35X uuq7/d4Ynf/vhL48O13f0Nt2Ei7h011aN3eZs2lMHzHyyhcS4UzMJfm+pRiwgPclj3 6bbUq4vKVNfP/HcsQKgIxmltxtkzfra0OKgswZdymPhoetrnIdW6uhjfa3yinmlyEy uMHjGZlJaw2jbezMLAnW/OATK0VWsUOx+qowjTbkIm+mYyWFFQsJGyUzjE+y+1+fVo ENllqxcSphk6w== Date: Sat, 30 Oct 2021 10:21:05 +0100 From: Sean Young To: =?iso-8859-1?Q?Ma=EDra?= Canal Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , kernel test robot , mchehab@kernel.org, thierry.reding@gmail.com, Lee Jones , llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org Subject: Re: [PATCH v4] media: rc: pwm-ir-tx: Switch to atomic PWM API Message-ID: <20211030092105.GA12707@gofer.mess.org> References: <20211028064513.guziv6uaivzlk6ki@pengutronix.de> <20211028091442.GA16514@gofer.mess.org> <20211028111535.x7xgz7domx2lpyfh@pengutronix.de> <20211028122610.GA18767@gofer.mess.org> <20211028180516.t2tpfbzztm7s6cqm@pengutronix.de> <20211029071608.GA28997@gofer.mess.org> <20211029110602.uugnbm5vtfpghiwh@pengutronix.de> <20211029115412.GA32383@gofer.mess.org> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) On Fri, Oct 29, 2021 at 09:08:29AM -0300, Maíra Canal wrote: > I would like to thank you guys for the attention and this interesting > discussion. I'm looking for some work in the kernel and I would like > to know if you guys have any suggestions for beginner tasks in this > subsystem. I have solid knowledge in C programming, but I started in > the kernel a couple of weeks ago. Anyway, thank you for all the > feedback. Thank you for your contributions. rc-core (drivers/media/rc) is in good shape and I don't know of any outstanding issues. There is a ton of work around dvb, but this requires actual dvb hardware to test. - port drivers/media/usb/dvb-usb to drivers/media/usb/dvb-usb-v2 - Re-write dvb frontend without dvb_attach() - Implement dma-buf for dvb Like I said, you'll need actual hardware to test against, and this is probably not beginner tasks. Sean From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============5163770600574969696==" MIME-Version: 1.0 From: Sean Young To: kbuild-all@lists.01.org Subject: Re: [PATCH v4] media: rc: pwm-ir-tx: Switch to atomic PWM API Date: Sat, 30 Oct 2021 10:21:05 +0100 Message-ID: <20211030092105.GA12707@gofer.mess.org> In-Reply-To: List-Id: --===============5163770600574969696== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Fri, Oct 29, 2021 at 09:08:29AM -0300, Ma=C3=ADra Canal wrote: > I would like to thank you guys for the attention and this interesting > discussion. I'm looking for some work in the kernel and I would like > to know if you guys have any suggestions for beginner tasks in this > subsystem. I have solid knowledge in C programming, but I started in > the kernel a couple of weeks ago. Anyway, thank you for all the > feedback. Thank you for your contributions. rc-core (drivers/media/rc) is in good shape and I don't know of any outstanding issues. There is a ton of work around dvb, but this requires actual dvb hardware to test. - port drivers/media/usb/dvb-usb to drivers/media/usb/dvb-usb-v2 - Re-write dvb frontend without dvb_attach() - Implement dma-buf for dvb Like I said, you'll need actual hardware to test against, and this is probably not beginner tasks. Sean --===============5163770600574969696==--