mbox series

[GIT,PULL] arm: actions: drivers for v4.20 #1

Message ID 20180930180715.25829-4-afaerber@suse.de
State New
Headers show
Series [GIT,PULL] arm: actions: drivers for v4.20 #1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git tags/actions-drivers-for-4.20

Message

Andreas Färber Sept. 30, 2018, 6:07 p.m. UTC
Hi Olof and Arnd,

Here's my drivers pull for Actions Semi.

Regards,
Andreas

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git tags/actions-drivers-for-4.20

for you to fetch changes up to 067517513ae437c2845bc593dbf99a142bdc9250:

  soc: actions: Update SPS help text for S700 (2018-09-22 22:09:47 +0200)

----------------------------------------------------------------
Actions Semi SoC drivers for v4.20 #1

This adopts SPDX license identifiers.
It also updates Kconfig help text.

----------------------------------------------------------------
Andreas Färber (2):
      soc: actions: Convert to SPDX license identifiers
      soc: actions: Update SPS help text for S700

 drivers/soc/actions/Kconfig          | 2 +-
 drivers/soc/actions/Makefile         | 2 ++
 drivers/soc/actions/owl-sps-helper.c | 6 +-----
 drivers/soc/actions/owl-sps.c        | 6 +-----
 4 files changed, 5 insertions(+), 11 deletions(-)

Comments

Arnd Bergmann Oct. 2, 2018, 8:10 a.m. UTC | #1
On Sun, Sep 30, 2018 at 8:07 PM Andreas Färber <afaerber@suse.de> wrote:
>
> Hi Olof and Arnd,
>
> Here's my drivers pull for Actions Semi.
>
> Regards,
> Andreas
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git tags/actions-drivers-for-4.20
>
> for you to fetch changes up to 067517513ae437c2845bc593dbf99a142bdc9250:
>
>   soc: actions: Update SPS help text for S700 (2018-09-22 22:09:47 +0200)
>
> ----------------------------------------------------------------
> Actions Semi SoC drivers for v4.20 #1
>
> This adopts SPDX license identifiers.
> It also updates Kconfig help text.

Since I pulled the actions-drivers+s900-sps-for-4.20 tag first, this was
already included.

     Arnd