[PATCH 2/2] net: usb: qmi_wwan: Add the BroadMobi BM818 card

2019-07-24 Thread Angus Ainslie (Purism)
From: Bob Ham The BroadMobi BM818 M.2 card uses the QMI protocol Signed-off-by: Bob Ham Signed-off-by: Angus Ainslie (Purism) --- 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 69e0a2acfcb0

[PATCH 0/2] Add the BroadMobi BM818 card

2019-07-24 Thread Angus Ainslie (Purism)
Add qmi_wwan and option support for the BroadMobi BM818 Bob Ham (2): usb: serial: option: Add the BroadMobi BM818 card net: usb: qmi_wwan: Add the BroadMobi BM818 card drivers/net/usb/qmi_wwan.c | 1 + drivers/usb/serial/option.c | 2 ++ 2 files changed, 3 insertions(+) -- 2.17.1

[PATCH 1/2] usb: serial: option: Add the BroadMobi BM818 card

2019-07-24 Thread Angus Ainslie (Purism)
From: Bob Ham Add a VID:PID for the BroadModi BM818 M.2 card Signed-off-by: Bob Ham Signed-off-by: Angus Ainslie (Purism) --- drivers/usb/serial/option.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index c1582fbd1150

[PATCH] usb: typec: don't disable sink or source on initialization

2018-09-06 Thread Angus Ainslie (Purism)
If the board is being powered by USB disabling the source and sink can remove power from the board. Default to source and sink enabled. Signed-off-by: Angus Ainslie (Purism) --- drivers/usb/typec/tcpm.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/usb

[PATCH v2] usb: typec: get the vbus source and charge values from the devicetree

2018-09-09 Thread Angus Ainslie (Purism)
If the board is being powered by USB disabling the source and sink can remove power from the board. Allow the source and sink to be initallized based on devicetree values. Changed since V1: use devicetree values instead of hardcoded initialization. Signed-off-by: Angus Ainslie (Purism

[PATCH v3] usb: typec: get the vbus source and charge values from the devicetree

2018-09-11 Thread Angus Ainslie (Purism)
devicetree values instead of hardcoded initialization. Signed-off-by: Angus Ainslie (Purism) --- .../devicetree/bindings/usb/typec-tcpci.txt| 6 ++ drivers/usb/typec/tcpm.c | 14 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a