From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9D9FF202F7B for ; Mon, 2 Dec 2024 14:21:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733149304; cv=none; b=ZFkHuiQ9Ak6JI5bQHB5A0ol9poTA43vr5KOQUsxgx5ZL89BWIDK8qs2cdo3uKcdX1wpbRjC7OPQoMdD3LCKbso+gjBQ8ywD0CyxEWTTqy3OChzEn0ayOpiDgdX0VjZQnws5T3S5KHoeVtbvMnY15FB6BOu/Xi+hZMPfn279utS0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733149304; c=relaxed/simple; bh=gHUAW6NocCSkoZat0qV1AvtdstB7BwLfvlS/FYA0xxI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=u1QMvADatEC29Ll3r47TTCvEA025plEf20qUa9v1lgJK92qDj/Xfcm81HRPwasXsEWRbZtk0C0yXJADXmfpgbYgOntbwLn99zAkC7n8GecN+IoUZ/nYZyIsD2fkhP2Bg4FF+MyVK/SsKJFUDwC+krLhLUMrESKOp6SvI7RkHSVM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=sUbKxlo2; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="sUbKxlo2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AF0B2C4CED1; Mon, 2 Dec 2024 14:21:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1733149304; bh=gHUAW6NocCSkoZat0qV1AvtdstB7BwLfvlS/FYA0xxI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sUbKxlo2GOAFT8EDuHF+bVbNZZvcD0SCp0Fa8YWCqXLRwWLiTUd+pRZDDSooTcU0k q/bbdVnI/zwSsDKCFGfO9XuPTdequd57q6+mbAJPdLRwiosjfzeXWH8gcZQSoLWWr0 aOaYcHpZAE8fCHrtdLUU4wmDkfCglfxkRxoJ+TV8= Date: Mon, 2 Dec 2024 15:21:41 +0100 From: Greg Kroah-Hartman To: =?iso-8859-1?B?Q3Pza+FzLA==?= Bence Cc: stable@vger.kernel.org, Francesco Dolcini , Sasha Levin , Conor Dooley , Paolo Abeni Subject: Re: [PATCH 6.12 v2 1/3] dt-bindings: net: fec: add pps channel property Message-ID: <2024120215-oblong-patient-779d@gregkh> References: <20241202130733.3464870-1-csokas.bence@prolan.hu> <20241202130733.3464870-2-csokas.bence@prolan.hu> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20241202130733.3464870-2-csokas.bence@prolan.hu> On Mon, Dec 02, 2024 at 02:07:33PM +0100, Csókás, Bence wrote: > From: Francesco Dolcini > > Add fsl,pps-channel property to select where to connect the PPS signal. > This depends on the internal SoC routing and on the board, for example > on the i.MX8 SoC it can be connected to an external pin (using channel 1) > or to internal eDMA as DMA request (channel 0). > > Signed-off-by: Francesco Dolcini > Acked-by: Conor Dooley > Signed-off-by: Paolo Abeni > > (cherry picked from commit 1aa772be0444a2bd06957f6d31865e80e6ae4244) > --- > Documentation/devicetree/bindings/net/fsl,fec.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > You can't forward patches on without signing off on them :( Please read the kernel documentation for what signed-off-by means and then redo these patch series. thanks, greg k-h