 dcc7461eef
			
		
	
	
	dcc7461eef
	
	
	
		
			
			Add asl, pzl and di debugfs files to uwb/uwbN/wusbhc for WHCI host controller. These dump the current ASL, PZL and DI buffer. Signed-off-by: David Vrabel <david.vrabel@csr.com>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			142 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			142 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| obj-$(CONFIG_USB_WHCI_HCD) += whci-hcd.o
 | |
| 
 | |
| whci-hcd-y := \
 | |
| 	asl.o	\
 | |
| 	debug.o \
 | |
| 	hcd.o 	\
 | |
| 	hw.o	\
 | |
| 	init.o	\
 | |
| 	int.o	\
 | |
| 	pzl.o	\
 | |
| 	qset.o	\
 | |
| 	wusb.o
 |