mbox series

[GIT,PULL] firmware: stratix10: updates for v5.18

Message ID 20220222164407.386381-1-dinguyen@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] firmware: stratix10: updates for v5.18 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/stratix10_svc_updates_for_v5.18

Message

Dinh Nguyen Feb. 22, 2022, 4:44 p.m. UTC
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/stratix10_svc_updates_for_v5.18

for you to fetch changes up to 91e50169b52ed59272e675d0c1ea107a36c843da:

  firmware: stratix10-svc: extend SVC driver to get the firmware version (2022-02-17 06:20:43 -0600)

----------------------------------------------------------------
Stratix10 Service Driver for v5.18
- Update MAINTAINER's entry to include a git address
- Add feature to get firmware version

----------------------------------------------------------------
Dinh Nguyen (1):
      MAINTAINERS: add a git repo for the Stratix10 Service driver

Richard Gong (1):
      firmware: stratix10-svc: extend SVC driver to get the firmware version

 MAINTAINERS                                         |  1 +
 drivers/firmware/stratix10-svc.c                    |  9 ++++++++-
 include/linux/firmware/intel/stratix10-smc.h        | 21 +++++++++++++++++++--
 include/linux/firmware/intel/stratix10-svc-client.h |  4 ++++
 4 files changed, 32 insertions(+), 3 deletions(-)

Comments

Greg KH Feb. 23, 2022, 7:36 a.m. UTC | #1
On Tue, Feb 22, 2022 at 10:44:07AM -0600, Dinh Nguyen wrote:
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
>   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/stratix10_svc_updates_for_v5.18
> 
> for you to fetch changes up to 91e50169b52ed59272e675d0c1ea107a36c843da:
> 
>   firmware: stratix10-svc: extend SVC driver to get the firmware version (2022-02-17 06:20:43 -0600)
> 
> ----------------------------------------------------------------
> Stratix10 Service Driver for v5.18
> - Update MAINTAINER's entry to include a git address

This patch should be added to 5.17-final, right?

Again, if you had sent me this as just patches, I could have fixed it
for you :(

Let's stick with patches for now, no need for a git tree for such small
changes.

Please fix up.

thanks,

greg k-h