Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1580624
| From | <cristian.birsan@microchip.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4 linux-next] usb: gadget: udc: atmel: Endpoint allocation scheme fixes |
| Date | 2017-02-14 17:10 +0100 |
| Message-ID | <taNPX-41e-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
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_warn() 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 | 47 ++++++++++++++++++++++-----------
2 files changed, 35 insertions(+), 17 deletions(-)
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4 linux-next] usb: gadget: udc: atmel: Endpoint allocation scheme fixes <cristian.birsan@microchip.com> - 2017-02-14 17:10 +0100 [PATCH 2/4 linux-next] usb: gadget: udc: atmel: Minor code cleanup <cristian.birsan@microchip.com> - 2017-02-14 17:20 +0100 [PATCH 3/4 linux-next] usb: gadget: udc: atmel: Use dev_warn() to display EP configuration error <cristian.birsan@microchip.com> - 2017-02-14 17:20 +0100 [PATCH 1/4 linux-next] usb: gadget: udc: atmel: Check fifo configuration values against device tree <cristian.birsan@microchip.com> - 2017-02-14 17:20 +0100 [PATCH 4/4 linux-next] usb: gadget: udc: atmel: Update Kconfig help for fifo_mode = 0 <cristian.birsan@microchip.com> - 2017-02-14 17:20 +0100 Re: [PATCH 0/4 linux-next] usb: gadget: udc: atmel: Endpoint allocation scheme fixes Nicolas Ferre <nicolas.ferre@atmel.com> - 2017-02-15 10:10 +0100
csiph-web