forked from mirrors/linux
		
	 118b2a3237
			
		
	
	
		118b2a3237
		
			
		
	
	
	
	
		
			
			Patch adds the series of tracepoints that can be used for debugging issues detected in driver. Signed-off-by: Pawel Laszczak <pawell@cadence.com> Reviewed-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Peter Chen <peter.chen@nxp.com>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			213 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			213 B
		
	
	
	
		
			C
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0
 | |
| /*
 | |
|  * Cadence CDNSP DRD Driver.
 | |
|  *
 | |
|  * Copyright (C) 2020 Cadence.
 | |
|  *
 | |
|  * Author: Pawel Laszczak <pawell@cadence.com>
 | |
|  *
 | |
|  */
 | |
| 
 | |
| #define CREATE_TRACE_POINTS
 | |
| #include "cdnsp-trace.h"
 |