Re: [GIT PULL] NTB patches for v4.20

2018-11-04 Thread Linus Torvalds
On Sat, Nov 3, 2018 at 9:00 PM Jon Mason  wrote:
>
> Here are a few NTB patches for v4.20.  Fairly minor changes and bug
> fixes.

Pulled,

   Linus


Re: [GIT PULL] NTB patches for v4.20

2018-11-04 Thread Linus Torvalds
On Sat, Nov 3, 2018 at 9:00 PM Jon Mason  wrote:
>
> Here are a few NTB patches for v4.20.  Fairly minor changes and bug
> fixes.

Pulled,

   Linus


[GIT PULL] NTB patches for v4.20

2018-11-03 Thread Jon Mason
Hello Linus,
Here are a few NTB patches for v4.20.  Fairly minor changes and bug
fixes.  Please consider pulling them.


Thanks,
Jon

---

The following changes since commit 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d:

  Linux 4.19 (2018-10-22 07:37:37 +0100)

are available in the Git repository at:

  git://github.com/jonmason/ntb tags/ntb-4.20

for you to fetch changes up to a662315d8ad9e687fe648b6eea9bd35017f565dd:

  ntb: idt: Alter the driver info comments (2018-11-01 10:33:12 -0400)


NTB IDT thermal changes and hook into hwmon, ntb_netdev clean-up of
private struct, and a few bug fixes.


Aaron Sierra (2):
  NTB: transport: Try harder to alloc an aligned MW buffer
  ntb_netdev: Simplify remove with client device drvdata

Dave Jiang (1):
  ntb: intel: fix return value for ndev_vec_mask()

Gustavo A. R. Silva (2):
  NTB: ntb_hw_idt: replace IS_ERR_OR_NULL with regular NULL checks
  ntb: ntb_transport: Mark expected switch fall-throughs

Jon Mason (1):
  ntb_netdev: fix sleep time mismatch

Serge Semin (5):
  ntb: idt: Set PCIe bus address to BARLIMITx
  ntb: idt: Alter temperature read method
  ntb: idt: Add basic hwmon sysfs interface
  ntb: idt: Discard temperature sensor IRQ handler
  ntb: idt: Alter the driver info comments

 drivers/net/ntb_netdev.c   |  30 +---
 drivers/ntb/hw/idt/Kconfig |   5 +-
 drivers/ntb/hw/idt/ntb_hw_idt.c| 327 +++--
 drivers/ntb/hw/idt/ntb_hw_idt.h|  87 +-
 drivers/ntb/hw/intel/ntb_hw_gen1.c |   2 +-
 drivers/ntb/ntb_transport.c|  88 +++---
 6 files changed, 429 insertions(+), 110 deletions(-)


[GIT PULL] NTB patches for v4.20

2018-11-03 Thread Jon Mason
Hello Linus,
Here are a few NTB patches for v4.20.  Fairly minor changes and bug
fixes.  Please consider pulling them.


Thanks,
Jon

---

The following changes since commit 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d:

  Linux 4.19 (2018-10-22 07:37:37 +0100)

are available in the Git repository at:

  git://github.com/jonmason/ntb tags/ntb-4.20

for you to fetch changes up to a662315d8ad9e687fe648b6eea9bd35017f565dd:

  ntb: idt: Alter the driver info comments (2018-11-01 10:33:12 -0400)


NTB IDT thermal changes and hook into hwmon, ntb_netdev clean-up of
private struct, and a few bug fixes.


Aaron Sierra (2):
  NTB: transport: Try harder to alloc an aligned MW buffer
  ntb_netdev: Simplify remove with client device drvdata

Dave Jiang (1):
  ntb: intel: fix return value for ndev_vec_mask()

Gustavo A. R. Silva (2):
  NTB: ntb_hw_idt: replace IS_ERR_OR_NULL with regular NULL checks
  ntb: ntb_transport: Mark expected switch fall-throughs

Jon Mason (1):
  ntb_netdev: fix sleep time mismatch

Serge Semin (5):
  ntb: idt: Set PCIe bus address to BARLIMITx
  ntb: idt: Alter temperature read method
  ntb: idt: Add basic hwmon sysfs interface
  ntb: idt: Discard temperature sensor IRQ handler
  ntb: idt: Alter the driver info comments

 drivers/net/ntb_netdev.c   |  30 +---
 drivers/ntb/hw/idt/Kconfig |   5 +-
 drivers/ntb/hw/idt/ntb_hw_idt.c| 327 +++--
 drivers/ntb/hw/idt/ntb_hw_idt.h|  87 +-
 drivers/ntb/hw/intel/ntb_hw_gen1.c |   2 +-
 drivers/ntb/ntb_transport.c|  88 +++---
 6 files changed, 429 insertions(+), 110 deletions(-)