All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux-next v3 0/4] usb: gadget: udc: atmel: Endpoint allocation scheme fixes
@ 2017-04-03  7:19 ` cristian.birsan at microchip.com
  0 siblings, 0 replies; 14+ messages in thread
From: cristian.birsan @ 2017-04-03  7:19 UTC (permalink / raw)
  To: nicolas.ferre, balbi, gregkh, linux-arm-kernel, linux-usb, linux-kernel
  Cc: ludovic.desroches, alexandre.belloni, boris.brezillon, Cristian Birsan

From: Cristian Birsan <cristian.birsan@microchip.com>

This patch series provides fixes, based on the feedback received on the mailing list, for
the following:
	- fifo table parameters validation against device tree values
	- coding style
	- message display for EP configuration error
	- Kconfig comments for fifo_mode=0

Changes since v1:
	- Removed static for usba_config_fifo_table() function from "Check fifo
	configuration values against device tree" patch

Changes since v2:
	- Use shorter warning message if the fifo table size is greather than device 
	tree value
	- replace dev_warn() with dev_err() for hardware fifo allocation error

Cristian Birsan (4):
  usb: gadget: udc: atmel: Check fifo configuration values against
    device tree
  usb: gadget: udc: atmel: Minor code cleanup
  usb: gadget: udc: atmel: Use dev_err() to display EP configuration
    error
  usb: gadget: udc: atmel: Update Kconfig help for fifo_mode = 0

 drivers/usb/gadget/udc/Kconfig          |  5 ++--
 drivers/usb/gadget/udc/atmel_usba_udc.c | 49 ++++++++++++++++++++++-----------
 2 files changed, 36 insertions(+), 18 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-04-07 16:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03  7:19 [PATCH linux-next v3 0/4] usb: gadget: udc: atmel: Endpoint allocation scheme fixes cristian.birsan
2017-04-03  7:19 ` cristian.birsan at microchip.com
2017-04-03  7:19 ` [PATCH linux-next v3 1/4] usb: gadget: udc: atmel: Check fifo configuration values against device tree cristian.birsan
2017-04-03  7:19   ` cristian.birsan at microchip.com
2017-04-03  7:19 ` [PATCH linux-next v3 2/4] usb: gadget: udc: atmel: Minor code cleanup cristian.birsan
2017-04-03  7:19   ` cristian.birsan at microchip.com
2017-04-05 12:33   ` Felipe Balbi
2017-04-05 12:33     ` Felipe Balbi
2017-04-07 16:05     ` m91496
2017-04-07 16:05       ` m91496
2017-04-03  7:19 ` [PATCH linux-next v3 3/4] usb: gadget: udc: atmel: Use dev_err() to display EP configuration error cristian.birsan
2017-04-03  7:19   ` cristian.birsan at microchip.com
2017-04-03  7:19 ` [PATCH linux-next v3 4/4] usb: gadget: udc: atmel: Update Kconfig help for fifo_mode = 0 cristian.birsan
2017-04-03  7:19   ` cristian.birsan at microchip.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.