Merge 3.11-rc4 into tty-next
We want the tty fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
		
				commit
				
					
						5ac1ccb70a
					
				
			
		
					 385 changed files with 3881 additions and 2230 deletions
				
			
		|  | @ -215,8 +215,8 @@ struct fw_cdev_event_request2 { | |||
|  * with the %FW_CDEV_ISO_INTERRUPT bit set, when explicitly requested with | ||||
|  * %FW_CDEV_IOC_FLUSH_ISO, or when there have been so many completed packets | ||||
|  * without the interrupt bit set that the kernel's internal buffer for @header | ||||
|  * is about to overflow.  (In the last case, kernels with ABI version < 5 drop | ||||
|  * header data up to the next interrupt packet.) | ||||
|  * is about to overflow.  (In the last case, ABI versions < 5 drop header data | ||||
|  * up to the next interrupt packet.) | ||||
|  * | ||||
|  * Isochronous transmit events (context type %FW_CDEV_ISO_CONTEXT_TRANSMIT): | ||||
|  * | ||||
|  |  | |||
|  | @ -69,8 +69,8 @@ | |||
|  *	starting a poll from a device which has a secure element enabled means | ||||
|  *	we want to do SE based card emulation. | ||||
|  * @NFC_CMD_DISABLE_SE: Disable the physical link to a specific secure element. | ||||
|  * @NFC_CMD_FW_UPLOAD: Request to Load/flash firmware, or event to inform that | ||||
|  *	some firmware was loaded | ||||
|  * @NFC_CMD_FW_DOWNLOAD: Request to Load/flash firmware, or event to inform | ||||
|  *	that some firmware was loaded | ||||
|  */ | ||||
| enum nfc_commands { | ||||
| 	NFC_CMD_UNSPEC, | ||||
|  | @ -94,7 +94,7 @@ enum nfc_commands { | |||
| 	NFC_CMD_DISABLE_SE, | ||||
| 	NFC_CMD_LLC_SDREQ, | ||||
| 	NFC_EVENT_LLC_SDRES, | ||||
| 	NFC_CMD_FW_UPLOAD, | ||||
| 	NFC_CMD_FW_DOWNLOAD, | ||||
| 	NFC_EVENT_SE_ADDED, | ||||
| 	NFC_EVENT_SE_REMOVED, | ||||
| /* private: internal use only */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Greg Kroah-Hartman
				Greg Kroah-Hartman