1. 31 Jan, 2022 33 commits
  2. 29 Jan, 2022 5 commits
  3. 28 Jan, 2022 2 commits
    • Jakub Kicinski's avatar
      Merge tag 'for-net-next-2022-01-28' of... · 0a781172
      Jakub Kicinski authored
      Merge tag 'for-net-next-2022-01-28' 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 RTL8822C hci_ver 0x08
       - Add support for RTL8852AE part 0bda:2852
       - Fix WBS setting for Intel legacy ROM products
       - Enable SCO over I2S ib mt7921s
       - Increment management interface revision
      
      * tag 'for-net-next-2022-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next: (30 commits)
        Bluetooth: Increment management interface revision
        Bluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is set
        Bluetooth: hci_h5: Add power reset via gpio in h5_btrtl_open
        Bluetooth: btrtl: Add support for RTL8822C hci_ver 0x08
        Bluetooth: hci_event: Fix HCI_EV_VENDOR max_len
        Bluetooth: hci_core: Rate limit the logging of invalid SCO handle
        Bluetooth: hci_event: Ignore multiple conn complete events
        Bluetooth: msft: fix null pointer deref on msft_monitor_device_evt
        Bluetooth: btmtksdio: mask out interrupt status
        Bluetooth: btmtksdio: run sleep mode by default
        Bluetooth: btmtksdio: lower log level in btmtksdio_runtime_[resume|suspend]()
        Bluetooth: mt7921s: fix btmtksdio_[drv|fw]_pmctrl()
        Bluetooth: mt7921s: fix bus hang with wrong privilege
        Bluetooth: btmtksdio: refactor btmtksdio_runtime_[suspend|resume]()
        Bluetooth: mt7921s: fix firmware coredump retrieve
        Bluetooth: hci_serdev: call init_rwsem() before p->open()
        Bluetooth: Remove kernel-doc style comment block
        Bluetooth: btusb: Whitespace fixes for btusb_setup_csr()
        Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE
        Bluetooth: btintel: Fix WBS setting for Intel legacy ROM products
        ...
      ====================
      
      Link: https://lore.kernel.org/r/20220128205915.3995760-1-luiz.dentz@gmail.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      0a781172
    • Jisheng Zhang's avatar
      net: stmmac: dwmac-sun8i: make clk really gated during rpm suspended · b76bbb34
      Jisheng Zhang authored
      Currently, the dwmac-sun8i's stmmaceth clk isn't disabled even if the
      the device has been runtime suspended. The reason is the driver gets
      the "stmmaceth" clk as tx_clk and enabling it during probe. But
      there's no other usage of tx_clk except preparing and enabling, so
      we can remove tx_clk and its usage then rely on the common routine
      stmmac_probe_config_dt() to prepare and enable the stmmaceth clk
      during driver initialization, and benefit from the runtime pm feature
      after probed.
      Signed-off-by: default avatarJisheng Zhang <jszhang@kernel.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b76bbb34