From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Fri, 19 Jun 2015 08:40:43 +0100 Subject: [U-Boot] [PATCH 18/22] sunxi: musb: Add id pin support In-Reply-To: <1434569645-30322-19-git-send-email-hdegoede@redhat.com> References: <1434569645-30322-1-git-send-email-hdegoede@redhat.com> <1434569645-30322-19-git-send-email-hdegoede@redhat.com> Message-ID: <1434699643.3342.124.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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? In which case: Acked-by: Ian Campbell 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.