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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CAAFCC433EF for ; Mon, 14 Feb 2022 09:14:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242710AbiBNJOp (ORCPT ); Mon, 14 Feb 2022 04:14:45 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:60810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240186AbiBNJOo (ORCPT ); Mon, 14 Feb 2022 04:14:44 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6567560078; Mon, 14 Feb 2022 01:14:37 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 21CEFB80D8E; Mon, 14 Feb 2022 09:14:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D4442C340E9; Mon, 14 Feb 2022 09:14:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1644830074; bh=E+QOro8f3+YytQ8VYk/ygx78L4mVnH+y/kMzcrkKHLM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zeL0+BTKNdOhpH5TK+f7US/o0tKhISI01kL/yd7RJbiRz/RGsn5Vcm+ZBweoYMYZg Bst25yc0kUjKHahDoI2lcljg7e+WdNYqQnz3euShMI6NYZ3uhGiVFymhNZ/DYE/BWI FQZ6eK1GdU5lyAhFGfsCaKYBXwE4ZpK/50/mhvZA= Date: Mon, 14 Feb 2022 10:14:31 +0100 From: Greg KH To: =?utf-8?B?5pa96YyV6bS7?= Cc: stern@rowland.harvard.edu, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, wells.lu@sunplus.com Subject: Re: [PATCH v1 1/2] usb: host: ehci-sunplus: Add driver for ehci in Sunplus SP7021 Message-ID: References: <1644827562-17244-1-git-send-email-vincent.sunplus@gmail.com> <1644827562-17244-2-git-send-email-vincent.sunplus@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 14, 2022 at 05:03:00PM +0800, 施錕鴻 wrote: > Hi, Greg > About this issue, my colleague Hammer Hsieh has explained it to > you recently in the mail of "[PATCH v7 2/2] serial: sunplus-uart: Add > Sunplus > SoC UART Driver". The ehci driver and uart one are in the same Sunplus Soc. I do not know what you are referring to, sorry. Remember we get thousands of emails a week. Please be explicit and make the code work properly for each patch you submit. thanks, greg k-h