From mboxrd@z Thu Jan 1 00:00:00 1970 From: cristian.birsan@microchip.com (cristian.birsan at microchip.com) Date: Fri, 7 Apr 2017 19:07:20 +0300 Subject: [PATCH v4 0/2] usb: gadget: udc: atmel: Endpoint allocation scheme fixes Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Cristian Birsan 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 Changes since v3: - rebase the code on testing/next branch as requested - remove from patch series the patches that are already in testing/next branch Cristian Birsan (2): 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 | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) -- 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934123AbdDGQLq (ORCPT ); Fri, 7 Apr 2017 12:11:46 -0400 Received: from esa2.microchip.iphmx.com ([68.232.149.84]:47234 "EHLO esa2.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754148AbdDGQLj (ORCPT ); Fri, 7 Apr 2017 12:11:39 -0400 X-IronPort-AV: E=Sophos;i="5.37,166,1488870000"; d="scan'208";a="1177278" From: To: , , , , , CC: , , , Cristian Birsan Subject: [PATCH v4 0/2] usb: gadget: udc: atmel: Endpoint allocation scheme fixes Date: Fri, 7 Apr 2017 19:07:20 +0300 Message-ID: X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Cristian Birsan 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 Changes since v3: - rebase the code on testing/next branch as requested - remove from patch series the patches that are already in testing/next branch Cristian Birsan (2): 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 | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) -- 2.7.4