https://github.com/torvalds/linux
Revision 72a85e2b0a1e1e6fb4ee51ae902730212b2de25c authored by Linus Torvalds on 23 December 2022, 22:44:08 UTC, committed by Linus Torvalds on 23 December 2022, 22:44:08 UTC
Pull spi fix from Mark Brown:
 "One driver specific change here which handles the case where a SPI
  device for some reason tries to change the bus speed during a message
  on fsl_spi hardware, this should be very unusual"

* tag 'spi-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
  spi: fsl_spi: Don't change speed while chipselect is active
2 parent s 0a023cb + 3b553e0
Raw File
Tip revision: 72a85e2b0a1e1e6fb4ee51ae902730212b2de25c authored by Linus Torvalds on 23 December 2022, 22:44:08 UTC
Merge tag 'spi-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Tip revision: 72a85e2
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.

All contributions to the Linux Kernel are subject to this COPYING file.
back to top