- Jun 07, 2019
-
-
Laurent Pinchart authored
The THC63LVD1024 LVDS decoder can operate in two modes, single-link or dual-link. In dual-link mode both input ports are used to carry even- and odd-numbered pixels separately. Document this in the DT bindings, along with the related rules governing port and usage. Signed-off-by:
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by:
Jacopo Mondi <jacopo+renesas@jmondi.org> Reviewed-by:
Rob Herring <robh@kernel.org> Tested-by:
Jacopo Mondi <jacopo+renesas@jmondi.org> Acked-by:
Sam Ravnborg <sam@ravnborg.org> Reviewed-by:
Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
-
Biju Das authored
Document the RZ/G2M (R8A774A1) LVDS bindings. Signed-off-by:
Biju Das <biju.das@bp.renesas.com> Reviewed-by:
Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Reviewed-by:
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by:
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
-
Biju Das authored
Document the RZ/G2M (R8A774A1) SoC in the R-Car DU bindings. Signed-off-by:
Biju Das <biju.das@bp.renesas.com> Reviewed-by:
Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Reviewed-by:
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by:
Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
-
- May 17, 2019
-
-
Yash Shah authored
Add device tree bindings for SiFive FU540 L2 cache controller driver Signed-off-by:
Yash Shah <yash.shah@sifive.com> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Palmer Dabbelt <palmer@sifive.com>
-
- May 16, 2019
-
-
Rob Herring authored
Convert the vendor prefix registry to a schema. This will enable checking that new vendor prefixes are added (in addition to the less than perfect checkpatch.pl check) and will also check against adding other prefixes which are not vendors. Converted vendor-prefixes.txt using the following sed script: sed -e 's/\([a-zA-Z0-9\-]*\)[[:space:]]*\([a-zA-Z0-9].*\)/ "^\1,\.\*\":\n description: \2/' Signed-off-by:
Rob Herring <robh@kernel.org>
-
- May 15, 2019
-
-
Tom Burkart authored
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/20190324043305.6627-3-tom@aussec.com Signed-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>
-
- May 14, 2019
-
-
Elaine Zhang authored
Add a new compatible for thermal founding on PX30 SoCs. Signed-off-by:
Elaine Zhang <zhangqing@rock-chips.com> Acked-by:
Daniel Lezcano <daniel.lezcano@linaro.org> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Eduardo Valentin <edubezval@gmail.com>
-
Jean-Francois Dagenais authored
Update binding description making lookup-table optional. Signed-off-by:
Jean-Francois Dagenais <jeff.dagenais@gmail.com> Signed-off-by:
Eduardo Valentin <edubezval@gmail.com>
-
Talel Shenhar authored
Add thermal binding documentation for Amazon's Annapurna Labs Thermal Sensor. Signed-off-by:
Talel Shenhar <talel@amazon.com> Reviewed-by:
David Woodhouse <dwmw@amazon.co.uk> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Eduardo Valentin <edubezval@gmail.com>
-
Amit Kucheria authored
qcs404 uses v1 of the TSENS IP block. Create a fallback DT property "qcom,tsens-v1" to gather common code Signed-off-by:
Amit Kucheria <amit.kucheria@linaro.org> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Eduardo Valentin <edubezval@gmail.com>
-
Brian Masney authored
Add new backlight bindings for the TI LM3630A dual-string white LED. Signed-off-by:
Brian Masney <masneyb@onstation.org> Reviewed-by:
Rob Herring <robh@kernel.org> Acked-by:
Pavel Machek <pavel@ucw.cz> Acked-by:
Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by:
Lee Jones <lee.jones@linaro.org>
-
Charles Keepax authored
Lochnagar is an evaluation and development board for Cirrus Logic Smart CODEC and Amp devices. It allows the connection of most Cirrus Logic devices on mini-cards, as well as allowing connection of various application processor systems to provide a full evaluation platform. This driver supports the board controller chip on the Lochnagar board. Add links to the binding documents for the new sound and hardware monitor parts of the driver. Signed-off-by:
Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by:
Lee Jones <lee.jones@linaro.org>
-
Dan Murphy authored
Fix the lm3632 dt binding examples as the LCM enable GPIOs are defined as enable GPIOs per the regulator/lm363x-regulator.txt bindings document. Signed-off-by:
Dan Murphy <dmurphy@ti.com> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Lee Jones <lee.jones@linaro.org>
-
Claudiu Beznea authored
Add new compatible string for the HLCD controller on SAM9X60 SoC. Signed-off-by:
Claudiu Beznea <claudiu.beznea@microchip.com> Signed-off-by:
Lee Jones <lee.jones@linaro.org>
-
Fabrice Gasnier authored
STM32 system configuration controller registers needs to be clocked. Document clock support on stm32-syscon. Signed-off-by:
Fabrice Gasnier <fabrice.gasnier@st.com> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Lee Jones <lee.jones@linaro.org>
-
Wei Ni authored
Add OC HW throttle configuration for soctherm in DT. It is used to describe the OCx throttle events. Signed-off-by:
Wei Ni <wni@nvidia.com> Signed-off-by:
Eduardo Valentin <edubezval@gmail.com>
-
Wei Ni authored
Add "nvidia,gpu-throt-level" property to set gpu hw throttle level. Signed-off-by:
Wei Ni <wni@nvidia.com> Signed-off-by:
Eduardo Valentin <edubezval@gmail.com>
-
Wei Ni authored
Add optional property "nvidia,thermtrips". If present, these trips will be used as HW shutdown trips, and critical trips will be used as SW shutdown trips. Signed-off-by:
Wei Ni <wni@nvidia.com> Signed-off-by:
Eduardo Valentin <edubezval@gmail.com>
-
- May 10, 2019
-
-
Petr Štetiar authored
In commit 687e3d55 ("dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour") I've kept or added references to Linux of_get_mac_address API which is unwanted so this patch fixes that by removing those references. Fixes: 687e3d55 ("dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour") Suggested-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Petr Štetiar <ynezz@true.cz> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
Amelie Delaunay authored
This patch adds documentation of device tree bindings for the STMicroelectronics Multi-Function eXpander (STMFX) GPIO expander. Signed-off-by:
Amelie Delaunay <amelie.delaunay@st.com> Reviewed-by:
Linus Walleij <linus.walleij@linaro.org> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Lee Jones <lee.jones@linaro.org>
-
Amelie Delaunay authored
This patch adds documentation of device tree bindings for the STMicroelectronics Multi-Function eXpander (STMFX) MFD core. Signed-off-by:
Amelie Delaunay <amelie.delaunay@st.com> Reviewed-by:
Linus Walleij <linus.walleij@linaro.org> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Lee Jones <lee.jones@linaro.org>
-
- May 09, 2019
-
-
Neil Armstrong authored
Update the doc to explicitly support Meson G12A Family. The 2 first (A & B) AO PWM uses different clock source than the last 2 (C & D) AO PWM modules, thus we need to differentiate them. Signed-off-by:
Neil Armstrong <narmstrong@baylibre.com> Reviewed-by:
Martin Blumenstingl <martin.blumenstingl@googlemail.com> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Thierry Reding <thierry.reding@gmail.com>
-
Anson Huang authored
Add i.MX TPM(Low Power Timer/Pulse Width Modulation Module) PWM binding. Signed-off-by:
Anson Huang <Anson.Huang@nxp.com> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Thierry Reding <thierry.reding@gmail.com>
-
Marek Behún authored
This adds device tree binding documentation for the rWTM BIU mailbox driver on the Armada 37xx SOC (EspressoBin, Turris Mox). Signed-off-by:
Marek Behun <marek.behun@nic.cz> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Jassi Brar <jaswinder.singh@linaro.org>
-
- May 08, 2019
-
-
Dmitry Osipenko authored
Document new generic property that designates the PMIC as the system's power controller. Signed-off-by:
Dmitry Osipenko <digetx@gmail.com> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Lee Jones <lee.jones@linaro.org>
-
Dmitry Osipenko authored
Maxim 77663 has a few minor differences in regards to hardware interface and available capabilities by comparing it with 77620 and 20024 models, hence re-use 77620 device-tree binding for the 77663. Signed-off-by:
Dmitry Osipenko <digetx@gmail.com> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Lee Jones <lee.jones@linaro.org>
-
Bartosz Golaszewski authored
Add the DT binding document for the onkey module of max77650. Signed-off-by:
Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Lee Jones <lee.jones@linaro.org>
-
Bartosz Golaszewski authored
Add the DT binding document for the LEDs module of max77650. Signed-off-by:
Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by:
Rob Herring <robh@kernel.org> Acked-by:
Pavel Machek <pavel@ucw.cz> Signed-off-by:
Lee Jones <lee.jones@linaro.org>
-
Bartosz Golaszewski authored
Add the DT binding document for the battery charger module of max77650. Signed-off-by:
Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by:
Sebastian Reichel <sebastian.reichel@collabora.com> Signed-off-by:
Lee Jones <lee.jones@linaro.org>
-
Bartosz Golaszewski authored
Add a DT binding document for max77650 ultra-low power PMIC. This describes the core mfd device and the GPIO module. Signed-off-by:
Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by:
Rob Herring <robh@kernel.org> Acked-by:
Pavel Machek <pavel@ucw.cz> Signed-off-by:
Lee Jones <lee.jones@linaro.org>
-
- May 07, 2019
-
-
Marco Felsch authored
Add initial support for the AT42QT1050 (QT1050) device. The device supports up to five input keys, dependent on the mode. Since it adds only the initial support, the "1 to 4 keys plus Guard Channel" mode isn't supported. Signed-off-by:
Marco Felsch <m.felsch@pengutronix.de> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Dmitry Torokhov <dmitry.torokhov@gmail.com>
-
Maxime Chevallier authored
The phy_mode "2000base-x" is actually supposed to be "1000base-x", even though the commit title of the original patch says otherwise. Fixes: 55601a88 ("net: phy: Add 2000base-x, 2500base-x and rxaui modes") Signed-off-by:
Maxime Chevallier <maxime.chevallier@bootlin.com> Reviewed-by:
Andrew Lunn <andrew@lunn.ch> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- May 06, 2019
-
-
Linus Walleij authored
This adds device tree bindings for ARM Firmware Suite flash partitioning used in NOR flashes on ARM reference designs. Cc: devicetree@vger.kernel.org Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Linus Walleij <linus.walleij@linaro.org> Signed-off-by:
Richard Weinberger <richard@nod.at>
-
Chris Packham authored
Add an example showing how to use the addr-gpios property to deal with a system with limited IO space. Cc: devicetree@vger.kernel.org Signed-off-by:
Chris Packham <chris.packham@alliedtelesis.co.nz> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Richard Weinberger <richard@nod.at>
-
Jonas Gorski authored
Describe how to use the BCM963XX ImageTag format in a mixed flash layout environment. Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com> Reviewed-by:
Florian Fainelli <f.fainelli@gmail.com> Signed-off-by:
Richard Weinberger <richard@nod.at>
-
Jonas Gorski authored
Add binding documentation for the standard CFE based BCM963XX flash layout, found in most devices using a BCM63XX SoC with NOR flash. Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com> Reviewed-by:
Florian Fainelli <f.fainelli@gmail.com> Signed-off-by:
Richard Weinberger <richard@nod.at>
-
Yinbo Zhu authored
Add "fsl,ls1028a-esdhc" bindings for ls1028a eSDHC host controller Signed-off-by:
Yinbo Zhu <yinbo.zhu@nxp.com> Signed-off-by:
Ulf Hansson <ulf.hansson@linaro.org>
-
NeilBrown authored
mt7620 family MIPS SOCs contain the mtk-sd silicon. Add support for this. Signed-off-by:
NeilBrown <neil@brown.name> Reviewed-by:
Chaotian Jing <chaotian.jing@mediatek.com> Signed-off-by:
Ulf Hansson <ulf.hansson@linaro.org>
-
Fabien Parent authored
Add binding documentation of mtk-sd for MT8516 SoCs. Signed-off-by:
Fabien Parent <fparent@baylibre.com> Signed-off-by:
Ulf Hansson <ulf.hansson@linaro.org>
-
BOUGH CHEN authored
Add imx7ulp compatible string. Signed-off-by:
Haibo Chen <haibo.chen@nxp.com> Reviewed-by:
Dong Aisheng <aisheng.dong@nxp.com> Reviewed-by:
Rob Herring <robh@kernel.org> Signed-off-by:
Ulf Hansson <ulf.hansson@linaro.org>
-