From: David S. Miller Date: Thu, 3 Aug 2017 22:16:09 +0000 (-0700) Subject: Merge branch 'mvpp2-add-TX-interrupts-support' X-Git-Tag: Ubuntu-5.2.0-15.16~6086^2~378 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=80cf0b45d88b9b045d7205424987f0c65a3a8f61;p=mirror_ubuntu-eoan-kernel.git Merge branch 'mvpp2-add-TX-interrupts-support' Thomas Petazzoni says: ==================== net: mvpp2: add TX interrupts support So far, the mvpp2 driver was using an hrtimer to handle TX completion. This patch series adds support for using TX interrupts (for each CPU) on PPv2.2, the variant of the IP used on Marvell Armada 7K/8K. Dave: this version can be applied right away, it no longer depends on Antoine's patch series. Antoine series had some comments, so he will have to respin later on. Therefore, let's merge this smaller patch series first. Changes since v1: - Rebased on top of net-next, instead of on top of Antoine's series. - Removed the Device Tree patch, as it shouldn't go through the net tree. ==================== Signed-off-by: David S. Miller --- 80cf0b45d88b9b045d7205424987f0c65a3a8f61