summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/pps (follow)
Commit message (Collapse)AuthorAge
* pps-gpio: Add new property to use system time timestamp for PPS GPIOGustavo Solaira2017-10-23
| | | | | | | | | If the device tree property "use-system-time-ts" is defined then the timestamp used for PPS events will be the system time, otherwise it will be the monotonic boot time. Change-Id: I92fab1d8861e1d652fcb68066b417f44c1f8e29b Signed-off-by: Gustavo Solaira <gustavos@codeaurora.org>
* pps-gpio: add device-tree binding and supportJan Luebbe2013-07-03
Instead of allocating a struct pps_gpio_platform_data in the DT case, store the necessary information in struct pps_gpio_device_data itself. This avoids an additional allocation and the ifdef. It also gets rid of some indirection. Also use dev_err instead of pr_err in the changed code. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Rodolfo Giometti <giometti@enneenne.com> Cc: Grant Likely <grant.likely@linaro.org> Cc: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>