summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/gpio-ir-tx.c
Commit message (Collapse)AuthorAgeFilesLines
* media: rc: gpio-ir-tx: use ktime accessor functionsSean Young2017-08-311-5/+7
| | | | | | | | Prefer using accessor functions so we are not dependent on the ktime_t type. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
* media: rc: gpio-ir-tx: add new driverSean Young2017-08-201-0/+174
This is a simple bit-banging GPIO IR TX driver. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Matthias Reichl <hias@horus.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>