Re: [PATCH net-next 0/3] net: ipa: simple refactorizations

2020-07-01 Thread David Miller
From: Alex Elder Date: Mon, 29 Jun 2020 16:55:20 -0500 > This series makes three small changes to some endpoint configuration > code. The first uses a constant to represent the frequency of an > internal clock used for timers in the IPA. The second modifies a > limit used so it matches Qualcomm

[PATCH net-next 0/3] net: ipa: simple refactorizations

2020-06-29 Thread Alex Elder
This series makes three small changes to some endpoint configuration code. The first uses a constant to represent the frequency of an internal clock used for timers in the IPA. The second modifies a limit used so it matches Qualcomm's internal code. And the third reworks a few lines of code, eli