mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Fix typos in GPIO TODO document
Corrected minor typos in the GPIO TODO document: - Fixed "ivolves" to "involves" - Corrected "boardfiles" to "board files" Signed-off-by: Shivam Chaudhary <cvam0000@gmail.com> Link: https://lore.kernel.org/r/20240925154657.38704-1-cvam0000@gmail.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
This commit is contained in:
		
							parent
							
								
									f522f396ab
								
							
						
					
					
						commit
						f53ab43553
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -61,8 +61,8 @@ Work items:
 | 
			
		|||
 | 
			
		||||
- Change all consumer drivers that #include <linux/of_gpio.h> to
 | 
			
		||||
  #include <linux/gpio/consumer.h> and stop doing custom parsing of the
 | 
			
		||||
  GPIO lines from the device tree. This can be tricky and often ivolves
 | 
			
		||||
  changing boardfiles, etc.
 | 
			
		||||
  GPIO lines from the device tree. This can be tricky and often involves
 | 
			
		||||
  changing board files, etc.
 | 
			
		||||
 | 
			
		||||
- Pull semantics for legacy device tree (OF) GPIO lookups into
 | 
			
		||||
  gpiolib-of.c: in some cases subsystems are doing custom flags and
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue