aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pps/clients/pps-gpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-04pps: clients: gpio: Propagate return value from pps_gpio_probeRobert Hancock1-1/+1
2021-03-24pps: clients: gpio: Rearrange optional stuff in pps_gpio_setup()Andy Shevchenko1-15/+18
2021-03-24pps: clients: gpio: Use struct device pointer directlyAndy Shevchenko1-23/+19
2021-03-24pps: clients: gpio: Make use of device propertiesAndy Shevchenko1-10/+7
2021-03-24pps: clients: gpio: Get rid of legacy platform dataAndy Shevchenko1-14/+3
2021-03-24pps: clients: gpio: Remove redundant condition in ->remove()Andy Shevchenko1-5/+3
2021-03-24pps: clients: gpio: Use dev_err_probe() to avoid log noiseAndy Shevchenko1-9/+6
2021-03-24pps: clients: gpio: Bail out on error when requesting GPIO echo lineAndy Shevchenko1-5/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-15/+1
2019-05-14pps: pps-gpio PPS ECHO implementationTom Burkart1-3/+85
2019-05-14pps: descriptor-based gpioTom Burkart1-36/+31
2018-11-27pps: using ERR_PTR instead of NULL while pps_register_source failsYueHaibing1-2/+2
2014-10-20pps: clients: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-11-13drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-09-11drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-03pps-gpio: add device-tree binding and supportJan Luebbe1-54/+73
2013-07-03drivers/pps/clients/pps-gpio.c: convert to module_platform_driverJan Luebbe1-17/+1
2013-07-03drivers/pps/clients/pps-gpio.c: convert to devm_* helpersJan Luebbe1-21/+7
2013-02-27drivers/pps/clients/pps-gpio.c: use devm_kzallocJulia Lawall1-4/+2
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2011-11-02pps: new client driver using GPIOJames Nuss1-0/+227