Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751209AbaDOLmj (ORCPT ); Tue, 15 Apr 2014 07:42:39 -0400 Received: from vsp-authed02.binero.net ([195.74.38.226]:40351 "EHLO vsp-authed-03-02.binero.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750838AbaDOLmh (ORCPT ); Tue, 15 Apr 2014 07:42:37 -0400 Message-ID: <534D1B02.2020804@gaisler.com> Date: Tue, 15 Apr 2014 13:41:54 +0200 From: Andreas Larsson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Felipe Balbi , Greg Kroah-Hartman CC: Mark Rutland , Dan Carpenter , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, software@gaisler.com Subject: Re: [PATCH v2 0/7] usb: gadget: gr_udc: OF and ep.maxpacket_limit improvements and fix of GFP_KERNEL in atomic context References: <1395933359-7109-1-git-send-email-andreas@gaisler.com> In-Reply-To: <1395933359-7109-1-git-send-email-andreas@gaisler.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2014-03-27 16:15, Andreas Larsson wrote: > This patchset: > - Adds some OF related improvements suggested by Mark > Rutland. > - Adds ep.maxpacket_limit to the debugfs file and adds a check if > gr_ep_enable is called with a maxpacket value greater than > ep.maxpacket_limit. > - Fixes a bug where GFP_KERNEL was used in atomic context > > Andreas Larsson (7): > usb: gadget: gr_udc: Make struct platform_device variable name > clearer and use platform_set/get_drvdata > usb: gadget: gr_udc: Expand devicetree documentation > usb: gadget: gr_udc: Use platform_get_irq instead of > irq_of_parse_and_map > usb: gadget: gr_udc: Use of_property_read_u32_index to access arrays > usb: gadget: gr_udc: Add ep.maxpacket_limit to debugfs information > usb: gadget: gr_udc: Return error code when trying to set > ep.maxpacket > ep.maxpacket_limit > usb: gadget: gr_udc: Use GFP_ATOMIC when allocating under help > spinlock > > Documentation/devicetree/bindings/usb/gr-udc.txt | 22 +++++---- > drivers/usb/gadget/gr_udc.c | 53 ++++++++++++---------- > 2 files changed, 42 insertions(+), 33 deletions(-) Anyone got feedback or reasons this cannot be accepted? Best regards, Andreas Larsson -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/