lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 7 Nov 2019 11:10:19 -0800
From:   Bobby Jones <rjones@...eworks.com>
To:     Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>,
        Shawn Guo <shawnguo@...nel.org>,
        Sascha Hauer <s.hauer@...gutronix.de>,
        Marco Felsch <m.felsch@...gutronix.de>
Cc:     Pengutronix Kernel Team <kernel@...gutronix.de>,
        Fabio Estevam <festevam@...il.com>,
        NXP Linux Team <linux-imx@....com>,
        devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] ARM: dts: imx: ventana: add fxos8700 on gateworks boards

Hello Shawn,

I just wanted to follow up with this and see if you had a chance to
look at this. I submitted this after responding to Marco on my initial
submission but haven't heard anything since and didn't want it to fall
through the cracks. It may be worth mentioning that both the bindings
for the fxos8700 and lsm9ds1 have been accepted by iio.

In addition to this submission I have the following that I'd like to
check in on as well:

[PATCH] ARM: dts: imx: imx6qdl-gw553x.dtsi: add lsm9ds1 iio imu/magn support
[PATCH] ARM: dts: imx: Add GW5907
[PATCH] ARM: dts: imx: Add GW5912
[PATCH] ARM: dts: imx: Add GW5913
[PATCH] ARM: dts: imx: Add GW5910

Please let me know if there's anything I can do. Thanks!

Regards,
Bobby




On Mon, Oct 21, 2019 at 1:54 PM Robert Jones <rjones@...eworks.com> wrote:
>
> Add fxos8700 iio imu entries for Gateworks ventana SBCs.
>
> Signed-off-by: Robert Jones <rjones@...eworks.com>
> ---
>  arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 5 +++++
>  arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | 5 +++++
>  arch/arm/boot/dts/imx6qdl-gw54xx.dtsi | 5 +++++
>  3 files changed, 15 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
> index 1a9a9d9..2d7d01e 100644
> --- a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
> @@ -313,6 +313,11 @@
>                 interrupts = <12 2>;
>                 wakeup-gpios = <&gpio7 12 GPIO_ACTIVE_LOW>;
>         };
> +
> +       fxos8700@1e {
> +               compatible = "nxp,fxos8700";
> +               reg = <0x1e>;
> +       };
>  };
>
>  &ldb {
> diff --git a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
> index 54b2bea..bf1a2c6 100644
> --- a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
> @@ -304,6 +304,11 @@
>                 interrupts = <11 2>;
>                 wakeup-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
>         };
> +
> +       fxos8700@1e {
> +               compatible = "nxp,fxos8700";
> +               reg = <0x1e>;
> +       };
>  };
>
>  &ldb {
> diff --git a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
> index 1b6c133..d9e09a9 100644
> --- a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
> @@ -361,6 +361,11 @@
>                 interrupts = <12 2>;
>                 wakeup-gpios = <&gpio7 12 GPIO_ACTIVE_LOW>;
>         };
> +
> +       fxos8700@1e {
> +               compatible = "nxp,fxos8700";
> +               reg = <0x1e>;
> +       };
>  };
>
>  &ldb {
> --
> 2.9.2
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ