mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [RFC v3 0/2] WIP: add usb keyboard driver
@ 2015-09-16 13:13 Peter Mamonov
  2015-09-16 13:13 ` [PATCH 1/2] usb: ehci-hcd: port periodic transactions implementation from the u-boot Peter Mamonov
  2015-09-16 13:13 ` [PATCH 2/2] input: port usb keyboard driver " Peter Mamonov
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Mamonov @ 2015-09-16 13:13 UTC (permalink / raw)
  To: barebox

Changes since v2:
	ehci-hcd:
		* no need for non-interruptible mdelay()
		* use dev_dbg(), dev_err() functions for messages output
		* remove excessive checks of pointers
		* use dma_alloc_coherent for memory allocation
		* use somewhat meaningful return values instead of -1
		* remove too optimistic comments from the code
	usb_kbd:
		* allocate usb_kbd_pdata.new using dma_alloc_coherent()
		* fall back to polling via control EP if interrupt polling fails
	
Peter Mamonov (2):
	usb: ehci-hcd: port periodic transactions implementation
	input: port usb keyboard driver from the u-boot

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-16 13:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-16 13:13 [RFC v3 0/2] WIP: add usb keyboard driver Peter Mamonov
2015-09-16 13:13 ` [PATCH 1/2] usb: ehci-hcd: port periodic transactions implementation from the u-boot Peter Mamonov
2015-09-16 13:13 ` [PATCH 2/2] input: port usb keyboard driver " Peter Mamonov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox