1. 09 Jan, 2022 2 commits
    • Jakub Kicinski's avatar
      Merge tag 'for-net-next-2022-01-07' of... · 9f3248c9
      Jakub Kicinski authored
      Merge tag 'for-net-next-2022-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
      
      Luiz Augusto von Dentz says:
      
      ====================
      bluetooth-next pull request for net-next:
      
       - Add support for Foxconn QCA 0xe0d0
       - Fix HCI init sequence on MacBook Air 8,1 and 8,2
       - Fix Intel firmware loading on legacy ROM devices
      
      * tag 'for-net-next-2022-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next:
        Bluetooth: hci_sock: fix endian bug in hci_sock_setsockopt()
        Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()
        Bluetooth: btqca: sequential validation
        Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0
        Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices
        Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evt
        Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2
        Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probe
        Bluetooth: hci_bcm: Check for error irq
      ====================
      
      Link: https://lore.kernel.org/r/20220107210942.3750887-1-luiz.dentz@gmail.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      9f3248c9
    • David S. Miller's avatar
      Merge tag 'linux-can-next-for-5.17-20220108' of... · d5c8725c
      David S. Miller authored
      Merge tag 'linux-can-next-for-5.17-20220108' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
      
      Marc Kleine-Budde says:
      
      ====================
      pull-request: can-next 2022-01-08
      
      this is a pull request of 22 patches for net-next/master.
      
      The first patch is by Tom Rix and fixes an uninitialized variable in
      the janz-ican3 driver (introduced in linux-can-next-for-5.17-20220105).
      
      The next 13 patches are by my and target the mcp251xfd driver. First
      several cleanup patches, then the driver is prepared for the upcoming
      ethtool ring parameter and IRQ coalescing support, which is added in a
      later pull request.
      
      The remaining 8 patches are by Dario Binacchi and me and enhance the
      flexcan driver. The driver is moved into a sub directory. An ethtool
      private flag is added to optionally disable CAN RTR frame reception,
      to make use of more RX buffers. The resulting RX buffer configuration
      can be read by ethtool ring parameter support. Finally documentation
      for the ethtool private flag is added to the
      Documentation/networking/device_drivers/can directory.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      d5c8725c
  2. 08 Jan, 2022 38 commits