mbox series

[GIT,PULL,4/5] Broadcom drivers changes for 4.18

Message ID 20180511214339.24139-4-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/5] Broadcom defconfig changes for 4.18 | expand

Pull-request

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

Message

Florian Fainelli May 11, 2018, 9:43 p.m. UTC
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

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

for you to fetch changes up to b1d0973e9a1b4742ec80f3cf59ecc84a0998465b:

  memory: brcmstb: dpfe: Remove need for dpfe_dev (2018-05-09 12:15:26 -0700)

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

- Florian removes the synthetic struct device in the DPFE driver which
  was used to attach sysfs attributes and uses the platform_device we are
  probed from instead.

----------------------------------------------------------------
Florian Fainelli (1):
      memory: brcmstb: dpfe: Remove need for dpfe_dev

 drivers/memory/brcmstb_dpfe.c | 42 ++++++++++--------------------------------
 1 file changed, 10 insertions(+), 32 deletions(-)

Comments

Olof Johansson May 14, 2018, 8:27 p.m. UTC | #1
On Fri, May 11, 2018 at 02:43:37PM -0700, Florian Fainelli wrote:
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.18/drivers
> 
> for you to fetch changes up to b1d0973e9a1b4742ec80f3cf59ecc84a0998465b:
> 
>   memory: brcmstb: dpfe: Remove need for dpfe_dev (2018-05-09 12:15:26 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM/ARM64/MIPS SoCs drivers changes
> for 4.18, please pull the following:
> 
> - Florian removes the synthetic struct device in the DPFE driver which
>   was used to attach sysfs attributes and uses the platform_device we are
>   probed from instead.

Merged, thanks.


-Olof