Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2488061pxu; Sat, 28 Nov 2020 16:12:04 -0800 (PST) X-Google-Smtp-Source: ABdhPJz7ktVell2C7bLnEmkA3spUuGWcAQCG92eQFIy+zeOIp76G+tH+13r7zT2FAXAzDtC2TI3k X-Received: by 2002:a17:906:d931:: with SMTP id rn17mr14108553ejb.308.1606608724398; Sat, 28 Nov 2020 16:12:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606608724; cv=none; d=google.com; s=arc-20160816; b=mwskWn29l2pxAjOpNWVohy4u0S0u3skxhosC/U0WJ4HgfahNEoKvk/qsvsxP56FlY/ t4N4Pp5+MvP2mvc2+MDsZ6nc70c/rc6yFjgsOgVo8Btnfaric59/4ZT5+1P7qUWi5Tz3 2tiNEPa2UR+TZ6VisHWPdc3c3s7Bofrc+t4Vq18fqxyEu2OIZUyLMUKaWOGyFvgqXsgB vcUZWjDkRIf2OrLzSy49wwc+Eh22yGTOsMAtYISdu7hVbCk+y397fcOgHsNdG9qSBoIR jjzL5hjwRYe7ZvG9NYvVFUIcolQr7iv37xsE1p/MxzMI9oh/wz+Z0PJ2YW3lWdVabiz2 vwTA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-disposition:mime-version:message-id :subject:cc:to:from:date; bh=U1EBT0QP8BOFvW1yXtWvMVhuBBfGa1V05CjEf4hOaus=; b=l6peyGiT1LV42hjM6Wyjikkd+TCevWyX1O0sc5VmGXYaOMnN3quwEzZuG8r+QPaQWK k0lwN39jrDqwOQ+yVlnEn5CqIFQvZquw1dpU3XnMWkPVP3M1Rcku9OTLnZslvIGcVs2Z JAdPGzyCiV1rjxyvLkSgUEHW97beCXxFxIuHvY+w1/TY2GUrCvAPShk25I2Zg46rpiY+ 1V+u12MvfaD8ce+YtUqFmGPiCk4PgrXfcfgdFbR/vpkilpimyR0YJ2Lh1NgTJgagWdr2 A44qjX5unp+hMrMG7zCXMZjWR32O8JW8rUkR/9qZ7rQeZr3ifatxT0XYjvNaRPaAjaFN YILA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o2si7814976ejn.501.2020.11.28.16.11.42; Sat, 28 Nov 2020 16:12:04 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729206AbgK2AKA (ORCPT + 99 others); Sat, 28 Nov 2020 19:10:00 -0500 Received: from fgw20-4.mail.saunalahti.fi ([62.142.5.107]:38267 "EHLO fgw20-4.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729000AbgK2AKA (ORCPT ); Sat, 28 Nov 2020 19:10:00 -0500 X-Greylist: delayed 1042 seconds by postgrey-1.27 at vger.kernel.org; Sat, 28 Nov 2020 19:09:59 EST Received: from darkstar.musicnaut.iki.fi (85-76-71-224-nat.elisa-mobile.fi [85.76.71.224]) by fgw20.mail.saunalahti.fi (Halon) with ESMTP id b1c03620-31d4-11eb-ba24-005056bd6ce9; Sun, 29 Nov 2020 01:51:55 +0200 (EET) Date: Sun, 29 Nov 2020 01:51:54 +0200 From: Aaro Koskinen To: Linus Walleij , Tony Lindgren , Alan Stern Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [BISECTED REGRESSION] Broken USB/GPIO on OMAP1 OSK Message-ID: <20201128235154.GF551434@darkstar.musicnaut.iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, I tried to upgrade my OMAP1 OSK board to v5.9, but the rootfs cannot be accessed anymore due to broken USB. It fails to probe with the following logs: [ 9.219940] ohci ohci: cannot find GPIO chip i2c-tps65010, deferring [ 9.250366] ohci ohci: cannot find GPIO chip i2c-tps65010, deferring [ 9.731445] ohci ohci: cannot find GPIO chip i2c-tps65010, deferring [ 10.342102] ohci ohci: cannot find GPIO chip i2c-tps65010, deferring [ 10.966430] ohci ohci: cannot find GPIO chip i2c-tps65010, deferring Bisected to: commit 15d157e874437e381643c37a10922388d6e55b29 Author: Linus Walleij Date: Mon Jul 20 15:55:24 2020 +0200 usb: ohci-omap: Convert to use GPIO descriptors I suspect one of the issues is the name "i2c-tps65010" vs "tps65010": # cat /sys/devices/platform/omap_i2c.1/i2c-1/i2c-tps65010/gpio/gpiochip208/label tps65010 However changing that in the lookup table still doesn't help much; I got rid of the "deferring" message but the USB still doesn't work. So far the only workaround I have is to revert the whole commit. A.