Re: [PATCH] ARM: dts: imx7d-sdb: add gpio key support

2018-04-16 Thread Shawn Guo
On Fri, Mar 16, 2018 at 04:54:31PM +0800, Anson Huang wrote: > Add support for imx7d-sdb board's gpio keys: > > S1(FUNC1): KEY_VOLUMEUP > S3(FUNC2): KEY_VOLUMEDOWN > > Signed-off-by: Anson Huang Applied, thanks.

Re: [PATCH] ARM: dts: imx7s: add anatop vdd1p2 regulator

2018-04-16 Thread Shawn Guo
On Sat, Mar 17, 2018 at 03:36:55PM +0800, Anson Huang wrote: > Add i.MX7S/D anatop vdd1p2 regulator. > > Signed-off-by: Anson Huang Applied, thanks.

Re: [PATCH v2 2/2] ARM: dts: i.MX6: Add BTicino i.MX6DL Mamoj initial support

2018-04-16 Thread Shawn Guo
On Tue, Mar 20, 2018 at 01:11:14AM +0530, Jagan Teki wrote: > + { > + clock-frequency = <10>; > + pinctrl-names = "default"; > + pinctrl-0 = <_i2c4>; > + status = "okay"; > + > + pmic: pfuze100@8 { pfuze100: pmic@8 I fixed it up and applied both patches. Shawn > +

Re: [PATCH v2] arm: dts: hummingboard: convert onboard audio to simple-audio-card

2018-04-16 Thread Shawn Guo
On Mon, Mar 19, 2018 at 04:14:13PM -0400, Matt Porter wrote: > The HB onboard audio currently makes use of the imx-audio-sgtl5000 > binding. This binding does not support auxiliary audio devices such > as external amplifiers. The simple-audio-card binding does support > this property which allows

Re: [PATCH V2] ARM: dts: imx7d-pinfunc: update sai select input value

2018-04-16 Thread Shawn Guo
On Tue, Mar 20, 2018 at 10:08:40AM +0800, Anson Huang wrote: > From: Shengjiu Wang > > Update SAI select input daisy chain value according to > Reference Manual. > > Signed-off-by: Shengjiu Wang > Signed-off-by: Anson Huang

Re: [PATCH v1] ARM: dts: imx6qdl-sabreauto: add ecspi dts for sabreauto board

2018-04-16 Thread Shawn Guo
On Wed, Mar 21, 2018 at 06:22:48PM +0800, Robin Gong wrote: > DIN pin of SPI-NOR muxed with I2C3_SDA which connected to one gpio expand > chip, thus have to disable all those module which compacted by those gpios > if enable SPI-NOR support on Sabreauto board. > > Signed-off-by: Robin Gong

Re: [PATCH V2 2/2] ARM: dts: imx6sx-sabreauto: add external 24MHz clock source

2018-04-19 Thread Shawn Guo
On Wed, Apr 18, 2018 at 08:17:35PM -0700, Stephen Boyd wrote: > Quoting Shawn Guo (2018-04-17 07:22:05) > > On Mon, Mar 19, 2018 at 10:30:45AM +0800, Anson Huang wrote: > > > On i.MX6SX SabreAuto board, there is external 24MHz clock > > > source for analog clock2, add

Re: [PATCH V2 2/2] ARM: dts: imx6sx-sabreauto: add external 24MHz clock source

2018-04-19 Thread Shawn Guo
On Thu, Apr 19, 2018 at 10:02:37PM +0800, Shawn Guo wrote: > On Wed, Apr 18, 2018 at 08:17:35PM -0700, Stephen Boyd wrote: > > Quoting Shawn Guo (2018-04-17 07:22:05) > > > On Mon, Mar 19, 2018 at 10:30:45AM +0800, Anson Huang wrote: > > > > On i.MX6SX SabreAuto

Re: [PATCH V2 2/2] ARM: dts: imx6sx-sabreauto: add external 24MHz clock source

2018-04-19 Thread Shawn Guo
On Thu, Apr 19, 2018 at 03:23:39AM +, Anson Huang wrote: > If so, I think we should use V1 patch to keep clocks container? Ah, right. I will just pick up v1 of patch #2. Shawn

Re: [PATCH V2 1/2] clk: imx6sx: add missing lvds2 clock to the clock tree

2018-04-19 Thread Shawn Guo
On Mon, Mar 19, 2018 at 10:30:44AM +0800, Anson Huang wrote: > i.MX6SX has lvds2 (analog clock2), an I/O clock like lvds1. > And this lvds2, along with lvds1, can be used to provide > external clock source to the internal pll, such as pll4_audio > and pll5_video. > > This patch mainly adds the

Re: [PATCH v3 5/6] ARM: dts: Add support for emtrion emCON-MX6 series

2018-04-23 Thread Shawn Guo
On Fri, Apr 20, 2018 at 02:50:52PM +0200, jan.tu...@emtrion.com wrote: > From: Jan Tuerk > > This patch adds support for the emtrion GmbH emCON-MX6 modules. > They are available with imx.6 Solo, Dual-Lite, Dual and Quad > equipped with Memory from 512MB to 2GB (configured

Re: [PATCH v6] ARM: dts: tpc: Device tree description of the iMX6Q TPC board

2018-04-23 Thread Shawn Guo
On Thu, Apr 19, 2018 at 04:32:40PM +0200, Lukasz Majewski wrote: > This commit adds device tree description of Kieback & Peter GmbH > iMX6Q TPC board. > > Signed-off-by: Lukasz Majewski > Reviewed-by: Fabio Estevam Applied, thanks.

Re: [PATCH v2] clk: imx: Set CLK_SET_RATE_GATE for gate and divider clocks

2018-04-17 Thread Shawn Guo
On Wed, Apr 11, 2018 at 05:03:29PM +0300, Abel Vesa wrote: > From: Shawn Guo <shawn...@kernel.org> > > Add flag CLK_SET_RATE_GATE for i.MX gate and divider clocks on which the > client drivers usually make clk_set_rate() call, so that the call will fail > when cloc

Re: [PATCH v4] ARM: dts: imx6q-icore-ofcap12: Switch LVDS timings from panel-simple

2018-04-17 Thread Shawn Guo
On Mon, Mar 26, 2018 at 01:35:53PM +0530, Jagan Teki wrote: > Switch to use koe_tx31d200vm0baa LVDS timings from > panel-simple instead hard coding the same in dts. > > Signed-off-by: Jagan Teki Applied both, thanks.

Re: [PATCH V6 2/2] thermal: imx: add i.MX7 thermal sensor support

2018-04-16 Thread Shawn Guo
Hi Eduardo, On Wed, Mar 14, 2018 at 05:51:42PM -0700, Eduardo Valentin wrote: > On Tue, Mar 13, 2018 at 02:51:05PM +0800, Zhang Rui wrote: > > yeah, will review it and get back to you later. > > This is in my tree now. It seems that the patch did not make its way to 4.17-rc1? Shawn

Re: [PATCH 0/4] ARM: imx: use device properties for at24 eeprom

2018-04-17 Thread Shawn Guo
On Wed, Apr 04, 2018 at 03:16:23PM +0200, Bartosz Golaszewski wrote: > We want to work towards phasing out the at24_platform_data structure. > There are few users and its contents can be represented using generic > device properties. Using device properties only will allow us to > significantly

Re: [PATCH v5] ARM: dts: tpc: Device tree description of the iMX6Q TPC board

2018-04-17 Thread Shawn Guo
On Tue, Apr 10, 2018 at 10:32:09PM +0200, Lukasz Majewski wrote: > This commit adds device tree description of Kieback & Peter GmbH > iMX6Q TPC board. > > Signed-off-by: Lukasz Majewski > Reviewed-by: Fabio Estevam > > --- > Changes for v5: > - Use

Re: linux-next: manual merge of the imx-mxs tree with the arm-soc tree

2018-03-27 Thread Shawn Guo
On Tue, Mar 27, 2018 at 09:10:26AM +1100, Stephen Rothwell wrote: > Hi Shawn, > > Today's linux-next merge of the imx-mxs tree got a conflict in: > > arch/arm/configs/mxs_defconfig > > between commit: > > e3e583e7a293 ("ARM: mxs_defconfig: Re-sync defconfig") > > from the arm-soc tree and

Re: [PATCH 1/7] ARM: multi_v7_defconfig: add OCOTP driver for NXP SoCs

2018-03-26 Thread Shawn Guo
On Sun, Mar 18, 2018 at 09:34:36PM +0100, Stefan Agner wrote: > Enable on-chip OTP NVMEM support for NXP i.MX and VF610 SoCs. > Since OTP values might be required by drivers required during > boot, make sure the driver is built-in (e.g. i.MX thermal > driver). > > Signed-off-by: Stefan Agner

Re: [RESEND] [PATCH] rtc: snvs: Fix usage of snvs_rtc_enable

2018-03-28 Thread Shawn Guo
later > on. > > Fixes: 179a502f8c46 ("rtc: snvs: add Freescale rtc-snvs driver") > > Signed-off-by: Bryan O'Donoghue <pure.lo...@nexus-software.ie> > Cc: a.zu...@towertech.it > Cc: alexandre.bell...@free-electrons.com > Cc: Pan Bian <bianpan2...@163.com

[PATCH v4 2/2] phy: add inno-usb2-phy driver for hi3798cv200 SoC

2018-03-04 Thread Shawn Guo
com> Signed-off-by: Shawn Guo <shawn@linaro.org> --- drivers/phy/hisilicon/Kconfig | 10 ++ drivers/phy/hisilicon/Makefile | 1 + drivers/phy/hisilicon/phy-hisi-inno-usb2.c | 197 + 3 files changed, 208 insertions(+) create mode 100644 d

[PATCH v4 1/2] dt-bindings: add bindings doc for HiSilicon INNO USB2 PHY

2018-03-04 Thread Shawn Guo
From: Pengcheng Li <lpc...@hisilicon.com> It adds device tree bindings document for HiSilicon INNO USB2 PHY. Signed-off-by: Pengcheng Li <lpc...@hisilicon.com> Signed-off-by: Jiancheng Xue <xuejianch...@hisilicon.com> Signed-off-by: Shawn Guo <shawn@linaro.org> ---

[PATCH v4 0/2] Add HiSilicon INNO USB2 PHY driver support

2018-03-04 Thread Shawn Guo
It adds device tree bindings and driver support for HiSilicon INNO USB2 PHY device, which can be found on HiSilicon STB SoC Hi3798CV200. Changes for v4: - Change device tree bindings to define each PHY port as a child node, and therefore instead of adding a custom .of_xlate, we can use

Re: [PATCHv4 1/2] ARM: imx53: add secure-reg-access support for PMU

2018-02-26 Thread Shawn Guo
On Mon, Feb 26, 2018 at 02:47:41PM +0100, Sebastian Reichel wrote: > Hi Shawn, > > On Sat, Feb 24, 2018 at 03:45:44PM +0800, Shawn Guo wrote: > > On Mon, Feb 12, 2018 at 01:39:44PM +0100, Sebastian Reichel wrote: > > > On i.MX53 it is necessary to set the DBG_EN bit i

Re: [PATCH v3 1/2] dt-bindings: add bindings doc for HiSilicon INNO USB2 PHY

2018-03-02 Thread Shawn Guo
On Fri, Mar 02, 2018 at 01:35:43PM +0530, Kishon Vijay Abraham I wrote: > >>> diff --git a/Documentation/devicetree/bindings/phy/phy-hisi-inno-usb2.txt > >>> b/Documentation/devicetree/bindings/phy/phy-hisi-inno-usb2.txt > >>> new file mode 100644 > >>> index ..b563cf54ca7b > >>> ---

Re: [PATCH v3 1/2] dt-bindings: add bindings doc for HiSilicon INNO USB2 PHY

2018-03-01 Thread Shawn Guo
Hi Kishon, On Fri, Mar 02, 2018 at 11:55:57AM +0530, Kishon Vijay Abraham I wrote: > On Thursday 01 March 2018 12:52 PM, Shawn Guo wrote: > > From: Pengcheng Li <lpc...@hisilicon.com> > > > > It adds device tree bindings document for HiSilicon INNO USB2 PHY. > >

Re: [PATCH 1/2] ARM: dts: imx6: RDU2: Add RAVE SP device

2018-02-27 Thread Shawn Guo
; corresponding DT node for RDU2. > > Cc: Rob Herring <robh...@kernel.org> > Cc: Mark Rutland <mark.rutl...@arm.com> > Cc: Shawn Guo <shawn...@kernel.org> > Cc: Fabio Estevam <fabio.este...@nxp.com> > Cc: Guenter Roeck <li...@roeck-us.net> > Cc: Chris

Re: [PATCH v2] ARM: imx: avic: set low-power interrupt mask for imx25

2018-02-27 Thread Shawn Guo
On Tue, Feb 27, 2018 at 10:29:15PM +0100, Martin Kaiser wrote: > imx25 contains two registers (LPIMR0 and 1) to define which interrupts > are enabled in low-power mode. As of today, those two registers are > configured to enable all interrupts. Before going to low-power mode, the > AVIC's

Re: [PATCH v4 4/4] ARM: dts: imx7s: add CAAM device node

2018-02-27 Thread Shawn Guo
On Thu, Feb 22, 2018 at 02:22:50PM +, Rui Miguel Silva wrote: > Add CAAM device node to the i.MX7s device tree. > > Cc: Shawn Guo <shawn...@kernel.org> > Cc: Sascha Hauer <ker...@pengutronix.de> > Cc: devicet...@vger.kernel.org > Cc: "Horia Geantă" &l

Re: [PATCH] ARM: dts: imx6: RIoTboard Add chosen stdout-path property

2018-06-27 Thread Shawn Guo
On Mon, Jun 18, 2018 at 05:42:57PM +0200, Emmanuel Vadot wrote: > The RIoTboard debug uart is connected to serial1. > Add a chosen property in the DTS so OS knows what serial port to use for > the console. > > Signed-off-by: Emmanuel Vadot Applied, thanks.

Re: [PATCH] ARM: dts: imx6sll: declare src module to be compatible to imx51's src

2018-06-27 Thread Shawn Guo
On Wed, Jun 20, 2018 at 04:38:37PM +0800, Anson Huang wrote: > i.MX6SLL uses same SRC module as i.MX51, add "fsl,imx51-src" > compatible string to enable SRC driver to support setting > CPU resume address for cpu-idle and suspend/resume. > > Signed-off-by: Anson Huang Applied, thanks.

Re: [PATCH 1/3] dt-bindings: crypto: Mention clocks for mxs-dcp

2018-10-07 Thread Shawn Guo
On Tue, Oct 02, 2018 at 07:18:21PM +, Leonard Crestez wrote: > Explicit clock enabling is required on 6sll and 6ull so mention that > standard clock bindings are used. > > Signed-off-by: Leonard Crestez > --- > Documentation/devicetree/bindings/crypto/fsl-dcp.txt | 2 ++ > 1 file changed, 2

Re: [PATCH 1/1] MAINTAINERS: imx: include drivers/firmware/imx path

2018-10-08 Thread Shawn Guo
On Sun, Oct 07, 2018 at 09:24:17PM +0800, Dong Aisheng wrote: > Due to newly added IMX SCU firmware support, let's add > drivers/firmware/imx into maintainership. > > Cc: Shawn Guo > Cc: Arnd Bergmann > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Dong Aisheng >

Re: [PATCH] dt-bindings: misc: bk4: Add device tree binding for Liebherr's BK4 SPI bus

2018-10-08 Thread Shawn Guo
On Fri, Sep 28, 2018 at 12:26:55AM +0200, Lukasz Majewski wrote: > Add Device Tree binding document for Liebherr's BK4 external SPI bus. > > Signed-off-by: Lukasz Majewski There should really be a patch series consisting of this one and spidev change [1]. Since spidev has already been picked

Re: [PATCH v3] ARM: dts: Add support for Liebherr's BK4 device (vf610 based)

2018-10-11 Thread Shawn Guo
On Tue, Oct 09, 2018 at 12:50:28PM +0200, Lukasz Majewski wrote: > This commit adds DTS support for BK4 device from Liebherr. It > uses vf610 SoC from NXP. > > Signed-off-by: Lukasz Majewski As v3 just incorporates a few minor improvements over v2, Stefan's review tag should really be carried.

Re: [PATCH] PCI: histb: constify dw_pcie_host_ops structure

2018-10-28 Thread Shawn Guo
ned-off-by: Julia Lawall Acked-by: Shawn Guo

Re: [PATCH] ARM: dts: imx: Add dummy PHYs for HSIC-only USB controllers

2018-10-31 Thread Shawn Guo
On Thu, Oct 18, 2018 at 09:45:04AM +0200, Frieder Schrempf wrote: > Some SOCs in the i.MX6 family have a USB host controller that is > only capable of the HSIC interface and has no on-board PHY. > > To be able to use these controllers, we need to add "usb-nop-xceiv" > dummy PHYs. > >

Re: [PATCH v2 1/1] ARM: dts: imx6sx-sdb: Add flexcan support

2018-11-04 Thread Shawn Guo
On Sat, Oct 20, 2018 at 02:35:36AM +, Joakim Zhang wrote: > From: Dong Aisheng > > CAN transceiver is different on RevA and RevB board. > It's active high on RevA while active low on Rev B. > > Signed-off-by: Dong Aisheng > Signed-off-by: Joakim Zhang > --- >

Re: [PATCH v1] ARM: dts: imx6ul: ccimx6ulsom: Add support for wireless SOM variant

2018-11-04 Thread Shawn Guo
On Mon, Oct 22, 2018 at 11:27:23AM +0200, Alex Gonzalez wrote: > The wireless variants of the ConnecCore 6UL SOM include a Qualcomm > QCA6564 wireless chip with dual WiFi and Bluetooth. > > Both the ConnectCore 6UL SBC Express and Pro boards fit a wireless SOM. > > The Wifi is connected through

Re: [PATCH V1 1/4] ARM: dts: imx6sx: Add flexcan stop mode wakeup support

2018-11-04 Thread Shawn Guo
On Tue, Oct 23, 2018 at 05:30:44AM +, Joakim Zhang wrote: > From: Dong Aisheng > > Add stop-mode property which is required by stop mode wakeup > feature. > > Signed-off-by: Dong Aisheng > Signed-off-by: Joakim Zhang > --- > arch/arm/boot/dts/imx6sx.dtsi | 2 ++ > 1 file changed, 2

Re: [PATCH V1] ARM: dts: sabreauto: Remove reg property from fixed regulator

2018-11-04 Thread Shawn Guo
On Wed, Oct 24, 2018 at 10:25:12AM +, Joakim Zhang wrote: > Remove reg property from fixed regulator as upstream has no longer > needed this property. Prefix 'ARM: dts: imx6qdl-sabreauto: ...' should be more accurate. And the 'reg' property was there only because we have a fake bus container

Re: [PATCH V2 3/3] ARM: dts: sabreauto: Add flexcan support

2018-11-04 Thread Shawn Guo
On Tue, Oct 30, 2018 at 08:42:47AM +, Joakim Zhang wrote: > From: Dong Aisheng > > The flexcan1 is pin conflict with fec. So we add a new dts file with > flexcan1 enabled with fec disabled for user to use. > > Signed-off-by: Dong Aisheng > Signed-off-by: Joakim Zhang We do not want to

Re: [PATCH] ARM: dts: i.MX25: add the clocks for the EPIT blocks

2018-11-04 Thread Shawn Guo
On Thu, Nov 01, 2018 at 06:32:47PM +0100, Martin Kaiser wrote: > The i.MX25 contains two EPIT (Enhanced Periodic Interrupt Timer) > function blocks. Add their ipg and per clocks to the device tree. > > Signed-off-by: Martin Kaiser Are these EPIT devices actually used in upstream kernel, or just

[PATCH 1/2] dt-bindings: phy: Add Qualcomm Synopsys High-Speed USB PHY binding

2018-11-07 Thread Shawn Guo
From: Sriharsha Allenki It adds bindings for Synopsys 28nm femto phy controller that supports LS/FS/HS usb connectivity on Qualcomm chipsets. Signed-off-by: Sriharsha Allenki Signed-off-by: Anu Ramanathan Signed-off-by: Bjorn Andersson Signed-off-by: Shawn Guo --- .../phy/qcom,snps-28nm

[PATCH 2/2] phy: qualcomm: Add Synopsys High-Speed USB PHY driver

2018-11-07 Thread Shawn Guo
It adds Synopsys 28nm Femto High-Speed USB PHY driver support, which is usually paired with Synopsys DWC3 USB controllers on Qualcomm SoCs. Signed-off-by: Shawn Guo --- drivers/phy/qualcomm/Kconfig | 10 + drivers/phy/qualcomm/Makefile | 1 + .../phy/qualcomm

[PATCH 0/2] Add Synopsys High-Speed USB PHY driver for Qualcomm SoCs

2018-11-07 Thread Shawn Guo
It's based on a downstream driver from Sriharsha Allenki that uses USB phy framework, and gets rewrote to adpot generic phy framework together with quite some cleanups. Shawn Guo (1): phy: qualcomm: Add Synopsys High-Speed USB PHY driver Sriharsha Allenki (1): dt-bindings: phy: Add

Re: [PATCH 1/2] dt-bindings: phy: Add Qualcomm Synopsys High-Speed USB PHY binding

2018-11-12 Thread Shawn Guo
Hi Rob, On Mon, Nov 12, 2018 at 01:24:51PM -0600, Rob Herring wrote: > On Thu, Nov 08, 2018 at 03:04:48PM +0800, Shawn Guo wrote: > > From: Sriharsha Allenki > > > > It adds bindings for Synopsys 28nm femto phy controller that supports > > LS/FS/HS usb connec

Re: [PATCH 1/2] dt-bindings: phy: Add Qualcomm Synopsys High-Speed USB PHY binding

2018-11-12 Thread Shawn Guo
Hi Sriharsha, On Tue, Nov 13, 2018 at 11:42 AM Shawn Guo wrote: > > > +- qcom,init-seq: > > > +Value type: > > > +Definition: Should contain a sequence of tuples > > > to > > > +program 'value' into phy register at 'offset

[PATCH v2 0/2] Add Synopsys High-Speed USB PHY driver for Qualcomm SoCs

2018-11-12 Thread Shawn Guo
function qcom_snps_hsphy_config_regulators() fails in the middle. - Add a comment for init-seq tuple which consists of 3 numbers. - Sort include headers alphabetically. - Sort register definitions in order of offset. Shawn Guo (1): phy: qualcomm: Add Synopsys High-Speed USB PHY driver Sriharsha

[PATCH v2 2/2] phy: qualcomm: Add Synopsys High-Speed USB PHY driver

2018-11-12 Thread Shawn Guo
It adds Synopsys 28nm Femto High-Speed USB PHY driver support, which is usually paired with Synopsys DWC3 USB controllers on Qualcomm SoCs. Signed-off-by: Shawn Guo --- drivers/phy/qualcomm/Kconfig | 10 + drivers/phy/qualcomm/Makefile | 1 + .../phy/qualcomm

[PATCH v2 1/2] dt-bindings: phy: Add Qualcomm Synopsys High-Speed USB PHY binding

2018-11-12 Thread Shawn Guo
From: Sriharsha Allenki It adds bindings for Synopsys 28nm femto phy controller that supports LS/FS/HS usb connectivity on Qualcomm chipsets. Signed-off-by: Sriharsha Allenki Signed-off-by: Anu Ramanathan Signed-off-by: Bjorn Andersson Signed-off-by: Shawn Guo --- .../phy/qcom,snps-28nm

Re: [PATCH] ARM: dts: i.MX25: add the clocks for the EPIT blocks

2018-11-13 Thread Shawn Guo
On Mon, Nov 05, 2018 at 10:12:30AM +0100, Martin Kaiser wrote: > Hi, > > Thus wrote Shawn Guo (shawn...@kernel.org): > > > On Thu, Nov 01, 2018 at 06:32:47PM +0100, Martin Kaiser wrote: > > > The i.MX25 contains two EPIT (Enhanced Periodic Interrupt Timer) > >

Re: [PATCH v9 3/5] clk: imx: add SCCG PLL type

2018-11-13 Thread Shawn Guo
On Sat, Nov 10, 2018 at 04:05:44PM +, A.s. Dong wrote: > Hi Stephen, > > [...] > > > I already sent the 12th version of this current patch series and I > > > would really like to get this in ASAP so that the booting up of imx8mq > > > will > > not be delayed. > > > > > > > Ok. Well we're in

Re: [PATCH v2] ARM: dts: imx6ul: ccimx6ulsom: Add support for wireless SOM variant

2018-11-15 Thread Shawn Guo
On Mon, Nov 05, 2018 at 11:43:42AM +0100, Alex Gonzalez wrote: > The wireless variants of the ConnecCore 6UL SOM include a Qualcomm > QCA6564 wireless chip with dual WiFi and Bluetooth. > > Both the ConnectCore 6UL SBC Express and Pro boards fit a wireless SOM. > > The Wifi is connected through

Re: [PATCH] ASoC: imx-audmux: complete dt-bindings for imx6

2018-11-15 Thread Shawn Guo
On Mon, Nov 05, 2018 at 02:58:02PM +0100, Clément Péron wrote: > From: Colin Didier > > The MX6 Audmux differs from MX51. > > This patch adds the audmux for i.MX6 family. > > Signed-off-by: Colin Didier > Signed-off-by: Clément Péron I think you should send it to ASoC maintainer and list

Re: [PATCH] ARM: dts: imx6ul: ccimx6ulsom: Fix indentation on iomuxc nodes

2018-11-15 Thread Shawn Guo
On Mon, Nov 05, 2018 at 11:48:04AM +0100, Alex Gonzalez wrote: > This patch corrects indentation problems in the gpmigrp and i2c1grp nodes. > > Signed-off-by: Alex Gonzalez Applied, thanks.

Re: [PATCH] ARM: dts: imx6sll: remove unused property in gpc node

2018-11-15 Thread Shawn Guo
On Tue, Nov 06, 2018 at 09:19:36AM +, Anson Huang wrote: > The "fsl,mf-mix-wakeup-irq" is ONLY used as a temporary > solution in NXP's internal tree for Mega/Fast Mix off > feature after suspend, upstream kernel does NOT need it, > remove it. > > Signed-off-by: Anson Huang Applied both,

Re: [PATCH] ASoC: imx-audmux: complete dt-bindings for imx6

2018-11-16 Thread Shawn Guo
On Fri, Nov 16, 2018 at 11:25:07AM +0100, Clément Péron wrote: > Hi Shawn, > > On Fri, 16 Nov 2018 at 03:59, Shawn Guo wrote: > > > > On Mon, Nov 05, 2018 at 02:58:02PM +0100, Clément Péron wrote: > > > From: Colin Didier > > > > > > The MX6 Audmu

Re: [PATCH] ARM: dts: i.MX25: add the clocks for the EPIT blocks

2018-11-13 Thread Shawn Guo
On Thu, Nov 01, 2018 at 06:32:47PM +0100, Martin Kaiser wrote: > The i.MX25 contains two EPIT (Enhanced Periodic Interrupt Timer) > function blocks. Add their ipg and per clocks to the device tree. > > Signed-off-by: Martin Kaiser Applied, thanks.

Re: [PATCH 1/2] dt-bindings: phy: Add Qualcomm Synopsys High-Speed USB PHY binding

2018-11-08 Thread Shawn Guo
On Fri, Nov 09, 2018 at 10:38:19AM +0530, Vinod Koul wrote: > On 08-11-18, 15:04, Shawn Guo wrote: > > From: Sriharsha Allenki > > > > It adds bindings for Synopsys 28nm femto phy controller that supports > > LS/FS/HS usb connectivity on Qualcomm chipsets. > &

Re: [PATCH 2/2] phy: qualcomm: Add Synopsys High-Speed USB PHY driver

2018-11-08 Thread Shawn Guo
On Fri, Nov 09, 2018 at 10:52:17AM +0530, Vinod Koul wrote: > On 08-11-18, 15:04, Shawn Guo wrote: > > +static int qcom_snps_hsphy_config_regulators(struct hsphy_priv *priv, int > > high) > > +{ > > + int min, ret, i; > > + > > + min = high ? 1 : 0; /* l

Re: [PATCH v3] ARM: dts: imx6sx-sdb: Fix enet phy regulator

2018-11-04 Thread Shawn Guo
On Mon, Oct 08, 2018 at 03:28:01PM +, Leonard Crestez wrote: > Bindings for "fixed-regulator" only explicitly support "gpio" property, > not "gpios". Fix by correcting the property name. > > The enet PHYs on imx6sx-sdb needs to be explicitly reset after a power > cycle, this can be handled by

Re: [PATCH 7/7] ARM: dts: imx6: add mmdc ipg clock

2018-11-04 Thread Shawn Guo
On Fri, Aug 31, 2018 at 03:53:18PM +0800, Anson Huang wrote: > i.MX6 SoCs has MMDC clock gates in CCM CCGR, add > clock property for MMDC driver's clock operation. > > Signed-off-by: Anson Huang Applied, thanks.

Re: [RESEND PATCH v2 3/3] ARM: dts: imx28-cfa10036: Fix the reset gpio signal polarity

2018-10-08 Thread Shawn Guo
On Mon, Oct 08, 2018 at 11:45:36AM +, Vokáč Michal wrote: > On 27.9.2018 11:24, Michal Vokáč wrote: > > The reset signal of the SSD1306 OLED display is actually active-low. > > Adapt the DT to reflect the real world. > > > > Signed-off-by: Michal Vokáč > > --- > > v2 changes: New patch in

Re: [PATCH v4 2/5] dt-bindings: spi: add binding file for NXP FlexSPI controller

2018-10-08 Thread Shawn Guo
On Mon, Oct 08, 2018 at 04:41:40PM +0530, Yogesh Gaur wrote: > Add binding file for NXP FlexSPI controller > > Signed-off-by: Yogesh Gaur > --- > Changes for v4: > - Incorporated Rob review comments. > Changes for v3: > - Removed node property 'big-endian'. > Changes for v2: > - Incorporated Rob

Re: [PATCH v3] ARM: dts: imx6sx-sdb: Fix enet phy regulator

2018-10-08 Thread Shawn Guo
On Mon, Oct 08, 2018 at 03:28:01PM +, Leonard Crestez wrote: > Bindings for "fixed-regulator" only explicitly support "gpio" property, > not "gpios". Fix by correcting the property name. > > The enet PHYs on imx6sx-sdb needs to be explicitly reset after a power > cycle, this can be handled by

Re: [PATCH] phy: inno-usb2-phy: fix off-by-one comparison on port number

2018-10-09 Thread Shawn Guo
PHY_PORT_NUM rather than > INNO_PHY_PORT_NUM. > > Detected by CoverityScan, CID#1466118 ("Out-of-bounds write") > > Fixes: ba8b0ee81fbb ("phy: add inno-usb2-phy driver for hi3798cv200 SoC") > Signed-off-by: Colin Ian King Acked-by: Shawn Guo

Re: [PATCH V2 1/4] ARM: imx: add i.mx6ulz msl support

2018-09-28 Thread Shawn Guo
On Wed, Sep 19, 2018 at 02:04:45PM +0800, Anson Huang wrote: > The i.MX 6ULZ processor is a high-performance, ultra > cost-efficient consumer Linux processor featuring an > advanced implementation of a single Arm® Cortex®-A7 core, > which operates at speeds up to 900 MHz. > > This patch adds

Re: [PATCH V2 1/4] ARM: imx: add i.mx6ulz msl support

2018-09-29 Thread Shawn Guo
On Fri, Sep 28, 2018 at 09:07:28AM +, Anson Huang wrote: > Hi, Shawn > > Anson Huang > Best Regards! > > > > -Original Message- > > From: Shawn Guo > > Sent: Friday, September 28, 2018 4:45 PM > > To: Anson Huang > > Cc

Re: [PATCH V3 0/3] Add i.MX6ULZ SoC support

2018-09-30 Thread Shawn Guo
On Sun, Sep 30, 2018 at 11:32:25AM +0800, Anson Huang wrote: > This patch set adds i.MX6ULZ SoC support, i.MX6ULZ is a new SoC of > i.MX6 family, compared to i.MX6ULL, it removes below modules: > > - UART5/UART6/UART7/UART8; > - PWM5/PWM6/PWM7/PWM8; > - eCSPI3/eCSPI4; > -

Re: [PATCH v2] ARM: dts: Add support for Liebherr's BK4 device (vf610 based)

2018-10-08 Thread Shawn Guo
On Fri, Sep 28, 2018 at 12:18:31AM +0200, Lukasz Majewski wrote: > This commit adds DTS support for BK4 device from Liebherr. It > uses vf610 SoC from NXP. > > Signed-off-by: Lukasz Majewski > --- > Changes for v2: > > - Rename enet_ext and audio_ext oscillator names > - Move regulators from

Re: [PATCH] ARM: dts: imx7d-sdb: enable gpio buttons as wakeup source

2018-09-02 Thread Shawn Guo
On Wed, Aug 29, 2018 at 09:45:38AM +0800, Anson Huang wrote: > This patch enables i.MX7D SDB board's below GPIO buttons > as wakeup sources: > > S1(FUNC1): KEY_VOLUMEUP > S3(FUNC2): KEY_VOLUMEDOWN > > Signed-off-by: Anson Huang Applied, thanks.

Re: [PATCH 5/7] arm64: dts: lx2160a: add fspi node property

2018-09-02 Thread Shawn Guo
On Fri, Aug 31, 2018 at 04:00:02PM +0530, Yogesh Gaur wrote: > Add fspi node property for LX2160A SoC for FlexSPI driver. > Property added for the FlexSPI controller and for the connected > slave device for the LX2160ARDB target. > This is having two SPI-NOR flash device, mt35xu512aba, connected >

Re: [PATCH] bus: imx-weim: drop unnecessary DT node name NULL check

2018-09-02 Thread Shawn Guo
On Wed, Aug 29, 2018 at 03:02:58PM -0500, Rob Herring wrote: > Checking the child node names is pointless as the DT node name can > never be NULL, so remove it. > > Cc: Shawn Guo > Signed-off-by: Rob Herring Applied, thanks.

Re: [PATCH V2] ARM: dts: imx7s: enable cpuidle driver

2018-09-02 Thread Shawn Guo
On Mon, Sep 03, 2018 at 09:45:41AM +0800, Anson Huang wrote: > Enable cpuidle for i.MX7S/D using generic ARM cpuidle > driver, below 2 idle states enabled: > > 1. ARM WFI; > 2. SoC WAIT mode. > > Signed-off-by: Anson Huang Applied, thanks.

Re: [PATCH 4/4] arm64: dts: add Microsys MPX-LS1046A SoM and SBC-LS1046A SBC

2018-09-02 Thread Shawn Guo
On Tue, Aug 28, 2018 at 10:45:44PM +0200, Alexandre Belloni wrote: > Microsys designs a SoM based on the LS1046A named miriac MPX-LS1046A > https://microsys.de/products/system-on-modules/qoriqr-armr-architecture/miriactm-mpx-ls1046a/ > > It also provides an SBC accepting this SoM, the miriac

Re: [PATCH V2 1/2] soc: imx: gpc: use A_CORE instread of A7 for more i.MX platforms

2018-09-02 Thread Shawn Guo
On Tue, Aug 28, 2018 at 04:36:45PM +0800, Anson Huang wrote: > gpcv2 driver is NOT just used on i.MX7D which has Cortex-A7 > cores, but also on i.MX8MQ/i.MX8MM platforms which use Cortex-A53 > cores, so let's use A_CORE instread of A7 to avoid confusion. > > Signed-off-by: Anson Huang >

Re: [PATCH 2/2] ARM: imx_v6_v7_defconfig: select CONFIG_ARM_CPUIDLE by default

2018-09-02 Thread Shawn Guo
On Wed, Aug 29, 2018 at 01:00:47PM +0800, Anson Huang wrote: > Some i.MX platforms like i.MX7S/D uses generic ARM cpuidle > driver and psci method to support cpuidle feature, select > CONFIG_ARM_CPUIDLE by default for such platforms. > > Signed-off-by: Anson Huang Applied, thanks.

Re: [PATCH] arm64: dts: ls208xa: add second duart

2018-09-02 Thread Shawn Guo
On Thu, Aug 30, 2018 at 11:00:38AM +0200, Kurt Kanzenbach wrote: > The NXP LS208xA SoCs have two dual uarts. Thus, add the second one. > > Signed-off-by: Kurt Kanzenbach Applied, thanks.

Re: [PATCH v2] arm64: dts: ls1043a: Add configure-gfladj property to USB3 node

2018-09-02 Thread Shawn Guo
On Wed, Aug 29, 2018 at 11:30:55AM +0800, Yinbo Zhu wrote: > From: Rajesh Bhagat > > Add "configure-gfladj" boolean property to USB3 node. This property I do not see where this property is documented as bindings and how driver is using it. Shawn > is used to determine whether frame length

Re: [PATCH] bus: imx-weim: drop unnecessary DT node name NULL check

2018-09-02 Thread Shawn Guo
On Wed, Aug 29, 2018 at 03:02:58PM -0500, Rob Herring wrote: > Checking the child node names is pointless as the DT node name can > never be NULL, so remove it. > > Cc: Shawn Guo > Signed-off-by: Rob Herring Applied, thanks.

Re: [PATCH] ARM: dts: imx7s-warp: use SPDX-License-Identifier

2018-09-02 Thread Shawn Guo
On Tue, Aug 28, 2018 at 07:06:37PM +0200, Pierre-Jean Texier wrote: > Adopt the SPDX license identifier headers to ease > license compliance management. > > Signed-off-by: Pierre-Jean Texier Applied, thanks.

Re: [PATCH] ARM: dts: imx6sx-sdb: enable gpio buttons as wakeup source

2018-09-02 Thread Shawn Guo
On Thu, Aug 30, 2018 at 02:59:39PM +0800, Anson Huang wrote: > This patch enables i.MX6SX SDB board's below GPIO buttons > as wakeup sources: > > SW4(FUNC1): KEY_VOLUMEUP > SW5(FUNC2): KEY_VOLUMEDOWN > > Signed-off-by: Anson Huang Applied, thanks.

Re: [PATCH] ARM: dts: imx6ull: update iomux header

2018-09-02 Thread Shawn Guo
Add Sébastien for a cross check. Shawn On Thu, Aug 30, 2018 at 01:20:05PM +0800, Anson Huang wrote: > Update i.MX6ULL iomux header according to latest reference > manual Rev.1, 11/2017. > > Signed-off-by: Anson Huang > --- > arch/arm/boot/dts/imx6ull-pinfunc.h | 21 +++-- > 1

Re: [PATCH 1/2] ARM: dts: imx6: RDU2: Fix the audio CODEC's reset pin

2018-09-02 Thread Shawn Guo
On Fri, Aug 31, 2018 at 02:17:31PM -0500, Andrew F. Davis wrote: > The correct DT property for specifying a GPIO used for reset > is "reset-gpios", fix this here. > > Fixes: d763762e3b58 ("ARM: dts: imx6: add ZII RDU2 boards") This Fixes tag and word 'Fix' in subject is inappropriate to me, as

Re: [PATCH 1/2] ARM: dts: imx7s: enable cpuidle driver

2018-09-02 Thread Shawn Guo
On Wed, Aug 29, 2018 at 01:00:46PM +0800, Anson Huang wrote: > Enable cpuidle for i.MX7S/D using generic ARM cpuidle > driver, below 2 idle states enabled: > > 1. ARM WFI; > 2. SoC WAIT mode. > > Signed-off-by: Anson Huang > --- > arch/arm/boot/dts/imx7d.dtsi | 1 + >

Re: [PATCH] arm64: dts: ls208xa: add second duart

2018-09-02 Thread Shawn Guo
It looks good to me. @Leo, are you okay with it? Shawn On Thu, Aug 30, 2018 at 11:00:38AM +0200, Kurt Kanzenbach wrote: > The NXP LS208xA SoCs have two dual uarts. Thus, add the second one. > > Signed-off-by: Kurt Kanzenbach > --- > arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 16

Re: [PATCH v4 5/6] ARM: dts: imx7d: Add turnoff reset

2018-09-25 Thread Shawn Guo
On Tue, Aug 14, 2018 at 07:50:19PM +0300, Leonard Crestez wrote: > This is required for the imx pci driver to send the PME_Turn_Off TLP. > > Signed-off-by: Leonard Crestez Acked-by: Shawn Guo > --- > arch/arm/boot/dts/imx7d.dtsi | 5 +++-- > 1 file changed, 3 insertio

Re: [PATCH v2 07/11] arm: dts: imx7: Update coresight binding for hardware ports

2018-09-25 Thread Shawn Guo
On Wed, Sep 12, 2018 at 02:53:48PM +0100, Suzuki K Poulose wrote: > Switch to the updated coresight bindings. > > Cc: Shawn Guo > Cc: Sascha Hauer > Cc: Pengutronix Kernel Team > Cc: Fabio Estevam > Cc: Mathieu Poirier > Signed-off-by: Suzuki K Poulose Applied, thanks.

Re: [PATCH 1/2] ARM: dts: imx6ul: use nvmem-cells for cpu speed grading

2018-09-26 Thread Shawn Guo
On Fri, Sep 14, 2018 at 10:59:21AM +0800, Anson Huang wrote: > On i.MX6UL, accessing OCOTP directly is wrong because the ocotp clock > needs to be enabled first, so use the nvmem-cells binding instead. > > Signed-off-by: Anson Huang Applied this one, thanks.

Re: [PATCH V2 1/2] ARM: dts: imx6ul: use nvmem-cells for cpu speed grading

2018-09-26 Thread Shawn Guo
On Mon, Sep 17, 2018 at 11:17:43AM +0800, Anson Huang wrote: > On i.MX6UL, accessing OCOTP directly is wrong because the ocotp clock > needs to be enabled first, so use the nvmem-cells binding instead. > > Signed-off-by: Anson Huang > --- > no change since V1. Okay, I just applied v1 of this

Re: [PATCH] ARM: dts: imx6ull: update vdd_soc voltage for 900MHz operating point

2018-09-25 Thread Shawn Guo
On Wed, Sep 12, 2018 at 04:13:29PM +0800, Anson Huang wrote: > Update VDD_SOC voltage to 1.25V for 900MHz operating point > according to datasheet Rev. 1.3, 08/2018, 25mV is added to > the minimum allowed values to cover power supply ripple. > > Signed-off-by: Anson Huang Applied, thanks.

[PATCH v3 0/2] Add Synopsys High-Speed USB PHY driver for Qualcomm SoCs

2018-11-16 Thread Shawn Guo
rt include headers alphabetically. - Sort register definitions in order of offset. Shawn Guo (1): phy: qualcomm: Add Synopsys High-Speed USB PHY driver Sriharsha Allenki (1): dt-bindings: phy: Add Qualcomm Synopsys High-Speed USB PHY binding .../phy/qcom,snps-28nm-usb-hs-phy.txt

[PATCH v3 1/2] dt-bindings: phy: Add Qualcomm Synopsys High-Speed USB PHY binding

2018-11-16 Thread Shawn Guo
From: Sriharsha Allenki It adds bindings for Synopsys 28nm femto phy controller that supports LS/FS/HS usb connectivity on Qualcomm chipsets. Signed-off-by: Sriharsha Allenki Signed-off-by: Anu Ramanathan Signed-off-by: Bjorn Andersson Signed-off-by: Shawn Guo --- .../phy/qcom,snps-28nm

[PATCH v3 2/2] phy: qualcomm: Add Synopsys High-Speed USB PHY driver

2018-11-16 Thread Shawn Guo
It adds Synopsys 28nm Femto High-Speed USB PHY driver support, which is usually paired with Synopsys DWC3 USB controllers on Qualcomm SoCs. Signed-off-by: Shawn Guo --- drivers/phy/qualcomm/Kconfig | 10 + drivers/phy/qualcomm/Makefile | 1 + .../phy/qualcomm

Re: [PATCH v5 13/15] ARM: dts: imx6sll: correct sdma compatible

2019-07-17 Thread Shawn Guo
On Mon, Jun 10, 2019 at 04:17:51PM +0800, yibin.g...@nxp.com wrote: > From: Robin Gong > > Correct sdma compatible since ecspi errata ERR009165 has been fixed > on i.mx6sll as i.mx6ul. > > Signed-off-by: Robin Gong Applied, thanks.

Re: [PATCH v5 12/15] ARM: dts: imx6ul: add dma support on ecspi

2019-07-17 Thread Shawn Guo
On Mon, Jun 10, 2019 at 04:17:50PM +0800, yibin.g...@nxp.com wrote: > From: Robin Gong > > Add dma support on ecspi. > > Signed-off-by: Robin Gong Applied, thanks.

Re: [PATCH v5 14/15] arm64: defconfig: Enable SDMA on i.mx8mq/8mm

2019-07-17 Thread Shawn Guo
On Mon, Jun 10, 2019 at 04:17:52PM +0800, yibin.g...@nxp.com wrote: > From: Robin Gong > > Enable SDMA support on i.mx8mq/8mm chips, including enabling > CONFIG_FW_LOADER_USER_HELPER/CONFIG_FW_LOADER_USER_HELPER_FALLBACK > for firmware loaded by udev. > > Signed-off-by: Robin Gong Applied,

Re: [PATCH V2 3/3] arm64: defconfig: Select CONFIG_PINCTRL_IMX8MN by default

2019-07-17 Thread Shawn Guo
On Tue, Jun 11, 2019 at 08:25:35PM +0800, anson.hu...@nxp.com wrote: > From: Anson Huang > > Enable CONFIG_PINCTRL_IMX8MN by default to support i.MX8MN > pinctrl driver. > > Signed-off-by: Anson Huang > Reviewed-by: Dong Aisheng Applied, thanks.

Re: [PATCH 1/2] ARM: dts: imx6ul: Add Variscite DART-6UL SoM support

2019-07-17 Thread Shawn Guo
On Mon, Jun 24, 2019 at 07:40:12PM +0200, Oliver Graute wrote: > This patch adds support for the i.MX6UL variant of the Variscite DART-6UL > SoM Carrier-Board > > Signed-off-by: Oliver Graute > --- > .../boot/dts/imx6ul-imx6ull-var-dart-common.dtsi | 458 > + > 1 file

<    6   7   8   9   10   11   12   13   14   15   >