[RESEND] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC

2017-10-30 Thread
> > Add QSPI node support, and this function is disabled by default This > > setting could be overwritten in board-level definitions > > Adding Shawn Guo. > This patch is modified based on https://patchwork.ozlabs.org/patch/492099/. The originator of this patch is Haikun Wang. > > Signed-off-by: H

[PATCH 2/3] ARM: dts: am335x: add support for Moxa UC-2101 open platform

2018-08-29 Thread
* User gpio-keys * User LEDs * User button Signed-off-by: Wes Huang (黃淵河) Signed-off-by: Fero JD Zhou (周俊達) Signed-off-by: SZ Lin (林上智) --- .../devicetree/bindings/arm/omap/omap.txt | 3 + arch/arm/boot/dts/Makefile| 1 + arch/arm/boot/dts/am335x-moxa-uc-2101.dts

[PATCH 3/3] ARM: dts: am335x: add support for Moxa UC-2102 open platform

2018-08-29 Thread
Signed-off-by: Wes Huang (黃淵河) Signed-off-by: Fero JD Zhou (周俊達) Signed-off-by: SZ Lin (林上智) --- .../devicetree/bindings/arm/omap/omap.txt | 2 +- arch/arm/boot/dts/Makefile| 1 + arch/arm/boot/dts/am335x-moxa-uc-2102.dts | 200 ++ 3 files changed

[PATCH 0/3] ARM: dts: am335x: add support for Moxa UC-2100 series

2018-08-29 Thread
h USB signal (option) * MicroSD slot (option) SZ Lin (林上智) (3): ARM: dts: am335x: add common file for UC-2100 series ARM: dts: am335x: add support for Moxa UC-2101 open platform ARM: dts: am335x: add support for Moxa UC-2102 open platform .../devicetree/bindings/arm/omap/omap.txt | 3 + arc

[PATCH 1/3] ARM: dts: am335x: add common file for UC-2100 series

2018-08-29 Thread
JD Zhou (周俊達) Signed-off-by: SZ Lin (林上智) --- .../boot/dts/am335x-moxa-uc-2100-common.dtsi | 249 ++ 1 file changed, 249 insertions(+) create mode 100644 arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi diff --git a/arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi b/arch/arm

[PATCH] rtc: tps65910: add bounds checking

2018-01-17 Thread
ove hanging issue by adding bounds checking. Signed-off-by: Taiyi Wu Signed-off-by: SZ Lin (林上智) --- drivers/rtc/rtc-tps65910.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/rtc/rtc-tps65910.c b/drivers/rtc/rtc-tps65910.c index d0244d7979fc..6be9f7bb0f1b 100644 --- a/drivers/

[RESEND PATCH] rtc: tps65910: add bounds checking

2018-04-10 Thread
ove hanging issue by adding bounds checking. Signed-off-by: Taiyi Wu Signed-off-by: SZ Lin (林上智) --- drivers/rtc/rtc-tps65910.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/rtc/rtc-tps65910.c b/drivers/rtc/rtc-tps65910.c index d0244d7979fc..6be9f7bb0f1b 100644 --- a/drivers/

[PATCH v2 0/3] Add support for Moxa UC-2100 series

2018-09-28 Thread
ignal (option) * MicroSD slot (option) --- Changes from v1: - Use property phy-handle instead of phy_id - Separate DT binding docs and dts file - Remove am335x-moxa-uc-2102.dts SZ Lin (林上智) (3): ARM: dts: am335x: add common file for UC-2100 series dt-bindings: arm: omap: Add binding for Moxa UC

[PATCH v2 1/3] ARM: dts: am335x: add common file for UC-2100 series

2018-09-28 Thread
JD Zhou (周俊達) Signed-off-by: SZ Lin (林上智) --- .../boot/dts/am335x-moxa-uc-2100-common.dtsi | 249 ++ 1 file changed, 249 insertions(+) create mode 100644 arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi diff --git a/arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi b/arch/arm

[PATCH v2 2/3] dt-bindings: arm: omap: Add binding for Moxa UC-2101 open platform

2018-09-28 Thread
Add devicetree binding for Moxa UC-2101 open platform Signed-off-by: SZ Lin (林上智) --- Documentation/devicetree/bindings/arm/omap/omap.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap

[PATCH v2 3/3] ARM: dts: am335x: add support for Moxa UC-2101 open platform

2018-09-28 Thread
* User gpio-keys * User LEDs * User button Signed-off-by: Wes Huang (黃淵河) Signed-off-by: Fero JD Zhou (周俊達) Signed-off-by: SZ Lin (林上智) --- Changes from v1: - Use property phy-handle instead of phy_id arch/arm/boot/dts/Makefile| 1 + arch/arm/boot/dts/am335x-moxa-uc-2101.dts

RE: [PATCH 2/3] ARM: dts: am335x: add support for Moxa UC-2101 open platform

2018-09-16 Thread
Hi, > -Original Message- > From: Grygorii Strashko [mailto:grygorii.stras...@ti.com] > > Pls, use phy-handle instead of phy_id here and in the next patch. Thanks for the reminder, I will use phy-handle in next version. Furthermore, the property of "phy-handle" doesn't work properly

RE: [PATCH 3/3] ARM: dts: am335x: add support for Moxa UC-2102 open platform

2018-09-17 Thread
Hi, > The 2102 is a superset of the 2101? If so, the 2102 should come first. > If not, this should probably be 2 separate entries. > Nope, they use different SoC models and PMICs. I'll resend them separately in next version. Thanks for guidance. > > +&tps { > > + vcc1-supply = <&vbat>; >

RE: [PATCH] USB: serial: option: adding support for ublox R410M

2018-04-26 Thread
> > Option is likely the right driver for this device. > > qcaux was mainly for mobile phones that have a TTY (often cdc-acm) as the > modem port > and a secondary DIAG/DM port driven by qcaux. The DM port doesn't have an > interrupt > endpoint thus it's not a normal modem port requiring the

[PATCH] USB: serial: option: adding support for ublox R410M

2018-04-25 Thread
This patch adds support for ublox R410M PID 0x90b2 USB modem to option driver, this module supports LTE Cat M1 / NB1. Interface layout: 0: QCDM/DIAG 1: ADB 2: AT 3: RMNET Signed-off-by: SZ Lin (林上智) Cc: stable --- Please refer to following lsusb output: Bus 001 Device 003: ID 05c6:90b2

[PATCH] NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2

2018-04-25 Thread
;SARA-R410M-02B' Signed-off-by: SZ Lin (林上智) Cc: stable --- drivers/net/usb/qmi_wwan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c index c853e7410f5a..51c68fc416fa 100644 --- a/drivers/net/usb/qmi_wwan.c +++ b/drivers/net/usb/q

Re: [PATCH 4.9 111/111] MIPS: VDSO: Drop gic_get_usm_range() usage

2018-09-24 Thread
apology for any inconvenience caused, and I will be more careful next time. SZ Lin (林上智) > > Building mips:malta_defconfig:smp:initrd ... failed > > Error log: > arch/mips/kernel/vdso.c:23:26: fatal error: asm/mips-cps.h: No such file or > directory >

[PATCH] net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY interface

2018-03-14 Thread
/lit/ug/spruhl7h/spruhl7h.pdf [3]: http://www.ti.com/lit/ug/spruic2b/spruic2b.pdf [4]: https://e2e.ti.com/support/arm/sitara_arm/f/791/p/640765/2392155 Suggested-by: Holsety Chen (陳憲輝) Signed-off-by: SZ Lin (林上智) Signed-off-by: Schuyler Patton --- drivers/net/ethernet/ti/cpsw.c | 8 +++- 1

[PATCH v2] net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY interface

2018-03-15 Thread
/lit/ug/spruhl7h/spruhl7h.pdf [3]: http://www.ti.com/lit/ug/spruic2b/spruic2b.pdf [4]: https://e2e.ti.com/support/arm/sitara_arm/f/791/p/640765/2392155 Suggested-by: Holsety Chen (陳憲輝) Signed-off-by: SZ Lin (林上智) Signed-off-by: Schuyler Patton --- Changes from v1: - Use phy_interface_is_rgmii

[PATCH] NET: usb: qmi_wwan: add support for YUGA CLM920-NC5 PID 0x9625

2017-12-29 Thread
ned-off-by: SZ Lin (林上智) --- drivers/net/usb/qmi_wwan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c index 3000ddd1c7e2..728819feab44 100644 --- a/drivers/net/usb/qmi_wwan.c +++ b/drivers/net/usb/qmi_wwan.c @@ -1100,6 +1100,7 @@ st

RE: [PATCH] USB: serial: option: adding support for YUGA CLM920-NC5

2017-12-18 Thread
> -Original Message- > From: Bjørn Mork [mailto:bj...@mork.no] > Sent: Tuesday, December 19, 2017 2:44 AM > To: SZ Lin (林上智) > Cc: Johan Hovold; Taiyi TY Wu (吳泰毅); Greg Kroah-Hartman; > linux-...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH

[PATCH v2] USB: serial: option: adding support for YUGA CLM920-NC5

2017-12-19 Thread
This patch adds support for YUGA CLM920-NC5 PID 0x9625 USB modem to option driver. Interface layout: 0: QCDM/DIAG 1: ADB 2: MODEM 3: AT 4: RMNET Signed-off-by: Taiyi Wu Signed-off-by: SZ Lin (林上智) --- Changes from v1: - Fix typo - Remove QCDM/DIAG interface in blacklist drivers/usb/serial

RE: [PATCH v2] USB: serial: option: adding support for YUGA CLM920-NC5

2017-12-19 Thread
> -Original Message- > From: Johan Hovold [mailto:jhov...@gmail.com] On Behalf Of Johan Hovold > Sent: Tuesday, December 19, 2017 6:12 PM > To: SZ Lin (林上智) > Cc: bj...@mork.no; Taiyi TY Wu (吳泰毅); Johan Hovold; Greg Kroah-Hartman; > linux-...@vger.kernel.org; linux-kern

RE: [PATCH v2] USB: serial: option: adding support for YUGA CLM920-NC5

2017-12-19 Thread
> On Tue, Dec 19, 2017 at 11:14:37AM +0100, Johan Hovold wrote: > > On Tue, Dec 19, 2017 at 11:11:43AM +0100, Johan Hovold wrote: > > > On Tue, Dec 19, 2017 at 05:40:32PM +0800, SZ Lin (林上智) wrote: > > > > This patch adds support for YUGA CLM920-NC5 PID 0x9625 USB

RE: [RESEND PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC

2017-09-19 Thread
> Add QSPI node support, and this function is disabled by default This setting > could be overwritten > in board-level definitions > > Signed-off-by: SZ Lin > --- This is a resend patch [1]. Any feedback would be greatly appreciated! ref: [1]: https://patchwork.kernel.org/patch/9889431/ Best

Re: [PATCH] ARM: dts: ls1021a: Add support for QSPI with ls1021a SoC

2017-08-21 Thread
> Add QSPI node support, and this function is disabled by default > This setting could be overwritten in board-level definitions > > Signed-off-by: SZ Lin > --- Any feedback? Best regards, SZ Lin