From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Fri, 19 Jun 2015 11:33:51 +0200 Subject: [U-Boot] [PATCH 18/22] sunxi: musb: Add id pin support In-Reply-To: <1434699643.3342.124.camel@hellion.org.uk> References: <1434569645-30322-1-git-send-email-hdegoede@redhat.com> <1434569645-30322-19-git-send-email-hdegoede@redhat.com> <1434699643.3342.124.camel@hellion.org.uk> Message-ID: <5583E1FF.9050602@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 19-06-15 09:40, Ian Campbell wrote: > On Wed, 2015-06-17 at 21:34 +0200, Hans de Goede wrote: >> When in host mode check if there is a host cable inserted into the otg >> port by checking the id pin. If there is no host cable return an error to >> make usb_lowlevel_init() exit early, rather then waiting for 1 second >> for a device which will never show up. >> >> Signed-off-by: Hans de Goede > > I guess the defconfig fiddling is here because this is the culmination > of these three patches which makes it useful to set this value? Right. > In which case: > > Acked-by: Ian Campbell Thanks, Hans > > Although I'd have been inclined to do it where the Kconfig option was > added (ack to that too if you want to move). > > Ian. > >