summaryrefslogtreecommitdiffstats
path: root/drivers/pps/clients/pps-gpio.c
Commit message (Expand)AuthorAgeFilesLines
* pps: clients: gpio: Propagate return value from pps_gpio_probeRobert Hancock2022-02-041-1/+1
* pps: clients: gpio: Rearrange optional stuff in pps_gpio_setup()Andy Shevchenko2021-03-241-15/+18
* pps: clients: gpio: Use struct device pointer directlyAndy Shevchenko2021-03-241-23/+19
* pps: clients: gpio: Make use of device propertiesAndy Shevchenko2021-03-241-10/+7
* pps: clients: gpio: Get rid of legacy platform dataAndy Shevchenko2021-03-241-14/+3
* pps: clients: gpio: Remove redundant condition in ->remove()Andy Shevchenko2021-03-241-5/+3
* pps: clients: gpio: Use dev_err_probe() to avoid log noiseAndy Shevchenko2021-03-241-9/+6
* pps: clients: gpio: Bail out on error when requesting GPIO echo lineAndy Shevchenko2021-03-241-5/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-15/+1
* pps: pps-gpio PPS ECHO implementationTom Burkart2019-05-141-3/+85
* pps: descriptor-based gpioTom Burkart2019-05-141-36/+31
* pps: using ERR_PTR instead of NULL while pps_register_source failsYueHaibing2018-11-271-2/+2
* pps: clients: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptrSachin Kamat2013-11-131-1/+1
* drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-111-1/+0
* pps-gpio: add device-tree binding and supportJan Luebbe2013-07-031-54/+73
* drivers/pps/clients/pps-gpio.c: convert to module_platform_driverJan Luebbe2013-07-031-17/+1
* drivers/pps/clients/pps-gpio.c: convert to devm_* helpersJan Luebbe2013-07-031-21/+7
* drivers/pps/clients/pps-gpio.c: use devm_kzallocJulia Lawall2013-02-271-4/+2
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* pps: new client driver using GPIOJames Nuss2011-11-021-0/+227