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 <krzysztof.kozlowski@linaro.org>Acked-by: Rodolfo Giometti <giometti@enneenne.com>Link: https://lore.kernel.org/r/20250324125122.81810-1-krzysztof.kozlowski@linaro.orgSigned-off-by: Rob Herring (Arm) <robh@kernel.org>
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 <festevam@denx.de>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 <festevam@denx.de>Acked-by: Rodolfo Giometti <giometti@enneenne.com>Link: https://lore.kernel.org/r/20230818174159.1680572-1-festevam@gmail.comSigned-off-by: Rob Herring <robh@kernel.org>
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/20190324043305.6627-3-tom@aussec.comSigned-off-by: Tom Burkart <tom@aussec.com>Signed-off-by: Lukas Senger <lukas@fridolin.com>Acked-by: Rodolfo Giometti <giometti@enneenne.com>Reviewed-by: Rob Herring <robh@kernel.org>Cc: Philipp Zabel <philipp.zabel@gmail.com>Signed-off-by: Andrew Morton <akpm@linux-foundation.org>Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
dt-bindings: more status property removal from examplesWhack-a-mole some more occurrences of status in examples.Acked-by: Vinod Koul <vinod.koul@intel.com>Cc: Mark Rutland <mark.rutland@arm.com>
dt-bindings: more status property removal from examplesWhack-a-mole some more occurrences of status in examples.Acked-by: Vinod Koul <vinod.koul@intel.com>Cc: Mark Rutland <mark.rutland@arm.com>Cc: Ralf Baechle <ralf@linux-mips.org>Cc: James Hogan <jhogan@kernel.org>Cc: Ulf Hansson <ulf.hansson@linaro.org>Cc: David Woodhouse <dwmw2@infradead.org>Cc: Brian Norris <computersforpeace@gmail.com>Cc: Boris Brezillon <boris.brezillon@bootlin.com>Cc: Marek Vasut <marek.vasut@gmail.com>Cc: Richard Weinberger <richard@nod.at>Cc: Matthias Brugger <matthias.bgg@gmail.com>Cc: Tanmay Inamdar <tinamdar@apm.com>Cc: Bjorn Helgaas <bhelgaas@google.com>Cc: Rodolfo Giometti <giometti@enneenne.com>Signed-off-by: Rob Herring <robh@kernel.org>
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/alpine.LFD.2.20.1708261048220.8106@localhost.localdomainSigned-off-by: Robert P. J. Day <rpjday@crashcourse.ca>Acked-by: Rodolfo Giometti <giometti@enneenne.com>Signed-off-by: Andrew Morton <akpm@linux-foundation.org>Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 <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>