From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 909D5C2D0E4 for ; Fri, 18 Dec 2020 16:22:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6881F2071E for ; Fri, 18 Dec 2020 16:22:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731531AbgLRQWh (ORCPT ); Fri, 18 Dec 2020 11:22:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49184 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728292AbgLRQWg (ORCPT ); Fri, 18 Dec 2020 11:22:36 -0500 Received: from mail-lf1-x12d.google.com (mail-lf1-x12d.google.com [IPv6:2a00:1450:4864:20::12d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD020C0617A7 for ; Fri, 18 Dec 2020 08:21:55 -0800 (PST) Received: by mail-lf1-x12d.google.com with SMTP id h205so6837005lfd.5 for ; Fri, 18 Dec 2020 08:21:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=rDLpU6fmO9Dc1x1t61R7OfUqiugdNOS6K3qFKa97G3M=; b=RNcrom89+00TLhoqKq5HSfBMQiTcLhLTVqleKDUtotyAUgS9d/nMNw/jGeiCQhM4jS x9MkXG284bkHM8TnLfe9lsXoj0/J8isD4M9/eIiE02ofukBEqa6pmGSp6NUWXjWtfUUI alAsm7chyGHjGOzMufNh4+niTbrfwWDZr1qAr/DCKiF+g1NK1GsVwDuzfUpQyxLvLfDt bw81/eYelpMbjt92ZWTBzWGsI3ceWAxFY5un9rLm8PjM4rF/UJ1gc8WA6udpHCHg/Rtg gIXyFNweAuSiawcTLQjmTNWA4MS0DEWEgZ+64SBtudrKJZpb3IJ7sgzPTlrf679bxakB 6WmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rDLpU6fmO9Dc1x1t61R7OfUqiugdNOS6K3qFKa97G3M=; b=f0JQB4Pl4UsXmkkTxcayoFMhEz1x3aXjaz5kYrgwqVdbKjdNN8ty8wXZKtkgJ7eo/M In7MiFsxG4qnVFptgDRC5pLOvwW3o4wSLlzQUrssgr4Giw6KS06AdJ4GQVo3uTa6jwL5 9YXKskP0g/uWpeoxhxeyXjyCSt99ROl/ky+qHzBl7vd7/6e7xqcPMVSkhKNmgvT4H1wo LeDeEWWdeDl4S8J4oxTZzsYUn5ec+tX6OJIJpR61EexEOrQRk7mAA3Z6PJwp2Q3T7qP7 yBE3HGkNwQ+byEINxmLv+OvoC1oDWoArknFV+1Q8wu/xD6lmv7V76HZRPHv38bQG6BX7 C5Eg== X-Gm-Message-State: AOAM530AL0VxtI2hvyWVpL4FUYHElbEaJ7U+QfvAo3g650TZz3k+g81S uMtI0+L9Ye6mx5tyrChnZCAiFI6MLo4Fgp2Ov6OMprmroZE= X-Google-Smtp-Source: ABdhPJyaI5j2YELD3txTYS+jzFJKX/484b8gFBA7GJ+WBgF/OzCBTjjZXSRym+OOTn9VZPe80LIn4ZlRTbk8tMpwEF0= X-Received: by 2002:a2e:586:: with SMTP id 128mr2273552ljf.273.1608308514133; Fri, 18 Dec 2020 08:21:54 -0800 (PST) MIME-Version: 1.0 References: <20201214210121.22042-1-aaro.koskinen@iki.fi> In-Reply-To: <20201214210121.22042-1-aaro.koskinen@iki.fi> From: Linus Walleij Date: Fri, 18 Dec 2020 17:21:42 +0100 Message-ID: Subject: Re: [PATCH] ARM: OMAP1: OSK: fix ohci-omap breakage To: Aaro Koskinen Cc: Tony Lindgren , Linux-OMAP , Linux ARM , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 14, 2020 at 10:01 PM Aaro Koskinen wrote: > From: Linus Walleij > > Commit 45c5775460f3 ("usb: ohci-omap: Fix descriptor conversion") tried to > fix all issues related to ohci-omap descriptor conversion, but a wrong > patch was applied, and one needed change to the OSK board file is still > missing. Fix that. > > Fixes: 45c5775460f3 ("usb: ohci-omap: Fix descriptor conversion") > Signed-off-by: Linus Walleij > [aaro.koskinen@iki.fi: rebased and updated the changelog] > Signed-off-by: Aaro Koskinen Reviewed-by: Linus Walleij Thanks for sweeping up the mistakes, much appreciated! I am vaguely feeling it might be lower effort for me to convert the OSK board to device tree than fixing all GPIO consumers one by one, but I don't think I could procure the hardware :P Yours, Linus Walleij