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 DF84FC43217 for ; Thu, 1 Dec 2022 08:27:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229839AbiLAI1P (ORCPT ); Thu, 1 Dec 2022 03:27:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57488 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229782AbiLAI05 (ORCPT ); Thu, 1 Dec 2022 03:26:57 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AA3FD6E554; Thu, 1 Dec 2022 00:26:53 -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 sin.source.kernel.org (Postfix) with ESMTPS id 2E422CE18B7; Thu, 1 Dec 2022 08:26:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF528C433D6; Thu, 1 Dec 2022 08:26:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1669883210; bh=QUQeSgrutik/8pe2d8be3o1H58jPmKkhXZFIw6Ik2kc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Md+MZxrRPwCp1G5I8QzwH7U/PWE7L7jEqIo7f09qti2RUpHabMgbt3ocqcgWdSC9r PDbFiKn1MwdtHXuT9vXi9GuqnPwlzcsgwP4rZQH/qG3BArvSR8VCHY56QkmV+X4GRn Ra/jmj3ssv2QCewohK+aH6cDJE4AyBO5eonWeO74= Date: Thu, 1 Dec 2022 09:03:01 +0100 From: Greg Kroah-Hartman To: Daehwan Jung Cc: Rob Herring , Krzysztof Kozlowski , Alim Akhtar , Mathias Nyman , Arnd Bergmann , Linus Walleij , Colin Ian King , Artur Bujdoso , Juergen Gross , Tomer Maimon , "open list:USB SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM/SAMSUNG S3C, S5P AND EXYNOS ARM ARCHITECTURES" , "open list:ARM/SAMSUNG S3C, S5P AND EXYNOS ARM ARCHITECTURES" , open list , sc.suh@samsung.com, taehyun.cho@samsung.com, jh0801.jung@samsung.com, eomji.oh@samsung.com Subject: Re: [RFC PATCH v1 0/2] add xhci-exynos to support Samsung Exynos SOCs Message-ID: References: <1669860811-171746-1-git-send-email-dh10.jung@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1669860811-171746-1-git-send-email-dh10.jung@samsung.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Thu, Dec 01, 2022 at 11:13:29AM +0900, Daehwan Jung wrote: > This patchset is to support xHCI Controller on Samsung Exynos SOCs. > > Daehwan Jung (2): > dt-bindings: usb: samsung,exynos-xhci: support Samsung Exynos xHCI > Controller > usb: host: add xhci-exynos to support Exynos SOCs Why is this a "RFC" and not a real submission? What needs to be done to it to get it into mergable shape? And thank you for posting this, I've wanted to see this merged for a very long time given the millions of devices already using it. thanks, greg k-h