mbox series

[GIT,PULL] First set of FPGA Manager changes for 5.12-rc1

Message ID X/1Mb/9+Ln49Fdw8@epycbox.lan (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] First set of FPGA Manager changes for 5.12-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-cleanup-for-5.12

Message

Moritz Fischer Jan. 12, 2021, 7:14 a.m. UTC
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-cleanup-for-5.12

for you to fetch changes up to e41d4c011706c97f2faea6ef2e46e51f52d8f715:

  fpga: dfl: fme: Constify static attribute_group structs (2021-01-10 10:57:14 -0800)

----------------------------------------------------------------
First set of FPGA Manager changes for 5.12-rc1

This is the first set of changes for the FPGA Manager 5.12-rc1
mergewindow.

DFL:
- Minor cleanup, constifying a static attribute group

Core:
- Minor cleanup, using DEFINE_SPINLOCK over open coding it

All patches have been reviewed on the mailing list, and have been in the
last linux-next releases (as part of my for-next branch) without issues.

Signed-off-by: Moritz Fischer <mdf@kernel.org>

----------------------------------------------------------------
Rikard Falkeborn (1):
      fpga: dfl: fme: Constify static attribute_group structs

Zheng Yongjun (1):
      fpga: Use DEFINE_SPINLOCK() for spinlock

 drivers/fpga/dfl-fme-perf.c | 6 +++---
 drivers/fpga/fpga-bridge.c  | 4 +---
 2 files changed, 4 insertions(+), 6 deletions(-)

Comments

Greg KH Jan. 12, 2021, 9:22 a.m. UTC | #1
On Mon, Jan 11, 2021 at 11:14:55PM -0800, Moritz Fischer wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-cleanup-for-5.12

Pulled and pushed out, thanks.

greg k-h