mbox series

[net-next,v2,0/4] net: qualcomm: rmnet: Updates 2018-03-12

Message ID 1520981428-29148-1-git-send-email-subashab@codeaurora.org
Headers show
Series net: qualcomm: rmnet: Updates 2018-03-12 | expand

Message

Subash Abhinov Kasiviswanathan March 13, 2018, 10:50 p.m. UTC
This series contains some minor updates for rmnet driver.

Patch 1 contains fixes for sparse warnings.
Patch 2 updates the copyright date to 2018.
Patch 3 is a cleanup in receive path.
Patch 4 has the implementation of the fill_info operation.

v1->v2: Remove the force casts since the data type is changed to __be types
as mentioned by David.

Subash Abhinov Kasiviswanathan (4):
  net: qualcomm: rmnet: Fix casting issues
  net: qualcomm: rmnet: Update copyright year to 2018
  net: qualcomm: rmnet: Remove unnecessary device assignment
  net: qualcomm: rmnet: Implement fill_info

 drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c | 32 +++++++++++++++++++++-
 drivers/net/ethernet/qualcomm/rmnet/rmnet_config.h |  2 +-
 .../net/ethernet/qualcomm/rmnet/rmnet_handlers.c   |  2 +-
 .../net/ethernet/qualcomm/rmnet/rmnet_handlers.h   |  2 +-
 drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h    |  8 +++---
 .../ethernet/qualcomm/rmnet/rmnet_map_command.c    |  2 +-
 .../net/ethernet/qualcomm/rmnet/rmnet_map_data.c   |  3 +-
 .../net/ethernet/qualcomm/rmnet/rmnet_private.h    |  2 +-
 drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.c    |  2 +-
 drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.h    |  2 +-
 10 files changed, 43 insertions(+), 14 deletions(-)

Comments

David Miller March 14, 2018, 6:06 p.m. UTC | #1
From: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Date: Tue, 13 Mar 2018 16:50:24 -0600

> This series contains some minor updates for rmnet driver.
> 
> Patch 1 contains fixes for sparse warnings.
> Patch 2 updates the copyright date to 2018.
> Patch 3 is a cleanup in receive path.
> Patch 4 has the implementation of the fill_info operation.
> 
> v1->v2: Remove the force casts since the data type is changed to __be types
> as mentioned by David.

Please address Joe's feedback and only update the copyright date on
files that actually had changes this year.

Thank you.
Subash Abhinov Kasiviswanathan March 14, 2018, 7:27 p.m. UTC | #2
> Please address Joe's feedback and only update the copyright date on
> files that actually had changes this year.
> 
> Thank you.

Hi David

I have fixed that now in v3.
However, patchwork is not showing the entire series.
It shows only the first patch for some reason even if I search with me 
as submitter.

https://patchwork.ozlabs.org/project/netdev/list/?submitter=65547&state=%2A&archive=both
David Miller March 15, 2018, 1:29 a.m. UTC | #3
From: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Date: Wed, 14 Mar 2018 13:27:41 -0600

>> Please address Joe's feedback and only update the copyright date on
>> files that actually had changes this year.
>> Thank you.
> 
> Hi David
> 
> I have fixed that now in v3.
> However, patchwork is not showing the entire series.
> It shows only the first patch for some reason even if I search with me
> as submitter.

We're having some problems with patchwork dropping patches,
especially when they are sent very quickly as a series one
after another.

The patchwork developers have been looking into it.

Meanwhile don't worry about it, the series is in my inbox.