mbox series

[GIT,PULL] FPGA Manager changes for 6.5-rc1

Message ID ZIdKjGlqzcHGveTV@yilunxu-OptiPlex-7050 (mailing list archive)
State New
Headers show
Series [GIT,PULL] FPGA Manager changes for 6.5-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.5-rc1

Message

Xu Yilun June 12, 2023, 4:40 p.m. UTC
The following changes since commit 44c026a73be8038f03dbdeef028b642880cf1511:

  Linux 6.4-rc3 (2023-05-21 14:05:48 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.5-rc1

for you to fetch changes up to 47147d56f92ee3f575e4b457413e0f2587b40e17:

  fpga: zynq-fpga: Ensure proper xCAP interface switch (2023-06-06 19:14:19 +0800)

----------------------------------------------------------------
FPGA Manager changes for 6.5-rc1

DFL:

- Krzysztof's change constifies pointers to hwmon_channel_info

Xilinx:

- Alfonso's change ensures proper reprograming (xCAP) interface switch

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

Signed-off-by: Xu Yilun <yilun.xu@intel.com>

----------------------------------------------------------------
Alfonso Rodriguez (1):
      fpga: zynq-fpga: Ensure proper xCAP interface switch

Krzysztof Kozlowski (1):
      fpga: dfl-fme: constify pointers to hwmon_channel_info

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

Comments

Greg KH June 15, 2023, 11:06 a.m. UTC | #1
On Tue, Jun 13, 2023 at 12:40:44AM +0800, Xu Yilun wrote:
> The following changes since commit 44c026a73be8038f03dbdeef028b642880cf1511:
> 
>   Linux 6.4-rc3 (2023-05-21 14:05:48 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.5-rc1

Pulled and pushed out, thanks.

greg k-h