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 7E161C4332F for ; Mon, 7 Mar 2022 11:09:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236460AbiCGLJ7 (ORCPT ); Mon, 7 Mar 2022 06:09:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236489AbiCGLJV (ORCPT ); Mon, 7 Mar 2022 06:09:21 -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 8FFE474DDC; Mon, 7 Mar 2022 02:31:56 -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 2BC17B810A8; Mon, 7 Mar 2022 10:31:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8C359C340F3; Mon, 7 Mar 2022 10:31:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1646649113; bh=Lgr1PxuWQUaLcGiy4CPxnWCoWa8OOlsa4U4rZyLS3yQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MIT2QDi9yIgAgOBoQYDDyCFuprOeJSa/U5/Ui2geEat6f0BFPQR12RwfitVnb0Jas 98/X66PvGpGLhnzIsaTXFYR3a9wOhtmUrEjuSftziCZ4uV6ih8vJiiH4sY23Mac7Lt uJxyphwLkyU7NmO0zYFToLCMBclG6BIy/IAIOmek= Date: Mon, 7 Mar 2022 11:31:50 +0100 From: Greg Kroah-Hartman To: Daehwan Jung Cc: Mathias Nyman , "open list:USB XHCI DRIVER" , open list , Howard Yen , Jack Pham , Puma Hsu , "J . Avila" , sc.suh@samsung.com, cpgs@samsung.com, cpgsproxy5@samsung.com Subject: Re: [PATCH v2 4/4] usb: host: add xhci-exynos module Message-ID: References: <1646648256-105214-1-git-send-email-dh10.jung@samsung.com> <1646648256-105214-5-git-send-email-dh10.jung@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1646648256-105214-5-git-send-email-dh10.jung@samsung.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 07, 2022 at 07:17:36PM +0900, Daehwan Jung wrote: > This is for reference to introduce usb offload as seeing how a user does. > We only care DCBAA, Device Context, Transfer Ring, Event Ring, and ERST. > They are allocated on specific address(SRAM) for Co-Processor. > Co-processor could use them directly without xhci driver after then. > > Signed-off-by: Daehwan Jung > --- > drivers/usb/host/xhci-exynos.c | 2025 ++++++++++++++++++++++++++++++++ > drivers/usb/host/xhci-exynos.h | 150 +++ > 2 files changed, 2175 insertions(+) > create mode 100644 drivers/usb/host/xhci-exynos.c > create mode 100644 drivers/usb/host/xhci-exynos.h Please test-build your patches before sending them out :(