[GIT PULL] Staging driver fixes for 6.15-rc6
From: Greg KH
Date: Sat May 10 2025 - 09:53:51 EST
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-6.15-rc6
for you to fetch changes up to c6e8d85fafa7193613db37da29c0e8d6e2515b13:
staging: axis-fifo: Remove hardware resets for user errors (2025-04-25 16:14:25 +0200)
----------------------------------------------------------------
Staging driver fixes for 6.15-rc6
Here are three small staging driver fixes for 6.15-rc6. These are:
- bcm2835-camera driver fix
- two axis-fifo driver fixes
All of these have been in linux-next for a few weeks with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Dave Stevenson (1):
staging: bcm2835-camera: Initialise dev in v4l2_dev
Gabriel Shahrouzi (2):
staging: axis-fifo: Correct handling of tx_fifo_depth for size validation
staging: axis-fifo: Remove hardware resets for user errors
drivers/staging/axis-fifo/axis-fifo.c | 14 +++-----------
.../staging/vc04_services/bcm2835-camera/bcm2835-camera.c | 1 +
2 files changed, 4 insertions(+), 11 deletions(-)