1. 10 3月, 2021 1 次提交
  2. 16 2月, 2021 1 次提交
  3. 13 2月, 2021 1 次提交
    • R
      of: Remove of_dev_{get,put}() · 83c4a4ee
      Rob Herring 提交于
      of_dev_get() and of_dev_put are just wrappers for get_device()/put_device()
      on a platform_device. There's also already platform_device_{get,put}()
      wrappers for this purpose. Let's update the few users and remove
      of_dev_{get,put}().
      
      Cc: Michael Ellerman <mpe@ellerman.id.au>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jakub Kicinski <kuba@kernel.org>
      Cc: Frank Rowand <frowand.list@gmail.com>
      Cc: Patrice Chotard <patrice.chotard@st.com>
      Cc: Felipe Balbi <balbi@kernel.org>
      Cc: Julia Lawall <Julia.Lawall@inria.fr>
      Cc: Gilles Muller <Gilles.Muller@inria.fr>
      Cc: Nicolas Palix <nicolas.palix@imag.fr>
      Cc: Michal Marek <michal.lkml@markovi.net>
      Cc: linuxppc-dev@lists.ozlabs.org
      Cc: netdev@vger.kernel.org
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-usb@vger.kernel.org
      Cc: cocci@systeme.lip6.fr
      Signed-off-by: NRob Herring <robh@kernel.org>
      Reviewed-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Link: https://lore.kernel.org/r/20210211232745.1498137-2-robh@kernel.org
      83c4a4ee
  4. 11 2月, 2021 2 次提交
  5. 10 2月, 2021 2 次提交
  6. 09 2月, 2021 12 次提交
  7. 08 2月, 2021 1 次提交
    • L
      USB: serial: option: update interface mapping for ZTE P685M · 6420a569
      Lech Perczak 提交于
      This patch prepares for qmi_wwan driver support for the device.
      Previously "option" driver mapped itself to interfaces 0 and 3 (matching
      ff/ff/ff), while interface 3 is in fact a QMI port.
      Interfaces 1 and 2 (matching ff/00/00) expose AT commands,
      and weren't supported previously at all.
      Without this patch, a possible conflict would exist if device ID was
      added to qmi_wwan driver for interface 3.
      
      Update and simplify device ID to match interfaces 0-2 directly,
      to expose QCDM (0), PCUI (1), and modem (2) ports and avoid conflict
      with QMI (3), and ADB (4).
      
      The modem is used inside ZTE MF283+ router and carriers identify it as
      such.
      Interface mapping is:
      0: QCDM, 1: AT (PCUI), 2: AT (Modem), 3: QMI, 4: ADB
      
      T:  Bus=02 Lev=02 Prnt=02 Port=05 Cnt=01 Dev#=  3 Spd=480  MxCh= 0
      D:  Ver= 2.01 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
      P:  Vendor=19d2 ProdID=1275 Rev=f0.00
      S:  Manufacturer=ZTE,Incorporated
      S:  Product=ZTE Technologies MSM
      S:  SerialNumber=P685M510ZTED0000CP&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&0
      C:* #Ifs= 5 Cfg#= 1 Atr=a0 MxPwr=500mA
      I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
      E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
      E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
      I:* If#= 1 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
      E:  Ad=83(I) Atr=03(Int.) MxPS=  10 Ivl=32ms
      E:  Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
      E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
      I:* If#= 2 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
      E:  Ad=85(I) Atr=03(Int.) MxPS=  10 Ivl=32ms
      E:  Ad=84(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
      E:  Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
      I:* If#= 3 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=qmi_wwan
      E:  Ad=87(I) Atr=03(Int.) MxPS=   8 Ivl=32ms
      E:  Ad=86(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
      E:  Ad=04(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
      I:* If#= 4 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=42 Prot=01 Driver=(none)
      E:  Ad=88(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
      E:  Ad=05(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
      
      Cc: Johan Hovold <johan@kernel.org>
      Cc: Bjørn Mork <bjorn@mork.no>
      Signed-off-by: NLech Perczak <lech.perczak@gmail.com>
      Link: https://lore.kernel.org/r/20210207005443.12936-1-lech.perczak@gmail.com
      Cc: stable@vger.kernel.org
      Signed-off-by: NJohan Hovold <johan@kernel.org>
      6420a569
  8. 06 2月, 2021 7 次提交
  9. 05 2月, 2021 8 次提交
  10. 04 2月, 2021 3 次提交
  11. 03 2月, 2021 2 次提交