From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C7F12149E00 for ; Fri, 3 Jan 2025 02:20:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735870805; cv=none; b=peHoSNAf+YMLqLFJrUUCgzh2Uliao7UtBnT+enXgLX85Zbuiu4EQraH7Grm6DNUaJV6UddO6GwcjlZUpIhu5NJYGwTMeiaYMJJp37ijUgcs5uu9NJosBaYIyXTcyx5J2KdoaYnY8nFjvws1UF9S9MsGSO+XyFi577jmulBc3IFI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735870805; c=relaxed/simple; bh=SUxtOWUt5ThCerap6do+XI5/gFj23gMC0b1Wl+TnRAs=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=ccvxMQtTehRr/ok62SImN4UwxpkNIbW5sUPHTUGyw1jvtfQv4o6RVc/ohxuu3XmT9aaeumct+RSB6kIBkhvGf9GxuxfYkw2d58JPodbo2ArCs7djet5EwfFfuyvfRvSuvQY3bR8ZMc/nIhXwE+ClbNq301FFmRToV0C5Z298pzA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=noamTY4k; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="noamTY4k" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D24EAC4CEDC; Fri, 3 Jan 2025 02:20:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1735870805; bh=SUxtOWUt5ThCerap6do+XI5/gFj23gMC0b1Wl+TnRAs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=noamTY4kLwrbT6q8R1dZ8iyRGnCjdfti6o0pHQ1AFYLfbXL+OyNf2du2wL3l/MvIa 6+p27in6sODJ4X7KsnaonkzI7KX8GAgk72xOuklb2xeohaIqByDrB4TSzv4l1eKk/q mtz7SkfEbcxNnijNh0lUQPjx1v1P9EFD7s7GU0yhJ3/NUBcPC9RNMp62IyrPkFHMI8 YZs/tVN2rqIHKGEuef5uWw4nR6Db8KNzT2u43/pTapjEPcf0mGHthhO65CkMl1rEm2 kX0tbNHvhdAKbGdIs1dvUXS+qntRY1y47agFK4Jg6izhaSQTM5A+lKc1B+UsymbiMd SXWD+XUlYrmZQ== From: Dinh Nguyen To: gregkh@linuxfoundation.org Cc: dinguyen@kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] firmware: stratix10-svc: update for v6.14 Date: Thu, 2 Jan 2025 20:20:03 -0600 Message-Id: <20250103022003.1268055-2-dinguyen@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20250103022003.1268055-1-dinguyen@kernel.org> References: <20250103022003.1268055-1-dinguyen@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_firmware_update_for_v6.14 for you to fetch changes up to d31679f42e19780b4564cd1c5f90c1f3249f00c7: firmware: stratix10-svc: Use kthread_run_on_cpu() (2024-12-16 18:30:11 -0600) ---------------------------------------------------------------- SoCFPGA Firmware update for v6.14 - Use kthread_run_on_cpu() ---------------------------------------------------------------- Frederic Weisbecker (1): firmware: stratix10-svc: Use kthread_run_on_cpu() drivers/firmware/stratix10-svc.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-)