mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
		
			
				
	
	
		
			28 lines
		
	
	
		
			807 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			807 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 519b810d797399953b14077d696f34452a94a71c Mon Sep 17 00:00:00 2001
 | 
						|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
 | 
						|
Date: Tue, 15 Jun 2021 18:18:42 +0100
 | 
						|
Subject: [PATCH 0444/1085] media: i2c: imx258: Remove unused defines
 | 
						|
 | 
						|
The IMX258_FLL_* defines are unused. Remove them.
 | 
						|
 | 
						|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
 | 
						|
---
 | 
						|
 drivers/media/i2c/imx258.c | 6 ------
 | 
						|
 1 file changed, 6 deletions(-)
 | 
						|
 | 
						|
--- a/drivers/media/i2c/imx258.c
 | 
						|
+++ b/drivers/media/i2c/imx258.c
 | 
						|
@@ -29,12 +29,6 @@
 | 
						|
 #define IMX258_VTS_30FPS_VGA		0x034c
 | 
						|
 #define IMX258_VTS_MAX			0xffff
 | 
						|
 
 | 
						|
-/*Frame Length Line*/
 | 
						|
-#define IMX258_FLL_MIN			0x08a6
 | 
						|
-#define IMX258_FLL_MAX			0xffff
 | 
						|
-#define IMX258_FLL_STEP			1
 | 
						|
-#define IMX258_FLL_DEFAULT		0x0c98
 | 
						|
-
 | 
						|
 /* HBLANK control - read only */
 | 
						|
 #define IMX258_PPL_DEFAULT		5352
 | 
						|
 
 |