dt-bindings: pps: gpio: Correct indentation and style in DTS exampleDTS example in the bindings should be indented with 2- or 4-spaces andaligned with opening '- |', so correct any differences lik
dt-bindings: pps: gpio: Correct indentation and style in DTS exampleDTS example in the bindings should be indented with 2- or 4-spaces andaligned with opening '- |', so correct any differences like 3-spaces ormixtures 2- and 4-spaces in one binding.No functional changes here, but saves some comments during reviews ofnew patches built on existing code.Signed-off-by: Krzysztof Kozlowski <[email protected]>Acked-by: Rodolfo Giometti <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Rob Herring (Arm) <[email protected]>
show more ...
dt-bindings: pps: pps-gpio: Convert to yamlConvert from pps-gpio.txt to pps-gpio.yaml to allow schema validation.Signed-off-by: Fabio Estevam <[email protected]>Acked-by: Rodolfo Giometti <giomet
dt-bindings: pps: pps-gpio: Convert to yamlConvert 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]>
dt-bindings: pps: pps-gpio PPS ECHO implementationThis patch implements the device tree binding changes required for thePPS ECHO functionality for pps-gpio, that sysfs claims is availablealready.
dt-bindings: pps: pps-gpio PPS ECHO implementationThis patch implements the device tree binding changes required for thePPS ECHO functionality for pps-gpio, that sysfs claims is availablealready.It adds two DT properties for configuring the PPS ECHO functionality.This patch is provided separated from the rest of the patch perDocumentation/devicetree/bindings/submitting-patches.txt.This patch was originally written by Lukas Senger as part of a mastersthesis project and modified for inclusion into the linux kernel by TomBurkart.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]>
dt-bindings: more status property removal from examplesWhack-a-mole some more occurrences of status in examples.Acked-by: Vinod Koul <[email protected]>Cc: Mark Rutland <[email protected]>
dt-bindings: more status property removal from examplesWhack-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]>
drivers/pps: aesthetic tweaks to PPS-related contentCollection of aesthetic adjustments to various PPS-related files,directories and Documentation, some quite minor just for the sake ofconsistenc
drivers/pps: aesthetic tweaks to PPS-related contentCollection of aesthetic adjustments to various PPS-related files,directories and Documentation, some quite minor just for the sake ofconsistency, 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 trivialitiesLink: 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]>
pps-gpio: add device-tree binding and supportInstead 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
pps-gpio: add device-tree binding and supportInstead 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 ofsome 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]>