| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-08-18 | dt-bindings: pps: pps-gpio: Convert to yaml | Fabio Estevam | 2 | -30/+49 | |
| Convert from pps-gpio.txt to pps-gpio.yaml to allow schema validation. Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Rodolfo Giometti <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]> | |||||
| 2019-05-14 | dt-bindings: pps: pps-gpio PPS ECHO implementation | Tom Burkart | 1 | -0/+7 | |
| This patch implements the device tree binding changes required for the PPS ECHO functionality for pps-gpio, that sysfs claims is available already. It adds two DT properties for configuring the PPS ECHO functionality. This patch is provided separated from the rest of the patch per Documentation/devicetree/bindings/submitting-patches.txt. This patch was originally written by Lukas Senger as part of a masters thesis project and modified for inclusion into the linux kernel by Tom Burkart. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Tom Burkart <[email protected]> Signed-off-by: Lukas Senger <[email protected]> Acked-by: Rodolfo Giometti <[email protected]> Reviewed-by: Rob Herring <[email protected]> Cc: Philipp Zabel <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2018-04-18 | dt-bindings: more status property removal from examples | Rob Herring | 1 | -1/+0 | |
| Whack-a-mole some more occurrences of status in examples. Acked-by: Vinod Koul <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Ralf Baechle <[email protected]> Cc: James Hogan <[email protected]> Cc: Ulf Hansson <[email protected]> Cc: David Woodhouse <[email protected]> Cc: Brian Norris <[email protected]> Cc: Boris Brezillon <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Richard Weinberger <[email protected]> Cc: Matthias Brugger <[email protected]> Cc: Tanmay Inamdar <[email protected]> Cc: Bjorn Helgaas <[email protected]> Cc: Rodolfo Giometti <[email protected]> Signed-off-by: Rob Herring <[email protected]> | |||||
| 2017-09-08 | drivers/pps: aesthetic tweaks to PPS-related content | Robert P. J. Day | 1 | -2/+6 | |
| Collection of aesthetic adjustments to various PPS-related files, directories and Documentation, some quite minor just for the sake of consistency, including: * Updated example of pps device tree node (courtesy Rodolfo G.) * "PPS-API" -> "PPS API" * "pps_source_info_s" -> "pps_source_info" * "ktimer driver" -> "pps-ktimer driver" * "ppstest /dev/pps0" -> "ppstest /dev/pps1" to match example * Add missing PPS-related entries to MAINTAINERS file * Other trivialities Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Robert P. J. Day <[email protected]> Acked-by: Rodolfo Giometti <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2013-07-03 | pps-gpio: add device-tree binding and support | Jan Luebbe | 1 | -0/+20 | |
| 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 <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Rodolfo Giometti <[email protected]> Cc: Grant Likely <[email protected]> Cc: Rob Herring <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||