forked from mirrors/linux
		
	i3c: master: Add driver for Cadence IP
Add a driver for Cadence I3C master IP. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
		
							parent
							
								
									4f26d06669
								
							
						
					
					
						commit
						603f2bee2c
					
				
					 3 changed files with 1678 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
config CDNS_I3C_MASTER
 | 
			
		||||
	tristate "Cadence I3C master driver"
 | 
			
		||||
	depends on I3C
 | 
			
		||||
	depends on HAS_IOMEM
 | 
			
		||||
	depends on !(ALPHA || PARISC)
 | 
			
		||||
	help
 | 
			
		||||
	  Enable this driver if you want to support Cadence I3C master block.
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
obj-$(CONFIG_CDNS_I3C_MASTER)		+= i3c-master-cdns.o
 | 
			
		||||
							
								
								
									
										1670
									
								
								drivers/i3c/master/i3c-master-cdns.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1670
									
								
								drivers/i3c/master/i3c-master-cdns.c
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
		Loading…
	
		Reference in a new issue