All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: lizhe <sensor1010@163.com>,
	Florian Fainelli <f.fainelli@gmail.com>,
	QintaoShen <unSimple1993@163.com>,
	linux-arm-kernel@lists.infradead.org, arnd@arndb.de,
	olof@lixom.net, khilman@kernel.org,
	bcm-kernel-feedback-list@broadcom.com
Subject: [GIT PULL 4/6] Broadcom drivers changes for 5.19
Date: Wed,  4 May 2022 14:09:40 -0700	[thread overview]
Message-ID: <20220504210942.1838248-4-f.fainelli@gmail.com> (raw)
In-Reply-To: <20220504210942.1838248-1-f.fainelli@gmail.com>

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.19/drivers

for you to fetch changes up to 9235d5118fa4e31f4d71c45d788b6f08d18ab6e0:

  bus: brcmstb_gisb: Remove the suppress_bind_attrs attribute of the driver (2022-04-26 09:12:45 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM/ARM64 SoCs drivers changes for
5.19, please pull the following:

- Qintao adds a missing NULL check to the Broadcom PMB driver after a
  memory allocation

- Li removes the redundant suppress_bind_attrs from the brcmstb_gisb
  driver which only has a probe and no remove function

----------------------------------------------------------------
QintaoShen (1):
      soc: bcm: Check for NULL return of devm_kzalloc()

lizhe (1):
      bus: brcmstb_gisb: Remove the suppress_bind_attrs attribute of the driver

 drivers/bus/brcmstb_gisb.c        | 1 -
 drivers/soc/bcm/bcm63xx/bcm-pmb.c | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: lizhe <sensor1010@163.com>,
	Florian Fainelli <f.fainelli@gmail.com>,
	QintaoShen <unSimple1993@163.com>,
	linux-arm-kernel@lists.infradead.org, arnd@arndb.de,
	olof@lixom.net, khilman@kernel.org,
	bcm-kernel-feedback-list@broadcom.com
Subject: [GIT PULL 4/6] Broadcom drivers changes for 5.19
Date: Wed,  4 May 2022 14:09:40 -0700	[thread overview]
Message-ID: <20220504210942.1838248-4-f.fainelli@gmail.com> (raw)
In-Reply-To: <20220504210942.1838248-1-f.fainelli@gmail.com>

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.19/drivers

for you to fetch changes up to 9235d5118fa4e31f4d71c45d788b6f08d18ab6e0:

  bus: brcmstb_gisb: Remove the suppress_bind_attrs attribute of the driver (2022-04-26 09:12:45 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM/ARM64 SoCs drivers changes for
5.19, please pull the following:

- Qintao adds a missing NULL check to the Broadcom PMB driver after a
  memory allocation

- Li removes the redundant suppress_bind_attrs from the brcmstb_gisb
  driver which only has a probe and no remove function

----------------------------------------------------------------
QintaoShen (1):
      soc: bcm: Check for NULL return of devm_kzalloc()

lizhe (1):
      bus: brcmstb_gisb: Remove the suppress_bind_attrs attribute of the driver

 drivers/bus/brcmstb_gisb.c        | 1 -
 drivers/soc/bcm/bcm63xx/bcm-pmb.c | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-05-04 21:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-04 21:09 [GIT PULL 1/6] Broadcom defconfig changes for 5.19 Florian Fainelli
2022-05-04 21:09 ` Florian Fainelli
2022-05-04 21:09 ` [GIT PULL 2/6] Broadcom devicetree " Florian Fainelli
2022-05-04 21:09   ` Florian Fainelli
2022-05-04 21:09 ` [GIT PULL 3/6] Broadcom devicetree-arm64 " Florian Fainelli
2022-05-04 21:09   ` Florian Fainelli
2022-05-04 21:09 ` Florian Fainelli [this message]
2022-05-04 21:09   ` [GIT PULL 4/6] Broadcom drivers " Florian Fainelli
2022-05-04 21:09 ` [GIT PULL 5/6] Broadcom maintainers " Florian Fainelli
2022-05-04 21:09   ` Florian Fainelli
2022-05-04 21:09 ` [GIT PULL 6/6] Broadcom soc " Florian Fainelli
2022-05-04 21:09   ` Florian Fainelli
2022-05-05 19:31 ` [GIT PULL 1/6] Broadcom defconfig " patchwork-bot+linux-soc
2022-05-06 21:10 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220504210942.1838248-4-f.fainelli@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=arnd@arndb.de \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=olof@lixom.net \
    --cc=sensor1010@163.com \
    --cc=soc@kernel.org \
    --cc=unSimple1993@163.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.