From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Herbrechtsmeier Date: Mon, 28 Nov 2011 11:05:07 +0100 Subject: [U-Boot] [PATCH 4/5] usbtty: init endpoints prior to startup events In-Reply-To: References: <1318864970-11608-1-git-send-email-sherbrec@cit-ec.uni-bielefeld.de> <1318864970-11608-4-git-send-email-sherbrec@cit-ec.uni-bielefeld.de> Message-ID: <4ED35CD3.3000202@cit-ec.uni-bielefeld.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 26.11.2011 23:25, schrieb Remy Bohmer: > 2011/10/17 Stefan Herbrechtsmeier: >> On some usb device controllers (pxa) the endpoint configuration must be programmed prior to enable it. >> >> Signed-off-by: Stefan Herbrechtsmeier >> CC: Marek Vasut >> CC: Remy Bohmer >> --- >> drivers/serial/usbtty.c | 4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) > Applied to u-boot-usb I was surprised that the patch was applied without comments as it change the usbtty core behaviour and has the possibility to break other drivers. Should I CC the affected driver and board maintainer to hopefully get some feedback? Regards, Stefan