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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 69278C433FE for ; Wed, 19 Oct 2022 13:29:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=maTwk6E63Vms6fbdK9nFz3BQwxMdXIv+QJX5/YYyXro=; b=yYmRcMiqXZe4ne 3w4M9mno3dKdEqHq3lhcKjBbgwmydXqk1vbs9e8ZQ157CjMJ0meuTLn3R0v83xS3USX10XBUOo7Fb FNuI50Iz7YSxtBCNLlNZZrujyOS1oQfK3L2REXSHbnIEMj/oYGz0SrIYf1AWIhlUumhBkn/MaL/nr 5atX/3pYwUtwzJrGC7PtoFkL6pPyRuG00F+zwFJrSZD0p/wlV2LpvqHMlZREpSSL+yON+5aNAqQbX +jNA5wEsUk38dKg3Kt7O818xDKXxZ5M0uXbHahzABiZjOR1N+Bcw0NwJdCYky+7xBbMwgmXrKxQgJ sAD+EhGC5DG+YA75aRlg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ol97Y-0028Bv-EG; Wed, 19 Oct 2022 13:28:32 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ol97S-00289u-E3 for linux-arm-kernel@lists.infradead.org; Wed, 19 Oct 2022 13:28:31 +0000 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 794C8B823B2; Wed, 19 Oct 2022 13:28:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 946C5C433D6; Wed, 19 Oct 2022 13:28:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666186102; bh=QLdJKSFkl5cNch6YWy028NXYBYaR4Mm59JRe5twJVfM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KTCl/FFlseTActg+uY7KGwN3IickSQAifQjatLRVvIxKwdH8jfYuJgh5XPYy0kAv0 t/GVuObg3TaKppM27/9cjGIGeh8BCFatRdv9q2pbBFSWfwTprTWYUW4VYZXJC1IGmH 3zCepn5VU/UDFCC6wAXo40sRd8LV9pfyatsM4tfQ9VUzF9IBs37fimm1/kmC5tv7uH bcqFqGysf4p69E4AsXrQ7hHEegQurTbJW7+CugTtpbj6YaOnoGhUype160QzDlZuO3 Z1UcKSkOL1sMHkyCOfzZhWvgFlCvQZ0M3wJO6haLc/luReXkYHmvzzz2YRLF0L79ja wswqGUnjUCkug== Date: Wed, 19 Oct 2022 18:58:18 +0530 From: Vinod Koul To: Kevin Hilman Cc: Peter Ujfalusi , dmaengine@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Nicolas Frayer Subject: Re: [PATCH v3 0/3] dma/ti: enable udma and psil to be built as modules Message-ID: References: <20220929234820.940048-1-khilman@baylibre.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220929234820.940048-1-khilman@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221019_062830_427146_E1F81DEA X-CRM114-Status: GOOD ( 11.48 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 29-09-22, 16:48, Kevin Hilman wrote: > Enable the UDMA driver & glue and PSIL lib to be built & loaded as modules. > > The defauilt Kconfig settings are not changed, so default upstream is > still to be built in. This series just enables the option to build as > modules. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel