index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pps
/
clients
/
pps-gpio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pps: clients: gpio: Convert to platform remove callback returning void
Uwe Kleine-König
2024-05-27
1
-3
/
+2
*
pps: clients: gpio: Propagate return value from pps_gpio_probe
Robert Hancock
2022-02-04
1
-1
/
+1
*
pps: clients: gpio: Rearrange optional stuff in pps_gpio_setup()
Andy Shevchenko
2021-03-24
1
-15
/
+18
*
pps: clients: gpio: Use struct device pointer directly
Andy Shevchenko
2021-03-24
1
-23
/
+19
*
pps: clients: gpio: Make use of device properties
Andy Shevchenko
2021-03-24
1
-10
/
+7
*
pps: clients: gpio: Get rid of legacy platform data
Andy Shevchenko
2021-03-24
1
-14
/
+3
*
pps: clients: gpio: Remove redundant condition in ->remove()
Andy Shevchenko
2021-03-24
1
-5
/
+3
*
pps: clients: gpio: Use dev_err_probe() to avoid log noise
Andy Shevchenko
2021-03-24
1
-9
/
+6
*
pps: clients: gpio: Bail out on error when requesting GPIO echo line
Andy Shevchenko
2021-03-24
1
-5
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
2019-05-24
1
-15
/
+1
*
pps: pps-gpio PPS ECHO implementation
Tom Burkart
2019-05-15
1
-3
/
+85
*
pps: descriptor-based gpio
Tom Burkart
2019-05-15
1
-36
/
+31
*
pps: using ERR_PTR instead of NULL while pps_register_source fails
YueHaibing
2018-11-27
1
-2
/
+2
*
pps: clients: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptr
Sachin Kamat
2013-11-13
1
-1
/
+1
*
drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-09-12
1
-1
/
+0
*
pps-gpio: add device-tree binding and support
Jan Luebbe
2013-07-04
1
-54
/
+73
*
drivers/pps/clients/pps-gpio.c: convert to module_platform_driver
Jan Luebbe
2013-07-04
1
-17
/
+1
*
drivers/pps/clients/pps-gpio.c: convert to devm_* helpers
Jan Luebbe
2013-07-04
1
-21
/
+7
*
drivers/pps/clients/pps-gpio.c: use devm_kzalloc
Julia Lawall
2013-02-28
1
-4
/
+2
*
Drivers: misc: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-04
1
-1
/
+1
*
pps: new client driver using GPIO
James Nuss
2011-11-03
1
-0
/
+227